Papers
Topics
Authors
Recent
Search
2000 character limit reached

Mind the Gap: Impact of Synthetic Conversational Data on Multi-Talker ASR and Speaker Diarization

Published 14 May 2026 in eess.AS | (2605.15442v1)

Abstract: Recent breakthroughs in multi-talker ASR (MT-ASR) and speaker diarization (SD) rely on synthetic data to mitigate the scarcity of large-scale conversational recordings, yet the impact of specific simulation choices remains poorly understood. To mind the gap between simulated mixtures and real-world interactions, we present a study of synthetic data generation for leading MT-ASR (DiCoW) and SD (Sortformer) systems. By introducing FastMSS, a highly efficient open-source simulator, we analyze turn-taking dynamics, source domain, acoustic augmentation, and data mixing strategies. Our findings reveal that optimal simulation recipes are highly task-dependent: increasing speech overlap benefits ASR but degrades diarization. Furthermore, broad source diversity consistently outperforms exact domain matching. Ultimately, synthetic-only training approaches real-data baselines, and combining simulated data with real recordings yields substantial gains over real-only training across both tasks.

Summary

  • The paper demonstrates that task-dependent simulation of synthetic conversational data substantially improves multi-talker ASR and speaker diarization performance compared to real-only training.
  • It introduces the FastMSS simulator that enables fine-grained control over turn-taking dynamics, acoustic augmentation, and source domain diversity.
  • The study highlights that combining synthetic and real data via two-stage pre-training and fine-tuning yields significant performance gains across standard benchmarks.

Synthetic Data and Task-Dependent Optimization in Multi-Talker ASR and Speaker Diarization

Overview

The paper "Mind the Gap: Impact of Synthetic Conversational Data on Multi-Talker ASR and Speaker Diarization" (2605.15442) presents a rigorous empirical investigation into the role of synthetic data in advancing both multi-talker automatic speech recognition (MT-ASR) and speaker diarization (SD) systems. By developing and deploying FastMSS, a scalable open-source simulator, the authors systematically vary simulation parameters—turn-taking statistics, source domain diversity, acoustic augmentation, and mixing strategies—using leading models: DiCoW for MT-ASR and Sortformer for SD. The study produces nuanced insights: simulation choices are highly task-dependent, source domain diversity is crucial, and the synergy between synthetic and real data substantially outperforms real-only training.

Methodology and Simulator Design

FastMSS is designed to maximize both scalability and configurability in generating long-form multi-talker synthetic conversations. The toolkit leverages annotated single-speaker datasets and produces mixtures with fine-grained control over turn-taking dynamics and acoustic conditions (noise, reverberation, multi-source interference), using integration with Pyroomacoustics and Lhotse. The turn-taking model, extending HMM-based structures to arbitrary speaker counts, permits modeling of realistic conversational transitions: turn hold, turn switch, interruption (overlap), and backchannel. Parameters can be manually specified or learned from corpora via maximum likelihood estimation, enabling domain-adaptive simulation.

A salient design decision is prioritizing scalability and acoustic realism over semantic continuity—concatenative utterance selection introduces semantic incoherence but is mitigated by freezing the ASR decoder, reflecting a pragmatic balancing of computational efficiency versus dialogue fidelity.

Task-Specific Effects: Turn-Taking and Overlap

Experiments varying only turn-taking dynamics demonstrate that optimal overlapping strategies diverge between tasks. For MT-ASR (DiCoW), increasing overlap using corpus-fitted and boosted interruption probabilities yields substantial improvements: a synthetic-only DiCoW model achieves 22.1% tcpWER on NSF-1 and matches the real-data-only baseline on AMI (25.1% synthetic vs. 25.2% real). This indicates that exaggerated overlap improves model robustness to target-speaker tracking under overlapping speech, aligning with speech separation literature.

In contrast, for SD (Sortformer), artificially boosted overlap degrades diarization error rates (macro DER rises from 26.1% to 27.6%), demonstrating that greater overlap impairs precise boundary estimation. The implication is critical: synthetic data recipes cannot be optimized globally and must be tuned per task.

Source Domain Diversity and Generalization

