Search papers, labs, and topics across Lattice.
This paper introduces a spoken language identification (SLID) system leveraging a pre-trained ECAPA-TDNN model fine-tuned with margin-based losses to improve language representation discrimination. By incorporating margin losses, the method aims to enhance inter-class separability and reduce the impact of speaker-specific characteristics. Experiments on the Tidy-X dataset demonstrate significant performance gains, achieving 85.95% macro accuracy and 90.96% micro accuracy in language identification, and a 17.08% EER in verification, substantially outperforming the official baseline.
Margin loss fine-tuning of ECAPA-TDNNs slashes the error rate in spoken language identification by over 50%, highlighting the power of discriminative representation learning.
For the speaker-controlled spoken language identification task proposed in the TidyLang Challenge 2026, this paper proposes a language identification method based on pre-trained models and margin-based losses. The proposed method adopts a pre-trained ECAPA-TDNN as the feature encoder and incorporates margin-based losses to enhance the discriminative ability of language representations, thereby improving inter-class separability and reducing the interference of non-linguistic factors such as speaker characteristics. Experimental results on the Tidy-X dataset show that the proposed method achieves 85.95% macro accuracy and 90.96% micro accuracy on the language identification task and 17.08% equal error rate (EER) on the verification task. Compared with the official baseline, the macro accuracy improves by 45.7%, the micro accuracy improves by 15.2%, and the EER is reduced by approximately 50.8%, demonstrating the effectiveness of the proposed method. The code will be released at https://github.com/PunkMale/TidyLang2026.