ASAISDSPSep 9, 2018

End-to-end Language Identification using NetFV and NetVLAD

arXiv:1809.02906v113 citations
Originality Synthesis-oriented
AI Analysis

This work addresses language identification for speech processing, presenting an incremental improvement over existing methods.

The paper tackled language identification by applying NetFV and NetVLAD layers in an end-to-end framework, achieving significant reductions in equal error rate (EER) compared to i-vector and CNN temporal average pooling baselines on the NIST LRE 2007 close-set task.

In this paper, we apply the NetFV and NetVLAD layers for the end-to-end language identification task. NetFV and NetVLAD layers are the differentiable implementations of the standard Fisher Vector and Vector of Locally Aggregated Descriptors (VLAD) methods, respectively. Both of them can encode a sequence of feature vectors into a fixed dimensional vector which is very important to process those variable-length utterances. We first present the relevances and differences between the classical i-vector and the aforementioned encoding schemes. Then, we construct a flexible end-to-end framework including a convolutional neural network (CNN) architecture and an encoding layer (NetFV or NetVLAD) for the language identification task. Experimental results on the NIST LRE 2007 close-set task show that the proposed system achieves significant EER reductions against the conventional i-vector baseline and the CNN temporal average pooling system, respectively.

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