1. Introduction
Radar reconnaissance, a crucial method for perceiving intelligence information from enemy radar emitters, is progressively becoming significant in contemporary electronic warfare [
1]. Radar emitter signal sorting (RESS) is an essential component of radar reconnaissance signal processing [
2], mainly used to separate interleaved radar emitter signals and provide a reliable data basis for subsequent working modes recognition, status recognition, and interference decision-making [
3]. Typically, the pulse descriptive word (PDW) sequence output from the reconnaissance receiver is used as the input for the task of signal sorting from radar emitters [
4]. Each PDW includes five parameters: direction of arrival (DOA), time of arrival (TOA), pulse width (PW), radio frequency (RF), and pulse amplitude (PA) [
4,
5,
6,
7,
8,
9,
10].
With the rapid development of the modern military industry and radar technology, the widespread application of various emitter equipment has made the task of signal sorting from radar emitters increasingly challenging [
5]. This is mainly reflected in the following aspects: (1) Lack of prior information. The signals processed by the task of RESS are often non-cooperative radar signals, and the number of labeled samples is limited [
11]. (2) The crowded electromagnetic environment. The increase in the number of types of emitters has caused the pulse stream density to increase sharply, with the number of pulses per second reaching millions [
6]. The high-density pulse environment further increases the probability of lost and spurious pulses, making it challenging to extract signal characteristics effectively [
5]. (3) The complexity of radar emitter signals is increasing. The number of multifunctional and cognitive radars with agile parameter change characteristics is constantly growing on the modern battlefield. The multi-domain dispersion characteristics of different radar emitter signals are more prominent, and the boundaries are more blurred [
4]. In addition, intentional or unintentional interference in the actual reconnaissance environment, coupled with the constraints of signal acquisition software and hardware, further exacerbates the complexity of RESS.
The existing methods for RESS can be broadly classified into two categories: single-parameter and multi-parameter RESS methods. The pulse repetition interval (PRI) is defined as the first-order difference result of the radar pulse parameter TOA, which is often used as the main characteristic parameter of the first-class method due to its inherent regularity, apparent features, and ease of distinguishing [
5]. There are currently numerous methods for RESS based on PRI, including the cumulative difference histogram (CDIF) [
12], the sequential difference histogram (SDIF) [
13,
14], the PRI transform [
15], pulse correlation [
16], and pulse allocation [
17]. Most of these methods initially extract the typical PRI within the pulse sequence, subsequently utilizing the PRI to execute pulse searches within the interleaved pulse sequence, thereby classifying distinct radar emitter pulses [
7]. Nevertheless, these methods are profoundly impacted by the measurement precision of TOA within the pulse sequence, making it challenging to achieve satisfactory sorting outcomes with a low signal-to-noise ratio. The multi-parameter-based radar signal sorting method can be divided into two categories contingent upon whether labeled samples are required: the unsupervised clustering method and the supervised method. The unsupervised clustering method for RESS mainly utilizes the characteristics of pulse data to classify pulse sequences based on a certain similarity measure and evaluation accuracy. Representative studies include partition clustering [
18,
19,
20], hierarchical clustering [
21], density clustering [
22], and grid clustering [
23]. Despite the clustering sorting approach necessitating minimal prior information and exhibiting robust adaptability to the scenario, it fundamentally employs the low-dimensional attributes of the pulse parameters, thereby constraining the algorithm’s capability. For multifunctional radar signal sorting scenarios with complex interpulse modulation types and a large number of overlapping attributes, it is evident that the requirements cannot be met. In recent years, with the rapid development of deep learning, supervised deep neural network-based RESS methods have gradually become a research hotspot in the radar community. The recurrent neural network (RNN) method inherently excels at learning nonlinear features of sequence data, so it was first introduced into the field of RESS [
24]. Building upon this foundation, numerous RESS algorithms have emerged, which are based on improved versions of RNNs, such as gated recurrent units (GRUs) and bi-directional long short-term memory (Bi-LSTM) [
7,
8]. Under specific scenarios, the RNN-based radar signal sorting method can yield superior sorting results. Still, due to its intrinsic network structure, it also has certain drawbacks, including low processing efficiency and high spurious pulse sensitivity [
5]. In order to address the challenges above, a depth pixel-level segmentation network is incorporated into the field of radar signal sorting [
25,
26,
27], offering a novel approach for RESS. The effect of the aforementioned supervised radar emitter signal classification algorithm heavily relies on a large number of labeled training samples. However, in practical scenarios, due to the non-cooperative nature of radar reconnaissance targets, there is often a limitation on the availability of labeled samples or even a complete absence of labeled samples. Consequently, the algorithm above becomes challenging to apply. To address the problem of radar emitter signal classification under zero-shot conditions, it typically requires substantial support from publicly available approximate datasets. Given the current absence of publicly accessible datasets specifically tailored for radar emitter signal processing, the task of radar emitter signal classification under zero-shot conditions remains particularly difficult. Therefore, this study primarily focuses on radar emitter signal classification methods in scenarios where the availability of labeled samples is restricted.
In scenarios with limited labeled samples, the number of samples used for supervised training is small, making it difficult for deep neural network algorithms to train fully and extract differential features between different radar emitter signals. Due to the working characteristics of the radar itself, the pulses belonging to the same radar emitter have a strict temporal relationship constrained by the PRI modulation type [
8], and the attribute parameters of the pulse (RF, PW, PA, DOA) have an inherent structural relationship in the high-dimensional space [
10]. Therefore, if we can fully explore the temporal features in the interleaved pulse sequence and the structural relationship of the attribute parameters, it will significantly improve the difficulty of effective feature extraction caused by insufficient model training in scenarios with limited labeled samples, thereby considerably improving the accuracy of RESS.
In recent years, graph representation learning and graph neural networks have been widely used in handling non-Euclidean data [
28,
29,
30,
31]. Graph convolutional networks (GCN) can capture information between nodes through a limited number of labeled samples and the input adjacency matrix, realize the propagation and aggregation of limited label information in the network, and complete the adequate labeling of unlabeled samples [
32]. Inspired by this, to effectively improve the low accuracy of RESS in scenarios with limited labeled samples, this paper proposes an RESS model that integrates pulse temporal features and attribute parameter structural relationship features, TR-RAGCN-AFF-RESS. This method transforms the problem of RESS into a pulse classification problem. First, the interleaved pulse sequences are preprocessed into sliced pulse sequences and undirected graphs; then, a Transformer (TR) [
33] and a residual attention graph convolutional network (RAGCN) are used to mine the temporal features in the interleaved pulse sequences and the structural relationship information of the pulse attribute parameters, respectively; finally, the attention feature fusion (AFF) algorithm is introduced to fully integrate different features, significantly improving the representation ability of the original data. Better sorting results were achieved in the tests under multiple non-ideal scenarios with limited labeled samples.
The main innovations of this paper can be summarized as follows:
- (1)
An RESS model, TR-RAGCN-AFF-RESS, which integrates temporal features and the attribute parameter structural relationship features, has been proposed. Simultaneously mining the temporal features and attribute parameter structural relationship information in the interleaved pulse sequence, the AFF method is introduced to fully fuse different feature information, achieving complementarity between different feature information and reducing redundant features. Compared with the RESS method based on a single feature, this model performs better in sorting under the condition of a limited number of labeled samples.
- (2)
A GCN is introduced into the radar signal sorting task, and a weighted adjacency matrix construction method, which more accurately represents the structural relationship of pulse attribute parameters, is proposed. Compared to the existing graph data construction methods for interleaved radar pulse sequences, this method considers the distance information of pulse attribute parameters in high-dimensional space, improving the intra-class aggregation of pulses from the same radar emitter in high-dimensional space.
- (3)
A radar signal feature extraction method based on RAGCN is proposed. The final feature expression of embedding vectors in the graph convolutional network is optimized using self-attention and residual connections. Compared with existing methods, this method provides a richer feature representation.
The remainder of this paper is organized as follows:
Section 2 provides a detailed description of the RESS model.
Section 3 elaborates on the critical steps of the TR-RAGCN-AFF-RESS model.
Section 4 presents the simulation experiments and analysis of the results. Finally, the conclusions of this study are given in
Section 5.