paper-with-me

Papers

Representative Subset Selection for Efficient Fine-Tuning in Self-Supervised Speech Recognition

2022-03-18 · Abdul Hameed Azeemi, Ihsan Ayyub Qazi, Agha Ali Raza

Self-supervised speech recognition models require considerable labeled training data for learning high-fidelity representations for Automatic Speech Recognition (ASR) which is computationally demanding and time-consuming. We consider the task of identifying an optimal subset of data for efficient fine-tuning in self-supervised speech models for ASR. We discover that the dataset pruning strategies used in vision tasks for sampling the most informative examples do not perform better than random subset selection on fine-tuning self-supervised ASR. We then present the COWERAGE algorithm for representative subset selection in self-supervised ASR. COWERAGE is based on our finding that ensuring the coverage of examples based on training Word Error Rate (WER) in the early training epochs leads to better generalization performance. Extensive experiments with the wav2vec 2.0 and HuBERT model on TIMIT, Librispeech, and LJSpeech datasets show the effectiveness of COWERAGE and its transferability across models, with up to 17% relative WER improvement over existing dataset pruning methods and random sampling. We also demonstrate that the coverage of training instances in terms of WER values ensures the inclusion of phonemically diverse examples, leading to better test accuracy in self-supervised speech recognition models.

📄 PDF Abstract BibTeX arXiv:2203.09829

Code (0)

등록된 구현이 없습니다.

Tasks

Active LearningAutomatic Speech RecognitionAutomatic Speech Recognition (ASR)speech-recognitionSpeech Recognition

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Rethinking Data Selection at Scale: Random Selection is Almost All You Need

2024-10-12 · Tingyu Xia, Bowen Yu, Kai Dang, An Yang 외

Supervised fine-tuning (SFT) is crucial for aligning Large Language Models (LLMs) with human instructions. The primary goal during SFT is to select a small yet representative subset of training data from the larger pool,…

All

DITTO: Data-efficient and Fair Targeted Subset Selection for ASR Accent Adaptation

2021-10-10 · Suraj Kothawade, Anmol Mekala, Chandra Sekhara D, Mayank Kothyari 외

State-of-the-art Automatic Speech Recognition (ASR) systems are known to exhibit disparate performance on varying speech accents. To improve performance on a specific target accent, a commonly adopted solution is to fine…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)speech-recognitionSpeech Recognition

DP-SelFT: Differentially Private Selective Fine-Tuning for Large Language Models

2026-05-17 · Haichao Sha, Zihao Wang, Yuncheng Wu, Hong Chen 외 arxiv

Large language models (LLMs) are commonly adapted to downstream tasks through fine-tuning, but fine-tuning data often contains sensitive information that may be leaked by the resulting model. Differential privacy (DP) of…

parameter-efficient fine-tuning

Subset Selection for Fine-Tuning: A Utility-Diversity Balanced Approach for Mathematical Domain Adaptation

2025-05-02 · Madhav Kotecha, Vijendra Kumar Vaishya, Smita Gautam, Suraj Racha

We propose a refined approach to efficiently fine-tune large language models (LLMs) on specific domains like the mathematical domain by employing a budgeted subset selection method. Our approach combines utility and dive…

DiversityDomain Adaptation

Unsupervised Fine-Tuning Data Selection for ASR Using Self-Supervised Speech Models

2022-12-03 · Reem Gody, David Harwath

Self-supervised learning (SSL) has been able to leverage unlabeled data to boost the performance of automatic speech recognition (ASR) models when we have access to only a small amount of transcribed speech data. However…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)DiversitySelf-Supervised Learning+2