Previous Article in Journal
Intelligent Perception, Decision-Making and Actuation Technologies for Precision Agrochemical Spraying: Current Advances and Future Perspectives
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

CROF-Net: A Robust Algorithm for Simulation-Measurement Cross-Domain Few-Shot HRRP Target Recognition

1
Naval Aviation University, Yantai 264001, China
2
Key Laboratory of Sea-Air Information Perception and Processing Technology of Shandong Provincial, Yantai 264001, China
3
National Key Laboratory of Millimeter-Wave and Terahertz Remote Sensing, Yantai 264001, China
*
Author to whom correspondence should be addressed.
Sensors 2026, 26(17), 5404; https://doi.org/10.3390/s26175404
Submission received: 6 July 2026 / Revised: 11 August 2026 / Accepted: 23 August 2026 / Published: 26 August 2026
(This article belongs to the Section Electronic Sensors)

Highlights

What are the main findings?
  • An improved multi-sub-center ArcFace metric originally designed for computer vision tasks is tailored for 1D radar HRRP sequences, equipped with orthogonal regularization to mitigate intra-class scattering aliasing and simulation-measurement cross-domain negative transfer under few-shot conditions.
  • A scattering-peak-aware 1D-Conformer backbone with instance normalization is developed, combined with low-order empirical moment matching for simulation-measurement domain alignment. Evaluated on the public SAMPLE and MTDSP datasets, it achieves superior recognition performance and robustness against electromagnetic distortions compared to state-of-the-art models.
What are the implications of the main findings?
  • This study extends hyperspherical angular metric learning from 2D vision images to 1D radar time-series signals, providing a feasible cross-field migration paradigm for remote sensing signal processing.
  • The proposed cross-domain few-shot learning framework effectively addresses the scarcity of measured data for non-cooperative targets, offering a robust solution for radar automatic target recognition under complex electromagnetic environments.

Abstract

Aiming at limited measured HRRP samples of non-cooperative targets and severe distribution discrepancy between simulated and real echoes, this paper proposes CROF-Net, a robust cross-domain few-shot recognition framework for complex electromagnetic environments. It first corrects simulated data distribution via low-order moment matching and enhances few-shot measured samples for domain consistency. A 1D-Conformer backbone embedded with instance normalization and scattering-peak-aware modules extracts robust local and global features from distorted HRRP signals. A reliability-aware prototype calibration module achieves fine-grained class-level alignment. To handle attitude-induced intra-class multimodal distribution, we design an orthogonal-constrained sub-center ArcFace metric space to broaden classification boundaries and relieve negative transfer and catastrophic forgetting. Evaluated on SAMPLE and MTDSP datasets, CROF-Net achieves higher accuracy and stronger anti-interference capability than existing methods, presenting great research value and engineering application prospects.

1. Introduction

Radar automatic target recognition (RATR) is a core supporting technology for air defense early warning and precision guidance [1]. Compared to two-dimensional synthetic aperture radar (SAR) images, radar high-resolution range profile (HRRP) features easy data acquisition, low processing cost, and fast response speed [2]. As a mainstream data form for non-cooperative target recognition, HRRP can accurately characterize the spatial distribution and structural features of strong electromagnetic scattering centers of targets along the radar line-of-sight (LoS) direction [3].
Aiming at three practical bottlenecks in radar HRRP recognition, including scarce measured samples, simulation-measurement domain distribution shift, and complex electromagnetic distortion interference, this paper proposes a cross-domain robust orthogonal few-shot network (CROF-Net). A progressive complete algorithm framework is constructed following the pipeline of “data-level domain adaptation—robust temporal feature modeling—prototype distribution correction—metric classification optimization." The core innovations are summarized as follows:
(1).
Physically guided alignment and disturbance augmentation
Low-order moment matching is adopted to globally calibrate HRRP echo waveforms and narrow the distribution gap between simulated and measured data. Meanwhile, occlusion and jamming-based augmentation strategies are applied to expand limited measured samples, reducing the model’s reliance on high-SNR data and establishing robust pre-training priors for subsequent feature learning and cross-domain adaptation. Different from mainstream complex adversarial alignment and single statistical matching schemes, this lightweight moment alignment strategy introduces no extra computational overhead and effectively suppresses negative transfer under extremely limited measured samples.
(2).
SPA-IN-based local-global temporal representation
A scattering-peak-aware instance normalization (SPA-IN) module is designed and embedded into the Conformer backbone. It fuses multi-scale pooled features to accurately capture the dominant scattering peaks and energy distribution of targets, and it leverages instance normalization to eliminate amplitude scale interference as well as clutter-induced feature aliasing and scattering information loss. Existing temporal Transformers generally adopt batch normalization and naive global average pooling, which tend to smooth out sparse strong scattering structures of targets. The proposed SPA-IN module simultaneously addresses two critical drawbacks: cross-domain statistical mixing and loss of scattering signatures.
(3).
Reliability-aware fine-grained prototype calibration
Global distribution alignment only mitigates overall domain bias and fails to eliminate category center offsets, which easily triggers negative transfer under few-shot settings. The proposed RAPC module dynamically constructs target-domain prototypes using a small number of labeled measured samples and guides cross-domain features to converge toward real measured category centers, compensating for the deficiency of global alignment that neglects fine-grained semantic offsets. Conventional prototype networks only build fixed prototypes based on source-domain simulated data and cannot adapt to feature manifold variations caused by measured clutter and attitude perturbations, whereas our method realizes dynamic updating of target-domain prototypes.
(4).
Orthogonally regularized multi-sub-center metric optimization
To tackle intra-class multimodal distribution and feature aliasing induced by variable attitudes and clutter interference, spherical angular margin loss is transplanted to 1D HRRP sequential tasks, with orthogonal constraints introduced to decouple multiple sub-centers. Multiple sub-centers are utilized to fit scattering manifolds under diverse attitudes, while orthogonal regularization enlarges inter-class angular margins to alleviate negative transfer and catastrophic forgetting, hence improving generalization in complex electromagnetic environments. Directly applying the original 2D-oriented sub-center ArcFace to one-dimensional time series leads to severe sub-center drift and feature overlap. The orthogonal regularization proposed in this work is a customized improvement tailored to the inherent characteristics of 1D HRRP sequences.

2. Related Work

Scarce measured HRRP samples, simulation-measurement distribution shift, and complex electromagnetic distortion are three persistent bottlenecks restricting the practical deployment of radar automatic target recognition (RATR). Extensive efforts have been devoted to cross-domain adaptation, few-shot learning, and robust temporal feature modeling for HRRP recognition in recent years, especially a series of hierarchical transformation frameworks proposed to strengthen cross-domain transferability in remote sensing and radar echo processing tasks [4,5,6]. However, most existing methods are tailored for two-dimensional optical/SAR images or fully labeled radar datasets, and they cannot simultaneously meet the demands of limited measured annotations, anti-clutter robustness, and simulation-to-real generalization under adversarial electromagnetic environments, leaving sufficient room for further exploration.

2.1. Cross-Domain Adaptation

Early HRRP recognition methods mainly relied on shallow models, such as SVM [7] and fuzzy matching [8], for classification based on handcrafted features [9,10], which lacked generalization ability and robustness against waveform distortion. With the advancement of deep learning, data-driven feature extraction has gradually replaced manual design. Guo et al. [11] utilized 1D-CNN to adaptively extract target scattering features and validated the effectiveness of deep networks for HRRP signal modeling. Xu et al. [12] further introduced recurrent networks to capture temporal dependencies of attitude-varying HRRP sequences. Nevertheless, these typical deep models require sufficient labeled data and suffer from severe performance degradation in few-shot measured scenarios.
Domain adaptation methods have been widely adopted to reduce simulation-measurement distribution gaps, mostly through adversarial feature alignment [13,14]. As a classic domain adaptation framework, DANN [15] leverages gradient reversal to implement adversarial domain learning, which has inspired numerous follow-up studies. Advanced strategies, including MMD, covariance matching, and contrastive learning, are further employed to alleviate domain discrepancy [16,17,18]. In recent remote sensing cross-domain research, hierarchical transformation composition schemes have been extensively studied to reinforce cross-domain transferability [4,5,19,20]. Wang et al. [4] proposed a hierarchical feature progressive alignment network that established coarse-to-fine multi-level mapping branches to unify feature spaces of multi-source remote sensing data. Zhu et al. [19] designed an invariant domain-level prototype memory module, which aggregated and decomposed category features layer by layer to narrow cross-domain distribution offsets. For cross-modal SAR detection tasks, HieraRS [5] constructed dual-branch hierarchical semantic transformation to realize knowledge transfer between optical and SAR images, while frequency-aware hierarchical prototype alignment [20] eliminated speckle noise layer by layer to improve generalization under multiple imaging conditions. However, all of these hierarchical frameworks were developed for two-dimensional remote sensing images and cannot fit the one-dimensional sequential scattering characteristics of HRRP echoes. More importantly, they only adopted flat single-layer hierarchical alignment without separate processing for global domain deviation and category-level center offsets. Under extremely scarce measured samples, global adversarial optimization and rigid distribution matching easily induce high computational overhead and negative transfer, where measured noise distorts simulated scattering priors [21]. To solve this problem, this paper abandons complex adversarial structures and adopts lightweight statistical moment matching combined with layer freezing and fine-tuning strategies to suppress few-shot negative transfer from the data level [22,23].
Most existing cross-domain strategies only implement single-layer global distribution matching and ignore the subsequent category-level offset correction. Our paradigm combines lightweight moment pre-alignment with later reliability-aware prototype calibration, forming a two-stage cross-domain correction pipeline to jointly suppress global domain shift and intra-class feature dispersion, which is essentially different from flat single-layer hierarchical transformation frameworks adopted in existing remote sensing works [4,5,20].

2.2. Few-Shot Learning

