SERENE@DravidianLangTech 2026: Multimodal Approaches for Depression Detection in Dravidian Speech: Acoustic, Spectrogram, and Transformer-Based Models
Summary
The SERENE@DravidianLangTech 2026 submission investigates multimodal approaches for speech-based depression detection in Tamil and Malayalam. Researchers explored three distinct methods: acoustic feature engineering utilizing MFCC and prosodic features with a Support Vector Machine (SVM) classifier; a convolutional neural network (CNN) trained on Mel-spectrogram representations; and a transformer-based model that fine-tuned XLM-RoBERTa with Whisper-generated transcripts. Experimental results demonstrated that the acoustic feature-based SVM and spectrogram-based CNN models achieved the strongest performance across both Tamil and Malayalam datasets. The transformer-based approach also yielded competitive results, contributing to the shared task at DravidianLangTech 2026.
Key takeaway
For AI Scientists and NLP Engineers developing speech-based diagnostic tools for Dravidian languages, prioritize acoustic feature engineering with SVMs and CNNs on Mel-spectrograms. These methods demonstrated the strongest performance for depression detection in Tamil and Malayalam. While transformer-based models like XLM-RoBERTa with Whisper transcripts offer competitive results, focusing on traditional acoustic and visual speech representations can provide a robust foundation for initial system development and deployment in similar low-resource linguistic contexts.
Key insights
Multimodal speech analysis effectively detects depression in Dravidian languages, with acoustic and spectrogram methods showing strong performance.
Principles
- Combine acoustic features with SVM for robust speech classification.
- Utilize Mel-spectrograms with CNNs for audio pattern recognition.
- Transformer models can process speech transcripts for competitive results.
Method
Implement speech-based depression detection by comparing acoustic feature engineering (MFCC, prosodic features + SVM), CNNs on Mel-spectrograms, and transformer models (Whisper + XLM-RoBERTa) on Tamil and Malayalam datasets.
In practice
- Apply MFCC/prosodic features for low-resource speech tasks.
- Train CNNs on spectrograms for non-linguistic audio cues.
- Fine-tune XLM-RoBERTa with Whisper transcripts for text-based analysis.
Topics
- Depression Detection
- Dravidian Languages
- Speech-based AI
- Acoustic Feature Engineering
- Mel-spectrograms
- Transformer Models
Best for: AI Scientist, NLP Engineer, Research Scientist
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.