The dataset viewer is not available for this dataset.
Error code: JobManagerCrashedError
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
π₯ MLD-VC: Multimodal Dataset for Video Conferencing
When AVSR Meets Video Conferencing: Dataset, Degradation, and the Hidden Mechanism Behind Performance Collapse (CVPR 2026) π [Paper] | π€ [Hugging Face Dataset]
π Overview
MLD-VC is the first multimodal dataset specifically designed for Audio-Visual Speech Recognition (AVSR) in real-world video conferencing (VC) scenarios.
Unlike traditional AVSR datasets collected in controlled offline environments, MLD-VC explicitly models two critical factors in VC:
- Transmission Distortions (compression, speech enhancement, etc.)
- Human Hyper-expression (e.g., Lombard effect)
π Key Features
- π€ 31 speakers, 22.79 hours of recordings
- π 4 mainstream VC platforms
- π£οΈ Bilingual: English & Chinese
- π§ Lombard effect simulation via noise conditions
- π₯ Multimodal data:
- Video
- Audio
- Facial landmarks
- text
π¨ Motivation
Existing AVSR systems show severe performance degradation in video conferencing, due to:
- Distribution shift caused by speech enhancement algorithms
- Behavioral changes such as hyper-expression
MLD-VC is designed to bridge the gap between offline datasets and real-world VC deployment.
π Dataset Structure
The dataset is organized into three aligned modalities:
MLD-VC/
βββ video/
βββ audio/
βββ landmarks/
Each modality follows the same hierarchical structure:
<modality>/
βββ Online / Offline
βββ speaker_id
βββ platform
βββ sentence_id
βββ clean / 40db / 60db / 80db
π Example
video/
βββ Online/
βββ speaker_03/
βββ Zoom/
βββ sentence_012/
βββ clean/
βββ 40db/
βββ 60db/
βββ 80db/
π§ Data Description
1. Online vs Offline
- Offline:
- Direct recording (no transmission)
- Contains hyper-expression (via noise)
- Online:
- Recorded after transmission through VC platforms
- Includes:
- Compression
- Speech enhancement
- Network effects
2. Noise Levels (Lombard Effect)
Each sentence is recorded under 4 noise conditions:
| Condition | Description |
|---|---|
| clean | No noise |
| 40dB | Mild noise |
| 60dB | Moderate noise |
| 80dB | Strong noise |
These simulate Lombard effect intensity, inducing hyper-expression.
3. Platforms
The dataset includes recordings from multiple VC platforms (e.g.):
- Zoom
- Tencent Meeting
- Lark
- DingTalk
β οΈ Important Notes
π Recording Protocol Differences
- In Offline subset:
- Speakers 2β8:
- Recorded on a single device, repeated across 4 platforms
- Other speakers:
- DD platform only, but actually recorded using 4 different devices simultaneously
- Speakers 2β8:
π This leads to:
- Platform variation β always device variation
- Be careful in cross-platform generalization experiments
β Removed Speakers
- Speaker 0 and 1 have been removed
- Due to poor recording quality
π Data Consistency
- All three modalities (
video,audio,landmarks) are:- Strictly aligned
- Share identical folder structure
- Can be indexed jointly
π¬ Recommended Use Cases
MLD-VC is suitable for:
β AVSR Robustness
- Evaluate performance under real VC conditions
β Cross-domain Generalization
- Train on Offline β Test on Online
β Multimodal Learning
- Audio-visual fusion
- Landmark-based modeling
β Distribution Shift Analysis
- Study impact of:
- Speech enhancement
- Lombard effect
π Key Findings (from the paper)
- AVSR models suffer massive degradation in VC
- Speech enhancement is the main cause of audio distribution shift
- Lombard effect β VC distortion (in feature space)
- Landmark-based features are more stable than image features
- Fine-tuning on MLD-VC reduces CER by 17.5%
π Citation
If you find this dataset useful, please cite:
@inproceedings{huang2026mldvc,
title={When AVSR Meets Video Conferencing: Dataset, Degradation, and the Hidden Mechanism Behind Performance Collapse},
author={Huang, Yihuan and Xue, Jun and Liu, Jiajun and Li, Daixian and Zhang, Tong and Yi, Zhuolin and Ren, Yanzhen and Li, Kai},
booktitle={CVPR},
year={2026}
}
π Acknowledgements
This work is supported by:
- National Natural Science Foundation of China
- DiDi Chuxing Group
π¬ Contact
If you have questions, feel free to contact:
- Yihuan Huang: yihuanhuang@whu.edu.cn
β Star This Repo
If you find MLD-VC helpful, please consider giving a β!
- Downloads last month
- 108