Next Article in Journal
Intelligent Detection of Tomato Ripening in Natural Environments Using YOLO-DGS
Previous Article in Journal
Gamifying Resistance Training with Wearable Sensors
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Anti-Chaff Jamming Method of Radar Based on Real Dataset and Residual Attention Model

School of Electronic and Optical Engineering, Nanjing University of Science and Technology, Nanjing 210094, China
*
Author to whom correspondence should be addressed.
Sensors 2025, 25(9), 2663; https://doi.org/10.3390/s25092663
Submission received: 2 March 2025 / Revised: 20 April 2025 / Accepted: 21 April 2025 / Published: 23 April 2025
(This article belongs to the Section Radar Sensors)

Abstract

:
As a typical and widely used passive jamming method, chaff clouds have a strong interference effect on radar that remains a significant challenge effectively to counteract. It is exceedingly necessary to improve the anti-chaff jamming ability of radars. In this paper, we address this challenge by proposing an effective residual attention network named RA-Net. Specifically, we introduce an attention mechanism that enables the network to focus on the most informative and stable hierarchical features of the high-resolution range profile (HRRP) data, significantly improving the model’s feature extraction capability and overall performance. In addition, we address the limitation of insufficient measured chaff cloud echo data by establishing a remarkably rich and diverse data set of chaff cloud HRRP data through extensive field experiments. This dataset serves as a valuable resource and a critical foundation for advancing HRRP recognition research in this domain. Experimental results on measured HRRP data demonstrate that RA-Net achieves superior recognition accuracy of 97.10%, outperforming traditional methods, and also exhibits outstanding generalization capability. These results establish RA-Net as a new benchmark for chaff cloud HRRP recognition.

1. Introduction

Chaff jamming has long been a key factor impacting the normal operation of radar systems. Due to its simple production, low cost, and effective jamming capabilities, chaff has been widely used in military conflicts and has become a major research focus in the fields of jamming and anti-jamming technology [1,2,3,4,5,6]. Chaff jamming significantly degrades radar detection performance, often leading to false target detection. Therefore, it is of great significance to carry out research on anti-chaff jamming of radar.
In order to improve the anti-chaff jamming ability of radars, [7] investigated target recognition technology using pulse Doppler radar based on bandwidth characteristics. In [8], the authors simulated and analyzed target echo signals under chaff cloud jamming and assessed the impact of the chaff cloud jamming effect on radio fuzes. In [9], the authors conducted research based on the sparseness characteristics of the chaff cloud echo signal and target echo signal. In [10], two alternative methods were proposed to estimate the direction of arrival (DOA) of the target in the presence of chaff jamming. Omnidirectional radar cross-section (RCS) simulations of chaff clouds and ships in CST electromagnetic simulation software have been carried out as well. For instance, the high-resolution range profile (HRRP) and polarization characteristics of chaff clouds and ships were analyzed in [11]. In [12], the authors proposed an anti-chaff jamming method based on oblique projection polarization filtering, then simulated and analyzed the validity of the proposed method to expand the application scope of polarization filtering. In [13], the authors first briefly described the development status of chaff jamming, then summarized the research status of anti-chaff jamming methods based on spectral spreading, polarization characteristics, Doppler difference, echo signal characteristics, machine learning, and more. However, due to the lack of real experimental data on chaff clouds, the methods mentioned above all based their analysis on simulated data, meaning that practical performance still needs to be further verified. For this reason, it is exceedingly necessary to establish a real chaff cloud dataset.
Several researchers have explored anti-chaff methods based on two-dimensional range–Doppler profiles and validate their effectiveness [14]; however, these methods require additional computational resources. Other researchers [15,16,17] have focused on polarization information; however, methods based on polarization information typically involve more complex hardware and are complicated to implement. In [18], the authors investigated the HRRP characteristics of chaff clouds and provided theoretical support for the development of jamming and anti-jamming capabilities in radio fuzes. In [19,20], the authors proposed chaff identification methods based on the range–Doppler features of radars. In [21], the authors utilized range profile data as input to a convolutional neural network (CNN) in order to discriminate chaff clouds from ships. However, the generalization performance of the network was not validated.
In this paper, we propose an effective recognition framework named RA-Net that is specifically designed to enhance the accuracy and robustness of classification. A key component of RA-Net is its integration of an attention mechanism. This enables the network to focus on the most informative and stable hierarchical features, effectively improving its feature extraction capability as well as the overall performance of the model. Furthermore, we construct a comprehensive and diverse chaff cloud HRRP dataset through extensive field experiments, providing a solid foundation for further research on HRRP recognition of chaff clouds in complex real-world scenarios. Experimental results on this HRRP dataset reveal the superiority of our method over traditional approaches, achieving outstanding recognition accuracy of 97.10% along with excellent generalization performance.

