End-to-end Language Identification using NetFV and NetVLAD
Jinkun Chen, Weicheng Cai, Danwei Cai, Zexin Cai, Haibin Zhong, Ming, Li

TL;DR
This paper introduces an end-to-end neural network framework for language identification that uses differentiable encoding layers, NetFV and NetVLAD, to effectively handle variable-length speech utterances and outperform traditional methods.
Contribution
The paper presents a novel end-to-end framework combining CNNs with NetFV and NetVLAD encoding layers for improved language identification performance.
Findings
Significant EER reductions compared to i-vector baseline.
NetFV and NetVLAD outperform CNN temporal average pooling.
Framework effectively encodes variable-length utterances.
Abstract
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…
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
TopicsSpeech Recognition and Synthesis · Natural Language Processing Techniques · Music and Audio Processing
