Open Access
ARTICLE
LRT-BF: A Lightweight and Robust Blind Beamforming Method for High-Dynamic UAV Communications
1 College of Communications Engineering, Army Engineering University of PLA, Nanjing, China
2 Nanjing Panda Handa Technology Co., Ltd., Nanjing, China
* Corresponding Author: Daoxing Guo. Email:
(This article belongs to the Special Issue: Aerial Innovation Spectrum: All-Domain Research in UAV Communication, Navigation, and Autonomy)
Computers, Materials & Continua 2026, 88(2), 43 https://doi.org/10.32604/cmc.2026.080559
Received 12 February 2026; Accepted 16 April 2026; Issue published 15 June 2026
Abstract
Unmanned Aerial Vehicle (UAV) communications in complex electromagnetic environments face challenges such as strong interference, high dynamic Doppler shifts, and limited onboard computing power. In these scenarios, traditional blind beamforming algorithms suffer from slow convergence and difficulty in handling Gaussian-like signals (e.g., Orthogonal Frequency Division Multiplexing (OFDM)). To address these issues, this paper proposes a Lightweight Robust Transfer learning-based Blind Beam Forming method (LRT-BF). This method constructs a self-supervised optimization framework centered on a pre-trained signal classifier and innovatively introduces a joint loss function combining classification confidence guidance with output power minimization, achieving fully blind interference suppression without requiring Direction of Arrival (DOA) priors. To address the high dynamic characteristics of UAVs, a Frequency Domain Randomization (FDR) augmentation strategy is introduced, endowing the feature extractor with Doppler-invariant perception capabilities under frequency offsets ofKeywords
With the vigorous development of Unmanned Aerial Vehicle (UAV) technology, its application in emergency communications, tactical reconnaissance, and 5G/6G heterogeneous networks has become a research hotspot [1]. However, UAV communication links typically operate in highly complex electromagnetic environments. Due to the openness and density of spectrum resources, legitimate communication signals are extremely susceptible to strong Co-channel Interference and malicious suppression jamming [2,3]. To maintain link reliability under severe Signal-to-Interference-plus-Noise Ratio (SINR) conditions, Adaptive Beamforming technology has become a core means of ensuring UAV communication by utilizing Spatial Filtering to form high-gain main lobes in the desired direction and deep Nulls in the direction of interference. Nevertheless, achieving robust beamforming in highly dynamic UAV scenarios faces severe challenges. Traditional non-blind beamforming methods, such as Zero-Forcing Beamforming (ZFBF) or Minimum Mean Square Error (MMSE) algorithms, rely heavily on precise Channel State Information (CSI) or array Steering Vectors [4]. However, in actual flight, high-speed movement of the airframe, minute mechanical vibrations, and non-ideal calibration of the antenna array can lead to severe Manifold Mismatch. These non-ideal characteristics cause methods based on Direction of Arrival (DOA) estimation to suffer drastic performance degradation during actual deployment.
Blind beamforming has garnered significant attention due to its independence from prior knowledge of steering vectors. Traditional blind processing algorithms are primarily based on statistical properties; for instance, Sample Matrix Inversion (SMI) utilizes second-order statistics, while Independent Component Analysis (ICA) exploits higher-order cumulants [5]. However, these algorithms face a distinct “convergence bottleneck” in UAV scenarios. On one hand, the extremely short coherence time of UAV channels demands rapid algorithm convergence with very few snapshots. On the other hand, Orthogonal Frequency Division Multiplexing (OFDM) signals, widely adopted in modern communications, are statistically close to a Gaussian distribution, rendering algorithms like ICA, which rely on maximizing non-Gaussianity, ineffective [6]. Furthermore, the kHz-level Doppler shift introduced by high-speed motion disrupts signal stationarity within the observation window, further exacerbating algorithmic instability. In recent years, Deep Learning-driven physical layer schemes have provided new avenues for non-linear, high-dynamic signal processing. Although existing studies, such as Attention-based Beamforming (AttBF), can significantly enhance performance [7], their complex parameter scale and computational overhead fundamentally conflict with the restricted Size, Weight, and Power (SWaP) constraints of UAVs.
Consequently, securing reliable UAV links hinges on overcoming two fundamental bottlenecks: the algorithm must be Robust enough to withstand severe Doppler shifts and manifold mismatches caused by high-dynamic mobility, while simultaneously being Lightweight enough to execute in real-time within the strict Size, Weight, and Power (SWaP) constraints of airborne embedded units. Addressing these two specific pillars, this paper proposes a Lightweight Robust Blind Beamforming method (LRT-BF) based on improved Classification-Based Transfer Learning (CBTL) [6].
This method departs from the heavy reliance of traditional adaptive filtering algorithms on precise Channel State Information (CSI) or the stationarity of Second-Order Statistics (SOS), turning instead to a transfer learning paradigm to mine the intrinsic modulation features of the signal. The core logic of LRT-BF lies in transforming a pre-trained high-performance signal classifier into a “proxy evaluator” for spatial weights. Specifically, this mechanism does not directly estimate the physical channel but uses the classifier’s recognition confidence for specific modulation formats (e.g., Quadrature Phase Shift Keying (QPSK)) as a “proxy metric” to evaluate the quality of the beamforming output. By constructing a closed-loop self-supervised optimization framework, the beam output signal is fed into a lightweight network with frozen parameters. Using the automatic differentiation technology of deep learning frameworks, the classification error (negative log-likelihood) is backpropagated along the computational graph to the complex weight layer. This strategy ingeniously circumvents the difficulty of real-time calibration of array manifolds in UAV communications. To make this framework engineering-feasible in the unique high-dynamic and compute-constrained environment of UAVs, this paper performs deep optimization of the basic CBTL architecture from three key dimensions: First, by introducing a frequency domain randomization augmentation strategy, the network is forced to learn phase transition features rather than absolute phase trajectories, thereby endowing the “proxy evaluator” with robustness in
The main contributions of this paper are summarized as follows:
1. Robust Feature Extraction with Doppler Invariance: To address the issue of rapid phase rotation caused by high frequency offsets in UAVs, a pre-training strategy based on Frequency Domain Randomization is proposed. By forcing the feature extraction network to ignore the absolute carrier frequency values and focus on modulation structural features during the offline phase, this approach significantly enhances the quality of gradient backpropagation from the “proxy evaluator” in highly dynamic environments, solving the bottleneck of sensitivity to frequency offsets inherent in traditional methods.
2. Lightweight Architecture for Edge Deployment: The backbone of the feature extraction network is reconstructed using Depthwise Separable Convolution (DSC). Experiments demonstrate that this architecture achieves approximately an
3. Fast Convergence Optimization Mechanism under Few Snapshots: A Temperature Scaling mechanism [10] is introduced to smooth the Softmax confidence distribution, effectively mitigating the Gradient Saturation phenomenon under few-snapshot conditions. Combined with an MVDR intelligent initialization strategy based on sample covariance, the algorithm achieves deep convergence within fewer than
Furthermore, to promote research in the field of blind processing for UAV communications and ensure the reproducibility of our results, we have open-sourced the complete implementation code of the LRT-BF algorithm, alongside the datasets covering various interference scenarios and Doppler levels1.
The remainder of this paper is organized as follows: In Section 2, we first construct the signal model for high-dynamic UAV communication systems, providing an in-depth analysis of the physical layer non-idealities caused by unknown array manifold errors and time-varying Doppler shifts, while systematically discussing the inherent limitations of traditional blind processing algorithms in “data-scarce” scenarios. The subsequent Section 3 details the proposed LRT-BF architecture and its theoretical foundation, highlighting how on-device computational decoupling is achieved via Depthwise Separable Convolutions (DSC) and how the gradient flow during the self-supervised iteration process is optimized using a Temperature Scaling mechanism. Sections 4 and 5 introduce the simulation experimental design and provide a comprehensive quantitative evaluation and comparative discussion of the experimental results across multiple dimensions, including anti-Doppler robustness, convergence efficiency with few snapshots, and real-time inference latency. Section 6 systematically identifies the potential limitations of the LRT-BF algorithm regarding simulation channel abstraction, narrowband communication assumptions, and generalization capabilities across specific modulation formats. Furthermore, it deeply explores the validity boundaries of using classification confidence as a surrogate metric for spatial optimization and discusses the potential inference latency fluctuations when deployed on embedded hardware with extremely limited computing power. Section 7 systematically reviews the evolutionary history from classical high-order statistical blind source separation to modern supervised learning beamforming, analyzing the limitations of traditional algorithms under the constraints of OFDM signal Gaussianity and high computational demands. It further examines the Doppler sensitivity and computational bottlenecks of existing classification transfer learning architectures in high-dynamic UAV scenarios, thereby clarifying the necessity of introducing frequency-domain enhancement and lightweight reconstruction in LRT-BF. Finally, Section 8 briefly summarizes that the LRT-BF method significantly improves the anti-interference performance of UAV communications in scenarios with few snapshots and high frequency offsets, achieving efficient real-time inference at the edge. Future research will focus on validating the algorithm on physical platforms and exploring its application potential in broadband communication and multi-UAV collaborative scenarios.
2.1 UAV Communication Array Receiving Model
Consider a UAV receiving terminal equipped with N antenna elements operating in a complex electromagnetic environment. Assume that at time
where
Unlike communication with fixed ground base stations or geostationary satellites, UAV communication is characterized by significant ∗∗ high dynamics ∗∗ and ∗∗ limited payload ∗∗ constraints. Consequently, the channel vector
1) Unknown Array Manifold Errors: Constrained by the size, weight, power, and cost (SWaP-C) of the UAV, airborne antennas are often difficult to calibrate with high precision on the ground. Furthermore, mechanical micro-vibrations and flexible deformations of the UAV airframe during flight cause deviations between the actual and ideal positions of antenna elements. Therefore, the actual steering vector
where
2) Time-Varying Doppler Shift: The high-speed three-dimensional motion of UAVs introduces significant Doppler effects. Unlike Wentz et al. [6], who only considered minor frequency offsets (
where
2.2 Limitations of Traditional Blind Beamforming
Traditional blind beamforming algorithms are primarily categorized into Sample Matrix Inversion (SMI)-based methods utilizing second-order statistics [11] and Blind Source Separation (BSS)-based methods utilizing higher-order statistics [12]. Although these methods perform well in static scenarios, they face severe theoretical and engineering bottlenecks in high-dynamic UAV communications employing complex modulations [13].
The core of the SMI algorithm lies in utilizing a limited number of received signal samples (snapshots) to estimate the array covariance matrix
Mainstream blind source separation algorithms, such as Joint Approximate Diagonalization of Eigenmatrices (JADE) [14] and Fast Independent Component Analysis (FastICA) [15], are mathematically based on the inverse process of the Central Limit Theorem. They separate independent signal sources by maximizing the non-Gaussianity (such as kurtosis or negentropy) of the received signals. However, modern UAV communications widely adopt Orthogonal Frequency Division Multiplexing (OFDM) technology. An OFDM signal consists of the superposition of numerous subcarriers, and according to the Central Limit Theorem, its time-domain waveform statistically follows or highly approximates a Gaussian distribution [16]. Experiments indicate that when both the Signal of Interest (SOI) and interference signals exhibit Gaussian-like distributions, JADE and FastICA fail to distinguish between signal and noise using high-order statistical features, leading to a complete failure of beamforming [6] and an inability to extract the target signal in such scenarios [8].
2.3 Core Challenges in UAV Scenarios
Compared to terrestrial cellular networks or geostationary satellite communications, the UAV communication environment is characterized by extreme dynamism and limited resources. Applying existing blind beamforming algorithms directly to this context introduces three core “new problems,” which constitute the primary technical challenges addressed in this paper:
1. High Dynamic CFO/Doppler: UAV communication links are jointly affected by two factors: first, low-cost onboard communication equipment is typically equipped with local oscillators of poor stability, leading to inherent Carrier Frequency Offset (CFO); second, the high-speed 3D movement of UAVs generates significant Doppler shifts [8]. In the mathematical model, this frequency offset manifests as a rapid rotation of the received signal phase over time, denoted as
2. Limited Snapshots & Short Coherence Time: The high-speed maneuvering of UAVs results in an extremely short channel coherence time. To ensure the timeliness of beam weights, the algorithm must complete the calculation and update of weights before the channel changes significantly. This implies that the number of stationary sampling points (snapshots L) available to the receiver is extremely limited. Literature indicates that traditional adaptive algorithms (such as SMI) typically require thousands of samples to accurately estimate the covariance matrix for ideal interference suppression, which is unrealistic in “data-starved” UAV short-burst communications [6]. When the number of available snapshots L is close to the number of array elements N (
3. SWaP Constraint & Real-time Inference: UAV platforms are strictly constrained by Size, Weight, and Power (SWaP). The computing power of their accompanying onboard computing units (such as embedded Graphics Processing Units (GPUs) or Field-Programmable Gate Arrays (FPGAs)) is far lower than that of ground base station servers. Existing high-performance blind beamforming algorithms are often accompanied by high computational complexity. For example, traditional algorithms based on eigenvalue decomposition or matrix inversion have a complexity as high as
Bridging the Gap: The Need for a Lightweight and Robust Approach. To overcome the aforementioned limitations of traditional blind beamforming and direct deep learning adaptations, it is imperative to develop a tailored architecture for UAVs. The proposed LRT-BF model is specifically designed to bridge this gap through two core pillars: Robustness and Lightweighting. First, to combat the high dynamic Doppler shifts and limited snapshot constraints (Challenges 1 & 2), LRT-BF introduces a Robust feature extraction mechanism powered by Frequency Domain Randomization (FDR). This ensures stable gradient guidance for the beamformer even when traditional statistial metrics fail. Second, to address the strict SWaP constraints and real-time bottlenecks (Challenge 3), LRT-BF employs a Lightweight Depthwise Separable Convolution (DSC) backbone, drastically reducing computational latency. By tightly coupling these two aspects, the LRT-BF framework seamlessly transitions from the theoretical limitations of prior works to a highly practical, edge-deployable solution.
3 Methodology: The LRT-BF Framework
The LRT-BF framework is a blind adaptive beamforming architecture specifically designed to address the communication constraints of highly dynamic Unmanned Aerial Vehicles (UAVs). As illustrated in Fig. 1, the system evolves from the fundamental CBTL paradigm. Its core innovation lies in transforming a pre-trained signal classifier into a “Proxy Evaluator” for spatial filtering weights. From a formal transfer learning perspective, the specific “knowledge” transferred from the offline source task (modulation classification) to the online target task (blind beamforming) is the differentiable decision boundary of the modulation’s structural manifold (e.g., the phase transition properties of QPSK). Rather than transferring feature weights to initialize a new network, we transfer the frozen evaluation capability of the classifier to serve as a spatial loss function. The system maintains a robust feedback optimization loop: mixed signals captured by the antenna array are first spatially filtered through a trainable linear beamforming layer; subsequently, the filtered output is evaluated by a lightweight deep neural network to predict its classification confidence.

Figure 1: Architectural overview and algorithmic flow of the proposed LRT-BF framework. The system consists of a trainable linear beamforming layer and a frozen robust “Proxy Evaluator”. The algorithmic process is characterized by three core phases: (1) Initialization and Forward Mapping: The beamforming weight
Based on this confidence metric, the system iteratively updates beam weights via self-supervised learning. It is crucial to emphasize that unlike traditional static transfer learning paradigms where a pre-trained model is directly used for feed-forward inference, LRT-BF operates as a dynamic, online optimization process. For each newly arrived block of snapshots within the channel coherence time, the beamforming weights
• The Robust Functional Cluster (Combating High Dynamics): This cluster is responsible for maintaining stable beamforming in harsh, fast-varying channels. It centers around the “Proxy Evaluator” (Fig. 1), which is endowed with Doppler-invariant perception via the Frequency Domain Randomization (FDR) strategy. Furthermore, to prevent gradient vanishing under few-snapshot constraints, a Temperature Scaling mechanism is integrated. Finally, a Joint Optimization Objective (
• The Lightweight Functional Cluster (Enabling Edge Deployment): This cluster focuses on executing the robust optimization within the strict millisecond-level channel coherence time and SWaP constraints of UAVs. As detailed in Fig. 2, the traditional dense CNN backbone is entirely reconstructed using a Depthwise Separable Convolution (DSC) architecture. By decoupling spatial filtering and cross-channel fusion, this functional block compresses the parameter count and computational load (FLOPs) by nearly an order of magnitude, transforming a theoretically heavy self-supervised loop into a real-time edge-executable algorithm.

Figure 2: The specialized LRT-BF network architecture featuring cascaded DSC blocks for UAV edge deployment.
The blind beamforming process based on the LRT-BF framework is shown in Algorithm 1. Distinct from the generic CBTL framework, our proposed algorithm incorporates a joint optimization objective combining classifier-guided loss and output power minimization. This integration allows the beamformer to achieve fully blind interference suppression without any DOA information, by exploiting the fact that interference power is typically much stronger than the desired signal (Interference-to-Noise Ratio (INR)

3.2 Doppler-Resistant Robust Feature Extractor
In the CBTL architecture, the role of the pre-trained classifier is to act as a “proxy loss function,” where its ability to identify signal features directly determines the upper bound of beamforming performance. Addressing the specific issues of high dynamic motion and limited airborne platform resources in UAV communication scenarios, the standard CNN network and narrowband assumptions used in the original CBTL scheme are no longer applicable. This section reconstructs the feature extractor from two dimensions: data augmentation strategies and lightweight network design.
3.2.1 High-Dynamic Data Augmentation Based on Frequency Domain Randomization
In the original CBTL study, Wentz et al. only considered small-magnitude Carrier Frequency Offsets (CFO), which primarily correspond to clock drift in static ground equipment [6]. However, in UAV communications, high-speed relative motion introduces significant Doppler shifts. For a carrier frequency
Let the input signal sample during the pre-training phase be
where
To compel the network to learn the modulation structure of the signal (such as the constellation shape of QPSK) rather than phase or frequency features, we introduce a “Frequency Domain Randomization” data augmentation strategy during the pre-training phase. Specifically, when constructing the augmented training set
3.2.2 Lightweight Network Design for Edge Deployment
The original CBTL algorithm employs a network structure containing multiple standard convolutional layers and fully connected layers, resulting in a large number of parameters [6]. While this runs smoothly on GPU servers, its inference latency struggles to meet the real-time requirements of short-burst communications on UAV airborne embedded platforms, where power consumption and computing power are strictly limited. The computational cost of a standard convolutional layer is primarily determined by the number of input channels
• Depthwise Conv: Performs spatial convolution independently on each input channel.
• Pointwise Conv: Uses
The improved computational complexity ratio of a single layer is approximately
3.3 Blind Interference Suppression Strategy Based on Joint Optimization
In UAV Short Burst Communication scenarios, the receiver can often obtain only a very small amount of snapshot data. The original CBTL framework uses only the classifier loss as the optimization objective, which has two key limitations: (1) when the classifier confidence tends to saturate, vanishing gradients cause optimization stagnation; (2) pure classifier loss is difficult to drive the beamformer to form deep nulls in the direction of interference. To address these two problems, this paper introduces a temperature scaling mechanism and a power minimization constraint, respectively, constructing a joint optimization framework that combines classifier guidance with power minimization.
3.3.1 Temperature Scaling Mechanism
To alleviate gradient vanishing and enhance the monotonic correlation between classifier confidence and SINR, we introduce a hyperparameter
where
• When
• When
This “softening” ensures that even if the classifier can identify signals with high accuracy, the loss function continues to provide non-zero backpropagated gradients, compelling the beamformer to further extract signal features. In the experiments of this paper, we set
3.3.2 Power Minimization Constraint and Joint Loss Function
To achieve interference suppression under fully blind conditions (without any prior DOA information), this paper introduces an output power minimization constraint. The physical intuition behind this is: in scenarios with a high Interference-to-Noise Ratio (INR
where the classifier loss is defined as the negative log-likelihood for the target signal:
This term ensures that the beamforming output retains the QPSK modulation characteristics of the desired signal, enabling the classifier to identify it correctly. Power loss is defined as the normalized output power:
where
Analysis and Mitigation of Negative Transfer Risks: Crucially, this joint formulation theoretically mitigates the risk of Negative Transfer. In this transfer learning paradigm, negative transfer would occur if the pre-trained classifier confidently misidentifies a strong interference as the desired signal, or if its accuracy collapses due to unseen channel dynamics, thereby feeding erroneous gradients to the beamformer. By coupling the classification loss with the power minimization constraint (
To justify the use of classification confidence as a proxy for beamforming performance, we provide a theoretical link between the Negative Log-Likelihood (NLL) and the post-beamforming Signal-to-Interference-plus-Noise Ratio (SINR).
Lemma 1: Under the assumption of Gaussian-distributed residual interference and noise, minimizing the classification NLL loss is statistically equivalent to maximizing the output SINR.
Proof: Consider the beamformed output signal
where
For a pre-trained classifier
where
Substituting the likelihood model into the loss function and ignoring constant terms, we obtain:
In the self-supervised optimization phase, we minimize the expectation of the loss:
Since
This completes the proof.
Different from the random initialization or MVDR initialization commonly used in the original CBTL, this paper adopts uniform weight initialization:
This strategy offers the following advantages: (1) Completely blind—it does not rely on any spatial statistical information or DOA estimation; (2) Computationally simple—it requires no complex operations such as matrix inversion; (3) Good synergy with the power minimization constraint—initially, the response is consistent in all directions, and the power constraint naturally guides the beamformer to suppress the strongest interference components first.
To rigorously evaluate the impact of initialization on convergence speed under few-snapshot conditions (RQ2), we introduce signal subspace initialization as a comparative benchmark. This method leverages the eigendecomposition of the received signal covariance matrix, setting the initial weight to the principal eigenvector:
While subspace-based initialization is theoretically attractive for capturing dominant energy components to accelerate convergence, it poses a significant risk in the high-interference scenarios targeted by this study. Specifically, when the Interference-to-Noise Ratio (INR) significantly exceeds the Signal-to-Noise Ratio (SNR), the principal eigenvector
This paper validates the advantages of the LRT-BF method in terms of anti-jamming performance, convergence speed, and computational efficiency, targeting the high-dynamic communication requirements of UAVs. Specifically, the following three research questions are proposed:
• RQ1 (Anti-Doppler Capability and OOD Generalization): Can the pre-training strategy based on Frequency Domain Randomization (FDR) enable the classifier to maintain robustness under Doppler shifts as high as
• RQ2 (Fast Convergence Capability): Can the temperature scaling mechanism (
• RQ3 (Lightweight Effect): After reconstructing the feature extraction network using Depthwise Separable Convolution (DSC), how does the model perform in terms of parameter count, computational cost (FLOPs), and inference latency on embedded platforms (CPU)? Can it meet the real-time requirements of UAV edge devices without sacrificing modulation classification accuracy?
4.2 Simulation Environment Setup
To evaluate the performance of the proposed algorithm in complex UAV communication scenarios, a high-dynamic simulation platform with strong interference is established. A
To comprehensively evaluate performance, this paper selects the following four categories of comparison methods:
• Oracle MVDR: Assumes the precise interference covariance matrix is known, representing the theoretical optimal interference suppression performance in this scenario.
• Original CBTL (Direct Transfer Paradigm): A method employing a standard CNN architecture without frequency offset augmentation training. In the context of transfer learning, this serves as the “Direct Transfer” baseline. Comparing it against LRT-BF (which represents the “Domain Generalization via Augmentation” paradigm) validates our choice of TL paradigm under strict computational constraints.
• Traditional Blind Signal Processing Methods: Includes FastICA, which is based on higher-order statistics, and CMA, which is based on the constant modulus criterion.
To address the core transfer learning characteristics, our ablation studies will specifically isolate two core TL variables: the domain discrepancy bound (
4.4 Network Architecture Design and Computational Complexity Analysis
To satisfy the stringent requirements for real-time performance and low power consumption in edge-side UAV deployment, this paper proposes the LRT-BF lightweight feature extraction network. This section will elaborate on its architecture design logic and provide a theoretical comparison with the original CBTL network.
4.4.1 Details of LRT-BF Lightweight Network Design
As illustrated in Fig. 2, the core design philosophy of LRT-BF is to leverage Depthwise Separable Convolution (DSC) to achieve spatiotemporal decoupling of feature extraction weights. The specific design details are as follows:
• Asymmetric First-Layer Design: Considering that the original input signal consists of
• Cascaded DSC Block Architecture: The backbone of the network consists of four cascaded DSC blocks, with channel counts following an increasing pattern of
1. Depthwise Conv: Performs time-domain filtering independently on each channel to learn local waveform features of the signal.
2. Pointwise Conv: Utilizes
Time-Domain Dimension Compression: By embedding multiple Max Pooling layers, the time-domain dimension is progressively downsampled to
4.4.2 Comparison between LRT-BF and the Original CBTL Network
The original CBTL network employs a stack of deep standard convolutions. Although it possesses strong feature modeling capabilities, it faces significant performance bottlenecks under constrained edge computing power. Assuming a kernel size of
Since

Theoretical analysis indicates that LRT-BF significantly reduces the total computational load (FLOPs) through the DSC structure. This small-scale network design not only shortens the inference time for a single iteration of beamforming weights but also enables the algorithm to achieve convergence within a limited number of snapshots in high-dynamic UAV jamming environments, thereby significantly improving the system’s response speed.
This section presents the experimental results and provides an in-depth analysis addressing the three research questions proposed in Section 4. All experiments were repeated multiple times on the same hardware platform to ensure the statistical reliability of the results.
5.1 RQ1: Evaluation of Anti-Doppler Performance
This experiment aims to systematically evaluate the robustness enhancement effect of the frequency-domain randomization pre-training strategy against high-dynamic Doppler shifts. By verifying the stability of LRT-BF’s classification accuracy over a wide frequency offset range of
In this experiment, the Doppler frequency offset
To achieve fully blind interference suppression (requiring no prior DOA information), this paper adopts a joint optimization strategy combining classifier guidance with power minimization. The loss function for the online phase is defined as:
where
To verify performance, this paper selects four representative methods for comparative evaluation: 1) LRT-BF (Proposed Method): Adopts a lightweight depthwise separable convolution architecture, introduces a frequency domain randomization augmentation strategy of
1) Classifier Accuracy is defined as the proportion of target signals and noise/interferences correctly identified by the pre-trained classifier on the test set containing frequency offsets:
where
2) Null Depth is defined as the power response ratio (dB) of the beam pattern in the interference direction relative to the desired signal direction, used to quantify interference suppression capability:
where
A more negative value indicates stronger interference suppression capability, ideally approaching
3) Beam Pattern is defined as the normalized spatial response of the beamformer across all azimuth angles:
By visualizing the beam pattern, one can intuitively verify whether the main lobe is aligned with the target signal direction and whether nulls are correctly formed in the interference directions.
5.1.4 Experimental Results Analysis
1) Analysis of Classifier Robustness to Frequency Offset. Fig. 3 illustrates the classifier accuracy curves under two different pre-training strategies as the frequency offset varies. The experimental results indicate that: The LRT-BF method maintains a classification accuracy of 98.6%–99.6% (averaging 99.2%) across the entire tested frequency offset range (0–5 kHz). This validates that the frequency-domain randomization pre-training strategy successfully forces the network to learn modulation structural features that are invariant to frequency shifts, rather than phase-sensitive time-domain features. In contrast, the Original CBTL classifier, without frequency offset augmentation, achieves an average accuracy of only 32.1%, which is below the random guessing level (50%). This indicates that its feature extractor fails completely when facing Doppler frequency shifts. Notably, even under the zero frequency offset condition (

Figure 3: Classifier accuracy under varying Doppler frequency offsets.
2) Analysis of Online Beamforming Performance. Table 2 summarizes the beamforming performance of each method under different frequency offset conditions. The key findings are as follows: LRT-BF method: Deep interference suppression was achieved under all tested frequency offsets, with an average null depth reaching

3) Trends of Null Depth with Frequency Offset. Fig. 4 illustrates the trends of null depth for each method as the Doppler frequency offset varies. This figure intuitively reveals the significant impact of classifier performance on the beamforming results: The null depth curve of the LRT-BF method exhibits certain fluctuations within the 0–5 kHz frequency offset range, varying from

Figure 4: Null depth vs. Doppler frequency offset.
4) Beampattern Comparison. Fig. 5 illustrates the beampatterns learned by each method under the condition of

Figure 5: Beam pattern comparison at 3 kHz Doppler offset.
LRT-BF method: A distinct main lobe (normalized gain of
Original CBTL [6]: A main lobe is also formed in the 90 direction, and nulls of certain depths are created in the interference directions. However, due to the degradation of gradient quality caused by classifier failure, the null depth and shape precision of its beampattern are inferior to those of LRT-BF. This disparity confirms the importance of classifier robustness for the refined optimization of beamforming.
CMA [17]: The beampattern exhibits an irregular shape, failing to form effective nulls in the interference directions, and the main lobe pointing shows significant deviation. This indicates that the constant modulus criterion struggles to correctly identify the desired signal in high INR and few-snapshot scenarios, leading to a tendency to misidentify strong interference as the target.
FastICA [5]: The beampattern presents a chaotic multi-peak structure with no null formation in the interference directions. The main lobe may even point towards the interference rather than the desired signal, confirming the complete failure of blind source separation based on independent component analysis in scenarios with severe signal-to-interference ratio imbalance.
5) Comprehensive Performance Comparison. Table 3 and Fig. 6 summarize the average interference suppression performance of each method within the 0–5 kHz frequency offset range in tabular and bar chart formats, respectively. It can be intuitively observed that: The LRT-BF method significantly outperforms all other comparative methods with an average null depth of


Figure 6: Overall interference suppression performance.
Robustness Verification: Bridging Theoretical Limits and Realistic Operations
While our initial simulations established the theoretical robustness boundaries under extreme conditions (
Empirical analysis within this realistic domain reveals that LRT-BF exhibits superior stability compared to the theoretical stress tests. The method maintains a near-perfect mean classification accuracy of 99.7% (ranging from
Key Finding: In sharp contrast, the baseline CBTL method (without FDR augmentation) fails to adapt even to these moderate dynamics, degrading to near-random accuracy (
5.1.5 Ablation Study on FDR Hyperparameters
To rigorously validate the selection of the
5.1.6 Discussion: Robustness against High Dynamics
Rather than merely presenting numerical gains, these results fundamentally demonstrate the Robustness of the LRT-BF framework. The experimental results fully validate the effectiveness of the Doppler frequency offset enhanced pre-training strategy and the power minimization joint optimization framework. By introducing random frequency offset perturbations of
5.2 RQ2: Evaluation of Blind Convergence Performance under Few-Snapshot Conditions
This experiment aims to verify the impact of the Temperature Scaling mechanism and initialization strategies on the convergence speed and final interference suppression performance of blind beamforming. By comparing with the original CBTL method and conducting systematic ablation studies, we quantify the independent contributions of each core component within the LRT-BF framework and analyze the algorithm’s convergence characteristics under few-snapshot conditions. Specifically, this experiment will compare the performance differences between Uniform Initialization and Signal Subspace Initialization within the joint loss optimization framework to determine the optimal initialization strategy.
To systematically dissect the performance contribution of each functional module in the proposed LRT-BF framework, this experiment constructs a typical scenario for suppressing dual strong interferences in an environment with zero frequency offset (
To ensure consistency with the RQ1 experiment, this experiment also adopts the joint loss function for beam weight optimization:
Here,
The experiment takes the number of snapshots
• LRT-BF (Full): The complete framework, integrating signal subspace initialization and temperature scaling (
• LRT-BF w/o Subspace: An ablation variant using uniform weight initialization
• LRT-BF w/o TempScale: An ablation variant removing temperature scaling (
• CBTL Baseline: The original CBTL method using random initialization and standard Softmax (
• Oracle MVDR: A theoretical performance reference assuming perfect DOA information for MVDR initialization.
Signal Subspace Initialization Method: Given the received signal matrix
The initial weight is set to the principal eigenvector:
The Confidence Convergence Curve records the evolutionary trajectory of the target signal’s confidence
where
The Convergence Speed defines the convergence iteration count
The Interference Suppression Performance utilizes the Null Depth in the interference direction as a quantitative metric:
The average null depth across all interference directions is reported as
5.2.4 Experimental Results Analysis
Table 4 summarizes the null depth performance of each configuration under different numbers of snapshots. The experimental results reveal a significant finding: the configuration combining uniform initialization with temperature scaling (LRT-BF w/o Subspace) significantly outperforms other methods across all snapshot conditions. The average null depth remains stable between

Fig. 7 illustrates the trends of null depth and classification confidence as the number of snapshots varies. Key observations are as follows:

Figure 7: Performance comparison under different snapshot numbers. Left: Average null depth (lower is better); Right: Classifier confidence.
1) Superiority of Uniform Initialization + Temperature Scaling: The LRT-BF w/o Subspace configuration achieves deep nulls below
2) The Core Role of Temperature Scaling: Comparing LRT-BF w/o Subspace (
3) Non-monotonic Relationship between Confidence and Performance: Confidence analysis reveals a counter-intuitive phenomenon: the configuration without temperature scaling exhibits higher final confidence (
Table 5 summarizes the quantitative performance metrics under

5.2.5 Discussion: Fast Convergence under Few-Snapshot Constraints
The experimental data reveals the structural reasons behind the algorithm’s fast convergence, further proving its robustness in data-starved environments. Specifically, we draw three core findings:
(1) Uniform initialization outperforms subspace initialization: In high INR scenarios, uniform initialization
(2) Temperature scaling is the key to performance improvement: Temperature scaling (
(3) Consistency with RQ1 results: The optimal configuration in this experiment (uniform initialization + temperature scaling + joint loss) is entirely consistent with the experimental setup in RQ1. This validates the methodological unity between the two research questions and provides theoretical and experimental support for the extremely deep null performance of
In summary, the recommended optimal configuration for LRT-BF is: Uniform weight initialization + Temperature scaling (
5.3 RQ3: Lightweight Design and Real-Time Evaluation
RQ3 of this study aims to verify the deployment feasibility of the proposed lightweight architecture on resource-constrained platforms (such as UAV edge nodes equipped only with CPUs) to address the issue that traditional deep learning models struggle to meet real-time inference demands due to massive computational overhead. By introducing Depthwise Separable Convolution (DSC) to replace standard convolution layers, this paper constructs a feature extraction network with significant advantages in parameter scale and Floating Point Operations (FLOPs), focusing on evaluating its inference latency and signal classification accuracy on CPU platforms. Through comparing performance in heterogeneous CPU and GPU environments, the experiment aims to quantify the improvement in computational efficiency brought by the lightweight design and to discuss in depth whether the scheme can keep performance deviations within an acceptable engineering range while ensuring real-time beamforming processing capabilities.
To systematically evaluate the performance gains from architectural lightweighting, this experiment compares the original CBTL network based on standard
To comprehensively assess the inference performance of the lightweight network under heterogeneous computing resources, this experiment established a comparative testing environment consisting of a high-performance GPU platform (NVIDIA RTX 4090, 24 GB VRAM) and a general-purpose CPU platform (Intel i9-13900K). The GPU platform utilizes CUDA 12.1 acceleration to simulate high-throughput base station or centralized deployment scenarios, establishing the upper bound for inference latency. The CPU platform, by disabling dedicated accelerators and enforcing single-threaded execution (torch.set_num_threads(1)), simulates resource-constrained environments such as industrial PCs or embedded systems, reflecting the model’s true usability without parallel acceleration support. Within a unified software environment of Python 3.10 and PyTorch 2.1.0, this experiment aims to evaluate how lightweight strategies reduce reliance on parallel computing resources and verify their flexibility and real-time capability in cross-platform deployments by quantifying performance differences between the two platforms.
This experiment employs the following metrics for a comprehensive evaluation of the network:
(1) Model Parameters (Parameters) Parameter count is a key metric for measuring the storage requirements of a model, defined as the total number of trainable parameters in the network:
where
(2) Floating Point Operations (FLOPs) FLOPs (Floating Point Operations) measures the total number of floating-point operations required for a single forward inference of the model, serving as a core metric for evaluating computational complexity:
For convolutional layers, FLOPs can be calculated using the aforementioned formula; for fully connected layers:
where
(3) Inference Latency (Latency) Inference latency is the time required for the model to process a single sample, which directly determines the real-time processing capability of the system:
where
• Warm-up phase: Execute 100 inference runs to eliminate cold-start effects (such as JIT compilation, cache warming, etc.);
• Measurement phase: Continuously execute 1000 inference runs, recording the time consumption for each;
• Statistics: Report the average latency
(4) Classification Accuracy Classification accuracy measures the network’s ability to correctly identify modulation types:
where
(5) Parameter Compression Ratio and Computational Compression Ratio To quantify the effectiveness of the lightweight process, the following compression ratio metrics are defined:
A larger compression ratio indicates a more significant lightweight effect.
(6) Efficiency-Accuracy Trade-off Metric To comprehensively evaluate the cost-effectiveness of the lightweight process, an efficiency gain metric is defined:
When
5.3.4 Experimental Results Analysis
1) Computational Complexity Comparison. Table 6 summarizes the complexity metrics of the Original CBTL network and the proposed lightweight LRT-BF network. The experimental analysis results show that the LRT-BF network demonstrates excellent lightweight characteristics while maintaining high performance: its parameter count is reduced from

Fig. 8 intuitively illustrates the compression ratio analysis of the LRT-BF network relative to the Original CBTL network. As shown in Table 7, the comprehensive efficiency gain

Figure 8: Compression ratio analysis of lightweight network compared to baseline.

2) Training Convergence Analysis. Fig. 9 illustrates the comparison of the training processes for the two networks, including training loss curves and validation accuracy curves. An analysis of the training dynamics reveals that both LRT-BF and the Original CBTL network demonstrate robust convergence characteristics over 100 epochs, with their loss functions continuously decreasing and eventually reaching a steady state. Notably, the convergence rate of LRT-BF is comparable to that of the baseline network using standard convolutions. This indirectly confirms that the Depthwise Separable Convolution (DSC) structure does not significantly impair gradient propagation or parameter optimization efficiency. Ultimately, the validation accuracy of both architectures stabilizes at a similar level of approximately 80%. This experimental result strongly demonstrates the high engineering feasibility of the design philosophy that achieves significant lightweighting through architectural simplification while maintaining the model’s high-precision representation capability.

Figure 9: Training curves comparison: (a) Training loss; (b) Validation accuracy.
3) Inference Latency Analysis. Table 6 presents the inference latency of both networks on GPU and CPU platforms. The inference latency analysis on heterogeneous computing platforms indicates that on the GPU platform, which possesses strong parallel computing capabilities, both the Original CBTL and LRT-BF networks exhibit sub-millisecond latency (

Figure 10: Comprehensive comparison of original CBTL and LRT-BF networks: (a) Model parameters; (b) FLOPs; (c) Inference latency on GPU vs. CPU; (d) Classification accuracy.
4) Performance Analysis under Different SNRs. Table 8 presents the classification accuracy of both networks under varying SNR conditions. Fig. 11 visually illustrates the trend of accuracy variation with SNR for both networks; the high degree of alignment between the two curves further verifies the performance stability of the LRT-BF network. The analysis of classification performance across different Signal-to-Noise Ratio (SNR) environments indicates that while the LRT-BF network significantly reduces architectural complexity, it maintains feature extraction robustness highly consistent with the Original CBTL network. In the low SNR range of


Figure 11: Classification accuracy vs. SNR for different network architectures.
5) Comprehensive Performance Comparison. Fig. 10 comprehensively compares the two network architectures across four dimensions: (a) Model Parameters; (b) Computational Cost (FLOPs); (c) GPU and CPU Inference Latency; and (d) Classification Accuracy. This figure clearly demonstrates the advantages of the LRT-BF network in significantly reducing computational overhead while maintaining accuracy, providing a comprehensive visual validation for the effectiveness of the lightweight design.
5.3.5 Discussion: Lightweight Architecture for Edge Deployment
The comprehensive efficiency gain is not just a numerical improvement, but a strong validation of our Lightweight design philosophy. The LRT-BF lightweight network employing depthwise separable convolution significantly reduces computational complexity while maintaining beamforming performance. Experiments show that compared to the Original CBTL network, the LRT-BF network achieves a 7.01
Although LRT-BF demonstrates excellent robustness and real-time performance in simulation experiments, to evaluate the research conclusions more objectively, this section discusses potential threats and limitations from three dimensions: internal, external, and construct validity.
Internal validity primarily concerns the logical causal relationship between the experimental design and the conclusions drawn. The main potential threats in this study lie in: 1) Sensitivity to optimizer parameters: Although LRT-BF employs intelligent initialization and temperature scaling, the convergence process of beam weights is still influenced by the learning rate
External validity concerns the generalization ability of the research results across different scenarios:
1) Out-of-Distribution (OOD) Generalization and Physical Boundaries: The proposed Frequency Domain Randomization (FDR) strategy bounds the training distribution to a
Construct validity examines whether the evaluation metrics accurately reflect the system’s performance in actual tasks: 1) Deviation between Proxy Metrics and Final Performance: We use classification confidence as a “proxy metric” for beamforming. Although experiments demonstrate a positive correlation between confidence improvement and null depth, in extremely low SNR environments, minor fluctuations in classifier recognition accuracy may be amplified by the back-propagation mechanism, leading to jitter in weight optimization. 2) Hardware Dependence of Inference Latency: The CPU inference latency tested in RQ3 is based on an Intel i9 processor. Although DSC significantly reduces computational load, its actual inference speed on embedded controllers with lower power consumption and lower clock frequencies (such as STM32 or low-power FPGAs) may face new challenges [9]. By identifying these threats, our future research will focus on hardware-in-the-loop simulation on physical platforms (such as USRP) and the development of wideband robust blind beamforming architectures to further mitigate these validity threats.
Blind beamforming technology has evolved from traditional criteria based on signal statistical properties (such as constant envelope properties and statistical independence) to modern data-driven deep learning architectures [18]. This section reviews research progress relevant to UAV communication and the architecture proposed in this paper.
7.1 Traditional Blind Beamforming Algorithms Based on Statistical Signal Processing
Early blind beamforming primarily relied on the inherent statistical properties of signals. Methods based on High-Order Statistics (HOS), such as Joint Approximate Diagonalization of Eigenmatrices (JADE) [14] and Independent Component Analysis (FastICA) [5], achieve source signal separation by maximizing the Non-Gaussianity criterion of the output signal. However, modern UAV communications widely adopt Orthogonal Frequency Division Multiplexing (OFDM) modulation [19,20]. Influenced by the Central Limit Theorem, the statistical distribution of their time-domain superimposed signals tends to be Gaussian, causing severe performance degradation for algorithms based on non-Gaussianity criteria when extracting target features. Furthermore, although the Constant Modulus Algorithm (CMA) [21] requires no prior information, its cost function is highly non-convex, making it prone to falling into local optima in multi-interference scenarios, and it is difficult to effectively adapt to Non-constant Envelope modulation formats. More critically, such algorithms typically require thousands of stationary snapshots to achieve convergence, making it difficult to meet the requirements of sub-millisecond rapid response for UAV short-burst communications.
7.2 Deep Learning-Based Physical Layer Beamforming
With the rise of deep learning in signal processing, researchers have begun leveraging neural networks to enhance beamforming performance. Several studies adopt a supervised learning paradigm; for instance, AttBF [7] introduces an attention mechanism to capture the spatial correlation of array signals, while DCAE [22] utilizes deep autoencoders to extract nonlinear features. Although these methods perform excellently in ideal environments, they typically require expensive Channel State Information (CSI) labels or high-precision array manifold priors for offline training. Furthermore, existing model designs often neglect the restricted Size, Weight, and Power (SWaP) constraints of airborne embedded platforms, resulting in models with high Floating Point Operations (FLOPs) that are difficult to deploy for real-time communication.
To eliminate dependency on CSI labels, Wentz et al. proposed a blind adaptive architecture based on CBTL [6]. This method utilizes classification confidence as an evaluation metric to drive weight updates, demonstrating the feasibility of “estimation via recognition.” However, the original CBTL architecture exhibits three significant shortcomings in UAV application scenarios:
1. Doppler Sensitivity: The original model only accounts for minimal clock frequency offsets. When facing kHz-level Doppler shifts caused by high-speed UAV movement, classifier accuracy collapses.
2. Gradient Saturation: With very few snapshots, the Softmax output tends to saturate to 1.0 too quickly, leading to vanishing gradients during backpropagation.
3. Computational Overhead: The network structure employing standard convolutional layers results in high inference latency on CPUs, making it difficult to meet millisecond-level real-time tracking requirements.
In contrast, the proposed LRT-BF achieves lightweight reconstruction via depthwise separable convolutions [9] and introduces frequency-domain randomization augmentation and temperature scaling mechanisms [10]. These improvements allow LRT-BF to not only inherit the prior-free advantage of transfer learning but also demonstrate stronger engineering applicability in high-dynamic, low-snapshot, and compute-constrained UAV environments.
Comparison with State-of-the-Art (SOTA) Methods: To contextualize the contribution of LRT-BF, it is essential to benchmark it against recent SOTA methodologies in practical UAV contexts. While recent SOTA deep learning methods—such as those employing Domain Adversarial Neural Networks (DANN) or continuous online fine-tuning—achieve impressive theoretical interference suppression, they typically impose prohibitive online computational overheads that violate the strict SWaP constraints of UAV edge nodes. Conversely, traditional SOTA blind methods (like advanced FastICA variants) offer lower complexity but struggle with convergence under high Doppler shifts and few-snapshot constraints (
This paper proposes a Lightweight Robust Transfer Beamforming (LRT-BF) method tailored for high-dynamic UAV communications. This approach breaks the dependency of traditional blind processing algorithms on signal stationarity and large sample sizes. It innovatively constructs a joint optimization criterion centered on maximizing classification confidence and minimizing output power, achieving adaptive interference suppression without Direction of Arrival (DOA) priors. Addressing the specific constraints of UAV platforms, this paper systematically integrates core technologies including frequency-domain randomization augmentation pre-training, Depthwise Separable Convolution (DSC) network reconstruction, temperature scaling calibration, and signal subspace initialization. Simulation and performance evaluation results indicate that LRT-BF successfully overcomes Doppler sensitivity in high-dynamic scenarios and convergence bottlenecks under low-snapshot conditions. Under extreme data-scarce conditions requiring only
Future research will expand in two dimensions: physical deployment and architectural extension. First, we plan to verify the actual efficacy of LRT-BF on a hardware-in-the-loop simulation platform based on Universal Software Radio Peripherals (USRP) to evaluate the impact of real-world RF non-idealities on self-supervised weight iteration. Second, targeting future 6G high-speed broadband communication scenarios, we will investigate combining the “proxy evaluation” mechanism of LRT-BF with a Tapped Delay Line (TDL) architecture to address beam dispersion challenges caused by frequency-selective fading. Additionally, exploring the generalization performance of this framework in frequency-hopping communications and multi-UAV cooperative guidance scenarios will be a key direction for subsequent work.
Acknowledgement: Not applicable.
Funding Statement: The authors received no specific funding for this study.
Author Contributions: Zheng Xu conceived and designed the whole study, collected and analyzed the data, and wrote the manuscript. Zihao Pan supervised the project, guided the study, and critically reviewed the manuscript. Ning Yang provided expertise in statistical analysis and contributed to manuscript revisions. Daoxing Guo provided expertise in statistical analysis and assisted with data interpretation. All authors reviewed and approved the final version of the manuscript.
Availability of Data and Materials: Not applicable.
Ethics Approval: Not applicable.
Conflicts of Interest: The authors declare no conflicts of interest.
1https://github.com/BlindBeamforming/uav
References
1. You X, Wang CX, Huang J, Gao X, Zhang Z, Wang M, et al. Towards 6G wireless communication networks: vision, enabling technologies, and new paradigm shifts. Sci China Inf Sci. 2021;64(1):110301. doi:10.1007/s11432-020-2955-6. [Google Scholar] [CrossRef]
2. An Q, Pan Y, Han H, Hu H. Secrecy capacity maximization of UAV-enabled relaying systems with 3D trajectory design and resource allocation. Sensors. 2022;22(12):4519. doi:10.3390/s22124519. [Google Scholar] [PubMed] [CrossRef]
3. Xue H, Zhuo Z, Yan W, Zhang Y. Research on UAV jamming signal generation based on intelligent jamming. IEEE Access. 2025;13:14686–701. doi:10.1109/ACCESS.2025.3530987. [Google Scholar] [PubMed] [CrossRef]
4. Gershman AB, Luo ZQ, Shahbazpanahi S, Vorobyov SA. Robust adaptive beamforming using worst-case performance optimization. In: Proceeding of the Thrity-Seventh Asilomar Conference on Signals, Systems & Computers. Piscataway, NJ, USA: IEEE; 2003. p. 1353–7. [Google Scholar]
5. Hyvärinen A, Oja E. Independent component analysis: algorithms and applications. Neural Netw. 2000;13(4–5):411–30. doi:10.1016/s0893-6080(00)00026-5. [Google Scholar] [PubMed] [CrossRef]
6. Wentz M, Capper J, Kurien B, Forsythe K, Chowdhury K. Classification-based transfer learning for blind adaptive receiver beamforming. In: Proceeding of the IEEE 21st Annual Consumer Communications & Networking Conference (CCNC). Piscataway, NJ, USA: IEEE; 2024. p. 59–64. [Google Scholar]
7. Saifaldawla A, Ortiz F, Lagunas E, Chatzinotas S. Attention-based blind adaptive receive beamforming for interference limited NGSO satellite systems. IEEE Open J Commun Soc. 2025;6:1–18. doi:10.1109/ojcoms.2025.3622661. [Google Scholar] [PubMed] [CrossRef]
8. Wentz M, Capper J, Kurien B, Forsythe K, Chowdhury K. Blind beamforming via deep learning-based signal classification and transfer learning. IEEE Trans Cogn Commun Netw. 2025;12(2):1834–47. doi:10.1109/tccn.2025.3598069. [Google Scholar] [PubMed] [CrossRef]
9. Howard AG. Mobilenets: efficient convolutional neural networks for mobile vision applications. arXiv:1704.04861. 2017. [Google Scholar]
10. Guo C, Pleiss G, Sun Y, Weinberger KQ. On calibration of modern neural networks. In: International Conference on Machine Learning. London, UK: PMLR; 2017. p. 1321–30. [Google Scholar]
11. Reed IS, Mallett JD, Brennan LE. Rapid convergence rate in adaptive arrays. IEEE Trans Aerosp Electron Syst. 1974;6(6):853–63. doi:10.1109/taes.1974.307893. [Google Scholar] [PubMed] [CrossRef]
12. Comon P. Independent component analysis, a new concept? Signal Process. 1994;36(3):287–314. doi:10.1016/0165-1684(94)90029-9. [Google Scholar] [CrossRef]
13. Wang J, Jiang C, Kuang L. High-mobility satellite-UAV communications: challenges, solutions, and future research trends. IEEE Commun Magaz. 2022;60(5):38–43. [Google Scholar]
14. Cardoso JF, Souloumiac A. Blind beamforming for non-Gaussian signals. IEE Proc F. 1993;140(6):362–70. doi:10.1049/ip-f-2.1993.0054. [Google Scholar] [CrossRef]
15. Hyvarinen A. Fast and robust fixed-point algorithms for independent component analysis. IEEE Trans Neural Netw. 1999;10(3):626–34. doi:10.1109/72.761722. [Google Scholar] [PubMed] [CrossRef]
16. Kebede T, Wondie Y, Steinbrunn J, Kassa HB, Kornegay KT. Multi-carrier waveforms and multiple access strategies in wireless networks: performance, applications, and challenges. IEEE Access. 2022;10(11):21120–40. doi:10.1109/access.2022.3151360. [Google Scholar] [PubMed] [CrossRef]
17. Godard D. Self-recovering equalization and carrier tracking in two-dimensional data communication systems. IEEE Trans Commun. 1980;28(11):1867–75. doi:10.1109/tcom.1980.1094608. [Google Scholar] [PubMed] [CrossRef]
18. Liu P, Fan K, Chen Y. Analytical blind beamforming for a multi-antenna UAV base-station receiver in millimeter-wave bands. Sensors. 2021;21(19):6561. doi:10.3390/s21196561. [Google Scholar] [PubMed] [CrossRef]
19. Herfandi H, Sitanggang OS, Nasution MRA, Utama IBKY, Rahman MM, Nguyen H, et al. Implementation of a multiple-transmitter RS-OFDM based OCC system with advanced ByteTrack for mobility environments. IEEE Access. 2025;13:119411–26. doi:10.1109/access.2025.3587140. [Google Scholar] [PubMed] [CrossRef]
20. Liu Y, Xiong X, Zhang J, Miao F. Design of a DDS-based OFDM for UAV communication systems. In: Proceeding of the 4th International Symposium on Semiconductor and Electronic Technology (ISSET). Piscataway, NJ, USA: IEEE; 2025. p. 772–6. [Google Scholar]
21. Treichler J, Agee B. A new approach to multipath correction of constant modulus signals. IEEE Trans Acoust Speech Signal Process. 1983;31(2):459–72. doi:10.1109/tassp.1983.1164062. [Google Scholar] [PubMed] [CrossRef]
22. Ansari S, Alnajjar KA, Khater T, Mahmoud S, Hussain A. A robust hybrid neural network architecture for blind source separation of speech signals exploiting deep learning. IEEE Access. 2023;11:100414–37. doi:10.1109/access.2023.3313972. [Google Scholar] [PubMed] [CrossRef]
Cite This Article
Copyright © 2026 The Author(s). Published by Tech Science Press.This work is licensed under a Creative Commons Attribution 4.0 International License , which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.


Submit a Paper
Propose a Special lssue
View Full Text
Download PDF
Downloads
Citation Tools