2. Chaff Cloud HRRP Dataset

In order to establish a comprehensive chaff cloud HRRP dataset, we conducted a large number of field experiments. A frequency modulation continuous wave radar was used to collect chaff cloud echo signals. The modulation signals consisted of a triangular wave, the modulation voltage range was 6–9 v, the modulation period was 0.5 ms, the frequency range of the radio frequency (RF) signal was 34 to 35.5 GHz, the bandwidth of the RF signal was 1.5 GHz, and the range resolution was 10 cm. The aim of the field experiment was to carry out extensive chaff cloud diffusion experiments under different conditions. The acquisition time for the chaff cloud echo signal in each field experiment was set to the range of 3–6 s, while the sampling frequency was 2 MHz. The field experiment program for chaff cloud HRRP data acquisition is shown in Figure 1.
HRRP can be considered to be the amplitude of the coherent summations of the complex time returns from target scatterers in each range cell, which represents the reflected radar intensity versus the range along the target extent [22]. Because our radar operates in the millimeter-wave frequency band and the size of the chaff cloud is much larger than the wavelength of the radar when the chaff cloud is in the diffusion stage, the radar can effectively divide the chaff cloud into many range cells. The radar signals from scattering centers within the same range cell are coherently summed into a single signal for that range cell. By applying the fast Fourier transform of the chaff cloud echo signal for each period, we can obtain the HRRP data of the chaff cloud.
Two measured chaff cloud HRRP dataset versions are provided: in the standard chaff cloud HRRP dataset, the chaff length covers 4 mm and 15 mm and the interference band is the X band and the Ka band, while in the non-standard chaff cloud HRRP dataset the chaff length covers 4.1 mm, 8.2 mm, 9.6 mm, 12 mm, 14.5 mm, 17.7 mm, and 20 mm and the interference band is from the C band to the Ka band. The measured chaff cloud HRRP sample data from the standard chaff cloud HRRP dataset and the non-standard chaff cloud HRRP dataset are shown in Figure 2.

3. Proposed Methods

In this section, we show the details of the proposed RA-Net, including the overview of the network architecture, the fundamental components of the network, and the loss function.

3.1. Design of RA-Net

The RA-Net architecture employs a modular design combining a base block, residual block, attention block, and fully connected layer, followed by a softmax layer. The network takes the HRRP data as input and outputs the final predictions. The overall architecture of RA-Net is shown in Figure 3. The base block is used to extract initial low-level features from the input HRRP data, then the output of the base block is passed to the residual block to enhance gradient flow and enable deeper feature extraction without the risk of degradation. The attention block improves the model’s ability to focus on relevant features for enhanced recognition accuracy.

3.2. Residual Block

As the network depth increases, the accuracy of the network becomes saturated; for this reason, even networks with great depth face the problem of performance degradation. To ensure maximum information flow between the layers of the network, we link all of the matched feature maps by introducing residual blocks, then reuse the low-level features in the higher levels for improved classification accuracy.
Each residual block in our proposed network is composed of a convolutional layer, batch normalization layer, and ReLU layer. In the convolutional layer, the convolutional kernel is particularly effective for extracting local features along one dimension, making it well suited for processing HRRP data. The output of the convolutional layer is normalized in the batch normalization layer. Batch normalization helps to stabilize and accelerate training by normalizing the feature distributions to have zero mean and unit variance, which reduces internal covariate shift. The normalized feature map is then passed through the ReLU activation function. The ReLU layer introduces nonlinearity and sparsity, which is essential for learning complex data representations and also helps to improve computational efficiency and reduce the risk of overfitting. Mathematically, the output of the residual block can be expressed as
y = F x , w c , w b + x ,
where x is the input, the function F represents residual mapping to be learned by the convolutional layer, batch normalization layer, and ReLU layer, w c and w b represent the weights of the convolutional layer and batch normalization layer, respectively, and y is the final output.

