paper-with-me

홈 › Papers

DRAFT: A Novel Framework to Reduce Domain Shifting in Self-supervised Learning and Its Application to Children's ASR

2022-06-16 · Ruchao Fan, Abeer Alwan

Self-supervised learning (SSL) in the pretraining stage using un-annotated speech data has been successful in low-resource automatic speech recognition (ASR) tasks. However, models trained through SSL are biased to the pretraining data which is usually different from the data used in finetuning tasks, causing a domain shifting problem, and thus resulting in limited knowledge transfer. We propose a novel framework, domain responsible adaptation and finetuning (DRAFT), to reduce domain shifting in pretrained speech models through an additional adaptation stage. In DRAFT, residual adapters (RAs) are inserted in the pretrained model to learn domain-related information with the same SSL loss as the pretraining stage. Only RA parameters are updated during the adaptation stage. DRAFT is agnostic to the type of SSL method used and is evaluated with three widely used approaches: APC, Wav2vec2.0, and HuBERT. On two child ASR tasks (OGI and MyST databases), using SSL models trained with un-annotated adult speech data (Librispeech), relative WER improvements of up to 19.7% are observed when compared to the pretrained models without adaptation. Additional experiments examined the potential of cross knowledge transfer between the two datasets and the results are promising, showing a broader usage of the proposed DRAFT framework.

📄 PDF Abstract BibTeX arXiv:2206.07931

Code (0)

등록된 구현이 없습니다.

Tasks

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Self-Supervised Learningspeech-recognitionSpeech RecognitionTransfer Learning

Similar Papers 제목 키워드 기반

Towards Better Domain Adaptation for Self-supervised Models: A Case Study of Child ASR

2023-04-28 · Ruchao Fan, Yunzheng Zhu, Jinhan Wang, Abeer Alwan

Recently, self-supervised learning (SSL) from unlabelled speech data has gained increased attention in the automatic speech recognition (ASR) community. Typical SSL methods include autoregressive predictive coding (APC),…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Domain AdaptationSelf-Supervised Learning+3

EfficientRollout: System-Aware Self-Speculative Decoding for RL Rollouts

2026-06-17 · Minseo Kim, Minjae Lee, Seunghyuk Oh, Kevin Galim 외 arxiv

Reinforcement learning (RL) has become a representative post-training paradigm for LLMs, enabling strong reasoning and agentic capabilities. However, rollout generation remains a dominant latency bottleneck because autor…

Reinforcement Learning

EvoSpec: Evolving Speculative Decoding via Real-Time Vocabulary and Parameter Adaptation

2026-04-17 · Shuyu Zhang, Lingfeng Pan, Qicheng Wang, Yaqi Shi 외 arxiv

Speculative decoding accelerates Large Language Model inference through draft-then-verify generation, yet lightweight draft models face coupled efficiency and quality limitations: large-vocabulary output projection is co…

KnapSpec: Self-Speculative Decoding via Adaptive Layer Selection as a Knapsack Problem

2026-02-23 · Seongjin Cha, Gyuwan Kim, Dongsu Han, Tao Yang 외 arxiv

Self-speculative decoding (SSD) accelerates LLM inference by skipping layers to create an efficient draft model, yet existing methods often rely on static heuristics that ignore the dynamic computational overhead of atte…

SD$^2$: Self-Distilled Sparse Drafters

2025-04-10 · Mike Lasby, Nish Sinnadurai, Valavan Manohararajah, Sean Lie 외

Speculative decoding is a powerful technique for reducing the latency of Large Language Models (LLMs), offering a fault-tolerant framework that enables the use of highly compressed draft models. In this work, we introduc…