Few-shot learning can learn discriminative features from limited labeled samples, which matches the practical scenario of insufficient measured radar HRRP data. Existing few-shot solutions mainly include vision-language priors, scattering matching [24], and prototypical networks. In particular, Euclidean-distance-based prototypical networks have simple structures and are widely used for temporal recognition tasks.
Due to varying aspect angles and multipath effects, HRRP features of identical targets exhibit complex multimodal and non-convex distributions [25]. Single-prototype matching with Euclidean distance cannot fit such intricate scattering manifolds, easily causing intra-class feature confusion and blurred classification boundaries. In computer vision, angular metric learning methods such as ArcFace [26] and sub-center ArcFace [27] improve feature discrimination via additive angular margins and multi-sub-center structures (see Figure 1 for the principle), which are effective for multimodal image data and provide manifold optimization inspiration. However, these two-dimensional constraint mechanisms are incompatible with one-dimensional HRRP temporal signals, and direct application will cause sub-center drift and inter-class feature aliasing. Besides, existing hierarchical transfer learning for radar HRRP only conducts multi-scale time-spectrum decomposition without orthogonal decoupling constraints for intra-class multi-modal scattering manifolds [28].
Targeting the one-dimensional temporal and multi-angle scattering characteristics of HRRP, this paper improves the conventional 2D metric framework. By migrating angular margin constraints to HRRP temporal feature learning and introducing orthogonal regularization for sub-center decoupling, an orthogonal-constrained multi-sub-center ArcFace metric framework is proposed. Multiple sub-centers are used to fit scattering manifolds under different target attitudes, and orthogonal penalties suppress sub-center drift and feature overlap. This method effectively enhances cross-domain recognition robustness under few-shot and complex clutter conditions.
In summary, the existing angular metric frameworks are designed for two-dimensional spatial images and lack orthogonal decoupling constraints tailored to one-dimensional time-series scattering manifolds. The orthogonal multi-sub-center ArcFace proposed in this paper fills this gap for HRRP few-shot recognition.

2.3. Temporal Robustness Modeling

Clutter interference and partial echo occlusion seriously degrade HRRP recognition accuracy, requiring the network to extract local scattering details and global waveform topology simultaneously. 1D-CNN is lightweight and efficient for radar devices but suffers from limited receptive fields, failing to capture long-range temporal dependencies and yielding biased feature judgments for distorted waveforms [29].
Transformer models capture global temporal correlations through self-attention, while masked self-supervised learning enhances robustness to corrupted signals. Integrating convolution and self-attention, 1D-Conformer achieves joint local-global feature modeling and has become a mainstream backbone for temporal sequence recognition [30,31,32]. In radar HRRP recognition, hierarchical time-spectrum transformation and multi-layer attention mechanisms have been exploited to mitigate cross-aspect and cross-SNR domain discrepancy [6,28]. Yun et al. [28] built multi-scale asymmetric convolution with hierarchical time-spectrum decomposition to weaken attitude-induced waveform deviation. Bai et al. [6] introduced hierarchical multi-task sparse collaborative training for one-dimensional radar echo open-set identification. However, these hierarchical temporal learning schemes still relied on batch normalization and naive average pooling, which cannot separate cross-domain statistical bias and inevitably filter out sparse strong scattering peaks of targets.
Nevertheless, existing temporal Transformer variants adopt batch normalization, which is sensitive to echo amplitude and radar gain fluctuations. It mixes statistical characteristics of simulated and measured data during cross-domain fine-tuning, resulting in domain feature contamination [33]. Moreover, conventional channel attention adopts global average pooling, which smoothes sparse strong scattering peaks and background noise in HRRP, while losing critical target structural features.
To solve the above problems, this paper constructs a scattering-peak-aware instance normalization (SPA-IN) module embedded in the 1D-Conformer backbone. Instance normalization eliminates amplitude scale dependence and avoids cross-domain statistical mixing. Meanwhile, the designed peak-aware mechanism preserves key strong scattering information and avoids feature suppression [34], comprehensively improving the feature representation ability for distorted HRRP samples.

2.4. Cross-Domain Prototype Learning and Target-Domain Category Alignment

In radar HRRP cross-domain recognition, inherent distribution discrepancies between simulated and measured data severely degrade recognition performance. Most existing domain adaptation methods achieve global distribution alignment via moment matching, adversarial learning, or metric optimization, while ignoring fine-grained category center offsets. Under few-shot settings with sufficient simulated data and scarce measured annotations, pure global alignment only mitigates global domain bias but fails to eliminate semantic category-level deviation, easily causing negative transfer, intra-class feature dispersion, and ambiguous classification boundaries.
Prototype learning has become a mainstream solution for few-shot HRRP recognition. In remote sensing cross-domain research, numerous hierarchical transformation frameworks adopt multi-layer prototype aggregation and decomposition to enhance cross-domain transferability [5,19]. However, such methods only construct static prototype libraries based on source-domain optical or SAR images and cannot dynamically adjust category centers guided by limited labeled target-domain samples. Nevertheless, most existing methods build fixed source-domain prototypes [35] and cannot adapt to real-world feature manifold variations caused by clutter distortion, amplitude jitter, and target attitude perturbation. Although statistical prototype networks utilizing Mahalanobis distance [36] can relieve SNR-related domain mismatch, they still lack target-domain dynamic update ability.
Current radar domain adaptation methods rely heavily on pseudo labels and local MMD constraints [37], which suffer from poor robustness under extremely sparse labeled samples. Moreover, existing millimeter-wave radar cross-domain adaptation approaches focus on feature space unification but neglect specialized prototype calibration mechanisms for one-dimensional HRRP temporal scattering characteristics [38,39]. The comprehensive review on SAR cross-domain hierarchical learning further confirms that flat layered alignment without target-domain prototype updating leads to severe performance degradation under scarce labeled samples [40].
To address the above issues, this paper proposes a reliability-aware target-domain prototype calibration module. It dynamically updates target-domain category prototypes using limited measured samples to drive cross-domain features toward the real measured category SPA-IN centers. The proposed module compensates for the deficiency of traditional global alignment in correcting category-level domain offsets, providing robust fine-grained semantic constraints for few-shot cross-domain HRRP recognition.
Different from single global alignment or static source prototype methods, the two-stage pipeline combining global moment matching and target-domain dynamic prototype calibration proposed in this paper is the core differentiated design, in contrast to flat hierarchical transformation-based remote sensing cross-domain algorithms [4,5,40].

3. Algorithm Introduction

Aiming at the simulation-to-measurement cross-domain shift, limited labeled samples and complex battlefield electromagnetic interference in HRRP recognition, this paper proposes a cross-domain robust orthogonal few-shot network (CROF-Net). As shown in Figure 2, the framework extracts target scattering topological features via feature consistency constraints and adapts to three practical scenarios: pure echo, partial occlusion, and active jamming. It comprises four core modules: (1) cross-domain statistical feature alignment and robust data augmentation module; (2) SPA-IN-enhanced 1D Conformer module for local-global temporal feature extraction; (3) reliability-aware target-domain prototype calibration module; and (4) orthogonal regularization constrained sub-center ArcFace classification module.

3.1. Cross-Domain Feature Statistical Alignment and Robust Data Augmentation Module

Simulation-to-measurement cross-domain transfer suffers from inherent domain shift and overfitting caused by scarce measured samples. To tackle these issues, a dual-modal decoupled augmentation strategy is developed. For the simulation source domain, statistical moment alignment reduces global distribution discrepancies with measured data under consistent attitudes. For few-shot measured samples, diverse perturbation operations are adopted during training to enrich feature diversity and suppress fine-tuning overfitting. All input data are uniformly L 2 -normalized to eliminate amplitude-scale interference and enhance the stability of cross-domain feature representation.

3.1.1. Statistical Moment Transfer of Simulated Data

Suppose the dimension of a single HRRP sample in training is L. For simulated samples, the mean and standard deviation of the i-th dimension are denoted as μ i , s and σ i , s , respectively. Similarly, for few-shot measured HRRP samples, the mean and standard deviation of the j-th dimension are μ j , r and σ j , r , respectively. The simulated data are processed via a two-step serial transformation to fit the statistical characteristics of measured samples with the corresponding attitude. The value of the i-th dimension in the transformed single sample is expressed as follows:
x ˜ i , s = ( x i , s μ i , s σ i , s + ε   ) ( λ × σ i , r ) + μ i , r  
where denotes the Hadamard product, ε = 10 8 represents a numerical stability constant, and λ is the variance expansion coefficient used to moderately broaden the distribution range of corrected samples. Afterward, the samples x ˜ s are further L 2 -normalized:
x ˜ s = x ˜ s x ˜ s + ε
Taking the T72 target in SAMPLE dataset [41] as an example, each class uses 5 clean measured echoes for training (5-shot). Figure 3 compares time-domain envelopes and amplitude distributions before and after statistical moment alignment. The original simulated and measured waveforms differ greatly in baseline, variance, and time-domain features (Figure 3a). After alignment (Figure 3b), their mean trends and range cell fluctuations become consistent, with key scattering peaks well preserved. Kernel density curves (Figure 3c) show that the originally mismatched amplitude distributions achieve good agreement in peak position, range, and attenuation trend after calibration.

3.1.2. Augmentation for Fine-Tuning with Few-Shot Measured Samples

During the fine-tuning phase, directly updating network weights using a small number of high-quality measured samples will lead to few-shot overfitting. To address this problem, we explore the global topological scattering correlation features of targets. Composite perturbation augmentation is introduced for measured samples before L 2 normalization in the fine-tuning process:
x ˜ j , r = Φ mask α Γ shift ( x j , r , Δ ) + n pulse    
x ˜ r = x ˜ r x ˜ r + ε
Equation (3) indicates that each measured sample undergoes four cascaded physical transformations during training:
(1). Time delay jitter: Circular shift Γ shift ( x j , r , Δ ) is adopted to simulate the translation sensitivity of HRRP caused by gate center offset during actual radar tracking.
(2). Radar cross section (RCS) fluctuation: A scaling factor α is introduced to reproduce random RCS variations induced by target maneuvering or slight attitude changes.
(3). Additive pulse clutter injection: Since the HRRP envelope represents the absolute value of target scattering intensity, positive local spike mutation is adopted to test the robustness limit of the model. Positive pulses with specific amplitudes n pulse   are injected into randomly selected signal segments within the target region.
(4). Local scattering occlusion: A local mask Φ mask is applied. Consecutive range cells in the target area are randomly selected and set to zero, simulating local echo loss caused by stealth materials or physical occlusion.
With the combination of statistical moment transfer and fine-tuning augmentation, a manifold space adaptable to complex electromagnetic scenarios can be established using limited measured samples. In the simulation transfer stage, this strategy effectively compensates for distribution uncertainty caused by few-shot data. During measured data fine-tuning, it constrains the network to learn stable and essential global topological scattering correlation features of targets, thus mitigating the degradation of model generalization under extreme few-shot conditions from the perspective of feature representation.

