REVIEW 4 major objections 6 minor 47 references
A Unified Anti-Jamming Design in Complex Environments Based on Cross-Modal Fusion and Intelligent Decision-Making
T0 review · 4 major / 6 minor · reviewed 2026-08-07 · deepseek-v4-flash
Pith's one-line read This paper argues that radar jamming type recognition and anti-jamming waveform selection should be designed as one closed-loop framework, and reports that its fused recognizer reaches 95.45% overall accuracy while its DQN converges…
desk verdict A plausible recognition-to-countermeasure integration whose DQN half is over-claimed and under-tested. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The two load-bearing mechanisms are the cross-modal fusion module and the DQN strategy network with its reward functions. The fusion module lets two time-frequency representations, STFT and SPWVD, processed by a hierarchical ResNet and concatenated, be reweighted against time-domain features through a self-attention block: query, key, and value vectors are computed, and a global-average-pooling plus Sigmoid step produces channel weights that rescale the original features. That reweighted representation is what carries the recognition accuracy. On the decision side, the DQN selects discrete frequency-agile waveforms, uses an online and target Q-network with experience replay, and is driven by the paper's three hand-coded rewards: an SINR-threshold reward with values 30 and -100 for AJ, a frequency-hopping reward with a hopping cost for RFTJ, and a cover-pulse timing reward for RDFTJ. Coupling happens because the jamming type from the recognizer and the jamming parameters from passive radar enter the DQN state vector.
What would settle it
Run the trained DQN against a hardware-in-the-loop or high-fidelity simulated jammer and measure post-suppression detection probability, SINR, and angle-estimation error across episodes; if the policies that earn high simulated reward do not systematically improve those measured outcomes over fixed or random frequency-hopping policies, the reported convergence is an artifact of the hand-coded rewards rather than a real anti-jamming capability.
Extended reading notes
Core claim
The paper's central claim is that combining multi-modal jamming recognition with deep-reinforcement-learning waveform selection in one framework improves both stages at once. The recognition branch extracts two time-frequency representations, concatenates deep features from a hierarchical ResNet, and fuses them with time-domain features using a multi-head attention mechanism before a three-class Softmax classifier. The decision branch models anti-jamming as a DQN over discrete waveform actions, with an online network, a target network, and experience replay; its state includes the recognition result plus passive-radar parameter estimates. According to the reported results, this integrated design raises overall recognition accuracy to 95.45% compared with 91.70%, 93.69%, and 93.13% for SVM, VGG-16, and 2D-CNN, and its reward curves converge near episode 600 with visibly less oscillation than SARSA across AJ, RFTJ, and RDFTJ scenarios.
Load-bearing premise
The load-bearing premise is that the hand-coded reward functions in Eqs. (12)-(14) correctly encode what it means for a real radar to defeat AJ, RFTJ, and RDFTJ, so that maximizing them in simulation transfers to physical suppression performance.
Editorial extensions
If this is right
- A radar that adopts this framework can identify AJ, RFTJ, or RDFTJ and switch to the matching suppression waveform in the same operational loop, instead of treating recognition and countermeasure selection as separate steps.
- The reported convergence around episode 600 with small reward fluctuation suggests the DQN policy can reach a stable anti-jamming behavior within a few hundred simulated jamming episodes.
- Because passive-radar broadband estimates supply the carrier frequency and bandwidth that narrowband active radar measures poorly, the framework's decisions are conditioned on more precise jamming parameters than active-only systems.
- Across training-set sizes, the multi-modal recognizer reportedly keeps higher overall accuracy, recall, precision, and F1 than single-modal baselines, which is the regime where real collected jamming data are scarce.
- In the constructed application scenario with a target at 5 degrees and a jammer at 2 degrees, the selected suppression waveforms restore usable monopulse angle estimation, indicating the anti-jamming choices preserve tracking information.
Reading between the lines
- An extension the paper leaves implicit is feeding softmax probabilities rather than the hard jamming label into the DQN state; that would let the decision network gracefully handle recognition uncertainty instead of committing to a possibly wrong class.
- The reward-calibration question is the natural next experiment: the hand-set thresholds, the hopping cost, and the cover-pulse window should be checked against detection probability or receiver-operating-characteristic curves in a hardware-in-the-loop test, since maximizing simulated rewards may not track physical detection performance.
- Ablating the attention weighting in the cross-modal module would isolate how much of the 95.45% overall accuracy comes from cross-modal fusion rather than from the larger network capacity of the hierarchical ResNet.
- Because all simulations use a fixed carrier frequency, bandwidth, SNR, and JNR range, testing with parameter drift across episodes would reveal whether the learned DQN policy generalizes or is tuned to the simulated grid.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The manuscript proposes a unified radar anti-jamming framework that combines jamming-type recognition with DQN-based anti-jamming waveform decision-making. Recognition uses STFT and SPWVD time-frequency representations fused through an H-ResNet and an attention-based cross-modal fusion module with time-domain features. The recognized jamming type, together with passive-radar parameter estimates, is fed into a DQN that selects frequency-hopping or cover-pulse waveforms. The authors evaluate recognition accuracy against SVM, VGG-16, and 2D-CNN baselines and compare the decision network against SARSA in terms of reward convergence and stability.
Significance. If the claims are established, the proposed closed-loop recognition-plus-decision framework is a useful step toward practical cognitive radar electronic warfare, and the combination of cross-modal feature fusion with active-passive radar information is a plausible architecture. The recognition experiment reports a large margin in overall accuracy (Table VII), and the paper addresses a relevant gap by linking recognition output to downstream waveform selection. However, the current evidence is incomplete: the recognition comparisons lack statistical robustness, the reported improvement numbers are internally inconsistent, and the decision-making comparison relies entirely on the hand-crafted reward that the DQN is trained to maximize, with no external anti-jamming performance metric. The paper does not provide code, trained models, or a reproducible experimental protocol, which limits verification.
major comments (4)
- [Section IV.B and Section IV.D] The dataset splitting is stated inconsistently: Section IV.B says the proportion of datasets used for training, testing, and validation is 0.3:0.6:0.1, while Section IV.D says Table VII reports results with 80% training samples. Because all recognition claims depend on the exact training/evaluation protocol, the authors must specify the precise split, the number of samples per class, and whether the 0.3:0.6:0.1 split or an 80% split was used for the reported metrics.
- [Abstract and Table VII] The abstract reports improvements of 1.41%, 2.5%, and 14.51% in overall accuracy compared to SVM, VGG-16, and 2D-CNN, but Table VII and Section IV.D report improvements of 3.75%, 1.76%, and 2.32%, respectively. The two sets of numbers are inconsistent and the abstract's ordering and magnitudes appear to be erroneous. This must be corrected, because the abstract is the primary statement of the paper's contribution.
- [Section III.B.3, Eqs. (12)-(14), and Fig. 12] The central decision-making claim of faster convergence and greater stability than SARSA is supported only by the average-reward curves in Fig. 12, where the reward is computed from the hand-crafted functions in Eqs. (12)-(14). Since the DQN is trained to maximize exactly these rewards, convergence on this metric is not an independent measure of anti-jamming success. The paper should report external metrics such as post-suppression SINR, detection probability, false-target rejection rate, or monopulse angle-estimation error for the learned policies, and should calibrate the thresholds and costs (30, -100, and c) against a physical or high-fidelity radar model. In addition, the comparison with SARSA does not state whether SARSA was given the same state vector (including the FDJR jamming-type output and passive-radar parameters) and the same reward function; without this parity, Fig. 12 may reflect a difference in privileged information rather than an algorithmic advantage.
- [Section IV.D and Fig. 10] The recognition results are reported as a single confusion matrix and single-point metrics with no error bars, no multiple random seeds, and no statistical significance testing. Given the class distribution visible in Fig. 10 (e.g., RDFT has far more test samples than AJ or RFT), the claimed margins of 1.76-3.75% over baselines could be within run-to-run variability. The authors should provide mean and standard deviation over repeated runs or k-fold cross-validation, and report per-class support counts.
minor comments (6)
- [Section IV.D] The text refers to 'Table 4' when it should refer to Table VII, and contains the typo 'butter than' instead of 'better than'.
- [Section IV.B and Tables IV-V] Tables IV and V are presented after the text says 'the backbone network structure ... is shown in Table II and Table III'; the table numbering should be aligned.
- [Section I, Contribution 2] The abbreviation 'DRFTJ' is used inconsistently; the paper elsewhere uses RDFTJ. Please standardize all jamming-type acronyms.
- [Fig. 12] The subfigure captions duplicate the labels (a)-(c) for both SARSA and the proposed algorithm, which makes it hard to identify which curve corresponds to which method; use distinct labels.
- [Section III.A, Eq. (9)] The displayed definition of the ReLU activation is garbled; please rewrite it in standard mathematical notation.
- [Section III.A and Reference [36]] The H-ResNet module is cited to DenseNet [36], but the text does not explain the relationship; either cite a direct source or clarify how the module is derived from DenseNet.
Circularity Check
Recognition results are self-contained, but the DQN-vs-SARSA anti-jamming claim is evaluated by the same hand-coded reward the DQN is trained to maximize.
-
self definitional
[Section III.B.3, Eqs. (12)-(14); Section IV.C; Fig. 12]
"In decision-making network based on deep reinforcement learning to evaluate the performance we use average reward and convergence speed. ... As observed from the reward function curves, in SARSA algorithm, convergence under AJ is not reached until approximately episode 800 ... The proposed method also achieves convergence around episode 600 ... The result indicates that the proposed method demonstrates superior robustness and stability compared to the baseline."
The only reported DQN-vs-SARSA evidence is Fig. 12, which plots average reward. Eqs. (12)-(14) hand-code the desired anti-jamming behavior: reward 30 if the radar is unjammed or if the cover pulse lasts beyond the jammer's observation window, a high reward for frequency hops that are integer multiples of Δf, and -100 for full jamming. DQN is trained to maximize exactly this reward via the Bellman target of Eq. (10). Therefore, 'faster reward convergence and more stable strategy generation' is a statement about the optimized objective itself, not an independent measure of jamming suppression.
-
self definitional
[Section III.B.3, Eq. (14); Fig. 13(c); Fig. 15]
"For RDFTJ, the radar typically employs a cover-pulse anti-jamming waveform. The single-step game reward function is expressed as follows: ... where t_cheat represents the time at which the radar transmits the cover pulse, and t_observe represents the observation window duration of the jammer."
The reward is defined so that the agent receives 30 exactly when the radar's cover pulse is transmitted after/longer than the jammer's observation window, i.e., the correct anti-RDFTJ action is already encoded in the reward. The subsequent policy visualization (Fig. 13) and the claim that the decision network 'successfully mitigat[es] the interference' (Fig. 15) therefore demonstrate that the learner followed the pre-coded reward rule, rather than providing independent evidence that the selected waveform suppresses dense false targets.
full rationale
The jamming-recognition half of the paper is not circular: FDJR is evaluated against SVM, VGG-16, and 2D-CNN on a generated three-class dataset with OA, recall, precision, and F1 (Table VII, Fig. 11), so those accuracy gains are empirically self-contained. No load-bearing self-citation chain is present; background citations to prior group work (e.g., [17]) are not the derivation. The circularity is confined to the anti-jamming decision claim. Section IV.C declares decision-making performance to be average reward and convergence speed, and Fig. 12 compares DQN with SARSA on exactly the hand-crafted reward functions of Eqs. (12)-(14). Since those rewards already encode the desired frequency-hopping and cover-pulse behaviors, and DQN is trained to maximize them, reporting convergence of the same curves as 'anti-jamming performance' is a self-definitional evaluation. The absence of an external anti-jamming metric (detection probability, post-suppression SINR, or false-target rejection rate) for the learned policies means the DQN-vs-SARSA superiority claim rests on the optimized proxy itself. This is a partial circularity (score 4), not a total one, because the recognition contribution remains independently benchmarked and the DQN/SARSA comparison is at least a genuine comparison of two learners on the same reward.
Assumptions & free parameters
free parameters (4)
- DQN reward thresholds and costs =
30, -100, c, Delta-f; c and Delta-f unspecified
- DQN hyperparameters =
not reported
- Recognition network hyperparameters =
dropout 0.4, 0.5; repeats 3, 5; input 224x224
- Simulation parameters =
carrier 1 GHz, bandwidth 28 MHz, pulse 10 us, PRI 50 us, SNR 10 dB, JNR 10 to 35 dB, angles 5 and 2 degrees
assumptions (5)
- domain assumption Jamming signal models in Eqs. (2) to (4) accurately represent AJ, RFTJ, and RDFTJ in a DRFM environment.
- domain assumption STFT and SPWVD time-frequency representations provide sufficient discriminative information for the three jamming classes.
- standard math DQN with the Bellman target in Eq. (10) converges to a good policy when rewards are as in Eqs. (12) to (14).
- domain assumption Passive radar provides accurate jamming parameters, including carrier frequency, bandwidth, and angle, to the decision network.
- domain assumption Active-passive fusion is beneficial because the passive wideband channel characterizes jamming parameters more precisely.
Cite this review
Pith. "Pith review of A Unified Anti-Jamming Design in Complex Environments Based on Cross-Modal Fusion and Intelligent Decision-Making." pith.science (2026). https://pith.science/paper/5HZALQVK
@misc{pith2026250607532,
author = {Pith},
title = {Pith review of: A Unified Anti-Jamming Design in Complex Environments Based on Cross-Modal Fusion and Intelligent Decision-Making},
year = {2026},
howpublished = {\url{https://pith.science/paper/5HZALQVK}},
note = {Machine review of arXiv:2506.07532}
}
read the original abstract
With the rapid development of radar jamming systems, especially digital radio frequency memory (DRFM), the electromagnetic environment has become increasingly complex. In recent years, most existing studies have focused solely on either jamming recognition or anti-jamming strategy design. In this paper, we propose a unified framework that integrates interference recognition with intelligent anti-jamming strategy selection. Specifically, time-frequency (TF) features of radar echoes are first extracted using both Short-Time Fourier Transform (STFT) and Smoothed Pseudo Wigner-Ville Distribution (SPWVD). A feature fusion method is then designed to effectively combine these two types of time-frequency representations. The fused TF features are further combined with time-domain features of the radar echoes through a cross-modal fusion module based on an attention mechanism. Finally, the recognition results, together with information obtained from the passive radar, are fed into a Deep Q-Network (DQN)-based intelligent anti-jamming strategy network to select jamming suppression waveforms. The key jamming parameters obtained by the passive radar provide essential information for intelligent decision-making, enabling the generation of more effective strategies tailored to specific jamming types. The proposed method demonstrates improvements in both jamming type recognition accuracy and the stability of anti-jamming strategy selection under complex environments. Experimental results show that our method achieves superior performance compared to Support Vector Machines (SVM), VGG-16, and 2D-CNN methods, with respective improvements of 1.41%, 2.5%, and 14.51% in overall accuracy. Moreover, in comparison with the SARSA algorithm, the designed algorithm achieves faster reward convergence and more stable strategy generation.
Figures
Figures from the paper (11 more)
Reference graph
Works this paper leans on
-
[1]
Soumekh M. SAR -ECCM using phase -perturbed LFM chirp signals and DRFM repeat jammer penalization[C]//IEEE International Radar Conference, 2005. IEEE, 2005: 507-512
work page 2005
-
[2]
Yang B, Li K, Jiu B, et al. An intelligent jamming strategy design method against frequency agility radar[C]//2023 IEEE International Radar Conference (RADAR). IEEE, 2023: 1-6
work page 2023
-
[3]
A novel deceptive jamming approach against frequency diverse array radar[J]
Tan M, Wang C, Xue B, et al. A novel deceptive jamming approach against frequency diverse array radar[J]. IEEE Sensors Journal, 2020, 21(6): 8323-8332
work page 2020
-
[4]
Wang W, Wu J, Pei J, et al. An antideceptive jamming method for multistatic synthetic aperture radar based on collaborative localization and spatial suppression[J]. IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing, 2020, 13: 2757-2768
work page 2020
-
[5]
A survey of radar ECM and ECCM[J]
Neng-Jing L, Yi-Ting Z. A survey of radar ECM and ECCM[J]. IEEE Transactions on Aerospace and Electronic Systems, 1995, 31(3): 1110- 1120
work page 1995
-
[6]
Frequency -agile radar signal processing[J]
Waters W M, Linde G J. Frequency -agile radar signal processing[J]. IEEE Transactions on aerospace and electronic systems, 1979 (3): 459- 464
work page 1979
-
[7]
Kogon S M, Holder E J, Williams D B. Mainbeam jammer suppression using multipath returns[C]//Conference Record of the Thirty -First 0 0.5 1 1.5 2 2.5 1 2 3 4 5 6 7 8 9 strategy and behavio time sequential switching jamming jamming stra jammer radar 0 0.5 1 1.5 2 2.5 1 2 3 4 5 6 7 8 9 strategy and behavio time palindromic-sequence switching jamming jamming...
work page 1997
-
[8]
Deng H, Himed B. Target Detection and Interference Mitigation in Future AI -Based Radar Systems[C]//2021 IEEE Radar Conference (RadarConf21). IEEE, 2021: 1-4
work page 2021
Show all 47 references
-
[9]
Richter Y, Balal N, Gerasimov J, et al. Deep Learning -Based Radar Processing: Simultaneous Target Classification, Activity Detection, and Range Estimation with Micro -Doppler Radar[C]//2024 IEEE International Conference on Microwaves, Communications, Antennas, Biomedical Engi...
2024
-
[11]
Recognition of radar compound jamming based on convolutional neural network[J]
Zhou H, Wang L, Guo Z. Recognition of radar compound jamming based on convolutional neural network[J]. IEEE Transactions on Aerospace and Electronic Systems, 2023, 59(6): 7380-7394
2023
-
[12]
Deep learning and recognition of radar jamming based on CNN[C]//2019 12th international symposium on computational intelligence and design (ISCID)
Liu Q, Zhang W. Deep learning and recognition of radar jamming based on CNN[C]//2019 12th international symposium on computational intelligence and design (ISCID). IEEE, 2019, 1: 208 - 212
2019
-
[13]
Radar Signal Recognition Based on Deep Feature Fusion of Multiple Time -frequency Images[C]//2023 International Conference on Wireless Communications and Signal Processing (WCSP)
Hu Z, Li H, Tang Z, et al. Radar Signal Recognition Based on Deep Feature Fusion of Multiple Time -frequency Images[C]//2023 International Conference on Wireless Communications and Signal Processing (WCSP). IEEE, 2023: 377-383
2023
-
[14]
A Cross -Modality Contrastive Learning Method for Radar Jamming Recognition[J]
Dong G, Wang Z, Liu H. A Cross -Modality Contrastive Learning Method for Radar Jamming Recognition[J]. IEEE Transactions on Instrumentation and Measurement, 2025
2025
-
[15]
Convolutional neural network -based radar jamming signal classification with sufficient and limited samples[J]
Shao G, Chen Y, Wei Y. Convolutional neural network -based radar jamming signal classification with sufficient and limited samples[J]. IEEE Access, 2020, 8: 80588-80598
2020
-
[16]
Rcfusion: Fusing 4-d radar and camera with bird’s-eye view features for 3-d object detection[J]
Zheng L, Li S, Tan B, et al. Rcfusion: Fusing 4-d radar and camera with bird’s-eye view features for 3-d object detection[J]. IEEE Transactions on Instrumentation and Measurement, 2023, 72: 1-14
2023
-
[17]
Radar deception jamming recognition based on weighted ensemble CNN with transfer learning[J]
Lv Q, Quan Y, Feng W, et al. Radar deception jamming recognition based on weighted ensemble CNN with transfer learning[J]. IEEE Transactions on Geoscience and Remote Sensing, 2021, 60: 1-11
2021
-
[18]
Adversarial deep learning for cognitive radio security: Jamming attack and defense strategies[C]//2018 IEEE international conference on communications workshops (ICC Workshops)
Shi Y, Sagduyu Y E, Erpek T, et al. Adversarial deep learning for cognitive radio security: Jamming attack and defense strategies[C]//2018 IEEE international conference on communications workshops (ICC Workshops). IEEE, 2018: 1-6
2018
-
[19]
Intelligent radar jamming recognition in open set environment based on deep learning networks[J]
Zhou Y, Shang S, Song X, et al. Intelligent radar jamming recognition in open set environment based on deep learning networks[J]. Remote Sensing, 2022, 14(24): 6220
2022
-
[20]
Jamming recognition based on AC - VAEGAN[C]//2020 15th IEEE International Conference on Signal Processing (ICSP)
Tang Y, Zhao Z, Ye X, et al. Jamming recognition based on AC - VAEGAN[C]//2020 15th IEEE International Conference on Signal Processing (ICSP). IEEE, 2020, 1: 312-315
2020
-
[21]
Jamming pattern recognition using spectrum waterfall: A deep learning method[C]//2019 IEEE 5th international conference on computer and communications (ICCC)
Cai Y, Shi K, Song F, et al. Jamming pattern recognition using spectrum waterfall: A deep learning method[C]//2019 IEEE 5th international conference on computer and communications (ICCC). IEEE, 2019: 2113-2117
2019
-
[22]
Cooperative Frequency Scheduling for Netted Agile Radars via Decentralized Q -Learning[J]
Li S, Liao M, Xiong K, et al. Cooperative Frequency Scheduling for Netted Agile Radars via Decentralized Q -Learning[J]. IEEE Transactions on Instrumentation and Measurement, 2025
2025
-
[23]
Intelligent anti -jamming based on deep reinforcement learning and transfer learning[J]
Janiar S B, Wang P. Intelligent anti -jamming based on deep reinforcement learning and transfer learning[J]. IEEE Transactions on Vehicular Technology, 2024, 73(6): 8825-8834
2024
-
[24]
Radar anti -jamming decision -making method based on DDPG -MADDPG algorithm[J]
Wei J, Wei Y, Yu L, et al. Radar anti -jamming decision -making method based on DDPG -MADDPG algorithm[J]. Remote Sensing, 2023, 15(16): 4046
2023
-
[25]
Deep Reinforcement Learning -Based Anti- Jamming Approach for Fast Frequency Hopping Systems[J]
Cheng S, Ling X, Zhu L. Deep Reinforcement Learning -Based Anti- Jamming Approach for Fast Frequency Hopping Systems[J]. IEEE Open Journal of the Communications Society, 2025
2025
-
[26]
Jiang W, Wang Y, Li Y, et al. An intelligent anti -jamming decision- making method based on deep reinforcement learning for cognitive radar[C]//2023 26th International Conference on Computer Supported Cooperative Work in Design (CSCWD). IEEE, 2023: 1662-1666
2023
-
[27]
Deep -Q reinforcement learning for fairness in multiple -access cognitive radio networks[C]//2022 IEEE Wireless Communications and Networking Conference (WCNC)
Ali Z, Rezki Z, Sadjadpour H. Deep -Q reinforcement learning for fairness in multiple -access cognitive radio networks[C]//2022 IEEE Wireless Communications and Networking Conference (WCNC). IEEE, 2022: 2023-2028
2022
-
[28]
Zhu J, Ruan H, Han L, et al. Adaptive Selection of Cognitive Radar Waveforms Based on Improved Deep Q -Learning Network[C]//2023 3rd International Conference on Computer Science, Electronic Information Engineering and Intelligent Control Technology (CEI). IEEE, 2023: 515-522
2023
-
[30]
Research on cooperative detection technology of networked radar based on data fusion[C]//2021 2nd China International SAR Symposium (CISS)
Jiang W, Qi Z, Ye Z, et al. Research on cooperative detection technology of networked radar based on data fusion[C]//2021 2nd China International SAR Symposium (CISS). IEEE, 2021: 1-5
2021
-
[31]
dissertation, Xidian University, Xi’an, China,
Liu Y, Research on Anti-Deceptive Jamming Methods for Multistatic Radar Systems, Ph.D. dissertation, Xidian University, Xi’an, China,
-
[32]
dissertation, Xidian University, Xi’an, China, 2016
Zhao S, Research on Cooperative Anti -Deceptive Jamming Methods for Multistatic Radar Systems, Ph.D. dissertation, Xidian University, Xi’an, China, 2016. (In Chinese)
2016
-
[33]
A novel signal processing technique for Ku -band automobile FMCW fully polarimetric SAR system using triangular LFM[J]
Jung D H, Kim D H, Azim M T, et al. A novel signal processing technique for Ku -band automobile FMCW fully polarimetric SAR system using triangular LFM[J]. IEEE Transactions on Instrumentation and Measurement, 2020, 70: 1-10
2020
-
[34]
Deconvolutive short -time Fourier transform spectrogram[J]
Lu W, Zhang Q. Deconvolutive short -time Fourier transform spectrogram[J]. IEEE Signal Processing Letters, 2009, 16(7): 576-579
2009
-
[35]
Time -frequency DOA estimate algorithm based on SPWVD[C]//2005 IEEE International Symposium on Microwave, Antenna, Propagation and EMC Technologies for Wireless Communications
Hang H. Time -frequency DOA estimate algorithm based on SPWVD[C]//2005 IEEE International Symposium on Microwave, Antenna, Propagation and EMC Technologies for Wireless Communications. IEEE, 2005, 2: 1253-1256
2005
-
[36]
Densenet: Implementing efficient convnet descriptor pyramids[J]
Iandola F, Moskewicz M, Karayev S, et al. Densenet: Implementing efficient convnet descriptor pyramids[J]. arXiv preprint arXiv:1404.1869, 2014
2014 arXiv
-
[37]
Multilevel scattering center and deep feature fusion learning framework for SAR target recognition[J]
Liu Z, Wang L, Wen Z, et al. Multilevel scattering center and deep feature fusion learning framework for SAR target recognition[J]. IEEE Transactions on Geoscience and Remote Sensing, 2022, 60: 1-14
2022
-
[38]
Music Emotion Classification Model Based on Multi Feature Image Fusion[C]//2024 First International Conference on Software, Systems and Information Technology (SSITCON)
Wu M. Music Emotion Classification Model Based on Multi Feature Image Fusion[C]//2024 First International Conference on Software, Systems and Information Technology (SSITCON). IEEE, 2024: 1-6
2024
-
[39]
PFAF -Net: Pyramid feature network for multimodal fusion[J]
Raza A, Huo H, Fang T. PFAF -Net: Pyramid feature network for multimodal fusion[J]. IEEE Sensors Letters, 2020, 4(12): 1-4
2020
-
[40]
Mlp-mixer: An all-mlp architecture for vision[J]
Tolstikhin I O, Houlsby N, Kolesnikov A, et al. Mlp-mixer: An all-mlp architecture for vision[J]. Advances in neural information processing systems, 2021, 34: 24261-24272
2021
-
[41]
Reinforcement learning for compressed - sensing based frequency agile radar in the presence of active interference[J]
Wang S, Liu Z, Xie R, et al. Reinforcement learning for compressed - sensing based frequency agile radar in the presence of active interference[J]. Remote Sensing, 2022, 14(4): 968
2022
-
[42]
Research on efficient reinforcement learning for adaptive frequency-agility radar[J]
LI Xinzhi and DONG Shengbo. Research on efficient reinforcement learning for adaptive frequency-agility radar[J]. Sensors, 2021, 21(23):
2021
-
[43]
Distorted SAR target recognition with virtual SVM and AP -HOG feature[C]//IET International Radar Conference (IET IRC 2020)
Yao D, Liu Z, Li F, et al. Distorted SAR target recognition with virtual SVM and AP -HOG feature[C]//IET International Radar Conference (IET IRC 2020). IET, 2020, 2020: 734-739
2020
-
[44]
Xu S, Qi H, Zhang Y, et al. Research on Advanced Detection Method of Target Spectrum of Radar Altimeter Based on VGG16-Net[C]//2023 IEEE International Conference on Signal Processing, Communications and Computing (ICSPCC). IEEE, 2023: 1-6
2023
-
[45]
Deep fusion for radar jamming signal classification based on CNN[J]
Shao G, Chen Y, Wei Y. Deep fusion for radar jamming signal classification based on CNN[J]. IEEE Access, 2020, 8: 117236-117244. Huake Wang received the B.S. degree in electronics engineering, and the Ph.D. degree in signal and information processing from Xidian University, Xi...
2020
-
[1963]
degree from Guangxi University in mathematics, Guangxi, China, in 1985, and the M.S
He received the B.S. degree from Guangxi University in mathematics, Guangxi, China, in 1985, and the M.S. degree in computer software and the Ph.D. degree in signal and information processing from Xidian University, Xi ’ an, China, in 1990, and 1992, respectively. He is curren...
1985
-
[2008]
Yinghui Quan (Senior Member, IEEE) received the B.S
His research interests include array signal p rocessing, space-time adaptive processing, radar waveform design, and airborne/space surveillance and warning radar systems. Yinghui Quan (Senior Member, IEEE) received the B.S. and Ph.D. degrees in electrical engineering from Xidi...
2004
-
[2021]
He won the National Science Fund for Distinguished Young Scholar s in
He has been a Senior Visiting Scholar with the Chinese University of Hong Kong from 1999 to 2000. He won the National Science Fund for Distinguished Young Scholar s in
1999
-
[7931]
doi: 10.3390/s21237931
Reviewed August 7, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.