3.3. Attention Block

Considering that not all features in HRRP data are equally important, certain regions may contain more discriminative information. Thus, we add an attention block, enabling the network to assign higher weights to the important features while suppressing irrelevant features and noise. Focusing on informative information improves the network’s efficiency and accuracy during chaff cloud jamming identification.
First, the input feature map is processed through a global average pooling layer. Then, the global average pooling layer computes the spatial average of the feature map with (2), effectively summarizing the global spatial information into a single scalar. This operation compresses the feature map from the H × W spatial dimension to a 1 × 1 vector:
g pool = G p o o l ( X ) = 1 H × W i = 1 H j = 1 W x i j
where G p o o l ( X ) represents the global average pool, X is the input feature map, and x i j denotes the value of input feature map at position ( i , j ) .
The compressed global feature vector is passed through two fully connected layers connected by the ReLU layer. The output of the second fully connected layer is processed through a sigmoid activation function to scale the recalibrated weights to range [0,1]. The scaled weights represent the relative importance of the HRRP data, which can be expressed as follows:
s = σ w 2 δ w 1 g pool + b 1 + b 2
where g pool is the output of the global average pooling layer, w 1 and w 2 are the learnable weight matrices of the fully connected layers, b 1 and b 2 are the learnable biases of the fully connected layers, and δ and σ refer to the ReLU function and sigmoid activation function, respectively.
The original feature map is multiplied by the learned attention weight. This operation reweights the features according to their importance as determined by the attention mechanism:
F out = F in s
where F in is the input feature map, F out is the recalibrated output, s represents the attention weight, and ⊗ denotes element-wise multiplication.

3.4. Loss Function

In order to train our proposed network to achieve greater performance, we choose the cross-entropy loss as our optimization function. The cross-entropy loss formula is defined as follows:
loss = 1 N n = 1 N i = 1 K t n i ln y n i
where N is the number of HRRP samples, K is the number of classes, t n i indicates that HRRP sample n belongs to class i, and y n i is the output for HRRP sample n for class i, which in this case is the value from the softmax function; in other words, y n i is the probability of the network associating observation n with class i.

4. Experiments

In this section, we use the combined measured chaff cloud HRRP dataset to conduct extensive experiments evaluating the proposed RA-Net against other methods in terms of recognition performance and generalization performance.

4.1. Training and Test Sets

The experiments involved two datasets, namely, the chaff cloud HRRP dataset and the target HRRP dataset. The chaff cloud HRRP dataset described in Section 2 consists of 12,000 data samples, while the target HRRP dataset is derived from corner reflector echo signals at varying distances, and also contains 12,000 data samples. The two datasets were both divided into training and test sets at a training:test ratio of 7:3. The training set included 8400 chaff cloud HRRP samples and 8400 target HRRP samples, while the test set comprised 3600 chaff cloud HRRP samples and 3600 target HRRP samples. This experimental setup ensures a rigorous evaluation of radar performance under controlled conditions.

4.2. Training Details

RA-Net was trained in MATLAB R2024b, a computational platform developed by MathWorks. This version incorporates the Deep Learning Toolbox, Parallel Computing Toolbox, and GPU-accelerated optimization support, enabling efficient execution of large-scale data training and complex model optimization tasks. The platform was operated on hardware equipped with a high-performance multicore 12th-Gen Intel Core i9-12900K CPU and NVIDIA GeForce RTX 3080 GPU. The platform’s interactive debugging interface and real-time visualization tools significantly enhanced the efficiency of model training and experimental iteration.
We trained our RA-Net for 700 epochs on all training sets using a single NVIDIA GeForce RTX 3080 GPU. The batch size used to evaluate the gradient of the loss function and update the weights was 10. The initial learning rate was set at 0.001, and the learning rate schedule reduced the learning rate by a factor of ten at every 10 epochs. The root mean square propagation optimizer (rmsprop) was used to train the proposed neural network. The training progress of RA-Net is shown in Figure 4.

