Journal Article10.1109/JIOT.2023.3240242
Semi-Supervised Specific Emitter Identification Method Using Metric-Adversarial Training
31
TL;DR: In this paper , a semi-supervised learning-based specific emitter identification (SS-SEI) method using metric-adversarial training (MAT) is proposed, where pseudo labels are innovatively introduced into metric learning to enable Semi-Supervised metric learning (SSML), and an objective function alternatively regularized by SSML and virtual adversarial training is designed to extract discriminative and generalized semantic features of radio signals.
read more
Abstract: Specific emitter identification (SEI) plays an increasingly crucial and potential role in both military and civilian scenarios. It refers to a process to discriminate individual emitters from each other by analyzing extracted characteristics from given radio signals. Deep learning (DL) and deep neural networks (DNNs) can learn the hidden features of data and build the classifier automatically for decision making, which have been widely used in the SEI research. Considering the insufficiently labeled training samples and large-unlabeled training samples, the semi-supervised learning-based SEI (SS-SEI) methods have been proposed. However, there are few SS-SEI methods focusing on extracting the discriminative and generalized semantic features of radio signals. In this article, we propose an SS-SEI method using metric-adversarial training (MAT). Specifically, pseudo labels are innovatively introduced into metric learning to enable semi-supervised metric learning (SSML), and an objective function alternatively regularized by SSML and virtual adversarial training (VAT) is designed to extract discriminative and generalized semantic features of radio signals. The proposed MAT-based SS-SEI method is evaluated on an open-source large-scale real-world automatic-dependent surveillance–broadcast (ADS-B) data set and Wi-Fi data set and is compared with the state-of-the-art methods. The simulation results show that the proposed method achieves better identification performance than existing state-of-the-art methods. Specifically, when the ratio of the number of labeled training samples to the number of all training samples is 10%, the identification accuracy is 84.80% under the ADS-B data set and 80.70% under the Wi-Fi data set. Our code can be downloaded from https://github.com/lovelymimola/MAT-based-SS-SEI.
read more
Chat with Paper
AI Agents for this Paper
Find similar papers on Google Scholar, PubMed and Arxiv
Write a critical review of this paper
Analyze citations of this paper to find unaddressed research gaps
Citations
Supervised Contrastive Learning for RFF Identification with Limited Samples
TL;DR: Wang et al. as discussed by the authors proposed a supervised contrastive learning (SCL)-based RFF identification method using data augmentation and virtual adversarial training (VAT), which is called SCACNN.
24
Semi-Supervised Specific Emitter Identification via Dual Consistency Regularization
TL;DR: In this paper , a semi-supervised specific emitter identification (SEI) method based on dual consistency regularization (DCR) was proposed, which enables feature extraction and identification using a few labeled samples and a large number of unlabeled samples.
20
Interpolative Metric Learning for Few-Shot Specific Emitter Identification
Chengkun Wang,Xue Fu,Yu Wang,Guan Gui,Haris Gacanin,Hikmet Sari,Fumiyuki Adachi +6 more
TL;DR: A novel few-shot SEI (FS-SEI) method based on interpolative metric learning (InterML) which gets rid of the dependence on auxiliary dataset is proposed, designed to mine more implicit samples in the sample space to improve generalization and constrain the feature distance in the feature space to improve discriminability.
13
Multisource Heterogeneous Specific Emitter Identification Using Attention Mechanism-Based RFF Fusion Method
Yibin Zhang,Qianyun Zhang,Haitao Zhao,Yun Lin,Guan Gui,Hikmet Sari +5 more
TL;DR: It is proved that MHAFFN is able to work stably in real-world complex scenarios and robustness verification has proved that MHAFFN keeps advantages in noisy environments.
12
FCGCN: Feature Correlation Graph Convolution Network for Few-Shot Individual Identification
Zhongming Feng,Haoran Zha,Congan Xu,Yuanzhi He,Yun Lin +4 more
TL;DR: This paper proposes FCGCN, a Feature Correlation Graph Convolution Network, for few-shot individual identification in electromagnetic signal recognition, achieving 7% higher accuracy than baseline models under low Signal-to-Noise-Ratios (SNRs) with 40 samples per category.
7
References
•Proceedings Article
Adam: A Method for Stochastic Optimization
Diederik P. Kingma,Jimmy Ba +1 more
- 01 Jan 2015
TL;DR: This work introduces Adam, an algorithm for first-order gradient-based optimization of stochastic objective functions, based on adaptive estimates of lower-order moments, and provides a regret bound on the convergence rate that is comparable to the best known results under the online convex optimization framework.
138.5K
•Journal Article
Visualizing Data using t-SNE
TL;DR: A new technique called t-SNE that visualizes high-dimensional data by giving each datapoint a location in a two or three-dimensional map, a variation of Stochastic Neighbor Embedding that is much easier to optimize, and produces significantly better visualizations by reducing the tendency to crowd points together in the center of the map.
Automatic differentiation in PyTorch
Adam Paszke,Sam Gross,Soumith Chintala,Gregory Chanan,Edward Z. Yang,Zachary DeVito,Zeming Lin,Alban Desmaison,Luca Antiga,Adam Lerer +9 more
- 28 Oct 2017
TL;DR: An automatic differentiation module of PyTorch is described — a library designed to enable rapid research on machine learning models that focuses on differentiation of purely imperative programs, with a focus on extensibility and low overhead.
•Posted Content
Explaining and Harnessing Adversarial Examples
TL;DR: The authors argue that the primary cause of neural networks' vulnerability to adversarial perturbation is their linear nature, which is supported by new quantitative results while giving the first explanation of the most intriguing fact about adversarial examples: their generalization across architectures and training sets.
15.9K
FaceNet: A Unified Embedding for Face Recognition and Clustering
TL;DR: FaceNet as discussed by the authors uses a deep convolutional network trained to directly optimize the embedding itself, rather than an intermediate bottleneck layer as in previous deep learning approaches, and achieves state-of-the-art face recognition performance using only 128 bytes per face.
14.2K