IEEE TRANSACTIONS ON MOBILE COMPUTING
1
Agon: A Semi-Supervised Framework for Robust Satellite Interference Detection
arXiv:2606.14147v1 [cs.NI] 12 Jun 2026
Boyu Yang, Student Member, IEEE, Chunyu Yang, Zhe Chen, Member, IEEE, Kun Qiu, Senior Member, IEEE, and Yue Gao, Fellow, IEEE
Abstract—The rapid expansion of non-geostationary orbit (NGSO) satellites alongside existing geostationary orbit (GSO) systems has intensified spectrum congestion and inter-system interference, placing stringent demands on real-time interference management to sustain reliable coexistence in next-generation communication networks. While existing machine learning (ML)– based reconstruction models have made strides, they remain constrained to an area under the curve (AUC) of 0.83 due to fixed thresholds, causing unacceptable false alarm rates that undermine critical link reliability. Additionally, their decoupled training paradigm neglects cross-domain dependencies, limiting time and frequency-domain AUCs to 0.83 and 0.71, respectively. To address these limitations, this paper introduces a semisupervised satellite interference detection framework named Agon, employing a novel two-stage hybrid learning paradigm. Agon integrates masked autoencoder (MAE) pre-training of a dual attention transformer (DAT) with multi-task fine-tuning to optimize a direct binary classifier, effectively eliminating unstable thresholds. Furthermore, it incorporates high-order statistics (HOS)-augmented attention and wavelet regularization to bolster noise robustness and structural fidelity. Extensive validation on public NGSO-GSO dataset and a high-fidelity NGSO-NGSO dataset demonstrates that Agon achieves state-of-the-art (SOTA) detection performance, with a 25.3% improvement in AUC. Moreover, the multi-task learning (MTL) framework facilitates accurate modulation classification with accuracies exceeding 90%, while simultaneously maintaining optimal detection performance across diverse scenarios characterized by varying off-axis angles and interference-to-noise ratios (INRs). Index Terms—Semi-supervised, satellite interference detection, multi-task fine-tuning, high-order statistics, wavelet regularization.
I. I NTRODUCTION With the exponential expansion of geostationary orbit (GSO) and non-geostationary orbit (NGSO) satellite constellations, global connectivity is undergoing a profound transformation, making low-latency and high-throughput broadband services possible [2]. However, the deployment of tens of thousands of satellites has not only intensified competition A preliminary version of this work appeared in part at IEEE/CIC ICCC 2025 [1]. This work was supported by the National Natural Science Foundation of China under Grant U25A20396. Boyu Yang is with the College of Computer Science and Artificial Intelligence, Fudan University, Shanghai 200438, China, and also with the Space Internet Research Institute, Fudan University, Shanghai 200438, China.(Corresponding author: Kun Qiu.) (email: [email protected]). Zhe Chen, Kun Qiu and Yue Gao are with the Space Internet Research Institute, Fudan University, Shanghai 200438, China. (email: [email protected]; [email protected]; [email protected]). Chunyu Yang is with the College of Computer Science and Artificial Intelligence, Fudan University, Shanghai 200438, China (email: [email protected]).
for limited spectrum resources but also introduced interference issues between satellites, further complicating spectrum management [3]. This interference, particularly in shared frequency bands, is causing increasing potential conflicts between NGSO systems, traditional GSO systems, and ground networks. To ensure the effective coexistence of future nonterrestrial networks (NTNs) and terrestrial networks, as well as the reliability of critical communication services, dynamic spectrum sharing [4] and efficient interference management [5] mechanisms are crucial. In this context, the development of advanced interference detection technologies that ensure service quality while complying with international regulations has become the foundation for the stable operation of nextgeneration satellite communication systems. However, achieving such stability is increasingly difficult as the rapid expansion of NGSO constellations profoundly reshapes global communications and intensifies spectrum complexity [6]. Despite coordination efforts by the International Telecommunication Union (ITU) [7], its static frameworks struggling with over 123,000 annual filings and a standard 7year regulatory cycle lag behind the sub-second interference dynamics of dense constellations, leaving a critical gap in realtime management. With constellations projecting to exceed 100,000 satellites by 2030, interference probability has risen sharply. Traditional physical link budget calculations fail to meet the millisecond-level latency requirements of dynamic NGSO systems [8]. Additionally, the generally low signal-tonoise ratio (SNR) and high temporal variability of satellite channels further exacerbate the difficulty of robust detection. Therefore, there is an urgent need for new interference detection solutions that are capable of efficient computation, meeting real-time demands, and ensuring reliable performance. In recent years, interference detection has evolved from traditional analytical techniques [9] to learning-based paradigms. Since satellite mobility introduces stochastic optimization challenges, reinforcement learning (RL) [10] and multi-agent RL (MARL) [11] have been widely investigated for adaptive control and optimization in dynamic mobile networks. While general signal detection remains a thoroughly investigated academic field, the rapid expansion of NGSO constellations introduces entirely new dynamic complexities. However, RLbased schemes excel primarily in control policy optimization, whereas detection tasks in such stochastic environments often rely on reconstruction-based models to identify signal deviations [12]. Advanced attention architectures like the transformer based interference detector [13] achieve state-of-the-art (SOTA) status yet remain fundamentally hindered by unstable
IEEE TRANSACTIONS ON MOBILE COMPUTING
reconstruction error thresholds [14]. They strictly depend on exactly 17281 fully annotated snapshots from a specific public benchmark dataset which severely limits practical application. Beyond these data dependencies, the research problem requires handling sub-second spectral variations and extreme low SNR conditions inherent in dynamic satellite links. The critical research gap therefore lies in achieving reliable realtime interference detection without relying on highly unstable fixed thresholds under such stochastic channel conditions [15]. To evaluate current limitations, the receiver operating characteristic (ROC) curve and the area under the curve (AUC) serve as primary metrics [16]. The ROC curve shows the tradeoff between detection probability and false alarms, while the AUC measures the overall ability to distinguish interference from noise. Evaluated by these standard metrics, existing Transformer based decoupled training paradigms often process time and frequency domains in isolation. By ignoring essential cross-domain information, this isolation caps their AUC at 0.8318 and their F1 score at 0.8321. These isolated Transformer models also impose high computational burdens resulting in latencies exceeding 100 ms which remain incompatible with rapid NGSO link adaptation [17]. To address these specific challenges, this paper proposes a semi-supervised framework named Agon designed to achieve high-precision and robust interference detection. This framework demonstrates superior performance on the public NGSOGSO dataset yielding AUC and F1 scores of 0.9327 and 0.8351 while delivering robust results on the high-fidelity NGSO-NGSO dataset with scores of 0.9085 and 0.9055. The architecture employs a novel two-stage hybrid paradigm where the core dual attention transformer (DAT) encoder first undergoes pre-training via a masked autoencoder (MAE) task on unlabeled data to learn universal signal structures. Subsequently a multi-task learning (MTL) strategy fine-tunes the model on limited labeled data optimizing a direct binary classifier to eliminate threshold dependency. By integrating high-order statistics (HOS) augmented dual attention alongside a wavelet regularization loss Agon significantly boosts noise discrimination and preserves multi-scale structural fidelity. The key contributions of this paper are summarized as follows: • This paper proposes Agon, a novel semi-supervised framework that transitions from self-supervised structural pre-training to multi-task fine-tuning leveraging unlabeled data to learn robust signal representations and fundamentally addressing decision threshold instability. • Agon incorporates a HOS-augmented dual attention mechanism that reformulates the attention scoring function by incorporating second-order statistical priors, allowing the framework to identify complex statistical signatures typically ignored by linear attention projections. • Agon implements a novel wavelet regularization loss within the objective function by applying multi-scale constraints in the discrete wavelet domain, which ensures the precise recovery of transient spectral details and preserves structural fidelity during signal reconstruction. • A comprehensive empirical validation framework systematically substantiates the architectural generalizability across diverse signal environments with exceptional out-
2
of-distribution robustness and cross-band adaptability of Agon against conventional baseline methodologies. This paper is organized as follows. Section II reviews related works and technical limitations. Section III motivates the design of Agon by revealing the challenges faced by satellite interference detection. Section IV presents the design overview of Agon. Section V introduces the training and detection algorithm design of Agon. Section VI details the system implementation and experiment setup, followed by performance evaluation. Finally, conclusions and future research are presented in Section VII. II. R ELATED W ORK In this section we provide a concise taxonomical review of these technical milestones categorizing the existing literature into traditional interference detection methods alongside early deep learning methods and the frontiers in generative artificial intelligence (AI) to highlight the fundamental research gaps. A. Traditional Interference Detection Methods Interference detection in satellite communications has traditionally relied on conventional signal processing methods. Among these, energy detectors (EDs) are widely used due to their low computational complexity and effectiveness in detecting random signals under Gaussian white noise [18]. Lipski et al. [19] developed and evaluated a real-time adaptive threshold energy detector based on software-defined radio, while Sobron et al. [20] applied energy detection for both cooperative and non-cooperative spectrum sensing. However, in dense modern NGSO environments, EDs exhibit limited sensitivity to weak interference, and their performance depends heavily on precise time-window configurations and unstable power thresholds. As an alternative, cyclostationary feature detection exploits the periodic statistical properties of signals to mitigate the challenges posed by low SNR [21]. Dimc et al. [22] demonstrated that this approach provides greater robustness than energy-based detection in low-SNR conditions. Nevertheless, traditional methods entail the computation of all periodic frequencies, resulting in high computational complexity and limited adaptability to the rapidly time-varying propagation characteristics of NGSO satellites. B. Early Deep Learning Methods To address the limitations of traditional approaches, machine learning (ML) techniques have been increasingly adopted for interference detection, offering augmented accuracy and adaptability to complex signal environments. Zhang et al. [23] employed deep autoencoders for end-to-end communication over two-user interference channels, while Liu et al. [24] utilized fully connected deep neural networks for interference detection in communication systems. Given the stringent real-time performance and data processing requirements of satellite communications, deep learning models face additional challenges [15]. Pellaco et al. [25] proposed an autoencoderbased long short-term memory model to detect intentional interference in NGSO communication signals. However, such
IEEE TRANSACTIONS ON MOBILE COMPUTING
3
early sequential models suffer from high inference latency due to their recursive structures and lack of parallelism, rendering them unsuitable for dynamic satellite systems that demand real-time responsiveness. C. Frontiers in Generative AI and Self-Supervised Learning In recent years, generative AI models have achieved notable advances in interference detection. Zhao et al. [26] employed variational autoencoders to develop a variational optimization framework for efficient signal detection. Zhang et al. [27] introduced a self-supervised variational graph autoencoder for system-level anomaly detection. In the context of satellite communications, Mascher et al. [28] applied an autoencoder to quantify the severity or level of concern of detected interference. Saifaldawla et al. [29] leveraged a variational autoencoder to learn the latent representation of normal data distributions, thereby generating interference-free signals and using reconstruction error as a noise indicator. The TrID model [13] further integrates a Transformer-based self-attention mechanism to enhance long-term sequence dependency modeling, enabling the generation of expected GSO signal samples to address NGSO-to-GSO interference. Despite these advancements, existing models share a fundamental limitation: their reliance on reconstruction error thresholds for final decision-making. This dependence on empirically determined thresholds leads to unstable detection performance, heightened sensitivity to environmental variations, and challenges in accurately calibrating false positive and false negative rates in real-world applications. III. M OTIVATION AND BACKGROUND In this section we establish the analytical foundation for satellite interference detection by characterizing the evolving landscape of NGSO interference alongside the mathematical modeling of dynamic signals and the resulting regulatory standards to highlight the fundamental deficiencies in current detection paradigms. A. The Evolving Landscape of NGSO Interference The telecommunications sector is currently witnessing a paradigm shift driven by the exponential proliferation of NGSO megaconstellations [6]. The operational environment has transitioned from static, predictable GSO topologies to highly complex, multi-layer dynamic networks. In this evolving context, as illustrated in Fig. 1, a ground station aiming to maintain a reliable link with a primary service satellite is frequently subjected to co-channel interference from a rapidly time-varying set of visible NGSO satellites [3]. The high relative velocities of NGSO satellites induce interference patterns that fluctuate on a millisecond timescale. Consequently these transient signal conflicts render traditional static analysis ineffective for real time operations. Static analysis in this context refers to conventional offline link budget evaluations [30] which focus on long term cumulative impact but fail to capture sub second signal dynamics such as rapid Doppler frequency shifts and millisecond level power fluctuations. Compounding
Fig. 1. An example scenario for satellite interference detection.
this physical complexity is a substantial regulatory lag that reflects mounting coordination burdens and an increasingly inadequate institutional response. Projections suggest active satellites will exceed 100,000 by 2030 and generate rapid highspeed operational conflicts. The ITU framework [7] cannot manage such dynamics due to 123,000 annual filings and a 7-year cycle. This widening gap between static regulation and dynamic operational reality necessitates the development of autonomous, real-time detection mechanisms at the receiver end to ensure system coexistence. B. Mathematical Modeling of Dynamic Signals To scientifically address the detection problem, it is essential to rigorously model the signal characteristics governed by the dynamic link geometry, the key notations and descriptions used throughout this paper are summarized in Table I. First, we quantify the geometric relationship using the off-axis angle θk (t). This angle represents the angular separation between the ground station’s boresight direction aligned with the vector ⃗GS→d (t) and the vector to the k-th to the desired satellite V ⃗ interfering satellite VGS→k (t): ! ⃗GS→d (t) · V ⃗GS→k (t) V θk (t) = arccos . (1) ⃗GS→d (t)|| · ||V ⃗GS→k (t)|| ||V This geometric parameter is critical as it determines the received interference power Ik via the antenna gain pattern Gr (θk ). As shown in Fig. 2(a), we adopt the standard ITU-R S.1428-1 reference pattern [31], where the steep gain rolloff creates significant spatial selectivity. Based on this, the instantaneous Interference-to-Noise Ratio (INR) is derived as: Ik =
EIRPk · Gr (θk ) , LF S,k · Ladd
IN Rk,n =
Ik , N0 B
(2)
where EIRPk denotes the equivalent isotropically radiated power of the k-th interferer, LF S,k is the free-space path loss, and Ladd accounts for additional atmospheric losses. The noise floor is defined by the noise power spectral density N0 and system bandwidth B. Similarly, the Carrier-to-Noise Ratio (CNR) for the desired link is formulated as: CN Rn =
EIRPd · Gr (0) , LF S,d · Ladd · N0 B
(3)
IEEE TRANSACTIONS ON MOBILE COMPUTING
4
TABLE I N OTATION AND D ESCRIPTION Notation
Description
θk (t) dk Gt,k (·) Gr (·) EIRPk IN Rk,n CN Rn yn (t) Y EPFDtotal Bref H0 , H 1 Σ LTotal Nb
Off-axis angle for k-th interferer at time t Slant range distance to k-th satellite Transmit gain for k-th interfering satellite Receive antenna gain pattern at ground station Equivalent isotropically radiated power (EIRP) for satellite k Interference to noise ratio (INR) for interferer k at snapshot n Carrier to noise ratio (CNR) for desired link at snapshot n Composite baseband signal at snapshot n Pseudo Wigner Ville Distribution (PWVD) representation Aggregate equivalent power flux-density (EPFD) Reference bandwidth for EPFD calculation Interference-free and interference hypotheses Feature covariance matrix for HOS augmentation Composite multi-task objective function Mini-batch size used during training
(a) Ground station antenna gain pattern. The antenna’s high directivity, with a sharp main lobe at 0◦ boresight and rapidly decaying side lobes, which means even strong interference sources can be significantly attenuated if they fall into the antenna’s side lobes or nulls.
(b) Example heatmap of aggregate EPFD. The heatmap reveals spatial non-uniformity in interference, with localized hotspots where the aggregate power exceeds the regulatory threshold, defining our detection task as regions where spectral integration breaches the ITU limit.
Fig. 2. Physical characteristics of the ground station antenna and the resulting interference spatial distribution.
where EIRPd represents the radiated power of the desired satellite, LF S,d is the corresponding path loss, and Gr (0) denotes the maximum receive gain assuming perfect tracking alignment. Incorporating these parameters, the composite baseband signal yn (t) is modeled as a linear superposition of the desired signal, aggregate interference, and noise: yn (t) = Kn X p p xd,n (t) CN Rn + xk,n (t)ej2π∆fk,n t IN Rk,n + ζn (t), k=1
(4) where Kn denotes the number of visible interfering satellites while xd,n and xk,n represent the normalized baseband waveforms. For the purpose of establishing a consistent power reference across diverse link conditions we assume the complex additive white Gaussian noise ζn (t) has zero mean and unit variance. By the desired signal and the k-th in√ multiplying p terferer by CN Rn and IN Rk,n respectively we precisely calibrate their power levels relative to this unit noise floor. The term ∆fk,n accounts for the Doppler frequency shift induced by the high relative velocity of the NGSO satellites. Given the non-stationary nature of these signals caused by dynamic Doppler shifts and power variations, traditional 1D timedomain analysis is often insufficient. Therefore, we adopt the Pseudo Wigner-Ville Distribution (PWVD) to generate a highresolution Time-Frequency representation Y ∈ RT ×F ×C : Z ∞ τ τ ynPWVD (t, f ) = yn (t+ )yn∗ (t− )h(τ )e−j2πf τ dτ, (5) 2 2 −∞ where τ represents the time lag, h(τ ) is the smoothing window function, T and F denote the number of time frames and frequency bins, respectively. Unlike standard Fourier transforms which smear transient features, this 2D representation for inphase and quadrature (I/Q) components effectively concentrates energy, capturing transient spectral overlaps essential for distinguishing interference from noise [32].
(a) Reconstruction error distribution shift. The error distribution for weak interference signals (green) heavily overlaps with that of normal signals (blue), making it impossible for a fixed threshold to reliably separate the two classes.
(b) ROC Comparison: Time vs. Frequency Domain Features. The performance gap between the timedomain model and the frequencydomain model show that analyzing domains in isolation misses key signal characteristics.
Fig. 3. Illustration of key challenges for existing interference detection methods.
C. Regulatory Standards and Ground Truth To establish a rigorous ground truth for the detection task, the equivalent power flux-density (EPFD) metric is adopted. This metric is officially mandated by the ITU as the primary regulatory standard for evaluating aggregate interference compliance between satellite systems. As visualized in the heatmap of Fig. 2(b), the aggregate EPFD exhibits strong spatial nonuniformity, forming localized hotspots of interference. The contribution of the k-th interfering satellite, denoted as EPFDk , is calculated based on the transmit power Pk , transmit gain Gt,k , receive gain Gr,ngso , bandwidth Bref and distance dk : EPFDk = 10 log10
Pk · Gt,k (ϕk ) · Gr,ngso (ψk ) 4πd2k · Bref
,
(6)
where Pk is the transmit power and dk is the distance. The terms Gt,k (ϕk ) and Gr,ngso (ψk ) represent the transmit gain at the off-axis angle ϕk and the receive gain at the off-axis angle ψk , respectively. Subsequently, the total EPFD is calculated by integrating the spectral power contributions from all K visible
IEEE TRANSACTIONS ON MOBILE COMPUTING
5
(a) Orbital configuration of the Starlink(b) Orbital configuration of the OneWeb constellation. constellation. Fig. 5. Visualization of the NGSO constellations used in this paper.
Fig. 4. Schematic overview of the proposed Agon framework, illustrating the end-to-end workflow from data simulation to two-stage model training and final interference detection.
interfering satellites over a reference bandwidth Bref,Hz : ! K X 10(EPFDk /10) . (7) EPFDtotal = 10 log10 Bref ·
scalability of current approaches. Moreover, standard architectures typically lack specialized mechanisms to explicitly model higher-order statistical dependencies or enforce multiscale structural fidelity. This deficiency compromises their robustness against the complex noise profiles and transient dynamics inherent in satellite channels [29]. IV. D ESIGN OVERVIEW
The detection problem is formulated as a binary classification task rooted in regulatory compliance: Hypothesis H0 (Interference-Free) applies when EPFDtotal ≤ EPFDlimit , where the limit is set to -174.5 dB(W/m2 ·40kHz) according to ITU regulations for Ku-band. Conversely, Hypothesis H1 (Interference) applies when this threshold is breached [33].
To effectively address the complexities associated with detecting interference in dynamic NGSO satellite environments, we have developed a comprehensive framework that bridges rigorous physical simulations with a semi-supervised learning approach. The overall workflow of the proposed Agon framework is conceptually illustrated in Fig. 4. This high-level design is systematically organized into three interconnected phases: data simulation, dataset partitioning, and the core training and detection process.
D. Deficiencies in Current Detection Paradigms
A. Data Simulation
Despite these theoretical foundations, practical detection remains hindered by the fundamental limitations of existing methodologies. Traditional energy detection relies on power thresholds but lacks sensitivity in the low-SNR regimes typical of satellite downlinks [34]. Although recent ML-based reconstruction models such as TrID [13] mark a notable advancement they still exhibit critical limitations. First the reconstruction error distributions highlighted in Fig. 3(a) represent the statistical frequency of mathematical differences between actual input signals and outputs generated by a network trained exclusively on interference-free data. The graphical representation clearly demonstrates that the resulting distributions for normal H0 and weak interfering H1 signals overlap significantly. Such extensive overlap makes anomaly detection based on fixed thresholds [14] highly unstable causing a high false positive rate (FPR) of 17.63% for baselines like TrID and ultimately leading to unnecessary resource allocation. Second, current architectures often process time and frequency domains in isolation [35], failing to leverage the synergistic crossdomain information illustrated in Fig. 3(b). Such isolation limits detection performance, evidenced by a time-domain AUC of 0.832 versus a frequency-domain AUC of 0.711. Finally, the strict reliance on large-scale labeled datasets restricts the
The workflow commences with the generation of a highfidelity dataset firmly rooted in orbital physics. We utilize publicly available two-line element (TLE) data [36] to model dense satellite constellations, specifically Starlink and OneWeb, whose orbital configurations are visualized in Fig. 5. By employing a simplified general perturbations 4 (SGP4) propagator, we simulate precise satellite trajectories to capture realistic orbital dynamics. A critical step in this phase is the dynamic assignment of link roles, which determines the desired and interfering links for each time snapshot based on elevation angles. This geometric configuration drives the calculation of link budgets and aggregate EPFD values, which are subsequently used to synthesize realistic signal samples through the PWVD transformation.
k=1
B. Framework Overview To effectively address the complexities of dynamic NGSO environments, Agon establishes a comprehensive semisupervised framework. The architecture integrates high-fidelity physical simulations with a sequential two-stage training paradigm. This process begins by partitioning the simulated data into a large-scale unlabeled dataset DU and a limited
IEEE TRANSACTIONS ON MOBILE COMPUTING
6
Fig. 6. Schematic illustration of the Agon training and detection process, detailing the transition from self-supervised pre-training to supervised fine-tuning.
labeled dataset DL . The training pipeline first executes a self-supervised pre-training phase using DU to initialize the encoder via a MAE task, allowing the network to capture universal signal structures and physical dependencies. Subsequently, the model transitions to a supervised fine-tuning phase using DL , where these pre-learned features are optimized to adapt to specific interference environments.
constraints of satellite links. Subsequently, the framework undergoes multi-task fine-tuning to supervise the convergence of a direct binary decision boundary on limited labeled data. Incorporating a HOS augmentation mechanism empowers the encoder to distinguish complex signal correlations from background noise, while multi-scale wavelet regularization preserves structural fidelity, collectively ensuring high classification accuracy and algorithmic robustness.
C. Task-Specific Classification and Execution The core objective of the framework is to enable robust task-specific classification and real-time decision-making. Following the training phase, the fine-tuned model functions as a direct execution engine capable of handling multiple downstream tasks simultaneously. This includes binary interference detection to identify the presence of jamming signals and modulation classification to categorize specific signal types. By integrating HOS augmentation and wavelet regularization, the system directly outputs classification probabilities during the inference stage. V. T RAINING AND D ETECTION A LGORITHM D ESIGN Building upon the design overview, this section details the training and detection algorithm design. This paper proposes a structural reformulation of interference detection, transitioning from passive reconstruction-error mapping to a twostage discriminative paradigm. As illustrated in Fig. 6, Agon leverages a DAT encoder tailored to extract deep spectral features through a hierarchical optimization sequence. Selfsupervised structural pre-training initiates this process by mapping unlabeled spectral data into a robust latent manifold via a MAE objective, effectively capturing the intrinsic physical
A. Self-Supervised Pre-training To effectively mitigate the dependency on large-scale annotated datasets, we first introduce a robust self-supervised pretraining strategy rooted in the MAE paradigm. The training process commences by initializing the network parameters, specifically for the DAT Encoder gE (·) and the MAE Decoder gD (·), using a strategy optimized for layers followed by ReLU activations [37] to ensure stable gradient propagation. Unlike conventional symmetric autoencoders, we explicitly design an asymmetric architecture to decouple feature extraction from reconstruction. To initiate this generative process, the continuous time-frequency data must first be adapted into a discrete format suitable for the transformer-based architecture. Patch Partition Embedding: The input spectrogram Y ∈ RT ×F ×C is reshaped into a sequence of flattened 2D patches 2 Yp ∈ RN ×(P ·C) , where T, F, C denote time frames, frequency bins, and channels, respectively. Here, P is the patch size and N = T F/P 2 is the sequence length. These patches are mapped to latent embeddings via a linear projection 2 E ∈ R(P ·C)×D and augmented with learnable positional embeddings Epos ∈ RN ×D : Z0 = Yp E + Epos ,
(8)
IEEE TRANSACTIONS ON MOBILE COMPUTING
7
asymmetric architecture. Unlike the heavy encoder, the decoder is designed to be shallow to ensure that the semantic abstraction capability resides primarily in the encoder. The decoder receives a full sequence Zfull ∈ RN ×D . Following the standard MAE paradigm [39], this sequence is constructed by integrating the encoder’s latent output Zvis with a globally shared, learnable mask token Tmask ∈ RD . To preserve spatial awareness, the token at sequence index i is mathematically formulated by injecting the corresponding positional embedding Epos,i : ( Zvis,i , i∈ /M (12) Zfull,i = Tmask + Epos,i . i ∈ M
Fig. 7. Detailed architecture of the DAT Encoder Block. The input representation X is directly processed by a Dilated Conv Block to extract local spectral features and a Dual Attention Layer to capture global dependencies. A Feed Forward Network then refines the features, yielding the block output ZOut via residual connections.
Rather than being heuristically extracted from the input data, Tmask functions as an intrinsic network parameter initialized from a continuous uniform distribution. It acts as a structural placeholder representing the unobserved time-frequency patches, enabling the heavy encoder to process only the visible patches for computational efficiency. During the selfsupervised pre-training phase, Tmask is optimized jointly with the network weights. At the k-th training iteration, its update rule is rigorously governed by gradient descent: (k+1)
(k)
Tmask = Tmask − η∇Tmask LMAE , where D represents the latent embedding dimension, and Z0 ∈ RN ×D serves as the input to the encoder. To initiate the MAE task, we sample a subset of indices M and construct the visible sequence Zvis = {Z0,i | i ∈ / M} with length Lvis , effectively removing trivial redundancy to compel the model to learn global contextual dependencies. DAT Encoder Core Architecture: The DAT Encoder gE (·) functions as the unified feature extraction engine. As detailed in Fig. 7, the data flow first passes through the Dilated Conv Block. Given the latent input X, this module exponentially expands the receptive field to compute the local feature representation Zloc : Zloc = σ (DConvd (LN(X))) ,
(9)
where d denotes the dilation rate, LN(·) represents Layer Normalization, and σ(·) is the GeLU activation function [38]. Complementing this, the model applies self-attention across time-frequency axes. We generate projections Q, K, V from Zloc to compute the global dependency map Zglo : QKT Zglo = Softmax √ V. (10) D √ Here, D serves as the scaling factor based on the embedding dimension D. To reconcile local details with global coherence, the local and global features are fused via a residual connection before entering the position-wise Feed Forward Network. The final block output ZOut is derived as: ZOut = LN (Zmix + (σ(Zmix W1 + b1 )W2 + b2 )) ,
(11)
where Zmix = Zloc +Zglo denotes the fused feature stream, and parameters {W1 , b1 , W2 , b2 } represent the learnable weights and biases of the Feed Forward Network. MAE Mechanism: The reconstruction task is handled by a lightweight MAE Decoder, gD (·), which completes the
(13)
where η denotes the learning rate. Since Tmask is broadcasted to all masked positions i ∈ M via linear addition, its exact gradient is accumulated across the masked subset through the chain rule: X ∂LMAE . (14) ∇Tmask LMAE = ∂Zfull,i i∈M
The objective is to reconstruct the pixel values of the original spectrogram Ŷ from this combined representation. As illustrated in the pre-training phase of Fig. 6, predicting these unobserved patches serves as the core self-supervised pretext task. From a probabilistic perspective, reconstructing the missing regions forces the network parameters θ to model the conditional distribution pθ (YM |Zvis ). Therefore, minimizing the reconstruction error effectively serves as a surrogate for maximizing the conditional log-likelihood: max E [log pθ (YM |Zvis )] . θ
(15)
To enforce this deep structural learning, the optimization minimizes the Mean Squared Error (MSE) calculated exclusively on the masked patches, as defined by the self-supervised loss function: X LMAE = ∥Yt,f − Ŷt,f ∥22 , (16) (t,f )∈Masked
where ∥ · ∥22 denotes the squared L2 norm [40], and (t, f ) ∈ Masked represents the specific pixel coordinates belonging to the masked patches derived from M. By focusing the loss solely on these unseen regions, the DAT encoder is mathematically compelled to learn the intrinsic physical dependencies, temporal continuity, and cross-domain spectral correlations of the satellite signals, ultimately driving the model to recover complex, unobserved physical structures from minimal clues, yielding robust pre-trained weights WE that are subsequently transferred to initialize the encoder for the fine-tuning phase.
IEEE TRANSACTIONS ON MOBILE COMPUTING
8
where Rs represents the signal correlation matrix [41]. To practically exploit these statistical dependencies within the network architecture, as conceptually illustrated in Fig. 8, the process commences by explicitly computing the feature covariance matrix Σ ∈ RD×D . Given the input feature sequence ZIn with channel wise mean µ, Σ is formally derived as: 1 (ZIn − µ)T (ZIn − µ). (20) Σ= L−1
Fig. 8. Architecture of the HOS-augmented Dual Attention Mechanism. The covariance matrix Σ derived from ZIn modulates the query and key projections to incorporate second-order statistics, yielding the final output ZFinal .
B. Supervised Fine-tuning The supervised fine-tuning stage commences by initializing the DAT Encoder gE (·) with the pre-trained weights WE . This step bridges the universal structural knowledge acquired from large-scale unlabeled data with the specific discriminative requirements of interference detection. Unlike standard finetuning that merely retrains the classifier, this phase introduces HOS augmentation and Wavelet regularization to rigorously address noise robustness and structural fidelity. HOS-Augmented Dual Attention Mechanism: A fundamental limitation of standard self-attention mechanisms is their reliance on first-order linear projections. In dynamic satellite channels, first-order statistics based on absolute amplitude and spectral energy are fundamentally insufficient for separating interference from noise. Mathematically, under the noise hypothesis H0 and the interference hypothesis H1 , the received signal vectors are y = n and y = s + n respectively. The expected signal energies are evaluated as: E[∥y∥22 |H0 ] = Dσn2 ,
E[∥y∥22 |H1 ] = D(σs2 + σn2 ).
(17)
When the interference is completely submerged beneath the thermal noise floor with σs2 ≪ σn2 , these first-order expectations converge, making amplitude-based separation intractable. To overcome this limitation, higher-order statistics become essential. Gaussian white noise is entirely uncorrelated and mathematically exhibits a diagonal covariance structure: ΣH0 = E[nnH ] = σn2 I.
(18)
In contrast, artificial communication signals possess inherent structural correlations that generate strong off-diagonal dependencies leading to: ΣH1 = E[(s + n)(s + n)H ] = Rs + σn2 I,
(19)
While strictly representing second order statistics, this covariance matrix theoretically serves as a computationally tractable proxy for full higher order capabilities. True higher order cumulants rigorously vanish for Gaussian noise but impose an intractable quartic processing overhead scaling with O(LD4 ). By requiring only quadratic complexity O(LD2 ), the covariance formulation successfully isolates the dominant off diagonal structural correlations inherent in artificial signals. This matrix encapsulates the global distribution of the signal in the feature space. To leverage such statistical priors, Agon reformulates the attention kernel beyond standard linear projections by injecting high order dependencies directly into the Q similarity computation. Specifically, weight matrices WΣ and K WΣ linearly transform Σ from the statistical manifold into the semantic attention space, facilitating the additive fusion with the standard Query Q and Key K projections: Q Q′ = Q + ZIn WΣ Σ,
(21)
K K′ = K + ZIn WΣ Σ,
(22)
(·)
where the term ZIn WΣ Σ acts as a context-aware modulation, dynamically scaling the query and key vectors based on the global statistical significance of each feature channel. Expanding the resulting attention kernel enables the decomposition of the alignment score for each token pair i and j into local semantics and global statistical priors: Si,j = qi kTj + ϕ(zi , Σ) + ψ(zj , Σ) + Ω(Σ),
(23)
where ϕ(·) and ψ(·) represent the cross-modal interactions between local features and the covariance structure while Ω(Σ) acts as a statistical bias. Analyzing the expected statistical divergence ∆S between the interference hypothesis H1 and the noise hypothesis H0 reveals the fundamental theoretical advantage. Assuming uncorrelated background noise, the expected margin of the augmented attention score scales directly with the squared Frobenius norm of the signal correlation matrix Rs yielding: ∆S = E[Si,j |H1 ] − E[Si,j |H0 ] ∝
∥Rs ∥2F . σn4
(24)
In dense NGSO environments extreme path loss often buries interference signals entirely beneath the receiver thermal noise floor. By maximizing the statistical divergence against uncorrelated background noise this mechanism explicitly isolates structured modulation signatures embedded within the covariance matrix. Consequently the feature representation remains structurally identifiable even when severe satellite channel fading completely masks first-order spectral energy.
IEEE TRANSACTIONS ON MOBILE COMPUTING
9
These augmented vectors Q′ and K′ synthesize both the local feature semantics from standard projections and the global statistical context from HOS injection. The attention scores are subsequently computed using these enhanced representations to generate the attention map: ′ ′ T Q (K ) ′ ′ √ AttHOS (Q , K , V) = Softmax V, (25) D √ where the scaling factor D is applied to ensure gradient stability during backpropagation, the Softmax function is utilized here to transform the raw alignment scores into a normalized probability distribution. By incorporating second-order statistics into the dot-product mechanism, this design forces the model to prioritize signal structures that exhibit consistent correlation patterns over transient noise fluctuations. Finally, the resulting context-aware tokens are globally aggregated into a compact vector ZFinal ∈ RD to drive the subsequent multitask classification heads. Multi-Task Learning for Structural Regularization: The finetuning objective is governed by MTL, strategically combining the primary detection goal with two auxiliary tasks to foster feature stability and contextual awareness. The framework utilizes three parallel heads: the Binary Detection Head hDet (·), which outputs the interference probability and contributes LDet to the total loss; the Modulation Classification Head hMod (·), which predicts the modulation type and contributes LMod as an auxiliary task; and the Signal Reconstruction Head hRec (·), which reconstructs the input signal and contributes LRec as a structural regularization task. Each head takes the final feature vector ZFinal as input. The primary task optimizes the H0 /H1 decision based directly on the EPFD compliance criterion, while the auxiliary tasks foster feature stability and contextual awareness, specifically preventing catastrophic forgetting of the low-level spectral details learned during pretraining. The final optimization objective is the total loss function LTotal formulated as a linear scalarization of three taskspecific components: LTotal = λDet LDet + λMod LMod + λRec LRec .
(26)
Theoretically, the multi-objective optimization framework [42] establishes that such a linear weighted-sum formulation is mathematically sound and appropriate for finding Pareto optimal solutions, provided the tasks exhibit structural compatibility. For shared network parameters θ, joint optimization succeeds without catastrophic interference if the expected inner products of the gradients between the primary detection task and the auxiliary tasks remain non-negative: E (∇θ LDet )T ∇θ LAux ≥ 0. (27) In our framework, the tasks can be reliably expected to interact compatibly because they share a physically correlated foundation. Specifically, the auxiliary modulation classification and signal reconstruction tasks are designed to extract deterministic properties such as phase evolution and multiscale wavelet transients from the exact same baseband I/Q signal manifold as the detection task. Consequently, their
Fig. 9. Schematic of the Reconstruction Loss LRec computation. It combines a standard L1 loss for basic waveform similarity and a Total Wavelet Regularization Loss for multi-scale fidelity. The latter enforces structural consistency by summing L1 errors between corresponding DWT coefficients derived from a 3-level decomposition using the Daubechies 4 basis.
optimization trajectories are intrinsically bounded to align with the primary interference detection objective. By satisfying the gradient alignment condition in (27), these auxiliary tasks act as synergistic regularizers that enrich the feature space, rather than conflicting objectives. The precise weighting coefficients balancing these functional contributions are then empirically established by mapping the exact Pareto optimal front. Specifically, the component LDet acts as the primary loss for the binary interference detection task implemented as the standard binary cross-entropy loss. For a given batch of Nb samples it is computed as: N
b 1 X [ydet,i log(ŷdet,i ) + (1 − ydet,i ) log(1 − ŷdet,i )] , Nb i=1 (28) where Nb denotes the mini-batch size, ydet,i ∈ {0, 1} is the ground truth label for the i-th sample and ŷdet,i is the predicted probability from the detection head’s Sigmoid output [43]. LMod serves as the auxiliary modulation classification loss, implemented as the categorical cross-entropy loss. For M modulation classes, the loss is given by:
LDet = −
N
LMod = −
M
b X 1 X ymod,i,m log(ŷmod,i,m ), Nb i=1 m=1
(29)
where ymod,i,m represents the categorical one-hot encoded ground truth vector. This specific vector maps the discrete modulation class into a binary format consisting of a single high bit alongside zeroed elements. Such a formulation aligns perfectly with established conventions for deep learning based modulation recognition [44]. The variable ŷmod,i,m denotes the predicted probability for the m-th class derived directly from the auxiliary Softmax output [45].
IEEE TRANSACTIONS ON MOBILE COMPUTING
10
LRec incorporates a Wavelet Regularization Loss to enforce multi-scale structural fidelity, as visually detailed in Fig. 9. Agon imposes constraints in the discrete wavelet transform (DWT) domain. By decomposing both the input and the reconstruction into hierarchical frequency sub-bands, the model is compelled to match not just the global waveform envelope but also the fine-grained transient details at every resolution scale. The total reconstruction objective combines the standard pixel-wise error with this multi-scale wavelet penalty: LRec = LL1 (Y, Ŷ)+α·
S X
∥Ws (Y) − Ws (Ŷ)∥1 , (30)
s=1
where LL1 represents the standard L1 loss [46] measuring pixel-level fidelity between the input Y and reconstruction Ŷ. The term Ws (·) denotes the DWT operation at scale s using the Daubechies 4 basis [47] to capture asymmetric transient features. Rapid NGSO satellite mobility induces severe Doppler shifts generating highly non-stationary transient interference bursts. Fundamental approximation theory within Besov spaces [48] provides the analytical justification for capturing these rapid spectral fluctuations. For non-stationary interference possessing transient singularities the theoretical reconstruction error bound Ebound is strictly dictated by the decay rate of its multi-scale wavelet coefficients: Ebound ≤ λ
S X
2−sβ ∥Ws (Y)∥1 ,
(31)
s=1
where λ represents an absolute structural constant while β denotes the Lipschitz regularity parameter defining inherent signal smoothness. This analytical bound proves that minimizing the L1 norm of these wavelet coefficients across S decomposition scales mathematically guarantees optimal preservation of sharp signal transitions. Regulated by the weighting factor α this multi-scale constraint theoretically ensures the precise recovery of sudden spectral overlaps typical of dynamic satellite links. Consequently the composite objective LTotal directs the encoder to learn discriminative features ZFinal for robust detection LDet while preventing the blurring of critical interference edges via LRec regularized by LMod . The complete training procedure, encompassing both the self-supervised pre-training and supervised fine-tuning phases, is summarized in Algorithm 1. To evaluate the practical feasibility of Agon, we analyze its computational complexity by separating the process into offline and online stages. The offline complexity is determined by the cumulative computational load during the weight convergence process. Let |DU | and |DL | be the sizes of the unlabeled and labeled datasets, E be the training epochs, and L be the number of DAT layers. The total offline complexity is expressed as O(E ·(|DU |+|DL |)·L·(N 2 D+N D2 )), which constitutes the one-time computational investment for selfsupervised structural pre-training and multi-task optimization. In contrast, the online stage focuses on real-time interference detection using only a single forward pass through the fine-tuned DAT encoder and the binary detection head. For an input representation partitioned into N tokens with an embedding dimension D, the online inference complexity is
Algorithm 1: Two-Stage Training Algorithm for the Agon Framework Input: Labeled dataset DL = {(Yn , ydet,n , ymod,n )}, Unlabeled dataset DU = {Yn }, Hyperparameters lrU , lrF , Nb , Loss weights λDet , λMod , λRec . Output: Final parameters of DAT Encoder gE (·) and Detection Head hDet (·). 1 Initialize parameters of gE (·) and MAE Decoder gD (·); 2 repeat b 3 for batch {Yi }N i=1 in DU do 4 Define Yvis after randomly masking Yi ; 5 Zvis = gE (Yvis ); 6 Ŷi = gD (Zvis , Tmask ); 7 Calculate LMAE using (16); 8 Update gE (·) and gD (·) with lrU ; 9 end 10 until validation loss stabilizes; 11 Save the pre-trained encoder weights WE ; 12 Load pre-trained weights WE into gE (·); 13 Initialize parameters of heads hDet (·), hMod (·), hRec (·); 14 Set epoch ← 0; 15 repeat 16 epoch ← epoch + 1; b 17 for batch {(Yi , ydet,i , ymod,i )}N i=1 in DL do 18 ZFinal = gE (Yi ); 19 ŷdet,i = hDet (ZFinal ); 20 ŷmod,i = hMod (ZFinal ); 21 Ŷi = hRec (ZFinal ); 22 Calculate LDet , LMod , LRec using (28)–(30); 23 Calculate LTotal using (26); 24 Update gE , hDet , hMod , hRec with lrF ; 25 end 26 until epoch = 30; 27 return Final parameters of gE (·) and hDet (·);
O(L · (N 2 D + N D2 )). As the patch embedding process effectively reduces the sequence length N by a factor of P 2 , the online complexity is minimized, allowing Agon to support the low-latency operational requirements of next-generation satellite communications. VI. E XPERIMENT S ETUP A. Dataset The validation of the proposed Agon framework is conducted across two distinct datasets to ensure comprehensive evaluation: a publicly available dataset utilized for establishing comparison with prior art, and a self-generated NGSO-NGSO dataset used to assess the full capability of the proposed methodology. Public NGSO-GSO Dataset: For benchmarking against prior art, we employ a publicly available NGSO-GSO interference dataset simulating NGSO satellite interference on a GSO downlink [49]. This dataset comprises 17,281 temporal snapshots, provided as single-channel Time-Domain Magnitude
IEEE TRANSACTIONS ON MOBILE COMPUTING
ynA and Frequency-Domain PSD ynF representations, inherently lacking the phase information leveraged by Agon’s core innovations. Consequently, when evaluating Agon on this dataset, we adapt our framework to use single-channel input and deactivate the phase-sensitive modulation classification loss LMod . Following standard anomaly detection protocols, the training set of 10,397 samples and the validation set of 1,175 samples contain exclusively interference-free data corresponding to hypothesis H0 . The remaining 2,802 samples form a balanced testing set, including both H0 and interfering H1 instances, reserved for unbiased performance assessment. NGSO-NGSO Dataset: This dataset models a highly complex interference environment based on precise orbital dynamics derived from real-world orbital data. We provide the generated dataset alongside the comprehensive physical configurations, including specific ITU-R antenna patterns, continuous orbital epochs, and diverse modulation schemes, and make it publicly available at GitHub repository [50]. We utilized the publicly available TLE data [51] sourced from official online repositories for 6,800 Starlink and 650 OneWeb satellites as shown in Fig. 5. These TLEs, which encode the orbital parameters for each satellite, were fed into the SGP4 orbit propagator [52], the standard model for predicting satellite positions from TLEs. A 48-hour simulation was then executed with a 10-second resolution. At each 10-second time step, the SGP4 propagator computed the exact geocentric position of all 7,450 satellites. This enabled us to derive the time-varying geometric parameters relative to the ground station. These geometric values are the critical inputs for the link budget and EPFD calculations used to determine the ground truth interference label (H0 or H1 ) for each snapshot. Fig. 10(a) illustrates the temporal variation of visible interfering links over the 48-hour simulation while Fig. 10(b) contrasts the corresponding aggregate EPFD against the ITU regulatory threshold. The framework ingests a high-resolution multi-channel time-frequency representation Y ∈ RT ×F ×C derived from the PWVD of complex I/Q components preserving critical phase information for the auxiliary modulation classification task LMod . Ground truth labels H0 and H1 are rigorously assigned by evaluating the SGP4-derived instantaneous EPFDtotal against the globally unified -174.5 dB(W/(m²·40 kHz)) threshold mandated by the ITU [33]. To ensure a highly fair architectural evaluation across different interference topologies, we designated 11572 interference-free samples as the unlabeled dataset DU for Phase 1 pre-training, deliberately partitioning them into exactly 10397 training and 1175 validation instances to perfectly match the established public NGSO-GSO benchmark scale. Furthermore, we divided an additional 2802 perfectly balanced snapshots, allocating a balanced subset of 802 samples equipped with both binary interference labels ydet and modulation labels ymod to form the labeled dataset DL for Phase 2 fine-tuning, while reserving the remaining 2000 balanced instances as the held-out test set Dtest for unbiased model evaluation. B. Implementation Details Experiments were implemented using PyTorch on an NVIDIA GeForce RTX 3060 GPU (6 GB VRAM). The
11
(a) The fluctuating number of visible interfering satellite links over the 48-hour simulation period.
(b) The corresponding total EPFD received at the ground station compared against the ITU regulatory threshold. Fig. 10. Temporal dynamics of the simulated NGSO-NGSO interference environment.
received signal yn (t) for each snapshot was synthesized according to the normalized signal model in (4), incorporating the CNR and INR values derived from the link budget and the unit-variance additive white Gaussian noise (AWGN) term ζn (t). Prior to network input, all signal data underwent zeromean, unit-variance normalization based on statistics from the interference-free training data. The Time-Frequency Representation Y ∈ R128×128×2 was generated using the PWVD. To achieve this, the baseband signal, sampled at fs = 100 MHz to satisfy the Nyquist criterion for the 50 MHz bandwidth, was processed using a 256-point Hamming window with a hop length of 128 samples. This configuration yielded the T = 128 time frames and F = 128 frequency bins required for the network input. The underlying baseband signals utilized Root Raised Cosine (RRC) pulse shaping with a roll-off factor of 0.25. The DAT Encoder was configured with the model dimension D set to 256. For MAE pre-training, a masking ratio of 60% was applied, resulting in a reduced visible sequence length of Lvis = 16. Supervised fine-tuning employed the Adam optimizer over 30 epochs with a batch size of 64. The learning rate for pre-training lrU is set to 1 × 10−4 , while the learning rate for fine-tuning lrF was set to 1 × 10−5 . The key simulation parameters and model configurations employed in this study are summarized in Table II. To evaluate practical applicability, we developed the integrated physical radio frequency testbed visualized in Fig. 11. The infrastructure utilizes an indoor controlled physical transmission system to emit high-fidelity synthesized baseband waveforms from the NGSO-NGSO dataset. Specifically, the testbed incorporates two LEO-specific digital video broadcasting (DVB) transmit phased arrays to generate signals. One array generates the target signal while the other emits
IEEE TRANSACTIONS ON MOBILE COMPUTING
12
TABLE II S IMULATION PARAMETERS
Parameter
Value
Ground station location Constellations simulated Simulation step ∆τ Minimum elevation angle θmin Center frequency fc Signal bandwidth B Interfering satellite EIRP EIRPk Transmitted EIRP EIRPd Transmit gain Gt,k Antenna diameter DA Antenna efficiency eA System noise temp Tsys Boltzmann constant kB Additional loss Ladd EPFD limit EP F Dlimit Bandwidth Bref Receive gain Gr,ngso LM od modulations
47.69◦ N, −122.03◦ W 6800 Starlink, 650 OneWeb 10 s 10◦ 11.75 GHz 50 MHz 44.7 dBW 48.7 dBW Based on ITU-R S.1587 [53] 1.2 m 0.6 250 K -228.6 dBW/(K·Hz) 2 dB -174.5 dB(W/(m²·40 kHz)) 40 kHz Based on ITU-R S.1428-1 [31] BPSK, QPSK, 8PSK 8QAM, 16APSK, 32APSK 128 × 128 16 × 16 4 1.0 3 1.0, 0.5, 0.5 1 × 10−4 , 1 × 10−5
Spectrogram dimensions T × F MAE Patch size Attention heads h Wavelet loss α Wavelet scales S Loss weight λDet , λM od , λRec Learning rate lrU , lrF
the aggregate interference waveform. These transmitter (Tx) arrays are managed by the Tx control workstation. The emitted signals are captured via a receiving horn antenna connected to the PXIe-1095 chassis platform and the up/down converter module, natively introducing authentic hardware phase noise and non-linear amplifier distortion while maintaining absolute analytical control. To comprehensively evaluate real-world deployment feasibility, we directly integrated a Jetson Orin Nano edge AI computing platform [54] into this receiver (Rx) pipeline to process the digitized baseband streams, representing a standard resource-constrained ground station environment. The processed signals and ground truths can be visually evaluated using the Rx signal analyzer. C. Baseline models To rigorously assess the performance gains of the proposed Agon framework against the SOTA, we perform a comprehensive comparison against models spanning traditional methods and contemporary deep learning architectures. We first establish the performance floor using the classical ED, which relies on simple signal power thresholding for anomaly detection. This is followed by a set of deep learning benchmarks adapted for reconstruction-based anomaly detection, including the convolutional variant convolutional neural network-autoencoder (CNN-AE) and the sequence-modeling long short-term memory autoencoder (LSTMAE). All these models are trained exclusively on interference-free data H0 and rely on the reconstruction error threshold for final H1 prediction. Finally, we include the contemporary GenAI models which represent the current SOTA in generative anomaly
Fig. 11. The integrated indoor physical validation testbed architecture. The controlled indoor radio frequency transmission and reception environment (bottom) explicitly replicates authentic hardware impairments while maintaining absolute ground truth control. The physical reception and edge AI computing pipeline includes a DC power supply, an up/down converter module, and the Jetson Orin Nano edge platform (top right), with the PXIe1095 data acquisition chassis (top left) providing the fundamental acquisition base.
detection in this domain: the variational autoencoder (VAE) and the TrID [13].The TrID is a critical benchmark as it achieved superior performance in recent comparative studies. These benchmarks are evaluated across both the public singlechannel dataset and our self-generated multi-channel PWVD dataset to validate the generalizability of the Agon feature set. D. Overall Performance The discriminative performance of the proposed framework is rigorously assessed using ROC curve analysis [55], with quantitative results detailed in Table III. On the Public NGSOGSO benchmark, Agon demonstrates superior generalization, achieving an Accuracy of 0.9251, an AUC of 0.9327, and an F1 score of 0.8351. As illustrated in Fig. 12(a), Agon maintains a high True Positive Rate (TPR) of 0.9355 while suppressing the FPR to a negligible 0.0553. This represents a substantial improvement over the 0.1763 FPR observed in the TrID baseline and the 0.1754 FPR in CNN-AE. This performance confirms the efficacy of the direct binary classification strategy. Traditional reconstruction-based models (VAE with AUC 0.5766) struggle to distinguish anomalies from noise near the decision boundary. By eliminating reliance on heuristic reconstruction error thresholds, Agon establishes a precise, learnable decision boundary even with single-channel magnitude data, effectively circumventing the sensitivity-specificity trade-off that limits traditional models in standard scenarios. The robustness of the framework is further substantiated on the high-fidelity NGSO-NGSO dataset, which introduces a complex and dense interference topology. As shown in Fig. 12(b), the baseline models exhibit substantial performance degradation, with TrID’s AUC falling from 0.8318 to 0.7253 and CNN-AE’s AUC declining to 0.7003. In contrast, Agon displays remarkable robustness, maintaining an AUC of 0.9085 along with an F1 score of 0.9055. Theoretically, this sustained
IEEE TRANSACTIONS ON MOBILE COMPUTING
13
TABLE III P ERFORMANCE C OMPARISON OF D IFFERENT M ODELS ON T WO DATASETS Model
Dataset Details (Scale & Type)
Accuracy
F1 Score
AUC Score
TPR
FPR
Agon (Proposed)
Public NGSO-GSO: 10 Starlink, 10 OneWeb, Single-Channel Magnitude NGSO-NGSO: 6,800 Starlink, 650 OneWeb, Dual-Channel PWVD
0.9251 0.9027
0.8351 0.9055
0.9327 0.9085
0.9355 0.9122
0.0553 0.1304
TrID
Public NGSO-GSO: 10 Starlink, 10 OneWeb, Single-Channel Magnitude NGSO-NGSO: 6,800 Starlink, 650 OneWeb, Dual-Channel PWVD
0.8318 0.7203
0.8321 0.7201
0.8318 0.7253
0.8399 0.7255
0.1763 0.2204
VAE
Public NGSO-GSO: 10 Starlink, 10 OneWeb, Single-Channel Magnitude NGSO-NGSO: 6,800 Starlink, 650 OneWeb, Dual-Channel PWVD
0.5766 0.5673
0.5742 0.5655
0.5766 0.5693
0.5692 0.5705
0.3161 0.3255
CNN-AE
Public NGSO-GSO: 10 Starlink, 10 OneWeb, Single-Channel Magnitude NGSO-NGSO: 6,800 Starlink, 650 OneWeb, Dual-Channel PWVD
0.8020 0.6903
0.8054 0.6955
0.8825 0.7003
0.7967 0.7055
0.1754 0.2403
LSTMAE
Public NGSO-GSO: 10 Starlink, 10 OneWeb, Single-Channel Magnitude NGSO-NGSO: 6,800 Starlink, 650 OneWeb, Dual-Channel PWVD
0.5764 0.5553
0.5744 0.5605
0.5764 0.5653
0.5715 0.5705
0.3187 0.3303
ED
Public NGSO-GSO: 10 Starlink, 10 OneWeb, Single-Channel Magnitude
0.5610
0.5320
0.5710
0.3950
0.2640
(b) PD vs. NGSO INR. (a) ROC Curve on Public NGSO-GSO(b) ROC Curve on NGSO-NGSO (a) PD vs. NGSO Off-axis Angle θ. Dataset. Dataset. Fig. 13. Agon consistently outperforms baselines by maintaining higher detection probabilities under significant off-axis geometric distortions and Fig. 12. ROC Curve Comparison across Datasets. Agon achieves an AUC achieving reliable detection at lower INR levels. of 0.9327 on public dataset and maintains a high AUC of 0.9085 on NGSONGSO dataset where baselines significantly degrade.
margin of victory validates the proposed architectural innovations. In this complex scenario, the HOS augmentation explicitly captures statistical dependencies to differentiate structured interference from the increased background noise, while the Wavelet Regularization loss enforces multi-scale structural fidelity against transient signal variations. These mechanisms synergistically enable Agon to extract discriminative features from dynamic, low-SNR interference patterns that overwhelm standard baselines, maintaining a low FPR of 0.1304 compared to TrIDs 0.2204. E. Robustness analysis across critical physical parameters We evaluate robustness by examining the detection probability PD under spatial and interference variations. As illustrated in Fig. 13(a), Agon maintains the highest detection performance across all off-axis angles and shows only a mild decline with increasing θ. Around 10◦ , it still achieves a PD near 0.6, whereas TrID drops to roughly 0.4 and VAE decreases even more noticeably, indicating their vulnerability to sidelobe attenuation. Fig. 13(b) further shows Agon’s advantage across varying interference levels. Even in extreme low-INR regimes from 0 dB down to -5 dB, where detection inevitably degrades across all frameworks due to physical link limits, Agon maintains a substantial performance margin. As INR increases, Agon’s curve rises quickly and approaches unity near 8 dB, compared to nearly 15 dB for TrID. These trends
demonstrate that Agon preserves essential statistical structures despite severe power attenuation. Specifically, the proposed HOS augmentation enhances higher-order statistical cues that remain robust even when first-order spectral energy is completely masked by background noise. This allows Agon to separate structured interference from noise more effectively than traditional reconstruction-based methods, providing a richer representation space where coherent interference signatures remain identifiable even when first-order spectral features are severely weakened. This strengthened reliance on second-order statistics effectively increases Agon’s invariance to distortions inherent in NGSO links, enabling more consistent detection across a wide range of physical conditions. Furthermore, to verify the generalization capability across mainstream spectrum allocations we rigorously evaluated the framework under C-band and Ka-band physical constraints against established baselines for each dataset. Mathematically the physical propagation disparities across these distinct carrier frequencies exclusively manifest as received power variations driven by frequency-dependent free space path loss and atmospheric attenuation such as severe Ka-band rain fade. Because the architecture processes normalized complex baseband representations post-downconversion the underlying statistical distributions governing uncorrelated thermal noise and structured interference remain fundamentally identical regardless of the initial radio frequency. As quantitatively
IEEE TRANSACTIONS ON MOBILE COMPUTING
(a) AUC Score on Public NGSO-GSO(b) AUC dataset. dataset.
14
Score
on
NGSO-NGSO
Fig. 14. Performance generalization across different frequency bands.
demonstrated in Fig. 14(a) for the public NGSO-GSO dataset Agon achieves exceptional generalization maintaining an AUC score above 0.91 even under severe Ka-band attenuation. Fig. 14(b) illustrates consistent performance on the highfidelity NGSO-NGSO dataset where Agon sustains superior detection capabilities across all evaluated spectrums. While the entire suite of generative and reconstructive baselines exhibits severe performance collapse under extreme Ka-band energy loss Agon successfully isolates the invariant offdiagonal correlation structures. By leveraging the high-order statistics module to capture universal baseband priors rather than carrier-specific artifacts the detection mechanism maintains robust generalization without requiring any architectural modifications.
Fig. 15. Normalized confusion matrix for modulation classification.
F. Multi-Task Efficacy and Feature Validation The efficacy of the auxiliary Modulation Classification task LMod is demonstrated by the DAT Encoder’s ability to reliably distinguish six representative NGSO modulation schemes. As shown by the normalized confusion matrix in Fig. 15, the model achieves over 90% accuracy for nearly all classes, indicating strong feature separability. This level of precision confirms that the DAT Encoder is learning intrinsic signal characteristics such as phase evolution patterns and constellation geometry, rather than depending on superficial energy cues. By promoting this fine-grained semantic understanding, the auxiliary task serves as a structural regularizer that prevents overfitting to overly simplistic binary features. Consequently, the aggregated feature representation ZFinal becomes richer in physically meaningful and modulation-invariant information, which enhances the robustness and discriminative power of the primary interference detection task in complex and timevarying noise environments. The structural integrity of the features is validated through assessing the impact of the structural regularization objective, LRec , which is confirmed by a direct visual comparison of signal reconstruction quality, as demonstrated in Fig. 16. This figure contrasts the complex In-phase I(t) and Quadrature Q(t) transient features reconstructed by the proposed LTotal loss against a baseline model trained only with a standard LL1 loss. The visual superiority of the Agon reconstruction is apparent, particularly its accurate recovery of sharp, instantaneous features and high-frequency waveform details. This success confirms that the Wavelet Loss, a key component of LRec ,
Fig. 16. Visual validation on signal reconstruction.
enforces constraints in the DWT domain, effectively serving as a multi-scale regularization mechanism. By this method, the model is prevented from suffering catastrophic forgetting of essential low-level spectral details, enabling superior structural recovery compared to simple pixel-wise error minimization. G. Efficiency Assessment The training stability and feature learning capability of the Agon framework are demonstrated by the reconstruction loss convergence curves in Fig. 17(a) and Fig. 17(b). Although all baselines achieve rapid early loss reduction, Agon consistently converges to the lowest final loss across both data environments. This pattern reflects the benefits of the MAE-based self-supervised initialization, which offers a strong foundation for representation learning, as well as the wavelet regularization loss, which promotes multi-scale structural coherence. Together, these components establish a more stable optimization trajectory and encourage the extraction of features that remain informative under diverse and noisy signal conditions,
IEEE TRANSACTIONS ON MOBILE COMPUTING
(a) Convergence dataset.
on
NGSO-GSO(b) Convergence dataset.
15
on
NGSO-NGSO (a) Sample Efficiency on NGSO-GSO(b) Sample Efficiency on NGSO-NGSO dataset. dataset.
Fig. 17. Comparative analysis of model training stability.
Fig. 19. Performance comparison of sample efficiency under varying proportions of the labeled dataset.
112.4 ms latency that fundamentally violates the sub-second operational constraints of dynamic NGSO links. In stark contrast the parallel attention mechanism within Agon achieves a sixfold speedup over LSTMAE by incurring a negligible increase in hardware resource overhead. These explicit physical deployment measurements substantiate that our methodology achieves the optimal Pareto-optimal balance between highspeed inference and energy efficiency on standard commercial edge computing devices. (a) Number of parameters.
(b) Training and average inference time.
Fig. 18. Computational cost and model efficiency analysis.
enabling the downstream classifier to achieve higher accuracy and stronger robustness. Unifying theoretical formulations with empirical measurements Fig. 18(a) demonstrates the proposed architecture utilizes 1.96 million parameters avoiding heavy generative model bloat. Theoretically unpatched transformers like TrID exhibit a rigid O(L · ((P 2 N )2 D + (P 2 N )D2 )) dependency causing severe quadratic overhead. Convolutional baselines including CNN-AE and VAE require O(Lc · (P 2 N ) · Cc2 · Kc2 ) operations scaling heavily with depth Lc channels Cc and kernel dimensions Kc while recursive architectures like LSTMAE impose an irreducible O(Ls · d2h ) complexity preventing hardware parallelization. Empirically Fig. 18(b) confirms Agon achieves an 18 ms inference latency directly outperforming TrID while structural bottlenecks restrict LSTMAE to processing times exceeding 140 milliseconds rendering it fundamentally incompatible with dynamic satellite downlinks. These results rigorously prove the methodology achieves a Pareto-optimal balance under strict sub-second operational constraints. Transitioning from high-performance graphics processing units to realistic resource-constrained environments we conduct comprehensive computational profiling utilizing the complex dual-channel representation specifically derived from the NGSO-NGSO dataset. We explicitly deploy the architectures directly on the Jetson Orin Nano edge AI platform [54] operating with FP16 precision and a strict unit batch size. As quantified in Table IV the hardware metrics confirm that the proposed Agon framework sustains a highly efficient 18.6 ms average latency while maintaining a competitive 10.2 W power profile. Although recursive architectures like LSTMAE exhibit marginally lower memory footprints and power consumption their sequential computational nature generates a prohibitive
TABLE IV E MPIRICAL D EPLOYMENT M ETRICS ON J ETSON O RIN NANO E DGE AI P LATFORM (BATCH S IZE = 1) Model Agon (Proposed) TrID CNN-AE VAE LSTMAE
Precision Latency (ms) Memory (MB) Power (W) FP16 FP16 FP16 FP16 FP16
18.6 48.2 28.4 54.3 112.4
845 1420 950 1250 680
10.2 13.8 11.5 12.4 9.8
Beyond computational efficiency, minimizing the communication overhead for model adaptation is equally critical for dynamic NGSO satellite networks. To evaluate this, Fig. 19 investigates the sample efficiency of the proposed framework across both the public NGSO-GSO dataset, shown in Fig. 19(a), and the complex NGSO-NGSO dataset, presented in Fig. 19(b), by sub-sampling the labeled dataset |DL | from 10% to 100%. It is important to emphasize that the full labeled dataset utilized in our fine-tuning stage, comprising 802 samples at 100% of |DL |, already represents a mere 6.48% of the total available data pool. As demonstrated throughout Fig. 19, the robust physical representations acquired during the self-supervised pre-training phase endow Agon with exceptional resilience to data scarcity. Even when the labeled data is reduced to 20% of |DL |, corresponding to approximately 160 samples, the framework maintains a highly competitive AUC of 0.8850 in the challenging NGSO-NGSO scenario. Furthermore, at an extreme 10% labeling regime, Agon continues to achieve an AUC exceeding 0.86, significantly outperforming baseline models that lack pre-trained feature spaces. Consequently, adapting Agon to new orbital slots requires transmitting a negligible volume of signal samples, effectively mitigating the active communication burden.
IEEE TRANSACTIONS ON MOBILE COMPUTING
16
H. Ablation Study Comprehensive ablation study is performed to quantify the individual and combined contributions of the core components in the Agon framework. As shown in Table V the complete Agon model delivers the best performance reaching an AUC of 0.9085 and an accuracy of 0.9027 confirming the effectiveness of the integrated architecture. To validate the necessity of the self-supervised paradigm we introduced a variant trained from scratch without MAE pre-training. The results demonstrate that skipping the pre-training phase precipitates a significant performance degradation where the AUC drops to 0.8685 indicating that the model fails to internalize universal physical priors of clean signals. This gap proves that MAE pre-training is essential for capturing the underlying structural constants of the communication baseband which provides a superior initialization for subsequent interference detection. The largest performance drop occurs when the HOS Augmentation is removed with the AUC falling to 0.8614 highlighting the crucial role of higher-order statistical cues in improving feature robustness under complex noise conditions. Wavelet Regularization also provides a substantial contribution: eliminating the wavelet loss reduces the AUC to 0.8762 indicating that enforcing consistency in the wavelet domain is important for maintaining high-fidelity representations. Furthermore, to empirically validate the theoretical multitask compatibility and gradient alignment, we conducted a comprehensive sensitivity analysis. Rather than a heuristic parameter sweep, this control variable methodology systematically explores the empirical Pareto optimal front formed by the linear weighted-sum formulation. By independently varying each weight parameter in fine increments of 0.1 while freezing the complementary weights at their established baseline values of 1.0 or 0.5, the performance trajectories in Fig. 20(a) and Fig. 20(b) demonstrate that Agon consistently achieves peak AUC at the proposed coordinate configuration. This precise calibration provides empirical evidence that the primary binary detection task successfully governs the main gradient trajectory, while the auxiliary tasks fulfill the compatibility condition in (27) to provide optimal structural regularization. Any deviation from these theoretically justified coordinates breaches Pareto optimality, immediately inducing catastrophic gradient interference and severe detection degradation. For practical deployments in varying scenarios, these weight parameters should be calibrated via similar step-by-step parameter sweeping on a scenario-specific validation set. Transitioning from internal parameter optimization to external environmental robustness, we extended the assessment
(a) Sensitivity analysis of task weights(b) Sensitivity analysis of task weights on NGSO-GSO dataset. on NGSO-NGSO dataset. Fig. 20. Impact of individual task weights on detection performance.
(a) Robustness analysis on NGSO- (b) Robustness analysis on NGSOGSO dataset. NGSO dataset. Fig. 21. Comprehensive performance evaluation comparing Identical Distribution deployments with three progressive levels of distribution shifts.
from identical distribution scenarios to three progressive out of distribution shifts. As visualized in Fig. 21 the first scenario evaluates robustness against dynamic constellations by training exclusively on Starlink topologies and evaluating zero shot on unencountered OneWeb configurations. The second scenario assesses resilience against heterogeneous modulations by testing on novel high order signatures absent from the training manifold. Finally, a cross dataset shift evaluates zero shot transferability between our distinct datasets. Empirical results demonstrate that severe distribution shifts precipitate performance collapse across traditional baselines indicating overfitting. In stark contrast, Agon demonstrates generalization sustaining AUC scores above 0.85. This resilience originates from the semi supervised MAE formulation which compels the model to reconstruct universal invariant physical priors of clean communication signals rather than memorizing transient interference patterns. By capturing these underlying structural constants Agon effectively decouples its detection mechanism from fluctuating topological states and varying modulation characteristics thereby ensuring reliable deployment across dynamically evolving satellite networks. VII. C ONCLUSION
TABLE V A BLATION STUDY OF AGON PERFORMANCE COMPONENTS Accuracy ↑
F1 Score ↑
AUC Score ↑
Full Agon (Proposed)
0.9027
0.9055
0.9085
Agon w/o Wavelet Loss Agon w/o MAE Pretraining Agon w/o HOS
0.8718 0.8542 0.8325
0.8758 0.8631 0.8552
0.8762 0.8685 0.8614
Model Variant
This paper explores the application of a semi-supervised learning framework for satellite interference detection, aiming to manage interference in complex NGSO systems. We designed Agon, a two-stage hybrid learning solution, to compensate for the limitations of existing methods, such as reliance on unstable thresholds and high computational costs. Agon learns universal signal representations via MAE pre-training and then optimizes a direct classifier using a MTL fine-tuning strategy.
IEEE TRANSACTIONS ON MOBILE COMPUTING
This framework integrates a novel HOS-augmented attention mechanism for noise robustness and a wavelet regularization loss to preserve multi-scale spectral fidelity. Our approach was validated on both a public NGSO-GSO dataset and a high-fidelity NGSO-NGSO dataset. Experimental results show that Agon significantly improves accuracy with a 25.3% AUC gain over SOTA on the complex NGSO-NGSO set and also enhances generalization and offers greater flexibility by removing threshold dependency and supporting auxiliary tasks. Future research will prioritize a rigorous comparative analysis between large language models (LLMs) and specialized semisupervised frameworks regarding their deployment efficiency and architectural value on actual satellite hardware. Evaluating whether the advanced cognitive reasoning of LLMs justifies substantial computational overhead in power-constrained orbital environments remains critical to determining the practical feasibility of next-generation autonomous satellite orchestration.
R EFERENCES [1] C. Yang, B. Yang, K. Qiu, Z. Chen, and Y. Gao, “DualAttWaveNet: Multiscale attention networks for satellite interference detection,” in 2025 IEEE/CIC International Conference on Communications in China (ICCC), 2025, pp. 1–6. [2] O. B. Yahia, Z. Garroussi, O. Bélanger, B. Sansò, J.-F. Frigon, S. Martel, A. Lesage-Landry, and G. K. Kurt, “Evolution of high-throughput satellite systems: A vision of programmable regenerative payload,” IEEE Communications Surveys & Tutorials, 2024. [3] O. Kodheli, E. Lagunas, N. Maturo, S. K. Sharma, B. Shankar, J. F. M. Montoya, J. C. M. Duncan, D. Spano, S. Chatzinotas, S. Kisseleff et al., “Satellite communications in the new space era: A survey and future challenges,” IEEE Communications Surveys & Tutorials, vol. 23, no. 1, pp. 70–109, 2020. [4] P. Gu, R. Li, C. Hua, and R. Tafazolli, “Dynamic cooperative spectrum sharing in a multi-beam LEO-GEO co-existing satellite system,” IEEE Transactions on Wireless Communications, vol. 21, no. 2, pp. 1170– 1182, 2021. [5] Y. Ruan, Y. Li, C.-X. Wang, R. Zhang, and H. Zhang, “Energy efficient power allocation for delay constrained cognitive satellite terrestrial networks under interference constraints,” IEEE Transactions on Wireless Communications, vol. 18, no. 10, pp. 4957–4969, 2019. [6] H. Al-Hraishawi, H. Chougrani, S. Kisseleff, E. Lagunas, and S. Chatzinotas, “A survey on nongeostationary satellite systems: The communication perspective,” IEEE Communications Surveys & Tutorials, vol. 25, no. 1, pp. 101–132, 2022. [7] International Telecommunication Union (ITU), “International telecommunication union official website,” https://www.itu.int, accessed: 202510-25. [8] D. Giggenbach, M. T. Knopp, and C. Fuchs, “Link budget calculation in optical LEO satellite downlinks with on/off-keying and large signal divergence: A simplified methodology,” International Journal of Satellite Communications and Networking, vol. 41, no. 5, pp. 460–476, 2023. [9] C. Hao, D. Feng, Q. Zhang, and X.-G. Xia, “Interference geolocation in satellite communications systems: An overview,” IEEE Vehicular Technology Magazine, vol. 16, no. 1, pp. 66–74, 2020. [10] Z. Wang, J. Du, X. Hou, J. Wang, C. Jiang, X.-P. Zhang, and Y. Ren, “Toward communication optimization for future underwater networking: A survey of reinforcement learning-based approaches,” IEEE Communications Surveys & Tutorials, vol. 27, no. 5, pp. 2765–2793, 2024. [11] Z. Wang, X.-P. Zhang, W. Ding, Y. Dong, and X. Chen, “A novel integrated sensing and communication scheme in UAVs-enabled vehicular networks with MARL-driven adaptive control,” IEEE Transactions on Mobile Computing, 2025. [12] X. Liu, W. Peng, X. Zhang, X. Zhao, W. Zhou, W. Yao, and X. Chen, “Enhancing deep learning-based field reconstruction with a differentiable learning framework,” Nature Machine Intelligence, vol. 7, no. 7, pp. 1129–1140, 2025.
17
[13] A. Saifaldawla, F. Ortiz, E. Lagunas, A. B. Adam, and S. Chatzinotas, “GenAI-based models for NGSO satellites interference detection,” IEEE Transactions on Machine Learning in Communications and Networking, vol. 2, pp. 904–924, 2024. [14] R. G. Baraniuk, S. Foucart, D. Needell, Y. Plan, and M. Wootters, “Exponential decay of reconstruction error from binary measurements of sparse signals,” IEEE Transactions on Information Theory, vol. 63, no. 6, pp. 3368–3385, 2017. [15] M. Á. Vázquez, P. Henarejos, I. Pappalardo, E. Grechi, J. Fort, J. C. Gil, and R. M. Lancellotti, “Machine learning for satellite communications operations,” IEEE Communications Magazine, vol. 59, no. 2, pp. 22–27, 2021. [16] T. Fawcett, “An introduction to ROC analysis,” Pattern recognition letters, vol. 27, no. 8, pp. 861–874, 2006. [17] International Telecommunication Union (ITU), “Working Document Towards a Draft New Recommendation ITU-R S.[INTERFERENCENGSO-NGSO]: Methodology to assess average degradation in throughput and increase in unavailability for non-geostationary systems operating co-frequency,” 2024, access restricted to ITU-R members (TIES users). [Online]. Available: https://www.itu.int/md/ R23-WP4A-C-0284/en [18] M. K. Steven, “Fundamentals of statistical signal processing,” PTR Prentice-Hall, Englewood Cliffs, NJ, vol. 10, no. 151045, p. 148, 1993. [19] M. V. Lipski, S. Kompella, and R. M. Narayanan, “Practical implementation of adaptive threshold energy detection using software defined radio,” IEEE Transactions on Aerospace and Electronic Systems, vol. 57, no. 2, pp. 1227–1241, 2020. [20] I. Sobron, P. S. Diniz, W. A. Martins, and M. Velez, “Energy detection technique for adaptive spectrum sensing,” IEEE Transactions on Communications, vol. 63, no. 3, pp. 617–627, 2015. [21] S. Enserink and D. Cochran, “A cyclostationary feature detector,” in Proceedings of 1994 28th asilomar conference on signals, systems and computers, vol. 2. IEEE, 1994, pp. 806–810. [22] F. Dimc, G. Baldini, and S. Kandeepan, “Experimental detection of mobile satellite transmissions with cyclostationary features,” International Journal of Satellite Communications and Networking, vol. 33, no. 2, pp. 163–183, 2015. [23] D. Usynin, A. Ziller, M. Makowski, R. Braren, D. Rueckert, B. Glocker, G. Kaissis, and J. Passerat-Palmbach, “Adversarial interference and its mitigations in privacy-preserving collaborative machine learning,” Nature Machine Intelligence, vol. 3, no. 9, pp. 749–758, 2021. [24] C. Liu, Y. Chen, and S.-H. Yang, “Deep learning based detection for communications systems with radar interference,” IEEE Transactions on Vehicular Technology, vol. 71, no. 6, pp. 6245–6254, 2022. [25] L. Pellaco, N. Singh, and J. Jaldén, “Spectrum prediction and interference detection for satellite communications,” in Advances in Communications Satellite Systems. Proceedings of the 37th International Communications Satellite Systems Conference (ICSSC-2019). IET, 2019, pp. 1–18. [26] T. Zhao and F. Li, “Variational-autoencoder signal detection for MIMOOFDM-IM,” Digital Signal Processing, vol. 118, p. 103230, 2021. [27] L. Zhang, W. Cheng, J. Xing, X. Chen, Z. Nie, S. Zhang, J. Hong, and Z. Xu, “Self-supervised variational graph autoencoder for systemlevel anomaly detection,” IEEE Transactions on Instrumentation and Measurement, vol. 72, pp. 1–11, 2023. [28] K. Mascher, S. Laller, and P. Berglez, “Hybrid autoencoder for interference detection in raw GNSS observations,” in Proceedings of the 36th International Technical Meeting of the Satellite Division of The Institute of Navigation (ION GNSS+ 2023), 2023, pp. 3744–3758. [29] A. Saifaldawla, F. Ortiz, E. Lagunas, and S. Chatzinotas, “Convolutional autoencoders for non-geostationary satellite interference detection,” in 2024 IEEE International Conference on Communications Workshops (ICC Workshops). IEEE, 2024, pp. 1334–1339. [30] International Telecommunication Union, “Functional description to be used in developing software tools for determining the conformity of non-geostationary-satellite orbit fixed-satellite service systems or networks with limits contained in article 22 of the radio regulations,” Jan. 2018, ITU-R Recommendation S.1503. [Online]. Available: https://www.itu.int/rec/R-REC-S.1503/en [31] International Telecommunication Union, “Reference FSS earthstation radiation patterns for use in interference assessment involving non-GSO satellites in frequency bands between 10.7 GHz and 30 GHz,” Feb. 2001, ITU-R Recommendation S.14281. [Online]. Available: https://www.itu.int/dms pubrec/itu-r/rec/s/ R-REC-S.1428-1-200102-I%21%21PDF-E.pdf
IEEE TRANSACTIONS ON MOBILE COMPUTING
[32] Y. S. Shin and J.-J. Jeon, “Pseudo Wigner–Ville time-frequency distribution and its application to machinery condition monitoring,” Shock and Vibration, vol. 1, no. 1, pp. 65–76, 1993. [33] I. T. U. (ITU), “EPFD support – equivalent power-flux-density (EPFD) examination support,” https://www.itu.int/epfdsupport/, accessed: 202510-26. [34] F. F. Digham, M.-S. Alouini, and M. K. Simon, “On the energy detection of unknown signals over fading channels,” in IEEE International Conference on Communications, 2003. ICC’03., vol. 5. Ieee, 2003, pp. 3575–3579. [35] J.-B. Cordonnier, A. Loukas, and M. Jaggi, “Multi-head attention: Collaborate instead of concatenate,” arXiv preprint arXiv:2006.16362, 2020. [36] T. S. Kelso. (2025) CelesTrak. Accessed: 2025-11-24. [Online]. Available: https://celestrak.org/ [37] K. He, X. Zhang, S. Ren, and J. Sun, “Delving deep into rectifiers: Surpassing human-level performance on imagenet classification,” in Proceedings of the IEEE international conference on computer vision, 2015, pp. 1026–1034. [38] D. Hendrycks, “Gaussian error linear units (Gelus),” arXiv preprint arXiv:1606.08415, 2016. [39] K. He, X. Chen, S. Xie, Y. Li, P. Dollár, and R. Girshick, “Masked autoencoders are scalable vision learners,” in Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, 2022, pp. 16 000–16 009. [40] O. M. Solomon Jr, “PSD computations using Welch’s method,” NASA STI/Recon Technical Report N, vol. 92, p. 23584, 1991. [41] J. M. Mendel, “Tutorial on higher-order statistics (spectra) in signal processing and system theory: Theoretical results and some applications,” Proceedings of the IEEE, vol. 79, no. 3, pp. 278–305, 1991. [42] O. Sener and V. Koltun, “Multi-task learning as multi-objective optimization,” Advances in neural information processing systems, vol. 31, 2018. [43] X. Yin, J. Goudriaan, E. A. Lantinga, J. Vos, and H. J. Spiertz, “A flexible sigmoid function of determinate growth,” Annals of botany, vol. 91, no. 3, pp. 361–371, 2003. [44] T. J. O’Shea, J. Corgan, and T. C. Clancy, “Convolutional radio modulation recognition networks,” in International conference on engineering applications of neural networks. Springer, 2016, pp. 213–226. [45] A. Vaswani, N. Shazeer, N. Parmar, J. Uszkoreit, L. Jones, A. N. Gomez, Ł. Kaiser, and I. Polosukhin, “Attention is all you need,” Advances in neural information processing systems, vol. 30, 2017. [46] S. Shalev-Shwartz and A. Tewari, “Stochastic methods for l 1 regularized loss minimization,” in Proceedings of the 26th Annual International Conference on Machine Learning, 2009, pp. 929–936. [47] I. Daubechies, Ten lectures on wavelets. SIAM, 1992. [48] S. Mallat, A wavelet tour of signal processing. Elsevier, 1999. [49] E. Lagunas, “FNR SmartSpace project: Leveraging AI to empower the next generation of satellite communications,” https:// fnr-smartspace-project.uni.lu/datasets/, accessed: Oct. 25, 2024. [50] Agon-Satellite-Detection. Accessed: Mar. 17, 2026. [Online]. Available: https://github.com/Monthlyaway/Agon-Satellite-Detection [51] T. Kelecy, D. Hall, K. Hamada, and D. Stocker, “Satellite maneuver detection using two-line element (TLE) data,” in Proceedings of the Advanced Maui Optical and Space Surveillance Technologies Conference. Maui Economic Development Board (MEDB) Maui, HA, 2007, pp. 1–10. [52] D. Vallado and P. Crawford, “SGP4 orbit determination,” in AIAA/AAS Astrodynamics specialist conference and exhibit, 2008, p. 6770. [53] International Telecommunication Union, “Technical characard vessels communicating with FSS satellites in the frequency bands 5 925–6 425 MHz and 14–14.5 GHz which are allocated to the fixed-satellite service,” Sep. 2015, ITU-R Recommendation S.1587-3. [Online]. Available: https://www.itu.int/rec/R-REC-S.1587-3-201509-I/en [54] NVIDIA Corporation, “NVIDIA Jetson Orin Nano Developer Kit User Guide,” NVIDIA Corporation, 2026. [Online]. Available: https://developer.nvidia.com/embedded/learn/ jetson-orin-nano-devkit-user-guide/index.html [55] J. Fan, S. Upadhye, and A. Worster, “Understanding receiver operating characteristic (ROC) curves,” Canadian Journal of Emergency Medicine, vol. 8, no. 1, pp. 19–20, 2006.
18
Boyu Yang is currently working toward the doctoral degree at the College of Computer Science and Artificial Intelligence, Fudan University, China. His research interests include satellite interference detection and machine learning.
Chunyu Yang expects to receive his B.S. degree from Fudan University in 2026. His research interests primarily lie in Deep Learning and Embodied AI.
Zhe Chen received his Ph.D. degree in Computer Science from Fudan University, China, with a 2019 ACM SIGCOMM China Doctoral Dissertation Award. He is an assistant professor within the School of Computing and Intelligent Innovation at Fudan University, and the Co-Founder of AIWiSe Ltd. Inc. Before joining Fudan University, he worked as a research fellow in NTU for several years, and his research achievements, along with his efforts in launching products based on them, have thus earned him 2021 ACM SIGMOBILE China Rising Star Award recently.
Kun Qiu [corresponding author] received his B.Sc. Degree from Fudan University in 2013, and received his Ph.D. Degree from Fudan University in 2019. He works for Intel as a software engineer from 2019 to 2023. Now he joined Fudan University in 2023 as an assistant professor. His research interests include computer networks and computer architecture. He is a member of ACM and a senior member of IEEE and CCF.
Yue Gao received his Ph.D. from the Queen Mary University of London (QMUL), U.K., in 2007. He is a Chair Professor at School of Computer Science, and Director of Space Internet Research Institute at Fudan University, China and a Visiting Professor at University of Surrey, UK. His research interests include smart antennas, sparse signal processing and cognitive networks for mobile and satellite systems. He is a fellow of IEEE.