4.3. Recognition Performance

Firstly, the classification results obtained by the different traditional algorithms using various combinations of features are shown in Figure 5, Figure 6, Figure 7, and Figure 8, respectively, while the recognition performance results are shown in Table 1. The definitions for the entropy, correlation coefficient, and scattering intensity ratio are shown in Appendix A.
As shown in Table 1, the traditional machine learning algorithms exhibit limited discriminative capability due to their strong dependence on features, and have different recognition performances with different feature inputs. The K-Means, Fuzzy C-Means, FCM- σ , and SVM models achieve the best recognition performance when using correlation coefficient and scattering intensity ratio as input.
In Table 2, we present a comparative analysis of classification performances on the test set achieved by the proposed model and several traditional methods. The results clearly demonstrate the superiority of the proposed model in achieving high classification performance compared to several traditional clustering methods: K-Means, Fuzzy C-Means and FCM- σ , support vector machine (SVM), Inception-v1, and the baseline CNN deep learning method. The baseline CNN architecture is identical to that of RA-Net except that it does not include the residual blocks or attention blocks, and the parameter settings of the other parts are also identical.
As shown in Table 2, the CNN method demonstrates a clear improvement over SVM, achieving 94.35% recognition performance. This result emphasizes the ability of deep learning to automatically learn and extract discriminative features, outperforming traditional machine learning techniques that rely on manually extracted features. Inception-v1 outperforms CNN, achieving 95.17% accuracy due to its ability to efficiently extract multiscale features, reduce computational cost, and improve training stability. Multiscale feature extraction enables Inception-v1 to extract both fine and coarse details from the input, resulting in enhanced recognition performance, while its use of 1 × 1 convolutions for dimensionality reduction reduces computational cost while maintaining essential feature representations.
The proposed model achieves the highest recognition performance of 97.10%, representing a 1.93% absolute improvement over Inception-v1, a 2.75% absolute improvement over CNN, and an even larger margin over SVM and clustering-based methods. This significant performance boost and substantial improvement can be attributed to the inclusion of architectural innovations via the residual blocks, which facilitate the propagation of features and gradients across network layers, as well as the incorporation of an attention mechanism, which dynamically recalibrates feature importance, allowing the model to focus on the most discriminative information. These architectural enhancements allow the proposed model to set a new benchmark for classification tasks, offering a robust and highly effective solution for scenarios requiring accurate recognition.

4.4. Generalization Performance

In aforementioned experiments, the test set was designed to cover as many chaff cloud diffusion scenarios as possible. However, in some circumstances (for example, during battle), the diffusion patterns of the chaff cloud can vary significantly, and may differ from those in the test set. In such cases, the generalization performance of RA-Net becomes an important criterion for evaluation.
In order to obtain data distinct from the training and test sets in previous experiments, we conducted new chaff cloud diffusion experiments under varying conditions, including different heights above the ground, different horizontal distances from the radar, and different wind speeds. As a result, we collected 1000 new chaff cloud HRRP samples. In addition, we acquired 1000 new target HRRP samples by varying the height above the ground and horizontal distance from the radar. We refer to this newly collected dataset of 2000 unused samples as NUDS (New Unused Data Set).
Table 3 depicts the classification performance of the proposed model compared with several traditional methods on the NUDS dataset. It can be seen that the proposed RA-Net still achieves the highest recognition performance of 94.85%, demonstrating its robustness and adaptability when handling complex HRRP data under varying conditions.
These results emphasize the importance of our model architecture design and highlight the limitations of traditional methods, showing that the proposed method is well suited for real-world applications that require reliable classification across diverse datasets.

5. Conclusions

