Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,57 @@
|
|
| 1 |
-
---
|
| 2 |
-
|
| 3 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
2---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
- zh
|
| 5 |
+
- ml
|
| 6 |
+
- ja
|
| 7 |
+
- hi
|
| 8 |
+
- ko
|
| 9 |
+
- te
|
| 10 |
+
- ta
|
| 11 |
+
- pa
|
| 12 |
+
- fr
|
| 13 |
+
- bn
|
| 14 |
+
- kn
|
| 15 |
+
- ar
|
| 16 |
+
- th
|
| 17 |
+
- de
|
| 18 |
+
- es
|
| 19 |
+
pretty_name: MISP-M3SD
|
| 20 |
+
license: apache-2.0
|
| 21 |
+
task_categories:
|
| 22 |
+
- audio-classification
|
| 23 |
+
tags:
|
| 24 |
+
- speaker-diarization
|
| 25 |
+
- audio-visual
|
| 26 |
+
- multimodal
|
| 27 |
+
- multilingual
|
| 28 |
+
- dataset
|
| 29 |
+
- robust-speech-processing
|
| 30 |
+
- in-the-wild
|
| 31 |
+
---
|
| 32 |
+
# MISP-M3SD
|
| 33 |
+
|
| 34 |
+
|
| 35 |
+
## Dataset Summary
|
| 36 |
+
|
| 37 |
+
**MISP-M3SD** is a large-scale **multimodal**, **multi-scenario**, and **multilingual** dataset for **robust speaker diarization**, constructed from in-the-wild online videos. It contains more than **770 hours** of synchronised audio-visual recordings, covering **14 scenarios** and **16 languages**.
|
| 38 |
+
|
| 39 |
+
The dataset is designed to support the development of speaker diarization systems with stronger **cross-domain generalisation** under realistic conditions, including background noise, reverberation, overlapping speech, off-screen speech, motion blur, unstable speaker visibility, and camera switching.
|
| 40 |
+
|
| 41 |
+
To enable scalable construction, MISP-M3SD is built through a largely automated pipeline, including:
|
| 42 |
+
|
| 43 |
+
1. multilingual multi-scenario media acquisition,
|
| 44 |
+
2. data cleaning and preprocessing, and
|
| 45 |
+
3. cross-modal consistency-guided annotation with selective manual verification.
|
| 46 |
+
|
| 47 |
+
|
| 48 |
+
## Access
|
| 49 |
+
|
| 50 |
+
To use MISP-M3SD:
|
| 51 |
+
|
| 52 |
+
1. Download [`audio.zip`](./audio.zip) together with all split files ([`audio.z01`](./audio.z01), [`audio.z02`](./audio.z02), [`audio.z03`](./audio.z03), [`audio.z04`](./audio.z04), [`audio.z05`](./audio.z05), [`audio.z06`](./audio.z06));
|
| 53 |
+
2. Extract the audio archive to obtain the released WAV files;
|
| 54 |
+
3. Use [`oracle.rttm`](./oracle.rttm) as the **final diarization annotation file**;
|
| 55 |
+
4. Use `video_information.xlsx` to access metadata and retrieve the corresponding source videos when needed.
|
| 56 |
+
|
| 57 |
+
Because of storage limitations, the videos are not distributed as a complete packaged archive.
|