Pith. sign in

REVIEW 3 cited by

Continual Learning Optimizations for Auto-regressive Decoder of Multilingual ASR systems

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2407.03645 v3 pith:J74AOHJ7 submitted 2024-07-04 cs.CL cs.SDeess.AS

Continual Learning Optimizations for Auto-regressive Decoder of Multilingual ASR systems

classification cs.CL cs.SDeess.AS
keywords learningdecoderlanguagesmasroptimizationsauto-regressiveawercontinual
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved
0 comments
Share X Bluesky LinkedIn Reddit HN
read the original abstract

Continual Learning (CL) involves fine-tuning pre-trained models with new data while maintaining the performance on the pre-trained data. This is particularly relevant for expanding multilingual ASR (MASR) capabilities. However, existing CL methods, mainly designed for computer vision and reinforcement learning tasks, often yield sub-optimal results when directly applied to MASR. We hypothesise that this is because CL of the auto-regressive decoder in the MASR model is difficult. To verify this, we propose four optimizations on the decoder. They include decoder-layer gradient surgery, freezing unused token embeddings, suppressing output of newly added tokens, and learning rate re-scaling. Our experiments on adapting Whisper to 10 unseen languages from the Common Voice dataset demonstrate that these optimizations reduce the Average Word Error Rate (AWER) of pretrained languages from 14.2% to 12.4% compared with Experience Replay, without compromising the AWER of new languages.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 3 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Improving Synthetic Data Training for Contextual Biasing Models with a Keyword-Aware Cost Function

    cs.CL 2025-09 conditional novelty 6.0

    A keyword-aware loss with masked cross-entropy and binary gating terms reduces overfitting in synthetic-data training of TCPGen, improving Whisper WER on NSC Part 2 from 14.16% (AGEM baseline) to 11.81%.

  2. Bona fide Cross Testing Reveals Weak Spot in Audio Deepfake Detection Systems

    cs.SD 2025-09 reject novelty 5.0

    A new evaluation protocol exhaustively pairs 164 speech synthesizers with nine bona fide speech types and reports max-pooled EERs, revealing larger failures than pooled averages show.

  3. Efficient Trie-based Biasing using K-step Prediction for Rare Word Recognition

    cs.CL 2025-09 conditional novelty 5.0

    A future-token prediction branch in Whisper gates trie-based biasing rewards, letting greedy decoding recognize rare words without a beam-search reward revocation step.