1. Introduction
With the rapid development of wireless communications, Internet of Things (IoT) networks, and spectrum-aware intelligent systems, wireless electromagnetic environments have become increasingly dynamic, heterogeneous, and interference-prone, placing higher demands on reliable spectrum perception and efficient spectrum utilization [
1,
2,
3,
4]. In non-cooperative and spectrum-sharing scenarios, received signals are frequently affected by noise, multipath fading, channel uncertainty, and synchronization mismatch, making automatic modulation recognition (AMR) particularly challenging under low-signal-to-noise ratio (SNR) conditions. Early AMR methods relied mainly on likelihood-based decision rules and handcrafted features, including higher-order statistics, instantaneous amplitude, phase and frequency characteristics, cyclic features, and constellation- or phase-diagram-based descriptors [
5,
6,
7,
8]. These methods generally offer relatively low computational complexity and favorable physical interpretability, while phase-related geometric representations can reveal modulation-specific structural characteristics. Recent nonlinear feature-based methods have employed phase-diagram analysis to extract modulation-specific structural descriptors, providing an interpretable approach for digital modulation characterization under noisy conditions [
9]. However, their performance often depends on the selected features and may deteriorate with limited observation lengths, carrier-frequency offset, phase rotation, synchronization errors, or severe noise corruption.
Deep learning-based AMR reduces dependence on manual feature engineering by learning discriminative representations directly from raw I/Q samples or derived signal views. CNN-based models efficiently extract local waveform patterns, while recurrent and hybrid architectures improve temporal dependency modeling and have achieved favorable recognition performance on commonly used benchmark datasets; however, convolutional operations may inadequately capture long-range dependencies, and recurrent structures introduce sequential computation [
10,
11,
12,
13,
14]. Multi-feature fusion, multi-scale networks, lightweight architectures, time–phase modeling, and transformer-based methods further improve feature diversity, scale adaptability, or global dependency modeling, although their performance gains may be accompanied by increased architectural complexity or dependence on carefully designed fusion strategies [
15,
16,
17,
18,
19,
20]. Complex-valued processing, attention-guided denoising, phase transformation, and shrinkage-based mechanisms preserve phase-related information and enhance low-SNR recognition, but some methods rely on predefined transformations or specific denoising assumptions [
21,
22,
23,
24,
25]. Snoap et al. introduced a capsule-network-based classifier using cyclic-cumulant features [
26] and subsequently developed a neural classifier combining custom feature-extraction layers with temporal I/Q data [
27]; these approaches demonstrate the value of structured signal features but still depend on explicitly designed feature representations. In contrast, AHFN learns adaptive noise-robust representations directly from standardized I/Q sequences. More recent scale-aware, transfer-learning, multimodal, graph-based, and contrastive methods have reported competitive recognition performance by modeling long-range dependencies or structural relationships, although they may require auxiliary modalities, source-domain knowledge, predefined graph construction, or additional training objectives [
28,
29,
30,
31,
32,
33,
34,
35]. Direct numerical comparison among these studies remains limited by differences in data partitions, input lengths, channel conditions, and evaluation protocols. Moreover, robustness against stochastic noise does not necessarily imply robustness against deliberately optimized adversarial perturbations, which represents a distinct vulnerability of deep modulation classifiers [
36].
To address these limitations, this study proposes an Adaptive Holistic Fusion Network (AHFN) for robust low-SNR modulation recognition. The temporal graph is used as a fixed representation of local relationships between adjacent sampling points and is not regarded as the primary methodological contribution. Instead, AHFN progressively refines signal representations through three coordinated mechanisms. First, a Multi-Resolution Neural Fusion (MRNF) module employs parallel Kolmogorov–Arnold network branches with different spline-grid resolutions to extract complementary nonlinear waveform dynamics from standardized I/Q samples and temporal positional information. Second, an Adaptive Soft-Threshold Denoising (ASTD) module generates node- and channel-specific thresholds to suppress noise-sensitive responses while preserving weak modulation cues. Third, a Topology-Aware Multi-Scale Fusion Network (TAMSFN) performs feature- and structure-adaptive message aggregation over the fixed temporal graph and combines multi-scale graph representations with Mamba-based long-range sequence modeling. Therefore, the principal contribution of AHFN lies in multi-resolution nonlinear representation, adaptive noise suppression, and topology-aware local–global fusion rather than graph construction itself. A performance comparison of AHFN with representative baseline models on RML2016.10A is presented in
Figure 1.
The remainder of this paper is organized as follows.
Section 2 presents the system modeling and problem formulation.
Section 3 introduces the materials and methods, including the overall architecture and principal modules of the proposed AHFN.
Section 4 reports and discusses the experimental results, including comparative, ablation, parameter-sensitivity, limited-sample, and complexity analyses. Finally,
Section 5 concludes the paper and outlines its limitations and future research directions.
2. System Modeling and Problem Formulation
In a wireless communication system, the received signal is affected by the modulation format, channel response, synchronization errors, and additive noise during transmission. The passband transmitted signal can be expressed as
where
,
, and
denote the instantaneous amplitude, instantaneous phase, and carrier frequency, respectively. After propagation through the wireless channel, the received signal can be modeled as
where
is the channel impulse response,
and
denote the carrier frequency offset and phase offset, respectively,
represents additive white Gaussian noise, and ∗ denotes convolution. At the receiver, the passband signal is down-converted into the complex baseband signal through quadrature demodulation:
where
denotes low-pass filtering. The corresponding complex baseband signal is given by
After analog-to-digital conversion, the continuous baseband signal is sampled as
where
L is the number of samples within one observation window.
Based on the sampled I/Q sequence, the input of the proposed model is represented as
Given
X, automatic modulation recognition (AMR) aims to identify the modulation type from a predefined label set
. Therefore, the recognition objective can be formulated as
where
y and
denote the ground-truth and predicted modulation labels, respectively. Under low-SNR conditions, noise may weaken the temporal continuity, spectral characteristics, and I/Q trajectory structures of the sampled signal, resulting in fragmented representations and increasing the difficulty of robust modulation recognition.
3. Materials and Methods
To address the fragmentation of modulation-discriminative patterns under low-SNR conditions, this study proposes an Adaptive Holistic Fusion Network (AHFN) for robust automatic modulation recognition. As illustrated in
Figure 2, each received I/Q segment is represented by a fixed temporal graph, where nodes correspond to temporal sampling points and edges describe predefined local temporal relationships. This graph representation provides a unified input structure rather than constituting the primary methodological contribution. Built upon the gated message-passing mechanism of GatedGCN [
37], AHFN consists of a Signal Embedding Module, Multi-Resolution Neural Fusion (MRNF), Adaptive Soft-Threshold Denoising (ASTD), a Topology-Aware Multi-Scale Fusion Network (TAMSFN), and a Graph-Level Decision Module. Specifically, the Signal Embedding Module constructs the fixed temporal graph from standardized I/Q samples. MRNF then employs parallel KAN branches with different spline-grid resolutions to extract complementary nonlinear waveform dynamics from the I/Q observations and temporal positional information. ASTD generates node- and channel-specific thresholds to suppress noise-sensitive responses while preserving weak modulation cues. Subsequently, TAMSFN performs feature- and structure-adaptive message aggregation over the fixed graph and combines multi-scale graph representations with Mamba-based long-range sequence modeling. Finally, the Graph-Level Decision Module maps the refined representation to the corresponding modulation category.
3.1. Signal Embedding Module
The Signal Embedding Module is designed to transform the discrete I/Q sequence into a fixed temporal graph representation for subsequent structural feature learning. Different from directly treating the received signal as an ordered vector, the graph formulation explicitly describes local temporal neighborhoods and enables message passing among adjacent signal components. While CNN-, Transformer-, and Mamba-based models mainly focus on local feature extraction or sequential dependency modeling, graph representations provide a flexible mechanism for jointly capturing structural interactions and information propagation among neighboring signal samples. By representing signal samples as graph nodes and temporal adjacency as graph edges, the temporal evolution of the received signal is naturally encoded into the graph topology, allowing neighborhood relationships to be explicitly preserved and propagated during graph learning. This property is particularly beneficial under low-SNR conditions, where modulation-related characteristics are often fragmented by noise and weak local patterns can be reinforced through their temporal context rather than being learned independently. Given an input signal sample
, where
L denotes the sequence length and the two channels correspond to the in-phase and quadrature components, the signal is first standardized to reduce scale variation and improve training stability, where
and
denote the mean and standard deviation of the input features, respectively:
Based on the standardized sequence, each time step is regarded as a graph node, and its feature is defined by the corresponding I/Q observation. To encode short-range temporal topology, bidirectional edges are constructed between each node and its
k nearest temporal neighbors, with the edge attribute measured by the normalized temporal distance:
where
denotes the node feature of time step
t,
denotes the edge attribute between nodes
t and
, and
represents the
k-nearest temporal neighborhood of node
t. All node features form the node feature matrix
, and the edge attributes form
. Accordingly, the input signal is embedded as
where
and
denote the node and edge sets, respectively. The adopted representation differs from several alternative signal structures. A chain graph can be regarded as a special case with
, in which each sampling point is connected only to its immediately adjacent samples, whereas the adopted temporal neighborhood provides a wider local receptive field while preserving temporal order. Unlike a learned graph, the proposed framework does not infer, add, or remove edges according to the input features. Compared with a conventional one-dimensional sequence model, the fixed temporal graph explicitly supports local neighborhood aggregation, while the subsequent Mamba pathway complements it by modeling long-range temporal dependencies. By encoding temporal adjacency into graph connections, the constructed graph preserves the local neighborhood relationships among consecutive I/Q samples and provides a stable structural prior for the subsequent feature-processing modules. The graph topology remains fixed after construction, whereas adaptive processing is introduced at the feature and message-propagation levels. Specifically, ASTD performs data-dependent soft-thresholding to suppress noise-sensitive node responses, while TAMSFN adaptively regulates information propagation over the fixed temporal connections according to node features, temporal edge attributes, structural relationships, and channel importance. This separation retains consistent temporal neighborhoods while allowing the model to refine node features and inter-node interactions according to the received signal.
3.2. Multi-Resolution Neural Fusion
After the discrete I/Q sequence is embedded into a topology-aware graph representation, the Multi-Resolution Neural Fusion (MRNF) module is introduced to enhance the continuity and discriminability of fragmented modulation features under low-SNR conditions. Modulation-dependent characteristics are jointly reflected in the instantaneous I/Q states and their evolution along the sampling axis. In particular, variations in waveform oscillation and phase progression provide important frequency-related cues for distinguishing different modulation formats. However, these patterns may occur over different temporal ranges and are easily obscured by noise. To address this issue, MRNF employs parallel KAN-based branches with different nonlinear representation granularities to capture complementary waveform dynamics. Fine-grained branches emphasize rapid local variations, such as abrupt phase transitions, pulse edges, and short-term oscillations, whereas coarse-grained branches characterize smoother patterns, including amplitude envelopes, long-range phase evolution, and slowly varying oscillatory trends. The resulting representations are subsequently integrated to provide a more comprehensive description of the received signal.
Given the standardized I/Q signal
, MRNF first incorporates a normalized temporal encoding
to retain the sequential order of the received signal:
By associating each I/Q sample with its temporal position, enables the subsequent nonlinear mappings to characterize not only the instantaneous signal state but also its evolution throughout the received segment. Since frequency-related modulation characteristics are manifested through waveform oscillations and phase changes across consecutive samples, the position-aware representation provides a suitable basis for learning local phase-transition patterns, oscillation-rate variations, and long-range temporal dependencies.
The enhanced representation is then processed by multiple KAN-based resolution branches:
where
denotes the learnable projection matrix of the
i-th branch, and
denotes the nonlinear basis expansion implemented using the SiLU base function and B-spline functions. Since modulation-dependent waveform patterns may exhibit both smooth global evolution and rapid local variations, a single spline-grid resolution may be insufficient to characterize these complementary nonlinear structures. Therefore, MRNF employs three parallel KAN branches with grid sizes of 3, 5, and 7 over the fixed interval [−1,1], corresponding to coarse-to-fine spline-grid resolutions. All branches use a spline order of 2, a grid epsilon of 0.02, and scale settings of 0.05, 1, and 1 for the noise, base-function, and spline components, respectively. The spline grids remain fixed during training, while the network parameters and scalar gate of each branch are independently learned, with each gate initialized to 1. Except for the grid size, the remaining branch configurations are kept consistent. In this manner, the coarse-resolution branch favors smoother nonlinear trends, whereas the finer-resolution branches provide greater flexibility in characterizing localized waveform variations, allowing MRNF to learn complementary modulation representations across different nonlinear basis resolutions.
The outputs of the three KAN branches are concatenated to form a unified multi-resolution representation. Through the coarse-to-fine spline-grid resolutions, MRNF aggregates complementary nonlinear waveform information:
The different grid sizes provide distinct nonlinear basis granularities, enabling the parallel branches to complement one another when characterizing smooth waveform trends and finer local variations in the position-enhanced I/Q sequence.
To prevent excessive nonlinear transformation from destroying the original I/Q prior, MRNF further introduces a residual projection pathway:
where
is a learnable projection matrix. This residual pathway preserves the intrinsic structure of the original I/Q signal and provides a stable prior for feature fusion.
Finally, the multi-resolution nonlinear representation and the residual I/Q prior are adaptively fused:
where
is a learnable fusion coefficient that balances the multi-resolution nonlinear representation and the preserved I/Q prior. The three independently parameterized KAN branches employ different spline-grid resolutions, while their branch-specific scalar gates regulate their respective contributions. Consequently, MRNF integrates temporal positional information, complementary nonlinear waveform representations, and the original I/Q prior. This design strengthens the characterization of modulation-dependent waveform variations and provides a stable input for the subsequent adaptive denoising and topology-aware feature aggregation modules.
3.3. Adaptive Spatio-Temporal Denoising
To further improve the robustness of the fused representation, an Adaptive Spatio-Temporal Denoising (ASTD) module is introduced after MRNF. Although MRNF enhances modulation structures from multiple resolutions, the fused features may still contain noise-sensitive responses under low-SNR conditions. Conventional fixed-threshold shrinkage treats different input samples with the same denoising strength, which may suppress noise but also remove weak modulation cues that are critical for classification [
38,
39,
40].
In contrast, ASTD introduces an input-adaptive denoising strategy, in which node- and channel-specific shrinkage thresholds are estimated from the fused representation itself. This enables the model to apply differentiated suppression to noise-sensitive responses while preserving weak but discriminative modulation structures.
Given the fused feature representation
, ASTD first estimates an adaptive threshold through a lightweight gating mechanism:
where
denotes the sigmoid activation and
is a learnable linear projection. The threshold coefficient
is generated from the magnitude of the current fused representation at the node and channel levels, allowing the suppression strength to vary with different feature responses rather than applying a shared threshold to all components.
Based on the adaptive threshold, ASTD performs feature-dependent soft-thresholding:
where
denotes the soft-thresholded representation,
is the threshold scaling factor set to 0.20, and
denotes the learnable linear projection used to generate the feature-attention gate. The first operation applies differentiated shrinkage to individual node-channel responses, while the subsequent sigmoid gate further recalibrates the retained features according to their current representations. This coordinated processing reduces low-magnitude noise-sensitive responses without uniformly weakening all feature components.
To avoid over-denoising, ASTD further introduces an adaptive feature preservation mechanism:
where
denotes the residual projection, and
is a global learnable coefficient initialized to 0.7 and constrained to [0,1]. It balances the contributions of the residual representation and the denoised features during optimization. This design prevents weak but useful modulation cues from being excessively suppressed during denoising.
Through the above process, ASTD performs feature-adaptive refinement through node- and channel-specific threshold estimation, soft-threshold shrinkage, feature recalibration, and residual preservation. The adaptive operations are applied to the node representations rather than to the graph topology, enabling noise-sensitive responses to be attenuated while reducing the loss of weak modulation-related features. The refined representation is subsequently provided to TAMSFN for topology-aware message processing and local–global multi-scale fusion.
3.4. Topology-Aware Multi-Scale Fusion Network
After ASTD suppresses noise-sensitive responses, the denoised node features still require reliable structural interaction to recover modulation patterns fragmented under low-SNR conditions. Although the temporal graph provides stable local connections, directly aggregating neighboring features may propagate noise-induced pseudo-correlations when feature similarity becomes unreliable. To address this issue, the proposed Topology-Aware Multi-Scale Fusion Network (TAMSFN) introduces a feature- and structure-adaptive message-processing mechanism over the fixed temporal graph. Without altering the predefined graph topology, TAMSFN adaptively controls how information is selected, propagated, and emphasized through topology-guided attention, structure-aware message modulation, and channel-adaptive recalibration. The module jointly considers node-feature relevance, temporal edge priors, degree-related structural factors, inter-node feature differences, and channel importance, thereby strengthening topology-consistent modulation cues while reducing unreliable information propagation.
3.4.1. Structure-Guided Graph Filtering
Specifically, TAMSFN first introduces a Graph Structure-Aware Attention (GSAA) mechanism to estimate the relevance of neighboring features over the fixed temporal graph. Unlike attention based solely on node-feature similarity, GSAA incorporates the temporal edge attribute into the attention score, allowing neighborhood aggregation to account for both feature relevance and the predefined temporal relationship. For a target node
i and its neighbor
j, the attention coefficient is formulated as
where
and
denote the denoised node features,
denotes the fixed temporal neighborhood of node
, and A and
are learnable projection parameters. The scalar
controls the contribution of the projected temporal edge attribute
; it is initialized to 1 and remains learnable during training. The attention scores are activated using LeakyReLU with a negative slope of 0.2 and normalized by softmax over the neighborhood of each target node. Thus,
provides topology-guided attention without altering the predefined graph connections.
To further regulate the reliability of message propagation, a structure-aware modulation operator is dynamically generated from the temporal edge attribute, node-degree information, and inter-node feature difference:
where
denotes the projected temporal edge attribute,
and
denote the degrees of nodes
i and
j, respectively, and
represents their feature difference. In the implementation, the temporal edge attribute, logarithmically transformed node degrees, and inter-node feature difference are independently projected and combined with the incident node representations. A sigmoid function is subsequently applied to generate an edge-wise and channel-wise modulation operator
. Thus, the graph connectivity remains fixed, while the message-passing strength over each existing edge is adaptively adjusted:
Here, evaluates neighboring-feature relevance under the temporal edge prior, while performs structure-aware modulation of the corresponding message. The symbol ⊙ denotes element-wise multiplication between the message gate and the projected neighboring feature. The neighbor messages are aggregated by weighted summation and combined with the projected self-node feature . Therefore, TAMSFN performs feature- and structure-adaptive message aggregation over the fixed temporal graph, emphasizing topology-consistent interactions while reducing the propagation of noise-induced responses.
In the implementation, the graph message-passing backbone consists of four gated graph convolution layers. Each layer incorporates batch normalization, ReLU activation, dropout with a rate of 0.4, and a residual connection.
After feature- and structure-adaptive message aggregation, TAMSFN further introduces channel-adaptive recalibration to emphasize modulation-sensitive feature dimensions and attenuate noise-prone responses. A graph-level channel descriptor is first obtained from the mean statistics of all nodes, and a lightweight gating network is then used to generate channel weights:
where
denotes the
c-th channel of node
i,
and
are learnable matrices, and
and
denote nonlinear activation and sigmoid functions, respectively. In the implementation, the graph-level channel descriptor is obtained by global mean pooling, and the channel-gating network consists of two linear layers with a reduction ratio of 4. The generated channel weights are broadcast to all nodes within the corresponding graph and applied through element-wise multiplication. The recalibrated features are subsequently processed by batch normalization, ReLU activation, dropout with a rate of 0.4, and a residual connection. This channel-adaptive recalibration emphasizes modulation-sensitive responses while attenuating noise-prone components. Through the coordinated use of topology-guided attention, structure-aware message modulation, and channel-adaptive recalibration, TAMSFN adaptively regulates feature selection, message propagation, and channel emphasis over the fixed temporal graph.
3.4.2. Local–Global Multi-Scale Fusion
To further refine fragmented modulation representations, TAMSFN introduces a local–global multi-scale fusion strategy that couples scale-aware graph pooling with global sequence modeling. Under low-SNR conditions, discriminative cues may appear at different temporal granularities, ranging from short-term transients, such as phase jumps and waveform edges, to broader structural trends, such as amplitude envelopes and trajectory evolution. A single-scale graph representation may therefore overlook weak local details or fail to maintain global consistency. To address this, three parallel TopK pooling branches with pooling ratios of 0.4, 0.6, and 0.8 are adopted for scale-aware salient-node selection. The higher-ratio branch retains denser local details, whereas the lower-ratio branch provides a more compact structural representation. A normalized temporal coordinate is added to the pooled features, which are then restored to their original node positions according to the retained-node indices. The three aligned representations are concatenated to generate a fusion context through a linear projection followed by sigmoid activation. A shared linear scorer then produces scale scores, which are normalized by softmax across the scale dimension and used for weighted summation. The resulting multi-scale feature is denoted as .
Although multi-scale pooling reorganizes salient modulation cues across resolutions, its modeling range is still constrained by graph neighborhoods and pooling hierarchies. To recover long-range temporal consistency,
is further processed by a four-layer unidirectional Mamba stack:
The Mamba pathway captures global dynamic correlations through state-space sequence modeling, complementing the locality of graph-based aggregation. In the implementation, the Mamba stack uses
,
,
, and
, without bidirectional processing or explicit dropout inside the Mamba layers. Finally, the global sequence representation is fused with the local graph representation
through learnable weighted fusion:
where
is a global learnable coefficient initialized to 0.5 and constrained to
through a clamp operation. It provides a shared balance between the local graph representation and the global sequence representation and does not vary across input samples. The fused representation is subsequently processed by dropout with a rate of 0.4 and batch normalization. In this way, TAMSFN forms a scale-aware local–global refinement process: TopK pooling selects salient modulation cues at different retention ratios, cross-scale alignment preserves their temporal positions, scale-adaptive fusion integrates complementary representations, and Mamba captures long-range temporal dependencies.
The refined representation
is finally delivered to the Graph-Level Decision Module, where node-level features are aggregated into a graph-level embedding and mapped to the modulation category space:
Thus, the learned local structural dependencies and global temporal dynamics are jointly exploited for final modulation type recognition. The overall procedure of the proposed AHFN is summarized in Algorithm 1.
| Algorithm 1 Overall workflow of the proposed AHFN. |
- Require:
Raw I/Q signal samples X - Ensure:
Predicted modulation label - 1:
▹ Signal standardization and temporal graph construction - 2:
▹ Multi-resolution nonlinear representation of position-aware I/Q features - 3:
▹ Adaptive soft-threshold denoising Topology-Aware Multi-Scale Fusion Network: - 4:
▹ GatedGCN update with GSAA and structure-aware message modulation - 5:
▹ Multi-scale structural feature extraction - 6:
▹ Long-range temporal dependency modeling - 7:
- 8:
- 9:
- 10:
return
|
The principal parameter settings and feature dimensions used in the proposed AHFN are summarized in
Table 1. The sequence length is determined by the input sample format, whereas the hidden dimension is kept consistent across the main network modules.
5. Conclusions
This study proposes an Adaptive Holistic Fusion Network (AHFN) for robust automatic modulation recognition under low-SNR conditions. AHFN combines multi-resolution nonlinear representation, adaptive soft-threshold denoising, and topology-aware local–global fusion over a fixed temporal graph. Specifically, MRNF extracts complementary waveform dynamics through parallel KAN branches, ASTD suppresses noise-sensitive responses using node- and channel-specific thresholds, and TAMSFN integrates local structural interactions with long-range temporal dependencies. Experimental results on RML2016.10A and RML2016.10B demonstrate that AHFN achieves favorable recognition performance under severe noise, while the ablation and stability analyses further support the effectiveness of its principal components. The current evaluation is limited to benchmark datasets with fixed signal lengths and predefined modulation categories and does not explicitly consider cross-device mismatch, open-set signals, or deliberately optimized adversarial perturbations. Future work will investigate lightweight model design, cross-device generalization, open-set recognition, and adversarial robustness to further improve the practical applicability of AHFN.