SPLGASDec 9, 2019

DeepMUSIC: Multiple Signal Classification via Deep Learning

arXiv:1912.04357v3207 citations
Originality Incremental advance
AI Analysis

This addresses a practical limitation in signal processing for scenarios with multiple targets, though it appears incremental as it builds on prior DL and MUSIC techniques.

The paper tackles direction-of-arrival estimation for multiple signals by proposing DeepMUSIC, a deep learning framework using CNNs on angular subregions, achieving superior accuracy and lower computational complexity compared to existing methods.

This letter introduces a deep learning (DL) framework for direction-of-arrival (DOA) estimation. Previous works in DL context mostly consider a single or two target scenario which is a strong limitation in practice. Hence, in this work, we propose a DL framework for multiple signal classification (DeepMUSIC). We design multiple deep convolutional neural networks (CNNs), each of which is dedicated to a subregion of the angular spectrum. In particular, each CNN is fed with the array covariance matrix and it learns the MUSIC spectra of the corresponding angular subregion. We have shown, through simulations, that the proposed DeepMUSIC framework has superior estimation accuracy and exhibits less computational complexity in comparison with both DL and non-DL based techniques.

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