SDCVLGASDec 3, 2020

Triplet Entropy Loss: Improving The Generalisation of Short Speech Language Identification Systems

arXiv:2012.03775v19 citations
AI Analysis

This work addresses the problem of improving generalization for short speech language identification systems, which is an incremental improvement for the speech processing community.

This paper explores methods to enhance the generalization of short speech language identification (LID) systems, focusing on spectral augmentation, ImageNet pre-trained CNNs, and a novel Triplet Entropy Loss. While all methods improved generalization, the gains were not significant, suggesting the models still rely on memorizing word patterns rather than deeper language understanding.

We present several methods to improve the generalisation of language identification (LID) systems to new speakers and to new domains. These methods involve Spectral augmentation, where spectrograms are masked in the frequency or time bands during training and CNN architectures that are pre-trained on the Imagenet dataset. The paper also introduces the novel Triplet Entropy Loss training method, which involves training a network simultaneously using Cross Entropy and Triplet loss. It was found that all three methods improved the generalisation of the models, though not significantly. Even though the models trained using Triplet Entropy Loss showed a better understanding of the languages and higher accuracies, it appears as though the models still memorise word patterns present in the spectrograms rather than learning the finer nuances of a language. The research shows that Triplet Entropy Loss has great potential and should be investigated further, not only in language identification tasks but any classification task.

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