SPLGMLMay 16, 2019

Deep Learning for Interference Identification: Band, Training SNR, and Sample Selection

arXiv:1905.08054v140 citations
Originality Incremental advance
AI Analysis

This work addresses fast and efficient interference identification for wireless communication systems, though it is incremental as it builds on existing deep learning methods with specific optimizations.

The paper tackles interference source identification among 15 channels from Bluetooth, Zigbee, and WiFi using deep learning, achieving 89.5% accuracy with various architectures and reducing training time by up to 30x with minimal accuracy loss through optimization techniques.

We study the problem of interference source identification, through the lens of recognizing one of 15 different channels that belong to 3 different wireless technologies: Bluetooth, Zigbee, and WiFi. We employ deep learning algorithms trained on received samples taken from a 10 MHz band in the 2.4 GHz ISM Band. We obtain a classification accuracy of around 89.5% using any of four different deep neural network architectures: CNN, ResNet, CLDNN, and LSTM, which demonstrate the generality of the effectiveness of deep learning at the considered task. Interestingly, our proposed CNN architecture requires approximately 60% of the training time required by the state of the art while achieving slightly larger classification accuracy. We then focus on the CNN architecture and further optimize its training time while incurring minimal loss in classification accuracy using three different approaches: 1- Band Selection, where we only use samples belonging to the lower and uppermost 2 MHz bands, 2- SNR Selection, where we only use training samples belonging to a single SNR value, and 3- Sample Selection, where we try various sub-Nyquist sampling methods to select the subset of samples most relevant to the classification task. Our results confirm the feasibility of fast deep learning for wireless interference identification, by showing that the training time can be reduced by as much as 30x with minimal loss in accuracy.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes