ASCLLGSDDec 13, 2018

Speech and Speaker Recognition from Raw Waveform with SincNet

arXiv:1812.05920v231 citations
Originality Incremental advance
AI Analysis

This work addresses the problem of inefficient raw waveform processing in speech and speaker recognition, offering a more customized and interpretable front-end, though it is incremental as it builds on existing CNN architectures.

The authors tackled the challenge of training neural networks on raw audio waveforms for speech and speaker recognition by proposing SincNet, a CNN that uses parametrized sinc functions to learn meaningful filters, resulting in faster convergence, better performance, and higher computational efficiency compared to standard CNNs.

Deep neural networks can learn complex and abstract representations, that are progressively obtained by combining simpler ones. A recent trend in speech and speaker recognition consists in discovering these representations starting from raw audio samples directly. Differently from standard hand-crafted features such as MFCCs or FBANK, the raw waveform can potentially help neural networks discover better and more customized representations. The high-dimensional raw inputs, however, can make training significantly more challenging. This paper summarizes our recent efforts to develop a neural architecture that efficiently processes speech from audio waveforms. In particular, we propose SincNet, a novel Convolutional Neural Network (CNN) that encourages the first layer to discover meaningful filters by exploiting parametrized sinc functions. In contrast to standard CNNs, which learn all the elements of each filter, only low and high cutoff frequencies of band-pass filters are directly learned from data. This inductive bias offers a very compact way to derive a customized front-end, that only depends on some parameters with a clear physical meaning. Our experiments, conducted on both speaker and speech recognition, show that the proposed architecture converges faster, performs better, and is more computationally efficient than standard CNNs.

Code Implementations2 repos
Foundations

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

Your Notes