Aircraft Radar Altimeter Interference Mitigation Through a CNN-Layer Only Denoising Autoencoder Architecture

Samuel B. Brown,Stephen Young,Adam Wagenknecht,Daniel Jakubisin,Charles E. Thornton,Aaron Orndorff,William C. Headley
2024-10-04
Abstract:Denoising autoencoders for signal processing applications have been shown to experience significant difficulty in learning to reconstruct radio frequency communication signals, particularly in the large sample regime. In communication systems, this challenge is primarily due to the need to reconstruct the modulated data stream which is generally highly stochastic in nature. In this work, we take advantage of this limitation by using the denoising autoencoder to instead remove interfering radio frequency communication signals while reconstructing highly structured FMCW radar signals. More specifically, in this work we show that a CNN-layer only autoencoder architecture can be utilized to improve the accuracy of a radar altimeter's ranging estimate even in severe interference environments consisting of a multitude of interference signals. This is demonstrated through comprehensive performance analysis of an end-to-end FMCW radar altimeter simulation with and without the convolutional layer-only autoencoder. The proposed approach significantly improves interference mitigation in the presence of both narrow-band tone interference as well as wideband QPSK interference in terms of range RMS error, number of false altitude reports, and the peak-to-sidelobe ratio of the resulting range profile. FMCW radar signals of up to 40,000 IQ samples can be reliably reconstructed.
Signal Processing,Machine Learning
What problem does this paper attempt to address?
The problem that this paper attempts to solve is: in an environment with severe interference, how to improve the distance estimation accuracy of airborne radar altimeters. Specifically, the paper proposes an auto - encoder architecture based on convolutional neural networks (CNN) to remove the interference of radio - frequency communication signals, thereby improving the reconstruction quality of FMCW radar signals. ### Problem Background With the popularization of 5G NR signals and automotive radar systems, radar altimeter systems are facing more and more potential interference. These interferences may lead to incorrect ground distance estimation when the aircraft is landing, especially during the low - altitude flight phase. Although traditional signal processing techniques can alleviate some of the interference, their effectiveness is limited in complex and diverse interference environments. ### Solution The paper proposes an auto - encoder architecture based on CNN layers, specifically for denoising and interference suppression of radar altimeter signals. The model solves the problem in the following ways: 1. **Auto - encoder Structure**: - **Bottleneck Structure**: By compressing the input signal into a low - dimensional latent space and then decompressing it back to the original dimension, the auto - encoder can learn and retain important features in the signal while discarding noise and interference. - **Application of CNN Layers**: Compared with fully - connected layers, CNN layers can process high - bandwidth radar signals more effectively, and achieve dimension reduction through stride convolution and pooling operations, reducing the number of parameters and computational cost. 2. **Training and Evaluation**: - **Simulation Environment**: An end - to - end FMCW radar altimeter simulation environment was constructed to generate training data sets containing different types of interference (such as narrow - band tone interference and QPSK interference). - **Performance Evaluation**: The effectiveness of the model was verified by comparing the mean - square error (MSE) between clean signals and reconstructed signals, range estimation error, and peak - to - sidelobe ratio (PSR). ### Main Contributions - **Effectively Remove Interference**: Experimental results show that the model can significantly improve the distance estimation accuracy of radar altimeters under various interference conditions, especially in severe narrow - band and broadband interference environments. - **Suitable for Large - Scale Data**: The model can reliably reconstruct radar signals containing up to 40,000 IQ samples. - **No Prior Knowledge Required**: The auto - encoder does not need to pre - detect or estimate the interference signal, nor does it need to make assumptions about the interference and noise distribution. ### Conclusion and Future Work The paper demonstrates the potential of CNN - based auto - encoders in radar altimeter interference suppression. Future work can focus on real - time data processing, training with measured data, comparison with other traditional interference suppression techniques, etc., to further improve the practicality and robustness of the model. ### Formula Summary The main formulas involved in the paper include: - **Mean - Square Error (MSE)**: \[ \text{MSE}=\frac{1}{N}\sum_{i = 1}^{N}(y_i-\hat{y}_i)^2 \] where \(y_i\) is the clean signal, \(\hat{y}_i\) is the reconstructed signal, and \(N\) is the number of samples. - **Peak - to - Sidelobe Ratio (PSR)**: \[ \text{PSR}=10\log_{10}\left(\frac{\max(P)}{\text{mean}(P_{\text{sidelobe}})}\right) \] where \(P\) is the power spectral density of the range profile, and \(P_{\text{sidelobe}}\) is the average power in the sidelobe area. These formulas are used to evaluate the performance and effectiveness of the model.