In this paper, we have addressed the critical challenge of chaff cloud HRRP recognition in complex electromagnetic environments by proposing a novel and effective method called RA-Net. To overcome the limitation of insufficient measured chaff cloud echo data, we constructed a rich and diverse chaff cloud HRRP dataset through extensive field experiments. This dataset not only supports our experiments but also serves as a benchmark for advancing research on radar anti-chaff jamming. Furthermore, we integrated an attention mechanism into the proposed network to extract more informative and stable hierarchical features from HRRP data and improve network performance. Experimental results on the measured HRRP data reveal that our proposed method achieves recognition accuracy of 97.10% and exhibits exceptional generalization performance compared to other methods. These advancements suggest that RA-Net effectively bridges the gap between laboratory-based models and real-world deployment requirements. Future work will extend this framework and explore its broader applicability in anti-chaff jamming techniques.

Author Contributions

Methodology, S.L.; Software, B.L.; Data curation, L.Z.; Supervision, J.L. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by National Natural Science Foundation of China under Grant No. 61871442.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

The original contributions presented in this study are included in this paper. For more detailed information, please contact the corresponding author directly.

Acknowledgments

Thanks to the authors of this paper for their work on the research content, as well as the journal staff for their comments and revisions to this paper.

Conflicts of Interest

The authors declare no conflicts of interest.

Appendix A

Appendix A.1. Entropy

The concept of entropy is introduced to assess the complexity of the HRRP sequences of the chaff cloud and target. Let the HRRP sequences be represented as { S ( l ) , l = 1 , 2 , , N } . We first normalize the HRRP sequences using the following formulas:
S ( l ) ¯ = S ( l ) S ,
S = l = 1 N S ( l ) .
The waveform entropy of the HRRP sequences S ( l ) can be expressed as follows:
E ( S ) = l = 1 N S ( l ) ¯ log 2 S ( l ) ¯ .
The waveform entropy, denoted as E ( S ) , quantifies the inherent dispersion characteristics in the distribution of HRRP sequences. A lower entropy value corresponds to a more concentrated energy distribution within the target’s scattering centers. In contrast, elevated entropy values demonstrate increased dispersion in the energy distribution of the scattering centers.

Appendix A.2. Correlation Coefficient

The geometric differences between the target and the chaff cloud lead to variations in the distribution of the scattering points. In turn, these differences affect the characterization of the HRRP sequences and influence the correlation of the HRRP sequences.
The correlation coefficient of the HRRP sequences between different echo periods is defined as follows:
ρ ( r , k ) = cov S r S r ¯ , S k S k ¯ σ S r S r ¯ σ S k S k ¯
where cov represents the covariance operation, σ represents the standard deviation operation, S r and S k represent the HRRP sequences of different echo periods, and S r ¯ and S k ¯ denote the expectation of the HRRP sequences for different echo periods.
The average correlation coefficient of the HRRP sequences across N different echo periods is defined as follows:
c = i = 2 N w i ρ ( 1 , i ) ,
w i = 2 ( N + 1 i ) N ( N 1 ) .

Appendix A.3. Scattering Intensity Ratio

First, the HRRP sequences for each period are sorted in descending order according to the amplitude. The sorted HRRP sequences of each period can be expressed as x 1 ( 1 ) , x 1 ( 2 ) , , x 1 ( n ) .
To calculate the scattering intensity ratio, we determine the power values of the first m strong scattering points in the sorted HRRP sequences and compare them to the total power value of the entire HRRP sequence. The scattering intensity ratio can then be expressed as
K m = i = 1 m x 1 2 ( i ) i = 1 n x 1 2 ( i ) .