3.2. Local-Global Temporal Feature Extraction Module Based on SPA-IN-Integrated 1D-Conformer

Considering the sensitivity of HRRP to local scattering features and its inherent long-range temporal dependence, this paper proposes a SPA-IN-embedded 1D-Conformer for temporal feature representation. Based on instance normalization, the network retains the relative variation of target scattering structures and mitigates cross-domain distribution shift. Furthermore, a scattering-peak-aware (SPA) mechanism is developed to optimize conventional channel attention. By integrating average and max pooling, the model simultaneously captures global RCS energy distribution and local strong scattering responses, thereby screening valid HRRP features and avoiding the loss of key scattering details. The network hierarchy, dimension variation, and core operations are summarized in Table 1.

3.3. Reliability-Aware Target-Domain Prototype Calibration Module

The SPA-IN-enhanced 1D-Conformer backbone yields distortion-insensitive temporal features, while global moment alignment cannot eliminate category center offset between simulation and measured domains. Under few-shot cross-domain settings, simulation-learned category centers deviate from the real measured distribution. To address this issue, this paper proposes a reliability-aware target domain prototype calibration module. It constructs category-wise weighted prototypes based on limited labeled measured samples and constrains cross-domain features to converge toward real measured category centers, achieving fine-grained category-level domain alignment.

3.3.1. Target Domain Prototype Construction

The 1D-Conformer backbone outputs D-dimensional deep features x R D . For the labeled measured dataset with C categories, the initial prototype of each category is generated by aggregating and averaging homogeneous measured sample features.
p k   = 1 N r , k     x i   F r , k   x i    
where F r , k   , N r , k represent the feature set and sample quantity of the k-th category in the measured domain, respectively. The confidence weight of each sample is calculated according to the distance between sample features and the initial prototype. Samples closer to the prototype are assigned higher weights. The robust target domain prototype is obtained via weighted fusion:
p k = x i   F r , k   w i , k   x i
w i , k   = exp x i   p i 2 x j F r , k   exp x j p k 2
All weights w i , k   are normalized to suppress the negative impact of abnormal samples on category prototype construction.

3.3.2. Prototype Constraint and Feature Calibration

After constructing target domain prototypes, a prototype alignment loss function is designed to constrain all sample features to gather around the target domain prototypes of their corresponding categories:
L proto   =   1 N all   i = 1 N all x i   p y i   2 2
where N all denotes the total number of samples involved in loss calculation, and p y i   represents the weighted prototype corresponding to each sample. This loss function is jointly back-propagated with classification loss L arc , orthogonal regularization loss L orth and domain consistency loss L cons . The joint optimization not only drives the features of the simulation domain to approach the category centers of the measured domain but also narrows the intra-class feature distance within the measured domain.

3.3.3. Visualization Verification

To intuitively validate the effectiveness of the proposed module, visualization comparisons are performed on the MTDSP dataset [35] under the 10-shot setting. Traditional mean prototypes and the proposed reliable prototypes are denoted by black pentagrams and red diamonds, respectively. The results shown in Figure 4 indicate that the traditional mean prototype method is susceptible to the interference of outlier noise, which leads to severe center shift. By contrast, the distance-weighted reliable prototypes suppress outlier interference and accurately locate in the dense core region of intra-class samples, fitting the real target-domain distribution centers well. This verifies that the reliability-aware prototype calibration module effectively corrects prototype deviation, enhances category center robustness, and provides stable metric constraints for few-shot cross-domain HRRP recognition.

3.4. Sub-Center ArcFace Classification Mechanism with Orthogonal Regularization Constraints

After prototype calibration corrects category offsets and compacts intra-class features, stable decision boundaries are required in the metric space. Different from 2D optical/SAR images with continuous spatial texture, radar HRRP is a one-dimensional electromagnetic scattering sequence, where strong scattering peaks shift drastically under varying target azimuth angles and multipath effects, forming complex intra-class multimodal scattering manifolds that cannot be well characterized by a single class centroid. Meanwhile, all HRRP features are normalized to unit hypersphere space in preprocessing, making hyperspherical angular measurement more robust than Euclidean distance against echo amplitude jitter, radar gain inconsistency, and simulation-measurement RCS mismatch. Targeting the unique characteristics of HRRP one-dimensional temporal signals, this paper proposes an orthogonal-constrained sub-center ArcFace classification mechanism. The multi-sub-center structure fits complex target scattering manifolds under varying attitudes and angular sectors, while the introduced orthogonal penalty enforces mutual repulsion among sub-centers. This strategy effectively suppresses disordered sub-center drift caused by few-shot learning and cross-domain deviation.

3.4.1. Construction of Multi-Sub-Center Hyperspherical Angular Metric

Let the total number of target categories be C. To adapt to the typical scattering states of single targets in different azimuth sectors, we assign K learnable feature sub-centers to each category, and the global weight tensor W R C × K × D is defined accordingly. To eliminate interference from absolute amplitude caused by distance attenuation and RCS fluctuation, all sample features and sub-center weights are L 2 -normalized uniformly. The similarity between samples and sub-centers is measured by cosine angle:
x ^ = x x 2 ,   W ^ c , k = W c , k W c , k 2  
For any input sample with the ground-truth label y i , we calculate the cosine similarity between the normalized feature x ^ and all K sub-centers of the corresponding category. The maximum value is taken as the reference cosine value of the included angle for this category:
cos θ y i = max k { 1 , , K } ( x ^ T W ^ y i , k )
This indicates that HRRP echoes acquired at different azimuth angles can adaptively match the nearest subcategory anchor on the corresponding manifold, which inherently addresses the dispersion of intra-class features caused by attitude sensitivity. Benefiting from the hyperspherical measurement paradigm, the model only focuses on the relative angular relationship between scattering features rather than absolute amplitude values, naturally resisting the cross-domain amplitude deviation between simulated and measured HRRP data.
On this basis, a scaling factor s (Set to 64) and an additive angular margin m are introduced to construct the sub-center ArcFace classification loss L arc function tailored for HRRP few-shot scenarios:
L arc = 1 B i = 1 B log e s cos ( θ y i + m ) e s cos ( θ y i + m ) + j y i C max k ( e s x ^ T W ^ y i , k )  
where m equivalently creates a buffer isolation zone for each target category in the hyperspherical space. For the cross-domain transfer task from simulated to measured data, it reserves fault tolerance for feature distribution shift during fine-tuning with measured samples and alleviates boundary ambiguity induced by domain discrepancy.

3.4.2. Dynamic Sub-Center Orthogonal Regularization Constraint

Relying merely on multi-sub-center angular metrics cannot eliminate blurred feature boundaries under ultra-low signal-to-noise ratio and partial occlusion. If the included angles between sub-centers of different categories are too small on the hypersphere, severe noise disturbance will easily push sample features across decision boundaries and lead to misclassification. For one-dimensional HRRP signals with high feature dimension and scarce labeled measured samples, unconstrained multi-sub-centers tend to converge to similar directions under clutter interference, resulting in redundant scattering representation and sub-center drift. To tackle this problem, an explicit orthogonal penalty term L orth is proposed to enforce orthogonality among the K sub-centers within each class on the hypersphere.
The three-dimensional global weight tensor W in Section 3.3.1 is reshaped into a two-dimensional sub-center weight matrix W ^ R ( C K ) × L , based on which the inner product similarity matrix of sub-centers S = W ^ W ^ T R ( C K ) × ( C K ) is calculated. A Boolean mask matrix Ω is then constructed, where the value is set to 1 for sub-centers from different categories and 0 for those within the same category. The constraint is only applied to subcenters of distinct targets, while penalties for intra-class sub-centers are masked. The final expression of the orthogonal loss is given as follows:
L orth = 1 | Ω | u C K v C K ReLU ( S u , v Ω u , v τ )
where τ denotes the orthogonal relaxation threshold. Combined with hyperspherical angular margin loss, this orthogonal constraint specially matches the multimodal scattering characteristic of one-dimensional HRRP: it decouples sub-centers to capture independent scattering modes under different target attitudes, eliminates redundant feature directions, and further strengthens the discriminability of 1D radar sequential features under few-shot cross-domain conditions. This mechanism enables the model to extract multi-dimensional, non-redundant, and robust discriminative features.

3.5. Loss Function

Combining the prototype alignment loss in Section 3.3, the orthogonal constrained multi-sub-center ArcFace classification loss, and the sub-center orthogonal regularization loss in Section 3.4, this paper further introduces a cross-domain consistency regularization constraint to construct a global joint loss function adapted to cross-domain few-shot recognition tasks. The loss function jointly achieves four optimization objectives: classification discrimination, sub-center decoupling, prototype calibration, and dual-domain feature alignment. The global loss is defined as follows:
L total = L arc + β L orth + γ L cons
In the formula, β , γ , and δ are dynamic balancing coefficients used to adjust the weight of each loss term in joint optimization. L cons represents the feature consistency constraint loss. It is designed to ensure that the deep topological semantics of simulated samples x ˜ s and the corresponding fine-tuned few-shot measured samples x ˜ r within the same batch remain highly consistent, and its calculation formula is given in Equation (14):
L cons = x ˜ s x ˜ r 2 2
This joint loss function prevents the model from overfitting to superficial noise under the few-shot measured data setting and drives it to converge stably in the high-dimensional robust manifold space.

4. Experimental Results and Analysis

This section first introduces the datasets and unified experimental configurations. Multiple verification experiments are then conducted from various perspectives. The overall performance of the proposed CROF-Net is evaluated via recognition accuracy tests under different working conditions and comparisons with multiple baseline algorithms. Ablation experiments are carried out to verify the effectiveness of each module. Finally, hyperparameter sensitivity analysis is performed to fully demonstrate the rationality and robustness of the network design.

4.1. Dataset Configuration

4.1.1. Ground Vehicle Dataset