Testing the impact of source utterance domain, the authors show that combining a heterogeneous set of domains (read, semi-spontaneous, full-duplex conversational speech, meetings) outperforms in-domain or matched-domain sources even on matched test sets. For DiCoW, the Combined synthetic approach yields a macro tcpWER of 10.0%, surpassing real-only training (10.9%). Notably, combining synthetic and real data further improves macro tcpWER to 8.8%. These results substantiate the claim that source diversity is more important than strict domain matching. Theoretical implications extend to transfer and generalization: wider source coverage enhances robustness across benchmarks.

Acoustic Augmentation: Noise and Reverberation

The impact of acoustic augmentation is task and dataset dependent. For DiCoW, adding noise and reverberation provides only marginal gains, primarily because large-scale pretraining (Whisper backbone) already imparts robustness. However, for Sortformer, adding reverberation is decisive—a reduction of DER from 36.8% to 25.7% on far-field conditions (AliMeeting Far), and macro DER drops from 26.1% to 22.2% when combining noise and reverberation.

This outcome aligns with the architectural properties of SD models, which are more sensitive to acoustic domain mismatch. Practical deployment for diarization requires noise + reverb augmentation, especially for datasets lacking far-field conditions.

Data Combination Strategies

Strategies for combining synthetic with real data reveal that synthetic-only training is highly competitive, but the best results are achieved with two-stage training: pre-training on synthetic mixtures, followed by fine-tuning on real conversations. For DiCoW, macro tcpWER drops to 8.7%; for Sortformer, macro DER achieves 15.5%, outperforming real-only training by significant margins.

This finding underscores the complementary value of synthetic data—not merely as a substitute in data-scarce environments, but as a robust training signal that, when combined with real data, provides optimal outcomes.

Numerical Outcomes and Claims

Several strong numerical results and claims are highlighted:

  • Synthetic-only models achieve near-parity with real-data baselines, and combined training outperforms real-only models across all evaluated benchmarks.
  • Task-dependent simulation is mandatory: boosted overlap benefits MT-ASR but degrades SD.
  • Source domain diversity outperforms exact domain matching, contradicting conventional wisdom on domain adaptation.
  • Augmentation with noise and reverberation yields nearly 4% absolute macro DER reduction for diarization, but negligible gains for MT-ASR.
  • Combining synthetic and real data, especially via two-stage pre-training/fine-tuning, yields substantial performance improvements.

Practical, Theoretical Implications and Future Directions

Practically, this study validates synthetic data as both a substitute and a critical augmentation resource for multi-talker speech processing, enabling robust model training even in the absence of large-scale real conversational corpora. FastMSS's release allows reproducible, scalable simulation, supporting further benchmarking and comparison.

Theoretically, the results challenge domain adaptation assumptions, demonstrating that diversity in training sources enhances generalization more than matched in-domain data. Task-dependent simulation recipes highlight model sensitivity to training data distribution, necessitating individualized design rather than unified strategies.

For future developments, synthetic simulation frameworks could further incorporate semantic coherence via advanced TTS or LLM-guided generation, addressing current concatenative limitations. Increased diversity in source domains, more fine-grained acoustic modeling, and integration with large-scale foundation models could drive improvements in both MT-ASR and SD. The interplay between synthetic and real data in curriculum or self-supervised learning contexts remains an open avenue. Additionally, traceable evaluation protocols using ground-truth diarization and word-level alignment (as shown here) set a precedent for rigorous benchmarking in speech processing.

Conclusion

This paper delivers impactful experimental evidence that synthetic conversational data, when judiciously curated and task-optimized, dramatically enhances both multi-talker ASR and speaker diarization performance. Key findings are the necessity of task-dependent simulation, superiority of domain-diverse data, and optimizing acoustic augmentation for SD. The open-source FastMSS simulator sets a reproducible standard for synthetic data generation. The research establishes synthetic data as a cornerstone for robust speech processing pipelines, offering practical guidelines and setting the stage for future developments in data simulation, model training, and domain generalization.

Paper to Video (Beta)

No one has generated a video about this paper yet.

Whiteboard

No one has generated a whiteboard explanation for this paper yet.

Open Problems

We haven't generated a list of open problems mentioned in this paper yet.

Collections

Sign up for free to add this paper to one or more collections.

Tweets

Sign up for free to view the 1 tweet with 13 likes about this paper.