References

  1. Li, J.; Zuo, Y.; Guo, L.; Liu, W. A Distribution Feature Prediction Method for Chaff Using Polarized Scattering Data. IEEE Antennas Wirel. Propag. Lett. 2022, 22, 452–456. [Google Scholar] [CrossRef]
  2. Zuo, Y.; Guo, L.; Liu, W.; Ding, J. Determination of the Forward Electromagnetic Coupling Radius in Chaff Cloud. IEEE Antennas Wirel. Propag. Lett. 2022, 21, 262–266. [Google Scholar] [CrossRef]
  3. Marcus, S. Dynamics and radar cross section density of chaff clouds. IEEE Trans. Aerosp. Electron. Syst. 2004, 40, 93–102. [Google Scholar] [CrossRef]
  4. Žák, J.; Vach, M.; Dvořáček, F. Advanced Chaff usage in modern EW. In Proceedings of the 2016 IEEE Radar Methods and Systems Workshop (RMSW), Kiev, Ukraine, 27–28 September 2016; pp. 56–59. [Google Scholar] [CrossRef]
  5. Wang, L.P. Study on Interference Method of Fuze Anti - Chaff Based on Electrostatic Characteristics. In Proceedings of the 2021 7th International Conference on Condition Monitoring of Machinery in Non-Stationary Operations (CMMNO), Guangzhou, China, 11–13 June 2021; pp. 115–121. [Google Scholar] [CrossRef]
  6. Sun, P.; Cai, Q.; Tang, J.; Li, N.; Du, J. On spreading chaff cloud for countering the terminal guidance missile. In Proceedings of the 2011 IEEE CIE International Conference on Radar, Chengdu, China, 24–27 October 2011; Volume 1, pp. 845–849. [Google Scholar] [CrossRef]
  7. Yan, Z.; Hao, X.; Li, R.; Li, P. Target Recognition Technology of Pulse Doppler Radio Fuze Based on Bandwidth Characteristics for Anti-Chaff Jamming. In Proceedings of the 2019 IEEE Asia-Pacific Conference on Applied Electromagnetics (APACE), Melacca, Malaysia, 25–27 November 2019; pp. 1–6. [Google Scholar] [CrossRef]
  8. Zhang, F.; Liu, J.; Lin, H. Study on Chaff Interference for Doppler Fuze. In Proceedings of the 2019 IEEE MTT-S International Microwave Biomedical Conference (IMBioC), Nanjing, China, 6–8 May 2019; Volume 1, pp. 1–4. [Google Scholar] [CrossRef]
  9. Tang, G.; Zhao, K.; Zhao, H.; Zhu, Z. A novel discrimination method of ship and chaff based on sparseness for naval radar. In Proceedings of the 2008 IEEE Radar Conference, Rome, Italy, 26–30 May 2008; pp. 1–4. [Google Scholar] [CrossRef]
  10. Liu, Y.; Xing, S.; Liu, Y.; Li, Y.; Wang, X. Maximum Likelihood Angle Estimation of Target in the Presence of Chaff Centroid Jamming. IEEE Access 2018, 6, 74416–74428. [Google Scholar] [CrossRef]
  11. Hu, S.; Wu, L.; Zhang, J.; Xu, J. Research on Chaff Jamming Recognition Technology of Anti-Ship Missile Based on Radar Target Characteristics. In Proceedings of the 2019 12th International Conference on Intelligent Computation Technology and Automation (ICICTA), Xiangtan, China, 26–27 October 2019; pp. 222–226. [Google Scholar] [CrossRef]
  12. Li, S.; Liu, J.; Xu, X. Radar anti-chaff Jamming Method Based on Echo Signal Response Model and Oblique Projection Polarization Filtering. In Proceedings of the 2024 9th International Conference on Signal and Image Processing (ICSIP), Nanjing, China, 12–14 July 2024; pp. 300–304. [Google Scholar]
  13. Cao, F.; Wang, D.; Xu, L.; Wen, R.; Wang, X.; Wen, S.; Ma, Y.; Wei, Z. Overview of Anti-chaff Interference of Radio Fuze. In Proceedings of the 2024 IEEE 7th International Conference on Electronic Information and Communication Technology (ICEICT), Xi’an, China, 31 July–2 August 2024; IEEE: Piscataway, NJ, USA, 2024; pp. 776–779. [Google Scholar]
  14. Zhu, H.; Pan, Y.-j.; Wang, Q.-p.; Tai, N.; Yuan, N. An anti-chaff jamming method for millimeter wave wideband coherent radar based on range Doppler feature. In Proceedings of the 2015 IEEE International Conference on Signal Processing, Communications and Computing (ICSPCC), Ningbo, China, 19–22 September 2015; pp. 1–6. [Google Scholar] [CrossRef]
  15. Shao, X.; Du, H.; Xue, J. A recognition method depended on enlarge the difference between target and chaff. In Proceedings of the 2007 International Conference on Microwave and Millimeter Wave Technology, Guilin, China, 18–21 April 2007; pp. 1–4. [Google Scholar] [CrossRef]
  16. Li, M.; Lang, P.; Fu, X.; Dong, J.; Liu, C.; Jiang, J. A Novel Chaff Cloud Recognition Method Based on Wideband Polarization Radar. In Proceedings of the 2021 CIE International Conference on Radar (Radar), Haikou, China, 15–19 December 2021; pp. 1927–1930. [Google Scholar] [CrossRef]
  17. Gang, C.; Longfei, S.; Jiazhi, M.; Jian, L. Identification of chaff interference based on polarization parameter measurement. In Proceedings of the 2017 13th IEEE International Conference on Electronic Measurement & Instruments (ICEMI), Yangzhou, China, 20–22 October 2017; pp. 392–396. [Google Scholar] [CrossRef]
  18. Xie, H.-J.; Li, J.-B.; Xu, Z.-F.; Wang, T. Analysis of wideband characteristics and jamming technology of chaff cloud. In Proceedings of the 2014 3rd Asia-Pacific Conference on Antennas and Propagation, Harbin, China, 26–29 July 2014; pp. 1053–1057. [Google Scholar] [CrossRef]
  19. Zhang, T.; Zhang, J.; Liang, Z.; Chen, X.; Song, Y. Chaff jamming recognition based on pulse Doppler radar. In Proceedings of the IET Conference Proceedings CP874, Chongqing, China, 3–5 December 2023; IET: Stevenage, UK, 2023; Volume 2023, pp. 3677–3681. [Google Scholar]
  20. Wang, H.; Chen, B.; Zhu, D.; Huang, F.; Yu, X.; Ye, Q.; Cheng, X.; Peng, S.; Jing, J. Chaff identification method based on Range-Doppler imaging feature. IET Radar Sonar Navig. 2022, 16, 1861–1871. [Google Scholar] [CrossRef]
  21. Kaydok, U. Chaff Discrimination Using Convolutional Neural Networks and Range Profile Data. In Proceedings of the 2020 IEEE International Radar Conference (RADAR), Washington, DC, USA, 28–30 April 2020; pp. 373–377. [Google Scholar] [CrossRef]
  22. Feng, B.; Chen, B.; Liu, H. Radar HRRP target recognition with deep networks. Pattern Recognit. 2017, 61, 379–393. [Google Scholar] [CrossRef]