The public SAMPLE dataset [41] is adopted for ground vehicle experiments. It contains simulated and measured SAR data of 10 vehicle targets under identical attitudes. In this work, the SAR images from the dataset are converted into one-dimensional HRRP sequences for experiments. The number of samples for each target is listed in Table 2.
To evaluate the anti-interference capability of the proposed algorithm under complex conditions, two challenging scenarios are constructed by augmenting the original measured samples:
(1).
Additive pulsed Gaussian noise with an SNR of 5 dB is superimposed on target echoes to simulate discrete pulse electromagnetic interference;
(2).
30% of the core scattering area of each target is randomly occluded to emulate partial target blockage.
Figure 5 presents target categories of the SAMPLE dataset and typical HRRP waveforms under different working conditions.

4.1.2. Sea Surface Ship Dataset

To fully validate the generalization ability of the proposed algorithm, experiments are further conducted on a sea surface ship HRRP dataset with more complex target structures, in addition to the SAMPLE vehicle dataset. The measured ship data are derived from the public MTDSP dataset [42], and echo samples of six maritime targets collected via VV polarization radar are selected. The auxiliary AIS information collected synchronously with each ship sample is listed in Table 3.
Corresponding simulated samples are generated using CST 2022 electromagnetic simulation software. Geometric models are established for the six selected ship targets, and the physical optics algorithm is adopted to calculate HRRP echoes. The hardware parameters of the simulated radar are completely consistent with those of the MTDSP measurement system. Simulated targets have a pitch angle of 0°–10° and a full azimuth range of 0°–360°.
The six ship categories in the MTDSP dataset have imbalanced measured samples. To reduce few-shot training overfitting, we conduct data augmentation on measured data. All radar and hardware parameters comply with the specifications in Ref. [43] and Table 4. The radar observation layout is shown in Figure 6.
Restricted by variable marine conditions, only original simulated data and pure measured data are used for ship-related experiments, without additional artificial interference such as partial occlusion and impulse noise. Table 5 summarizes the sample sizes of the simulated training set, measured training set, and measured test set for each target category. Figure 7 shows the optical photos of ships under different sea conditions and the corresponding visualized HRRP waveforms.

4.2. Experimental Parameter Settings

The experiments are conducted on a workstation equipped with an Intel(R) Xeon(R) W-2295 CPU, 128 GB memory, and an NVIDIA RTX 5090 graphics card, running the Windows 10 operating system. Unless otherwise specified, the training hyperparameters are set as follows: total training epochs = 200, batch size = 32, and l r = 0.0015 . When simulated data are not involved in training, the dataset is split into a training set and a test set at a ratio of 8:2.
For the SAMPLE dataset, the hyperparameter setting is: number of sub-centers K = 1. For the MTDSP dataset, the hyperparameter combination is: number of sub-centers K = 5, orthogonal penalty coefficient β = 1.0, consistency constraint loss coefficient γ = 0.5, prototype alignment loss coefficient δ = 1.0, and angular margin m = 0.3. The term “shot" denotes the number of labeled measured samples per class used for model training.

4.3. Evaluation Metrics

To comprehensively evaluate the recognition accuracy, cross-domain transfer capability, feature representation quality, and practical deployment performance of the model, five quantitative metrics are adopted: recognition accuracy, feature shift, intra-class feature similarity, parameter count, floating point operations (FLOPs), and inference latency.
The feature shift D shift   is calculated as follows:
D shift   = μ S μ T 2
where μ S = 1 N S i = 1 N S x S , i and μ T = 1 N T j = 1 N T x T , j represent the mean feature vectors of all samples in the training set and test set, respectively. A smaller value indicates better domain alignment and stronger cross-domain generalization ability.
The intra-class feature similarity S intra is defined as the average similarity of deep feature vectors within each class:
S intra   = 2 N T ( N T 1 )   a = 1 N T 1   N T b = a + 1 N x a T x b x a 2 x b 2       [ 1 , 1 ]
where N T be the total number of samples in a certain class of the test set, and x a , x b denote two arbitrary deep feature vectors from this class. A value closer to 1 means higher model robustness.

4.4. Analysis of Recognition Accuracy

4.4.1. Results on Vehicle Dataset

To verify CROF-Net’s anti-interference and generalization abilities, we adopt three training schemes: purely simulated data, purely measured data, and simulated data plus augmented samples. Tests are conducted under three scenarios: clean echoes, partial occlusion, and pulse interference. Results from purely simulated and purely measured training serve as performance bounds. We analyze the model’s strengths and limitations, with the quantitative results shown in Figure 8, Figure 9, Figure 10 and Figure 11.
(1).
Basic scenario: Recognition accuracy under purely measured echo condition
Models fine-tuned only on scarce measured samples face limited feature optimization. As a domain adaptive framework trained jointly on simulation and measured data, CROF-Net obtains higher accuracy under few-shot conditions. With more labeled samples, its accuracy grows steadily (Table 6) and converges well (Figure 8). t-SNE results (Figure 9) also show tighter intra-class clustering and stronger inter-class separation.
CROF-Net outperforms methods using measured data alone. In particular, combining simulated data with 10-shot measured samples delivers performance comparable to using full measured data. It effectively leverages scattering characteristics from the simulation domain, improves sample utilization, and relieves overfitting and catastrophic forgetting. The proposed method also achieves faster convergence and better cross-domain generalization than single-domain fine-tuning.
(2).
Information missing scenario: Analysis of model recognition robustness under occlusion
In Table 7, models trained with purely simulated data and fully occluded data serve as the lower and upper bounds, respectively. Large distribution gaps exist between clean and occluded measured samples. Single-domain few-shot training obtains low accuracy and poor generalization.
Two joint fine-tuning schemes are adopted. The model trained on simulation plus clean measured data is slightly less accurate than that using simulation and occluded data, yet it outperforms all single-domain methods. It can extract universal target scattering features to remedy feature defects caused by occlusion. The combination of simulated and occluded data achieves the best performance.
Simulated data provide complete scattering topology priors to supplement limited occluded samples. With more labeled samples, the model reconstructs full features from valid scattering fragments, and its accuracy gradually approaches the upper bound. The results prove strong robustness against partial signal loss.
(3).
Severe interference scenario: Accuracy and robustness analysis under noisy conditions
In Table 8, purely simulated data and fully noisy data correspond to the lower and upper performance bounds. Obvious domain shift exists between clean and noisy measured samples. Single-domain few-shot models show weak generalization and anti-interference abilities with low accuracy.
The performance of the proposed model trained on simulation plus clean measured data is slightly inferior to that of its simulation-noisy counterpart but still surpasses all single-domain methods. It captures inherent scattering characteristics to mitigate noise interference. The simulation-noisy joint training achieves the best results.
Clean simulated data offer reliable scattering priors, prevent the model from overfitting to noise, and compensate for insufficient valid features in few-shot learning. Accuracy rises steadily with more labeled samples and approaches the upper limit.
Notably, CROF-Net focuses on local scattering feature extraction for occlusion and noise resistance, which makes it somewhat sensitive to impulse noise, forming an inherent performance trade-off.

4.4.2. Analysis of Recognition Results for Ship Targets

Different from vehicle HRRP, ship echoes are disturbed by sea clutter, multipath effects, and structural occlusion. We use real ship measured data to evaluate the model’s generalization in complex marine environments (Table 9, Figure 10 and Figure 11).
Large domain shift makes purely simulation-based cross-domain transfer ineffective. The full measured dataset sets the performance upper bound, while few-shot single-domain fine-tuning easily causes overfitting and feature scattering.
Experiments show that CROF-Net alleviates feature shift, optimizes feature clustering, and suppresses overfitting. Its performance improves steadily with increasing measured samples. Compared to vehicle recognition, the model delivers better robustness and convergence for ship targets in complex marine scenarios.

4.5. Comparative Experiments and Comprehensive Performance Analysis

To evaluate the overall performance of CROF-Net in few-shot cross-domain HRRP recognition, five representative mainstream algorithms are selected as baselines, including Scattering [44], SimCNN [45], TSQDA [46], GDBN-MAML [47], and TSML [48].

4.5.1. Comprehensive Comparison on the SAMPLE Dataset (Table 10)

CROF-Net performs well under all few-shot settings. Its accuracy hits 62.32% in the 1-shot case, on par with GDBN-MAML. For the 5-shot and 10-shot settings, the accuracy increases to 72.82% and 84.10%, respectively, evidently outperforming GDBN-MAML, SimCNN, and other competitors. Its feature shift declines steadily with more samples and stays the lowest, confirming strong cross-domain alignment and intra-class aggregation ability.
Table 10. Recognition performance of different models with various few-shot sizes on the SAMPLE dataset (The bold values represent the optimal results).
Table 10. Recognition performance of different models with various few-shot sizes on the SAMPLE dataset (The bold values represent the optimal results).
AlgorithmShotAccuracy (%) D shift   (↓) S intra (↑)Params
(M)
FLOPs
(M)
Inference Time (ms)
GDBN-MAML161.131.470.510.7528.721.76
TSML48.161.930.420.7226.351.69
Scattering47.791.980.400.8130.151.88
SimCNN51.691.910.450.5920.361.36
TSQDA52.621.850.480.7829.641.82
CROF-Net62.321.420.530.6824.481.44
GDBN-MAML565.871.290.560.7528.721.75
TSML62.161.430.530.7226.351.69
Scattering51.741.890.450.8130.151.88
SimCNN66.551.170.560.5920.361.36
TSQDA55.151.660.480.7829.641.82
CROF-Net72.821.050.620.6824.481.44
GDBN-MAML1072.531.060.610.7528.721.76
TSML70.121.080.590.7226.351.70
Scattering55.101.680.480.8130.161.89
SimCNN74.410.970.630.5920.361.37
TSQDA57.391.610.490.7829.671.87
CROF-Net84.100.650.710.6824.481.43
With 0.68 M parameters, 24.48 M FLOPs, and 1.44 ms inference latency, CROF-Net is lightweight. It achieves competitive accuracy and strikes a better balance between performance and efficiency than larger models like GDBN-MAML and TSQDA. The results validate its effectiveness and generalization for vehicle HRRP recognition.

4.5.2. Comprehensive Comparison on the MTDSP Dataset (Table 11)

