TL;DR
This paper introduces a dual path network combining digital signal processing and deep learning to improve blind symbol decoding and modulation classification, demonstrating superior accuracy and efficiency over existing methods.
Contribution
The novel dual path network (DPN) integrates DSP and neural networks with feature sharing, enhancing blind decoding and modulation classification performance.
Findings
5% improvement in modulation classification accuracy
Outperforms blind signal processing algorithms on BPSK and QPSK datasets
Handles variable input lengths with up to 15% better accuracy
Abstract
Blindly decoding a signal requires estimating its unknown transmit parameters, compensating for the wireless channel impairments, and identifying the modulation type. While deep learning can solve complex problems, digital signal processing (DSP) is interpretable and can be more computationally efficient. To combine both, we propose the dual path network (DPN). It consists of a signal path of DSP operations that recover the signal, and a feature path of neural networks that estimate the unknown transmit parameters. By interconnecting the paths over several recovery stages, later stages benefit from the recovered signals and reuse all the previously extracted features. The proposed design is demonstrated to provide 5% improvement in modulation classification compared to alternative designs lacking either feature sharing or access to recovered signals. The estimation results of DPN along…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsResidual Connection · Grouped Convolution · Concatenated Skip Connection · 1x1 Convolution · DPN Block · Max Pooling · Convolution · Batch Normalization · Average Pooling · Global Average Pooling
