SDLGASApr 17, 2019

Regression and Classification for Direction-of-Arrival Estimation with Convolutional Recurrent Neural Networks

arXiv:1904.08452v348 citations
Originality Incremental advance
AI Analysis

This work addresses direction-of-arrival estimation for sound source localization, likely in audio or robotics applications, and is incremental as it builds on existing CRNN approaches with improved data generation and training formulations.

The paper tackles direction-of-arrival estimation for sound sources by proposing a convolutional recurrent neural network trained via regression on synthetic data with Cartesian labels, achieving up to 43% reduction in angular error compared to prior methods.

We present a novel learning-based approach to estimate the direction-of-arrival (DOA) of a sound source using a convolutional recurrent neural network (CRNN) trained via regression on synthetic data and Cartesian labels. We also describe an improved method to generate synthetic data to train the neural network using state-of-the-art sound propagation algorithms that model specular as well as diffuse reflections of sound. We compare our model against three other CRNNs trained using different formulations of the same problem: classification on categorical labels, and regression on spherical coordinate labels. In practice, our model achieves up to 43% decrease in angular error over prior methods. The use of diffuse reflection results in 34% and 41% reduction in angular prediction errors on LOCATA and SOFA datasets, respectively, over prior methods based on image-source methods. Our method results in an additional 3% error reduction over prior schemes that use classification based networks, and we use 36% fewer network parameters.

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