CROF-Net outperforms all competitors across all few-shot settings. It attains 63.91% accuracy under 1-shot and further improves to 83.36% (5-shot) and 87.20% (10-shot) with growing performance advantages. It consistently has the smallest feature shift and highest intra-class similarity, showing strong cross-domain alignment and feature aggregation.
With moderate parameters and computation cost, CROF-Net achieves a better accuracy-efficiency trade-off than costly models like GDBN-MAML and Scattering. Satisfactory results on the ship dataset with complex targets and harsh interference also verify its strong generalization for diverse scattering characteristics.
Table 11. Recognition performance of different models with various few-shot sizes on the MTDSP dataset (The bold values represent the optimal results).
Table 11. Recognition performance of different models with various few-shot sizes on the MTDSP dataset (The bold values represent the optimal results).
AlgorithmShotAccuracy (%) D shift   (↓) S intra (↑)Params (M)FLOPs (M)Inference Time (ms)
GDBN-MAML161.135.370.570.7528.721.76
TSML63.144.670.600.7226.351.69
Scattering62.744.830.580.8130.151.92
SimCNN48.147.110.410.5920.361.37
TSQDA32.759.620.210.7829.641.88
CROF-Net63.914.520.610.6824.481.43
GDBN-MAML579.342.430.810.7528.711.75
TSML80.341.940.820.7226.351.69
Scattering81.541.670.830.8130.151.92
SimCNN54.416.500.490.6020.371.37
TSQDA38.628.660.290.7829.641.89
CROF-Net83.360.960.860.6824.481.43
GDBN-MAML1083.141.040.860.7528.731.77
TSML81.091.810.830.7226.351.69
Scattering82.921.350.850.8130.151.94
SimCNN56.555.740.520.5920.361.37
TSQDA42.987.950.340.7829.701.88
CROF-Net87.200.230.930.6824.481.45
With scarce measured samples, conventional deep models suffer from over-parameterization and feature degradation, performing worse than traditional machine learning methods in purely measured few-shot tasks. When combined with simulated data, traditional machine learning approaches fail to separate domains and incur severe negative transfer. Classic domain adaptation methods like DANN alleviate domain gaps but damage local high-frequency scattering features, leading to limited improvement for HRRP recognition. By contrast, CROF-Net adopts low-order moment matching and scattering-peak-aware design to avoid negative transfer, achieving prominent performance gains via joint training on simulated and measured data.

4.6. Baseline Comparison

To comprehensively evaluate the recognition performance of CROF-Net, this section constructs 9 baseline models covering traditional methods, standard deep learning models, and state-of-the-art few-shot/domain adaptation algorithms for thorough comparison, aiming to verify the stability and generalization ability of CROF-Net under the simulation-measurement joint training strategy. The results are presented in Table 12.
Under the constraint of extremely limited measured samples, conventional deep learning methods are prone to feature degradation due to over-parameterization, resulting in generally low accuracy in the purely measured few-shot scenario, with performance significantly inferior to that of traditional machine learning methods. When simulated data are introduced to enrich prior knowledge, traditional machine learning algorithms suffer from obvious negative transfer due to the lack of domain decoupling capability. Although classic domain adaptation methods such as DANN can partially mitigate domain discrepancy and achieve moderate performance gains, their global mandatory alignment mechanism tends to destroy the local high-frequency scattering topologies of radar signals, leading to limited improvements and poor adaptability to tasks highly sensitive to local scattering characteristics, such as HRRP recognition. By contrast, the proposed CROF-Net effectively blocks the negative transfer path through low-order statistical moment alignment and scattering-peak-aware mechanisms, achieving remarkable performance gains under the simulation-measurement joint training scenario.

4.7. Module Ablation Experiments

To quantitatively verify the individual contribution of each core module and their synergistic optimization effects, a progressive ablation study is conducted on the MTDSP dataset. The baseline model is a basic one-dimensional convolutional neural network (1D-CNN) without any proposed improvements. By incrementally adding each proposed component, the recognition accuracy under 1-shot, 5-shot, and 10-shot few-shot settings is compared to validate the necessity of each module. The results in Table 13 show that all modules consistently provide positive performance gains.
The layered ablation results in Table 13 demonstrate that all proposed modules consistently yield stable and positive performance gains under different few-shot scenarios, and the overall framework achieves significant cumulative optimization through multi-module synergistic coupling.
The detailed ablation analysis is illustrated as follows: (1) Compared to the baseline, the EDA-Aug data augmentation strategy (G1) achieves a substantial accuracy improvement under ultra-low 1-shot conditions. It effectively compensates for the scarcity of measured HRRP samples and constructs robust pre-training priors, alleviating the overfitting problem caused by insufficient labeled radar data. (2) The embedded SPA-IN module (G2) further improves recognition accuracy by a large margin. By eliminating cross-domain statistical mixing caused by batch normalization and preserving sparse strong scattering peak features of HRRP echoes, the module enhances the anti-interference ability of temporal feature representation under complex clutter backgrounds. (3) The introduced OMS-ArcFace metric learning module (G3) brings continuous performance improvement. Benefiting from the hyperspherical angular margin mechanism adapted to normalized 1D radar scattering features and the orthogonal decoupling constraint for multiple sub-centers, this module accurately fits the intra-class multimodal scattering manifold caused by target attitude changes, suppresses sub-center drift and feature aliasing in few-shot cross-domain scenarios, and solves the limitation that single-center Euclidean metric and ordinary 2D angular metric cannot adapt to HRRP one-dimensional sequential characteristics. (4) The full CROF-Net framework integrates the RAPC fine-grained prototype calibration module, which corrects the category-level center offset ignored by global domain alignment. Combining data-level pre-alignment, feature-level robust modeling, semantic-level prototype optimization, and metric-level discrimination enhancement, the proposed method realizes end-to-end cross-domain robust optimization and achieves the optimal recognition accuracy in all few-shot settings.
In summary, each core module of CROF-Net targets the unique practical bottlenecks of radar HRRP few-shot cross-domain recognition, and the progressive ablation results fully validate the independent effectiveness and excellent synergistic complementary performance of all components.

4.8. Parameter Optimization Experiments

To explore the influence of network hyperparameters on the recognition performance of different radar targets, systematic parameter ablation experiments are conducted on the SAMPLE and MTDSP datasets under the simulation-assisted 10-shot cross-domain setting. Five key hyperparameters are investigated, including the number of sub-centers K, orthogonal penalty coefficient β , consistency constraint coefficient γ , prototype alignment loss weight δ , and angular margin m. All hyperparameter values selected in the final CROF-Net are determined based on both quantitative sensitivity experimental results and inherent electromagnetic scattering laws of radar HRRP targets, rather than empirical random settings. We further analyze why different targets correspond to distinct optimal hyperparameter configurations from the perspective of target scattering distribution characteristics.
As illustrated in Table 14 and Figure 12a,b, the loss weights exert distinct effects on the two HRRP datasets. The ship dataset is more sensitive to weight fluctuations, and all loss items effectively promote model performance. The optimal weight combination is obtained to adapt to both vehicle and ship recognition tasks. Excessively large loss weights will over-regularize features and erase discriminative scattering information, while too small weights fail to suppress simulation-measurement domain offset, which explains the obvious accuracy drop of groups 3, 4, 6 and 7 in Table 14.
According to Figure 12c,d, the optimal sub-center number K varies with target type and scattering properties. Vehicle targets have compact single-group scattering structures with few strong scattering centers, so the feature distribution within each category presents an approximately single-cluster form; hence, the vehicle dataset achieves the best performance with K = 1. By contrast, ship targets are equipped with superstructures, masts, decks, and other multiple strong scattering components. When the radar observation azimuth changes, the position and amplitude of scattering peaks shift drastically, forming multiple separated feature manifolds within one category. Setting K = 5 allows independent sub-centers to fit scattering features under different azimuth sectors, which matches the inherent multi-modal scattering distribution characteristics of ships.
In addition, both datasets achieve the optimal performance at an angular margin of m = 0.3, demonstrating strong robustness of this parameter. A too small margin m cannot form sufficient isolation intervals between categories on the hypersphere and causes overlapping classification boundaries under clutter noise, whereas an overlarge margin excessively compresses intra-class feature space and reduces tolerance for attitude-induced scattering variations. The value m = 0.3 strikes a balance between inter-class separation and intra-class distribution tolerance for HRRP cross-domain recognition.
Experimental results indicate that vehicle targets are more suitable for single-center modeling with strong regularization, whereas ship targets require multi-sub-center modeling with weak regularization. By flexibly adjusting hyperparameters, the proposed CROF-Net can adapt to targets with different scattering characteristics, which verifies its good generalization ability and interpretability.

5. Conclusions

To address the simulation-measurement domain shift, scarce measured annotations, and complex electromagnetic clutter in HRRP recognition, this paper proposes a topological manifold-aligned cross-domain few-shot network (CROF-Net). The framework combines global distribution alignment and fine-grained prototype calibration to mitigate cross-domain distribution discrepancy. Built upon a SPA-IN-enhanced 1D-Conformer backbone, the network eliminates amplitude interference and extracts discriminative local scattering details and global topological features. Furthermore, an orthogonal regularized multi-sub-center ArcFace metric module is adopted to fit the attitude-induced intra-class multimodal distribution, effectively alleviating negative transfer and feature degradation in few-shot cross-domain training. Extensive experiments on SAMPLE and MTDSP datasets verify that CROF-Net outperforms conventional convolution networks, meta-learning methods, and state-of-the-art domain adaptation approaches. It achieves near-upper-limit recognition accuracy under small-sample and strong-clutter cross-domain conditions, exhibiting superior generalization, anti-interference robustness, and promising engineering application potential.

Author Contributions

X.X.; writing—original draft preparation, M.Z.; supervision, K.Y.; investigation, K.L.; writing—review and editing. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by the National Natural Science Foundation of China General Program under Grant No. 62371465; the Special Program for Taishan Scholars of Shandong Province under Grant No. TS201511020; the Youth Innovation Team Project of Shandong Provincial Universities under Grant No. 2022kj084.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

