audio-native-speech-recognition-with-a-frozen-discrete-diffusion-language-model-156e4b0a·1 events·first seen Aliases: Audio-Native Speech Recognition with a Frozen Discrete-Diffusion Language Model
Researchers demonstrate that a frozen 26B mixture-of-experts discrete diffusion language model (DiffusionGemma) can be adapted for automatic speech recognition using only ~42M trainable parameters (0.16% of backbone). The system uses a frozen Whisper encoder for acoustic features, lightweight projectors, and LoRA adapters, achieving 6.6% WER on LibriSpeech test-clean in roughly eight parallel denoising steps regardless of utterance length. A key finding is that standard training objectives fail to ground audio features due to attention dismissal, and a CTC loss through the frozen output head resolves this. The approach supports multilingual transcription (English, Hindi, Mandarin) from a single adapter.