Deep-Learned Compression for Radio-Frequency Signal Classification

Armani Rodriguez,Yagna Kaasaragadda,Silvija Kokalj-Filipovic
2024-03-06
Abstract:Next-generation cellular concepts rely on the processing of large quantities of radio-frequency (RF) samples. This includes Radio Access Networks (RAN) connecting the cellular front-end based on software defined radios (SDRs) and a framework for the AI processing of spectrum-related data. The RF data collected by the dense RAN radio units and spectrum sensors may need to be jointly processed for intelligent decision making. Moving large amounts of data to AI agents may result in significant bandwidth and latency costs. We propose a deep learned compression (DLC) model, HQARF, based on learned vector quantization (VQ), to compress the complex-valued samples of RF signals comprised of 6 modulation classes. We are assessing the effects of HQARF on the performance of an AI model trained to infer the modulation class of the RF signal. Compression of narrow-band RF samples for the training and off-the-site inference will allow for an efficient use of the bandwidth and storage for non-real-time analytics, and for a decreased delay in real-time applications. While exploring the effectiveness of the HQARF signal reconstructions in modulation classification tasks, we highlight the DLC optimization space and some open problems related to the training of the VQ embedded in HQARF.
Machine Learning,Networking and Internet Architecture,Signal Processing
What problem does this paper attempt to address?
### What problems does this paper attempt to solve? This paper aims to solve the bandwidth and latency cost problems faced by large - scale radio frequency (RF) signal data processing in the next - generation cellular network (NextG). Specifically, the paper proposes a deep - learning - based compression model - HQARF (Hierarchical Quantized Autoencoder for RF signals) for compressing complex - valued RF signal samples containing six modulation categories. By compressing these signals, bandwidth and storage resources can be used more efficiently, especially reducing latency in non - real - time analysis and real - time applications. #### Main problem description: 1. **Requirements for large - scale RF data processing**: - The next - generation cellular network relies on the processing of a large number of RF samples, including software - defined radio (SDR) - based cellular front - ends and multi - access edge computing (MEC) architectures. - These RF data need to be jointly processed for intelligent decision - making, but transmitting a large amount of data to AI agents will result in significant bandwidth and latency costs. 2. **Impact of compression on AI model performance**: - The paper evaluates the impact of HQARF compression on AI model performance, especially on the AI model trained for inferring RF signal modulation categories. - The compressed narrow - band RF samples are used for training and remote inference, which can effectively use bandwidth and storage resources without sacrificing too much classification accuracy. 3. **Exploring open problems**: - The paper also explores the effectiveness of HQARF signal reconstruction in the modulation classification task and emphasizes the optimization space of the vector quantization (VQ) method embedded in HQARF and some open problems. #### Solutions: - **HQARF model**: Based on the learning - based vector quantization (VQ) technique, HQARF can compress complex - valued RF signal samples while trying to maintain the signal's modulation classification ability. - **Evaluating compression effects**: Verify the effectiveness of HQARF by experimentally evaluating the modulation classification accuracy at different compression rates. - **Optimizing training methods**: Introduce the hierarchical autoencoder (HAE) and the generative adversarial loss to train the HQARF model step by step to improve compression performance and classification accuracy. #### Formula representation: - **Information entropy**: \[ H(X)=-\sum_{i} p(x_{i})\log_{2}p(x_{i}) \] - **Compression rate**: \[ CR = \frac{I_{x}}{I_{z_{q}}}=\frac{\text{dim}(x)H_{N}(X)}{\text{zen}\log_{2}(n_{c})} \] where \(I_{x}\) is the amount of information in the original data, \(I_{z_{q}}\) is the amount of information in the compressed data, \(\text{zen}\) is the dimension after compression, and \(n_{c}\) is the number of codewords in the codebook. Through these methods, the paper shows how to effectively compress RF signal data while ensuring modulation classification accuracy, thereby reducing bandwidth and storage requirements.