The original data presented in the study are openly available in MTDSP at https://radars.ac.cn/web/data/getData?dataType=DatasetofRadarDetectingSea (accessed on 5 July 2026). and in SAMPLE at https://github.com/benjaminlewis-afrl/SAMPLE_dataset_public (accessed on 5 July 2026).

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Jiang, W.; Wang, Y.; Li, Y.; Lin, Y.; Shen, W. Radar Target Characterization and Deep Learning in Radar Automatic Target Recognition: A Review. Remote Sens. 2023, 15, 3742. [Google Scholar] [CrossRef] [Scilit]
  2. Bi, D.; Xu, C.; Chen, L.; Hu, P. Teaching Large Language Models to See in Radar: Aspect-Distributed Prototypes for Few-Shot HRRP ATR. IET Conf. Proc. 2026, 2025, 2513–2518. [Google Scholar] [CrossRef] [Scilit]
  3. Yang, J.; Cai, Z.; Wang, J.; He, X.; Zhong, Y.; Cheng, Q.; Sun, J.; Yang, Y.; Huang, Y. A Contrastive Uncertainty Modeling for Radar HRRP Domain Generalization Target Recognition. IEEE Trans. Aerosp. Electron. Syst. 2025, 61, 17172–17185. [Google Scholar] [CrossRef] [Scilit]
  4. Wang, M.; Han, W.Q.; Geng, J.; Jiang, W. Hierarchical Feature Progressive Alignment Network for Remote Sensing Image Scene Classification in Multitarget Domain Adaptation. IEEE Trans. Geosci. Remote Sens. 2024, 62, 5612011. [Google Scholar] [CrossRef] [Scilit]
  5. Ai, T.L.; Liu, T.Z.; Jiang, H.C.; Gu, Y. HieraRS: A Hierarchical Segmentation Paradigm Enabling Multi-Granularity Interpretation and Cross-Domain Transfer. Remote Sens. 2025, 17, 3328. [Google Scholar]
  6. Bai, B.W.; Xue, L.; Xue, M.Y.; Pu, B. Open-Set Recognition of Radar One-Dimensional HRRP Based on Multihead Attention and Hierarchical Multitask Collaborative Sparse Training. IET Radar Sonar Navig. 2026, 20, 289–301. [Google Scholar]
  7. Zhang, J.Y.; Bai, X.H. Research on HRRP Feature Extraction in Radar Automatic Target Recognition. Syst. Eng. Electron. 2007, 12, 2047–2051. [Google Scholar]
  8. Zhai, X.Y.; Wang, X.D.; Li, R.; Jia, Q. Ballistic Target HRRP Recognition Based on Binary Tree Intuitionistic Fuzzy SVM. Fire Control Command Control 2017, 42, 64–68. [Google Scholar]
  9. Chen, J. Research on Radar High Resolution Range Profile Target Recognition Method Based on Probability Statistical Model. Master’s Thesis, Xidian University, Xi’an, China, 2020. [Google Scholar]
  10. Xiao, H.T.; Guo, L.; Fu, Q.; Guo, G.R. Fuzzy Matching Recognition Method for Broadband Polarimetric Radar Targets. Syst. Eng. Electron. 2005, 5, 770–773+822. [Google Scholar]
  11. Guo, C.; He, Y.; Wang, H.; Jian, T.; Sun, S. Radar HRRP Target Recognition Based on Deep One-Dimensional Residual-Inception Network. IEEE Access 2019, 7, 9191–9204. [Google Scholar] [CrossRef] [Scilit]
  12. Xu, B.; Chen, B.; Wan, J.; Liu, H.; Jin, L. Target-Aware Recurrent Attentional Network for Radar HRRP Target Recognition. Signal Process 2019, 155, 268–280. [Google Scholar] [CrossRef] [Scilit]
  13. Da, L.C.; Turnau, J.; Kutralingam, T.P.; Velasquez, A.; Shakarian, P.; Wei, H. A Survey of Sim-to-Real Methods in RL: Progress, Prospects and Challenges with Foundation Models. arXiv 2025, arXiv:2502.13187. [Google Scholar]
  14. Torne, M.; Simeonov, A.; Li, Z.; Chan, A.; Chen, T.; Gupta, A.; Agrawal, P. Reconciling Reality Through Simulation: A Real-to-Sim-to-Real Approach for Robust Manipulation. arXiv 2024, arXiv:2403.03949. [Google Scholar]
  15. Ganin, Y.; Ustinova, E.; Ajakan, H.; Germain, P.; Larochelle, H.; Laviolette, F.; Marchand, M.; Lempitsky, V. Domain-Adversarial Training of Neural Networks. J. Mach. Learn. Res. 2016, 17, 1–35. [Google Scholar]
  16. Li, H.X.; Li, X.; Xu, Z.; Jin, X.; Su, F. MSDP-Net: A Multi-Scale Domain Perception Network for HRRP Target Recognition. Remote Sens. 2025, 17, 2601. [Google Scholar] [CrossRef] [Scilit]
  17. Wang, G.S.; Li, J.W.; Yang, J. HRRP Cross-Domain Recognition Method Based on Hybrid Kernel MMD. J. Radar Sci. Technol. 2020, 18, 618–624. [Google Scholar]
  18. Zhao, Z.J.; Cai, Z.; Chen, T.; Li, X.; Li, H.; Chen, Q.; Zhu, G. Does MMD Really Align? A Cross Domain Wireless Sensing Method via Local Distribution. In Proceedings of the IEEE/CIC International Conference on Communications in China, Beijing, China, 11–13 August 2025. [Google Scholar]
  19. Zhu, J.R.; Li, Y.S.; Guo, Y. Unsupervised Domain Adaptation Semantic Segmentation of High-Resolution Remote Sensing Imagery With Invariant Domain-Level Prototype Memory. IEEE Trans. Geosci. Remote Sens. 2023, 61, 5603809. [Google Scholar] [CrossRef] [Scilit]
  20. He, Q.S.; Zhao, L.J.; Ji, K.F.; Liu, L.; Kuang, G.Y. Simulation-aided similarity-aware feature alignment with meta-adaption optimization for SAR ATR under extended operation conditions. ISPRS J. Photogramm. Remote Sens. 2025, 222, 1–15. [Google Scholar] [CrossRef] [Scilit]
  21. Ai, J.Q.; Wang, Z. Frequency-Aware Hierarchical Prototype Alignment for Multi-Source SAR Ship Domain Generalization. Electronics 2026, 15, 2287. [Google Scholar]
  22. Wang, X.D.; Wang, P.; Song, Y.F.; Xiang, Q.; Li, J.T. Ballistic Midcourse Target HRRP Recognition Based on AF-BiTCN. J. Beijing Univ. Aeronaut. Astronaut. 2023, 51, 349–359. [Google Scholar]
  23. Li, X.; Su, Y.; Zhao, X.; Yin, J.; Yang, J. Radar HRRP Sequence Target Recognition Based on a Lightweight Spatiotemporal Fusion Network. Sensors 2026, 26, 334. [Google Scholar] [CrossRef] [Scilit]
  24. Zhou, Z.; Zhao, L.J.; Ji, K.F.; Kuang, G.Y. A Domain-Adaptive Few-Shot SAR Ship Detection Algorithm Driven by the Latent Similarity Between Optical and SAR Images. IEEE Trans. Geosci. Remote Sens. 2024, 62, 1–18. [Google Scholar] [CrossRef] [Scilit]
  25. Sun, J.M.; Yu, S.K.; Sun, J. Analysis of Attitude Sensitivity of HRRP Recognition Based on Deep Learning. Syst. Eng. Electron. 2022, 44, 3. [Google Scholar]
  26. Deng, J.; Guo, J.; Xue, N.; Kotsia, I.; Zafeiriou, S. ArcFace: Additive Angular Margin Loss for Deep Face Recognition. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, Long Beach, CA, USA, 15–20 June 2019. [Google Scholar]
  27. Deng, J.; Guo, J.; Liu, T.; Gong, M.; Zafeiriou, S. Sub-center ArcFace: Boosting Face Recognition by Large-Scale Noisy Web Faces. In Proceedings of the European Conference on Computer Vision; Springer: Cham, Switzerland, 2020. [Google Scholar]
  28. Yun, T.; Pan, Q.; Hao, Y.H.; Xu, R. Target recognition algorithm based on HRRP time-spectrogram feature and multi-scale asymmetric convolutional neural network. J. Northwest. Polytech. Univ. 2023, 41, 537–545. [Google Scholar] [CrossRef] [Scilit]
  29. Justo, J.A.; Langer, D.D.; Berg, S.; Nieke, J.; Ionescu, R.T.; Kjeldsberg, P.G.; Johansen, T.A. Hyperspectral Image Segmentation for Optimal Satellite Operations: In-Orbit Deployment of 1D-CNN. Remote Sens. 2025, 17, 642. [Google Scholar] [CrossRef] [Scilit]
  30. Zhu, W.D.; Lu, Z.; Zhang, Y.; Zhao, Z.; Lu, B.; Li, R. RaDiT: A Differential Transformer-Based Hybrid Deep Learning Model for Radar Echo Extrapolation. Remote Sens. 2025, 17, 1976. [Google Scholar] [CrossRef] [Scilit]
  31. Han, S.D.; Zhang, Z.; Yuan, X.; Ming, D. Enhance Heads in Vision Transformer for Occluded Person Re-Identification. IEEE Sens. J. 2025, 25, 6894–6904. [Google Scholar] [CrossRef] [Scilit]
  32. Zhong, Y.J.; Lin, W.; Xu, Y.; Huang, L.; Huang, Y.; Ding, X. Contrastive Learning for Radar HRRP Recognition with Missing Aspects. IEEE Geosci. Remote Sens. Lett. 2023, 20, 1–5. [Google Scholar] [CrossRef] [Scilit]
  33. Li, W.T.; Chen, J.; Li, S.; Tian, B.; Chen, Z. A Synthetic Framework for Real-World Radar Target Recognition Using HRRP. IEEE Trans. Aerosp. Electron. Syst. 2026, 62, 8875–8889. [Google Scholar] [CrossRef] [Scilit]
  34. Talreja, J.; Hashemi Beni, L. SARGANet: A GAN-U-net hybrid framework for super-resolution of Sentinel-1 SAR imagery. Earth Sci. Inform. 2026, 19, 115. [Google Scholar] [CrossRef] [Scilit]
  35. Li, J.; Li, D.; Jiang, Y.; Yu, W. Few-shot radar HRRP recognition based on improved prototypical network. In Proceedings of the IGARSS 2023—2023 IEEE International Geoscience and Remote Sensing Symposium, Pasadena, CA, USA, 16–21 July 2023; pp. 7682–7685. [Google Scholar]
  36. Li, J.; Jiang, Y.; Li, D.; Yu, W. Few-shot HRRP recognition based on the statistical prototypical network. In Proceedings of the IGARSS 2024—2024 IEEE International Geoscience and Remote Sensing Symposium, Athens, Greece, 7–12 July 2024; pp. 5678–5681. [Google Scholar]
  37. Chen, F.; Zhang, Y.; Wang, X. Unsupervised domain adaption on category level by pseudo-label for radar target detection. IEEE Geosci. Remote Sens. Lett. 2024, 22, 1–5. [Google Scholar] [CrossRef] [Scilit]
  38. Zhang, X.; Liu, H.; Wang, Z. User identification under the collaborative auto-calibration of multi-mmWave radars. IEEE Sens. J. 2025, 25, 4930–4942. [Google Scholar] [CrossRef] [Scilit]
  39. Liu, Y.; Wang, M.; Zhang, J. Unsupervised domain adaptation across FMCW radar configurations using margin disparity discrepancy. IEEE Internet Things J. 2024, 11, 19687–19696. [Google Scholar]
  40. Zhou, Z.; Zhao, L.J.; He, Q.S.; Sun, Z.; Ji, K.; Kuang, G. Progress and Prospect of SAR Image Target Detection Technology Based on Multi-source Information Cross-Domain Learning. J. Radars 2026, 15, 387–408. [Google Scholar]
  41. Lewis, B.; Scarnati, T.; Sudkamp, E.; Nehrbass, J.; Rosencrantz, S.; Zelnio, E. A SAR Dataset for ATR Development: The Synthetic and Measured Paired Labeled Experiment (SAMPLE). In Proceedings of SPIE Algorithms for Synthetic Aperture Radar Imagery XXVI; SPIE Press: Bellingham, WA, USA, 2019. [Google Scholar]
  42. Liu, N.B.; Li, J.; Wang, G.Q.; Chen, B.; Cao, Z.; Dong, Y.; Guan, J.; Jiang, X.; Zhang, Z.; Xue, W. Sea-detecting Radar Experiment and Target Feature Data Acquisition for Multi-source Observation Data Set of Marine Targets. J. Radars 2025, 14, 754–780. [Google Scholar]
  43. Guan, J.; Liu, N.B.; Wang, G.Q.; Ding, H.; Dong, Y.; Huang, Y.; Tian, K.; Zhang, M. Sea-Detecting Radar Experiment and Target Feature Data Acquisition for Dual Polarization Multistate Scattering Dataset of Marine Targets. J. Radars 2023, 12, 456–469. [Google Scholar]
  44. Chen, L.F.; Hu, P.; Zhang, S.; Qiu, X.; Liu, Z. Scattering Aware Episodic Adaptation for Few-Shot HRRP ATR Using Large Language Models. IEEE Trans. Aerosp. Electron. Syst. 2026, 62, 11809–11826. [Google Scholar] [CrossRef] [Scilit]
  45. Chen, J.; Yu, G.; Du, L.; Dong, W.; Guo, Y. Few-shot Radar High-resolution Range Profile: Target Recognition with Simulated Data Assistance. J. Radars 2026, 15, 583–604. [Google Scholar]
  46. Li, J.X.; Guo, W.; Wei, F.; Zhang, T.; Yu, W. Prior Information-Assisted Few-Shot HRRP Recognition Based on Task-Wise Shrinkage Quadratic Discriminant Analysis. IEEE Trans. Aerosp. Electron. Syst. 2024, 60, 9354–9368. [Google Scholar] [CrossRef] [Scilit]
  47. Ren, Z.Y.; Jiang, W.D.; Zhang, X.Y. Few-shot HRRP Target Recognition Method Based on Gaussian Deep Belief Network and Model-Agnostic Meta-Learning. In Proceedings of the 7th International Conference on Signal and Image Processing (ICSIP), Suzhou, China, 20–22 July 2022. [Google Scholar]
  48. Kong, Y.Y.; Zhang, Y.; Peng, X.; Leung, H. Few-shot High-Resolution Range Profile Ship Target Recognition Based on Task-Specific Meta-Learning with Mixed Training and Meta Embedding. Remote Sens. 2023, 15, 5301. [Google Scholar] [CrossRef] [Scilit]
  49. Du, L.; Liu, H.; Bao, Z.; Zhang, J. A Two-Distribution Compounded Statistical Model for Radar HRRP Target Recognition. IEEE Trans. Signal Process 2006, 54, 2226–2238. [Google Scholar] [CrossRef] [Scilit]
  50. Liu, W.B.; Yuan, J.; Zhang, G.; Shen, Q. HRRP Target Recognition Based on Kernel Joint Discriminant Analysis. J. Syst. Eng. Electron. 2019, 30, 703–708. [Google Scholar] [CrossRef] [Scilit]
  51. Du, L.; Liu, H.; Bao, Z.; Xing, M. Radar HRRP Target Recognition Based on Higher Order Spectra. IEEE Trans. Signal Process 2005, 53, 2359–2368. [Google Scholar] [CrossRef] [Scilit]
  52. Zhang, G.L.; Wang, X.; Li, R.; Lai, J.; Xiang, Q. Research on HRRP Target Recognition Based on One-Dimensional Stack Convolutional Autoencoder. Proc. J. Phys. Conf. Ser. 2020, 1651, 012172. [Google Scholar] [CrossRef] [Scilit]
  53. Jiang, Y.C.; Chen, K.J.; Zhang, W.M. PTrans: Transformer-Based HRRP Target Recognition Method with Patching. In Proceedings of the 6th International Conference on Robotics, Intelligent Control and Artificial Intelligence (RICAI), Nanjing, China, 6–8 December 2024. [Google Scholar]
  54. Tian, L.; Chen, B.; Peng, Y.; Du, C.; Wu, Z.; Liu, H. Meta Network for Radar HRRP Noncooperative Target Recognition with Missing Aspects. In Proceedings of the IGARSS 2020—2020 IEEE International Geoscience and Remote Sensing Symposium, Waikoloa, HI, USA, 26 September–2 October 2020. [Google Scholar]
