File size: 16,106 Bytes
98a92fe 17a1571 fef710a 98a92fe 14f56ca ddbd72e 14f56ca 98a92fe |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Speaker Log Dataset | Open Speech Data</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<!-- <style>
.hero-gradient {
background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 50%, #a855f7 100%);
}
.feature-card:hover {
transform: translateY(-5px);
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.download-btn {
transition: all 0.3s ease;
}
.download-btn:hover {
transform: scale(1.05);
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.2);
}
.baidu-icon {
background: linear-gradient(to right, #2932E1, #1E22B5);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.feature-icon {
background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 50%, #a855f7 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
</style> -->
<style>
:where([class^="ri-"])::before { content: "\f3c2"; }
body {
font-family: 'Inter', sans-serif;
background-color: #f9fafb;
}
.hero-bg {
background-image: url('https://readdy.ai/api/search-image?query=A%20modern%20visualization%20of%20voice%20data%20analysis%2C%20showing%20sound%20waves%20and%20patterns%20in%20a%20clean%2C%20abstract%20style.%20The%20image%20has%20a%20gradient%20from%20white%20to%20light%20blue%20on%20the%20left%20side%2C%20transitioning%20to%20a%20visualization%20of%20audio%20waveforms%20and%20speaker%20identification%20patterns%20on%20the%20right.%20The%20visualization%20uses%20soft%20blue%20tones%20with%20data%20points%20and%20connections.%20The%20left%20side%20is%20completely%20white%20for%20text%20overlay.&width=1200&height=500&seq=1234&orientation=landscape');
background-size: cover;
background-position: center;
}
.feature-card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.download-card:hover {
transform: translateY(-3px);
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
</style>
</head>
<body class="font-sans bg-gray-50">
<!-- Navigation -->
<nav class="bg-white shadow-sm">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex justify-between h-16">
<div class="flex items-center">
<div class="flex-shrink-0 flex items-center">
<i class="fas fa-microphone-alt text-indigo-600 text-2xl mr-2"></i>
<span class="text-xl font-bold text-gray-900">M3SD</span>
</div>
</div>
</div>
</div>
</nav>
<!-- Hero Section -->
<!-- <div class="hero-gradient text-white py-16">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center">
<h1 class="text-4xl md:text-5xl font-bold mb-6">
<span class="whitespace-nowrap">M3SD: Multi-modal, Multi-scenario and Multi-language</span> Speaker Diarization Dataset
</h1>
<p class="text-xl md:text-2xl max-w-3xl mx-auto">
<span class="whitespace-nowrap">A large-scale speaker diarization dataset based on pseudo-labeling</span>
</p>
</div>
</div>
</div> -->
<section class="hero-bg relative py-24">
<div class="hero-gradient text-black py-16">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center">
<h1 class="text-4xl md:text-5xl font-bold mb-6">
<span class="whitespace-nowrap">M3SD: Multi-modal, Multi-scenario and Multi-language</span> Speaker Diarization Dataset
</h1>
<p class="text-xl md:text-2xl max-w-3xl mx-auto">
<span class="whitespace-nowrap">A large-scale speaker diarization dataset based on pseudo-labeling</span>
</p>
</div>
</div>
</div>
</section>
<!-- Main Content -->
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-12">
<!-- Dataset Overview -->
<div class="bg-white rounded-xl shadow-md overflow-hidden mb-12">
<div class="p-8">
<div class="flex items-center mb-6">
<div class="flex-shrink-0 bg-indigo-100 p-3 rounded-lg">
<i class="fas fa-database text-indigo-600 text-2xl"></i>
</div>
<h2 class="ml-4 text-2xl font-bold text-gray-900">Dataset Overview</h2>
</div>
<p class="text-gray-600 mb-6 text-justify leading-relaxed">
Speaker diarization aims to solve the problem of "who speaks when". Existing data resources are often concentrated in specific scenarios such as meetings, resulting in insufficient generalization of the speaker diarization model. The M3SD dataset is a carefully organized speaker diarization dataset with detailed metadata, which aims to promote multi-modal, multi-scenario, and multi-language speaker diarization task research. The dataset contains 770+ hours of conversations, covering multiple scenarios such as online and offline meetings, home communications, outdoor conversations, interviews, movie clips, news broadcasts, and multiple languages including English and Chinese. The data comes from YouTube and is pseudo-labeled through a variety of speaker diarization systems. We will provide audio files, annotation files, and video metadata including uid.
You can also download videos from YouTube based on video meta information for multimodal research. The code for data collection has been open sourced:
<a href="https://github.com/slwu0209/M3SD"
class="text-blue-500 hover:underline"
target="_blank"
rel="noopener noreferrer">
https://github.com/slwu0209/M3SD
</a>.
</p>
<div class="bg-indigo-50 border-l-4 border-indigo-400 p-4 mb-6">
<div class="flex">
<div class="flex-shrink-0">
<i class="fas fa-info-circle text-indigo-600"></i>
</div>
<div class="ml-3">
<p class="text-sm text-indigo-700">
This dataset is freely available for academic and non-commercial research purposes.
</p>
</div>
</div>
</div>
</div>
</div>
<!-- Key Features -->
<div class="mb-12">
<h2 class="text-2xl font-bold text-gray-900 mb-8 text-center">Key Features</h2>
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
<div class="feature-card bg-white rounded-xl shadow-md overflow-hidden p-6 transition-all duration-300">
<div class="flex items-center mb-4">
<div class="flex-shrink-0">
<i class="fas fa-shapes text-3xl feature-icon"></i>
</div>
<h3 class="ml-3 font-semibold text-gray-900">Diverse Data</h3>
</div>
<p class="text-gray-600 ">
1,372 records, 770+ hours of data, a large number of different speakers, covering multiple real-world scenarios and multiple languages, and supporting audio-visual multimodal research.
</p>
</div>
<div class="feature-card bg-white rounded-xl shadow-md overflow-hidden p-6 transition-all duration-300">
<div class="flex items-center mb-4">
<div class="flex-shrink-0">
<i class="fas fa-tags text-3xl feature-icon"></i>
</div>
<h3 class="ml-3 font-semibold text-gray-900">Rich Metadata</h3>
</div>
<p class="text-gray-600 ">
Each recording contains rttm annotations, duration, title, description, video uid and other information to help researchers download and use it.
</p>
</div>
<div class="feature-card bg-white rounded-xl shadow-md overflow-hidden p-6 transition-all duration-300">
<div class="flex items-center mb-4">
<div class="flex-shrink-0">
<i class="fas fa-lightbulb text-3xl feature-icon"></i>
</div>
<h3 class="ml-3 font-semibold text-gray-900">Novel Process</h3>
</div>
<p class="text-gray-600 ">
Strict data collection and cleaning process, carefully designed data processing process and speaker diarization pseudo-label generation combined with audio and video ensure the reliability of annotation. Relevant code has been open sourced.
</p>
</div>
</div>
</div>
<!-- Download Section -->
<div class="bg-white rounded-xl shadow-md overflow-hidden">
<div class="p-8">
<div class="flex items-center mb-6">
<div class="flex-shrink-0 bg-indigo-100 p-3 rounded-lg">
<i class="fas fa-download text-indigo-600 text-2xl"></i>
</div>
<h2 class="ml-4 text-2xl font-bold text-gray-900">Download the Dataset</h2>
</div>
<p class="text-gray-600 mb-6">
Get immediate access to the M3SD dataset by clicking the button below. The download includes:
</p>
<ul class="list-disc pl-5 text-gray-600 mb-8 space-y-2">
<li>High-quality audio files in WAV format (16kHz)</li>
<li>Speaker diarization pseudo-labels in RTTM format</li>
<li>Excel file containing metadata including video uid</li>
</ul>
<div class="text-center">
<a href="https://pan.baidu.com/s/18xPceIerw2Vbz-ZSvXyDJA?pwd=bgcp" target="_blank" class="download-btn inline-flex items-center px-8 py-4 border border-transparent text-lg font-medium rounded-md text-white bg-indigo-600 hover:bg-indigo-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500">
<i class="fas fa-download mr-3"></i> Download via Baidu Netdisk (68.65GB)
</a>
</div>
</div>
</div>
<!-- Usage Examples -->
<div class="mt-12 bg-white rounded-xl shadow-md overflow-hidden">
<div class="p-8">
<h2 class="text-2xl font-bold text-gray-900 mb-6">Potential Applications</h2>
<div class="grid grid-cols-1 md:grid-cols-2 gap-6">
<div class="border-l-4 border-indigo-200 pl-4 py-2">
<h3 class="font-semibold text-gray-800">Speaker diarization model pre-training</h3>
<p class="text-gray-600 mt-1">
Add this dataset to train speaker diarization model with better generalization performance.
</p>
</div>
<div class="border-l-4 border-indigo-200 pl-4 py-2">
<h3 class="font-semibold text-gray-800">Audio-visual speaker diarization research</h3>
<p class="text-gray-600 mt-1">
Research on multimodal speaker diarization using audio and video.
</p>
</div>
<div class="border-l-4 border-indigo-200 pl-4 py-2">
<h3 class="font-semibold text-gray-800">Further research on speech recognition</h3>
<p class="text-gray-600 mt-1">
Transcribe the speech to research automatic speech recognition (ASR).
</p>
</div>
<div class="border-l-4 border-indigo-200 pl-4 py-2">
<h3 class="font-semibold text-gray-800">Explore better semi-supervised methods</h3>
<p class="text-gray-600 mt-1">
Research on better semi-supervised methods to generate more accurate pseudo labels.
</p>
</div>
</div>
</div>
</div>
<!-- Citation Section -->
<div class="mt-12 bg-white rounded-xl shadow-md overflow-hidden pb-8">
<div class="p-8">
<h2 class="text-2xl font-bold text-gray-900 mb-6">Citation</h2>
<p class="text-gray-600 mb-4">
If you find this dataset or code useful in your research, please consider citing the following paper:
</p>
<div class="bg-gray-50 p-4 rounded-md border-l-4 border-indigo-200">
<pre class="text-sm text-gray-700 whitespace-pre-wrap">@article{wu2025m3sd,
title={M3SD: Multi-modal, Multi-scenario and Multi-language Speaker Diarization Dataset},
author={Shilong Wu and Hang Chen and Jun Du},
journal={arXiv preprint arXiv:2506.14427},
year={2025}
}</pre>
</div>
</div>
</div>
<script>
// Simple animation for download button
document.querySelector('.download-btn').addEventListener('mouseenter', function() {
this.querySelector('i').classList.add('animate-bounce');
});
document.querySelector('.download-btn').addEventListener('mouseleave', function() {
this.querySelector('i').classList.remove('animate-bounce');
});
// Copy password to clipboard
function copyPassword() {
navigator.clipboard.writeText('vz5k').then(function() {
const copyButton = document.querySelector('button[onclick="copyPassword()"]');
const originalIcon = copyButton.innerHTML;
copyButton.innerHTML = '<i class="fas fa-check"></i>';
copyButton.classList.remove('text-gray-500');
copyButton.classList.add('text-green-500');
setTimeout(function() {
copyButton.innerHTML = originalIcon;
copyButton.classList.remove('text-green-500');
copyButton.classList.add('text-gray-500');
}, 2000);
});
}
</script>
<p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=OldDragon/m3sd" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html> |