paper-with-me

Papers

Adapt-and-Adjust: Overcoming the Long-Tail Problem of Multilingual Speech Recognition

2020-12-03 · Genta Indra Winata, Guangsen Wang, Caiming Xiong, Steven Hoi

One crucial challenge of real-world multilingual speech recognition is the long-tailed distribution problem, where some resource-rich languages like English have abundant training data, but a long tail of low-resource languages have varying amounts of limited training data. To overcome the long-tail problem, in this paper, we propose Adapt-and-Adjust (A2), a transformer-based multi-task learning framework for end-to-end multilingual speech recognition. The A2 framework overcomes the long-tail problem via three techniques: (1) exploiting a pretrained multilingual language model (mBERT) to improve the performance of low-resource languages; (2) proposing dual adapters consisting of both language-specific and language-agnostic adaptation with minimal additional parameters; and (3) overcoming the class imbalance, either by imposing class priors in the loss during training or adjusting the logits of the softmax output during inference. Extensive experiments on the CommonVoice corpus show that A2 significantly outperforms conventional approaches.

📄 PDF Abstract BibTeX arXiv:2012.01687

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingMulti-Task Learningspeech-recognitionSpeech Recognition

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Adaptive Logit Adjustment Loss for Long-Tailed Visual Recognition

2021-04-13 · Yan Zhao, Weicong Chen, Xu Tan, Kai Huang 외

Data in the real world tends to exhibit a long-tailed label distribution, which poses great challenges for the training of neural networks in visual recognition. Existing methods tackle this problem mainly from the persp…

General ClassificationSemantic SimilaritySemantic Textual Similarity

Overcoming the Long Tail Problem: A Case Study on CO2-Footprint Estimation of Recipes using Information Retrieval

2018-05-01 · LREC 2018 5 · Melanie Geiger, Martin Braschler
Information RetrievalRetrieval

Local and Global Logit Adjustments for Long-Tailed Learning

2023-01-01 · ICCV 2023 1 · Yingfan Tao, Jingna Sun, Hao Yang, Li Chen 외

Multi-expert ensemble models for long-tailed learning typically either learn diverse generalists from the whole dataset or aggregate specialists on different subsets. However, the former is insufficient for tail clas…

FedLF: Adaptive Logit Adjustment and Feature Optimization in Federated Long-Tailed Learning

2024-09-18 · Xiuhua Lu, Peng Li, Xuefeng Jiang

Federated learning offers a paradigm to the challenge of preserving privacy in distributed machine learning. However, datasets distributed across each client in the real world are inevitably heterogeneous, and if the dat…

Federated Learning

Adaptive Class Suppression Loss for Long-Tail Object Detection

2021-04-02 · CVPR 2021 1 · Tong Wang, Yousong Zhu, Chaoyang Zhao, Wei Zeng 외

To address the problem of long-tail distribution for the large vocabulary object detection task, existing methods usually divide the whole categories into several groups and treat each group with different strategies. Th…

Objectobject-detectionObject Detection