Figure 1. Classification examples of ArcFace and sub-center ArcFace.
Figure 1. Classification examples of ArcFace and sub-center ArcFace.
Sensors 26 05404 g001
Figure 2. Flow chart of CROF-Net.
Figure 2. Flow chart of CROF-Net.
Sensors 26 05404 g002
Figure 3. Visualization diagram of time-domain waveform envelope and amplitude probability density distribution of T72.
Figure 3. Visualization diagram of time-domain waveform envelope and amplitude probability density distribution of T72.
Sensors 26 05404 g003
Figure 4. Visualization of t-SNE feature distribution with mean prototypes vs. reliability-aware prototypes under 10-shot cross-domain setting.
Figure 4. Visualization of t-SNE feature distribution with mean prototypes vs. reliability-aware prototypes under 10-shot cross-domain setting.
Sensors 26 05404 g004
Figure 5. Scene condition settings for the SAMPLE dataset and corresponding sample examples of various types.
Figure 5. Scene condition settings for the SAMPLE dataset and corresponding sample examples of various types.
Sensors 26 05404 g005
Figure 6. Set up radar observation points (red dots represent daytime observations, and blue dots represent nighttime observations).
Figure 6. Set up radar observation points (red dots represent daytime observations, and blue dots represent nighttime observations).
Sensors 26 05404 g006
Figure 7. Optical images of ship targets and corresponding sample examples of various types (The red box represents the target echo in the real echo).
Figure 7. Optical images of ship targets and corresponding sample examples of various types (The red box represents the target echo in the real echo).
Sensors 26 05404 g007
Figure 8. Loss and accuracy variation curves of the simulation plus actual measurement fine-tuning method (SAMPLE).
Figure 8. Loss and accuracy variation curves of the simulation plus actual measurement fine-tuning method (SAMPLE).
Sensors 26 05404 g008aSensors 26 05404 g008b
Figure 9. T-SNE visualization of simulation + measured data fine-tuning method (SAMPLE).
Figure 9. T-SNE visualization of simulation + measured data fine-tuning method (SAMPLE).
Sensors 26 05404 g009
Figure 10. Loss and accuracy variation curves of the simulation plus actual measurement fine-tuning method (MTDSP).
Figure 10. Loss and accuracy variation curves of the simulation plus actual measurement fine-tuning method (MTDSP).
Sensors 26 05404 g010
Figure 11. T-SNE visualization of simulation + measured data fine-tuning method (MTDSP).
Figure 11. T-SNE visualization of simulation + measured data fine-tuning method (MTDSP).
Sensors 26 05404 g011
Figure 12. Parameter sensitivity comparison curves of the CROF-Net algorithm on SAMPLE/MTDSP datasets.
Figure 12. Parameter sensitivity comparison curves of the CROF-Net algorithm on SAMPLE/MTDSP datasets.
Sensors 26 05404 g012
Table 1. SPA-IN layer-wise dimensions of the 1D-Conformer network.
Table 1. SPA-IN layer-wise dimensions of the 1D-Conformer network.
LayerInput DimensionOutput Dimension
Primary 1D Conv + IN + GELU(B, 1, 128)(B, 64, 64)
1st SPA-IN Residual Block(B, 64, 64)(B, 128, 32)
2nd SPA-IN Residual Block(B, 128, 32)(B, 256, 16)
Dimension Permutation(B, 256, 16)(B, 16, 256)
Transformer Encoder(B, 16, 256)(B, 16, 256)
Dimension Restoration(B, 16, 256)(B, 256, 16)
Adaptive Global Average Pooling(B, 256, 16)(B, 256)
Note: Dimension format definition: (B, C, and L) denotes (Batch Size, Channels, and Sequence Length). All convolutional blocks adopt IN and GELU activation to mitigate domain shifts. No learnable positional encoding is artificially appended before the Transformer encoder, and SE channel attention is embedded in each residual block for adaptive scattering feature screening.
Table 2. The category and volume of the SAMPLE dataset (azimuth angle 10°~80°, elevation angle 14°~17°).
Table 2. The category and volume of the SAMPLE dataset (azimuth angle 10°~80°, elevation angle 14°~17°).
CategoryVolumeCategoryVolumeCategoryVolumeCategoryVolumeCategoryVolume
2S1174M35129BTR7092M1129ZSU23174
BMP2107M548128M60176T72108M2128
Table 3. AIS auxiliary information display (select information at a specific instant of the echo acquisition).
Table 3. AIS auxiliary information display (select information at a specific instant of the echo acquisition).
AIS Information ItemAIS Information ValueMeteorological
Information Item
Meteorological Information Value
AIS MMSI200000000Significant Wave Height (m)0.2
Vessel Typefishing boatWave Direction (°)86
NationalityChinaSea State Grade2
Longitude (°)37.7754Wind Speed (m/s)2.1
Latitude (°)121.5064Wind Direction (°)256
Vessel Length (m)15Wind Force Grade2
Vessel Beam (m)3.1Temperature (°)27.3
Table 4. Parameters of X-band experimental VV polarization radars.
Table 4. Parameters of X-band experimental VV polarization radars.
Radar SystemParameterRadar SystemParameter
Operating Frequency Range9.3~9.5 GHzTransmit Peak Power100 W
Detection Range1/16~96 n mileAntenna Rotation Speed (r/min)2, 6, 12, 24, 48
Sweep Bandwidth25 MHz (T2, T3)Antenna Vertical Beamwidth23°
Range Resolution6 mAntenna Length2.5 m
Pulse Repetition Frequency (kHz)1.6, 2.0, 3.0, 5.0, 10.0Antenna Horizontal Beamwidth1.1°
Transmit Waveform & Pulse WidthT1: Single Frequency 0.15 µs
T2: Linear Frequency Modulation (LFM) 8 µs
T3: Linear Frequency Modulation (LFM) 25 µs
Antenna Operating ModeCircular Scan,
Sector Scan,
Fixed Pointing
Table 5. Number of samples for ship single polarization (There are 726 simulated data samples for each category).
Table 5. Number of samples for ship single polarization (There are 726 simulated data samples for each category).
CategoryMeasured SamplesCategoryMeasured SamplesCategoryMeasured Samples
200000000776841320361072884123317207287
413021330720541302054074554141500007377
Table 6. Recognition performance with different training strategies and few-shot sizes under the purely measured scenario (test set consists of measured data).
Table 6. Recognition performance with different training strategies and few-shot sizes under the purely measured scenario (test set consists of measured data).
Training DataShotAccuracy (%) D shift   (↓) S intra (↑)
Simulation0 (Lower Bound))30.482.550.28
MeasuredAll (Upper Bound)90.590.230.87
Measured155.961.840.31
Sim/Measured162.321.420.53
Measured561.661.560.48
Sim/Measured572.821.050.62
Measured1072.571.190.57
Sim/Measured1084.10 0.65 0.71
Note: In the tables, the symbol ↓ indicates that a smaller value of the corresponding metric means better algorithm performance, while ↑ indicates that a larger value represents better performance. This rule applies to all algorithms listed below.
Table 7. Recognition performance with different training strategies and few-shot sizes under the occlusion scenario (test set consists of occluded HRRP samples).
Table 7. Recognition performance with different training strategies and few-shot sizes under the occlusion scenario (test set consists of occluded HRRP samples).
Training DataShotAccuracy (%) D shift   (↓) S intra (↑)
SimulationAll/0/0 (Lower Bound)17.124.250.15
Measured0/All/066.501.610.57
Occluded0/0/All (Upper Bound)95.530.120.80
Measured0/1/031.443.190.24
Occluded0/0/137.473.080.30
Sim/MeasuredAll/1/042.932.820.36
Sim/OccludedAll/0/153.352.290.44
Measured0/5/045.912.740.38
Occluded0/0/548.882.460.40
Sim/MeasuredAll/5/062.131.890.54
Sim/OccludedAll/0/571.711.340.62
Measured0/10/064.611.860.53
Occluded0/0/1070.121.430.58
Sim/MeasuredAll/10/077.851.180.69
Sim/OccludedAll/0/1081.940.790.71
Table 8. Recognition performance with various training strategies and few-shot sizes under noisy condition (test set consists of noisy HRRP samples).
Table 8. Recognition performance with various training strategies and few-shot sizes under noisy condition (test set consists of noisy HRRP samples).
Training DataShotAccuracy (%) D shift   (↓) S intra (↑)
SimulationAll/0/0 (Lower Bound)13.414.920.14
Measured0/All/062.282.020.57
Noisy0/0/All (Upper Bound)86.990.570.78
Measured0/1/021.344.370.21
Noisy0/0/123.574.300.23
Sim/MeasuredAll/1/034.223.780.33
Sim/NoisyAll/0/142.213.210.39
Measured0/5/041.943.280.37
Noisy0/0/552.072.730.48
Sim/MeasuredAll/5/056.382.340.51
Sim/NoisyAll/0/567.641.910.61
Measured0/10/059.342.180.56
Noisy0/0/1070.961.560.62
Sim/MeasuredAll/10/072.511.420.64
Sim/NoisyAll/0/1078.640.950.73
Table 9. Recognition performance with different training strategies and few-shot sizes under the purely measured scenario (test set consists of measured data).
Table 9. Recognition performance with different training strategies and few-shot sizes under the purely measured scenario (test set consists of measured data).
Training DataShotAccuracy (%) D shift   (↓) S intra (↑)
Simulation0 (Lower Bound)16.7712.220.01
MeasuredAll (Upper Bound)90.590.181.02
Measured123.6510.080.10
Sim/Measured163.914.520.61
Measured551.866.190.49
Sim/Measured583.360.960.86
Measured1072.832.580.78
Sim/Measured1087.200.230.93
Table 12. Comparison of recognition accuracy of various algorithms under different training strategies on the SAMPLE/MTDSP datasets (The bold values represent the optimal results).
Table 12. Comparison of recognition accuracy of various algorithms under different training strategies on the SAMPLE/MTDSP datasets (The bold values represent the optimal results).
Training dataAlgorithmSAMPLE Dataset
Accuracy (%)
MTDSP Dataset
Accuracy (%)
1-Shot5-Shot10-Shot1-Shot5-Shot10-Shot
Measured OnlySVM [49]22.4541.2256.3518.5728.3145.18
KNN [50]18.3135.6648.9115.1625.4238.64
Template [51]26.1538.5745.1216.8129.5836.21
1D-CNN [52]15.2432.4553.4512.3528.6348.42
ResNet-1D [11]13.8436.3258.1511.6131.2154.51
ViT-1D [53]10.2722.1238.839.5818.8735.27
Prototypical Networks [35]38.4550.5752.2428.4745.5556.38
MAML [54]35.1149.8560.5525.8543.6252.17
DANN [15]14.4935.1559.2812.6129.2455.82
CROF-Net55.9661.6672.5723.6551.8672.83
Sim/MeasuredSVM [49]16.2033.2048.7512.4123.8238.25
KNN [50]14.6029.1141.2511.5820.6133.52
Template [51]18.2530.8239.3014.6525.4531.18
1D-CNN [52]25.6449.2154.8122.4146.8355.35
ResNet-1D [11]28.3552.5764.4425.2352.5561.83
ViT-1D [53]21.2645.9262.5518.5839.4159.55
Prototypical Networks [35]41.3456.8768.4535.8148.3866.52
MAML [54]39.5160.4666.9533.6255.2764.84
DANN [15]48.4363.2570.5141.5458.4469.27
CROF-Net62.3272.8284.1063.9183.3687.20
Table 13. Recognition accuracy of layered ablation experiments (MTDSP dataset), √ means the corresponding module is adopted, and × means the module is not adopted.
Table 13. Recognition accuracy of layered ablation experiments (MTDSP dataset), √ means the corresponding module is adopted, and × means the module is not adopted.
Exp. NameEDA-AugSPA-INOMS-ArcFaceRAPC1-Shot (%)5-Shot (%)10-Shot (%)
Base Line××××22.4146.8355.37
G1×××48.8051.9663.32
G2××53.9368.0576.17
G3×61.5874.9481.09
CROF-Net63.9183.3687.20
Table 14. Results of the sensitivity analysis experiment regarding the weight parameters of loss functions.
Table 14. Results of the sensitivity analysis experiment regarding the weight parameters of loss functions.
Exp. Name β γ δ SAMPLE
Dataset Accuracy (%)
MTDSP
Dataset Accuracy (%)
10.50.51.082.6384.54
21.00.11.083.7185.48
31.00.50.580.2576.16
42.00.51.079.4671.23
51.01.01.081.5278.21
61.00.52.080.8874.39
70.50.10.577.9468.45
80.10.10.179.0674.50
900.51.082.2881.77
101.001.081.9581.07
111.00.5079.7272.44
CROF-Net1.00.51.084.1087.20
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Xu, X.; Zhu, M.; Yu, K.; Liu, K. CROF-Net: A Robust Algorithm for Simulation-Measurement Cross-Domain Few-Shot HRRP Target Recognition. Sensors 2026, 26, 5404. https://doi.org/10.3390/s26175404

AMA Style

Xu X, Zhu M, Yu K, Liu K. CROF-Net: A Robust Algorithm for Simulation-Measurement Cross-Domain Few-Shot HRRP Target Recognition. Sensors. 2026; 26(17):5404. https://doi.org/10.3390/s26175404

Chicago/Turabian Style

Xu, Xiaoyu, Mingbo Zhu, Keyuan Yu, and Kangsheng Liu. 2026. "CROF-Net: A Robust Algorithm for Simulation-Measurement Cross-Domain Few-Shot HRRP Target Recognition" Sensors 26, no. 17: 5404. https://doi.org/10.3390/s26175404

APA Style

Xu, X., Zhu, M., Yu, K., & Liu, K. (2026). CROF-Net: A Robust Algorithm for Simulation-Measurement Cross-Domain Few-Shot HRRP Target Recognition. Sensors, 26(17), 5404. https://doi.org/10.3390/s26175404

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop