Wise@DravidianLangTech 2026: Dialect-Aware Tamil Speech Classification and Recognition via Cross-Pipeline Embedding Transfer
Summary
The Wise system, presented at Wise@DravidianLangTech 2026, addresses dialect-based speech processing in Tamil, focusing on four-way dialect region classification and dialectal Tamil ASR. Audio undergoes loudness normalization and neural denoising. For classification, the system combines multilingual and Tamil-pretrained Wav2Vec2 backbones with various temporal pooling strategies and fine-tuning. Its top configuration, utilizing learned attentive pooling with partial fine-tuning and a differentially trained MLP head, achieved a macro F1 of 0.79, securing 1st place with a 0.26-point margin. For ASR, Wise proposes two novel dialect-conditioned Whisper architectures—residual injection and cross-attention—which inject dialect embeddings from the classifier. A vanilla Whisper-Tamil baseline was also evaluated. The best ASR model achieved a WER of 0.90, placing 8th in the shared task.
Key takeaway
For NLP Engineers developing speech recognition systems for dialectal or low-resource languages, this work highlights the value of integrating dialect classification. You should explore cross-pipeline embedding transfer, specifically injecting dialect embeddings from a robust classifier into your ASR pipeline. This approach, demonstrated by the Wise system's novel Whisper architectures, can significantly improve dialect-aware ASR performance, even if initial classification results are stronger than ASR. Evaluate this method to enhance your models' sensitivity to linguistic variations.
Key insights
Integrating dialect classification embeddings into ASR pipelines enhances dialect-aware speech processing for low-resource languages like Tamil.
Principles
- Cross-pipeline embedding transfer improves downstream tasks.
- Audio preprocessing ensures consistent quality.
- Partial fine-tuning with attentive pooling boosts classification.
Method
Preprocess audio with denoising, classify dialect using fine-tuned Wav2Vec2, then inject these dialect embeddings into Whisper ASR via residual injection or cross-attention for dialect-conditioned recognition.
In practice
- Implement neural denoising for audio preprocessing.
- Utilize Wav2Vec2 for dialect classification tasks.
- Inject dialect embeddings into ASR for improved accuracy.
Topics
- Tamil Speech Processing
- Dialect Classification
- Automatic Speech Recognition
- Wav2Vec2
- Whisper Models
- Embedding Transfer
Best for: Research Scientist, AI Scientist, NLP Engineer, Machine Learning Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.