Figure 1. The program of the field experiment for chaff cloud HRRP data acquisition.
Figure 1. The program of the field experiment for chaff cloud HRRP data acquisition.
Sensors 25 02663 g001
Figure 2. Measured chaff cloud HRRP sample data from the standard chaff cloud HRRP dataset and the non-standard chaff cloud HRRP dataset: (a) standard chaff cloud HRRP data and (b) non-standard chaff cloud HRRP data.
Figure 2. Measured chaff cloud HRRP sample data from the standard chaff cloud HRRP dataset and the non-standard chaff cloud HRRP dataset: (a) standard chaff cloud HRRP data and (b) non-standard chaff cloud HRRP data.
Sensors 25 02663 g002
Figure 3. Architecture of the proposed method.
Figure 3. Architecture of the proposed method.
Sensors 25 02663 g003
Figure 4. Training progress of our proposed RA-Net.
Figure 4. Training progress of our proposed RA-Net.
Sensors 25 02663 g004
Figure 5. Classification results obtained by different traditional algorithms using the entropy and correlation coefficient features: (a) K-Means, (b) Fuzzy C-Means, (c) FCM- σ , (d) SVM.
Figure 5. Classification results obtained by different traditional algorithms using the entropy and correlation coefficient features: (a) K-Means, (b) Fuzzy C-Means, (c) FCM- σ , (d) SVM.
Sensors 25 02663 g005
Figure 6. Classification results obtained by different traditional algorithms using the entropy and scattering intensity ratio features: (a) K-Means, (b) Fuzzy C-Means, (c) FCM- σ , (d) SVM.
Figure 6. Classification results obtained by different traditional algorithms using the entropy and scattering intensity ratio features: (a) K-Means, (b) Fuzzy C-Means, (c) FCM- σ , (d) SVM.
Sensors 25 02663 g006
Figure 7. Classification results obtained by different traditional algorithms using the correlation coefficient and scattering intensity ratio features: (a) K-Means, (b) Fuzzy C-Means, (c) FCM- σ , (d) SVM.
Figure 7. Classification results obtained by different traditional algorithms using the correlation coefficient and scattering intensity ratio features: (a) K-Means, (b) Fuzzy C-Means, (c) FCM- σ , (d) SVM.
Sensors 25 02663 g007
Figure 8. Classification results obtained by different traditional algorithms using the entropy, correlation coefficient, and scattering intensity ratio features: (a) K-Means, (b) Fuzzy C-Means, (c) FCM- σ , (d) SVM.
Figure 8. Classification results obtained by different traditional algorithms using the entropy, correlation coefficient, and scattering intensity ratio features: (a) K-Means, (b) Fuzzy C-Means, (c) FCM- σ , (d) SVM.
Sensors 25 02663 g008
Table 1. Recognition rates of different traditional algorithms across various feature combinations. Here, A, B, and C represent the entropy, correlation coefficient, and scattering intensity ratio, respectively.
Table 1. Recognition rates of different traditional algorithms across various feature combinations. Here, A, B, and C represent the entropy, correlation coefficient, and scattering intensity ratio, respectively.
FeaturesK-MeansFuzzy C-MeansFCM- σ SVM
A + B83.17%83.20%83.20%84.33%
A + C81.74%81.90%82.59%89.53%
B + C88.71%88.51%88.02%93.25%
A + B + C86.56%86.53%86.61%93.20%
Table 2. Classification performance of the proposed model compared with several traditional methods on the test set. The best result is highlighted in bold.
Table 2. Classification performance of the proposed model compared with several traditional methods on the test set. The best result is highlighted in bold.
MethodsRecognition Performance
K-Means88.71%
Fuzzy C-Means88.51%
FCM- σ 88.02%
SVM93.25%
Inception-v195.17%
CNN94.35%
RA-Net97.10%
Table 3. Classification performance of the proposed model compared with several traditional methods on the NUDS dataset. The best result is highlighted in bold.
Table 3. Classification performance of the proposed model compared with several traditional methods on the NUDS dataset. The best result is highlighted in bold.
MethodsRecognition Performance
K-Means88.30%
Fuzzy C-Means88.10%
FCM- σ 88.50%
SVM91.50%
Inception-v194.50%
CNN90.05%
RA-Net94.85%
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

Li, S.; Liu, B.; Zhou, L.; Liu, J. Anti-Chaff Jamming Method of Radar Based on Real Dataset and Residual Attention Model. Sensors 2025, 25, 2663. https://doi.org/10.3390/s25092663

AMA Style

Li S, Liu B, Zhou L, Liu J. Anti-Chaff Jamming Method of Radar Based on Real Dataset and Residual Attention Model. Sensors. 2025; 25(9):2663. https://doi.org/10.3390/s25092663

Chicago/Turabian Style

Li, Shuolei, Bin Liu, Lin Zhou, and Jingping Liu. 2025. "Anti-Chaff Jamming Method of Radar Based on Real Dataset and Residual Attention Model" Sensors 25, no. 9: 2663. https://doi.org/10.3390/s25092663

APA Style

Li, S., Liu, B., Zhou, L., & Liu, J. (2025). Anti-Chaff Jamming Method of Radar Based on Real Dataset and Residual Attention Model. Sensors, 25(9), 2663. https://doi.org/10.3390/s25092663

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