Remastering Divide and Remaster: A Cinematic Audio Source Separation Dataset with Multilingual Support

Karn N. Watcharasupat,Chih-Wei Wu,Iroro Orife
2024-08-26
Abstract:Cinematic audio source separation (CASS), as a problem of extracting the dialogue, music, and effects stems from their mixture, is a relatively new subtask of audio source separation. To date, only one publicly available dataset exists for CASS, that is, the Divide and Remaster (DnR) dataset, which is currently at version 2. While DnR v2 has been an incredibly useful resource for CASS, several areas of improvement have been identified, particularly through its use in the 2023 Sound Demixing Challenge. In this work, we develop version 3 of the DnR dataset, addressing issues relating to vocal content in non-dialogue stems, loudness distributions, mastering process, and linguistic diversity. In particular, the dialogue stem of DnR v3 includes speech content from more than 30 languages from multiple families including but not limited to the Germanic, Romance, Indo-Aryan, Dravidian, Malayo-Polynesian, and Bantu families. Benchmark results using the Bandit model indicated that training on multilingual data yields significant generalizability to the model even in languages with low data availability. Even in languages with high data availability, the multilingual model often performs on par or better than dedicated models trained on monolingual CASS datasets. Dataset and model implementation will be made available at <a class="link-external link-https" href="https://github.com/kwatcharasupat/source-separation-landing" rel="external noopener nofollow">this https URL</a>.
Audio and Speech Processing,Computation and Language,Machine Learning,Sound
What problem does this paper attempt to address?
The problem that this paper attempts to solve is to improve the existing Cinematic Audio Source Separation (CASS) datasets, especially to address the deficiencies of the Divide and Remaster (DnR) v2 dataset. Specifically, the authors made improvements in the following aspects: 1. **Problems with voice content in non - dialogue tracks**: In the original DnR v2 dataset, there is voice content in non - dialogue tracks (such as music and effect tracks), which will affect the effectiveness of model training. 2. **Mismatch in loudness distribution**: The loudness distribution of the original dataset is inconsistent with that of actual movie audio, resulting in poor performance of the model in real - world scenarios. 3. **Mastering process**: The original mastering process is not close enough to industry standards, which affects the generalization ability of the model. 4. **Lack of language diversity**: The original dataset mainly contains English dialogues and lacks multi - language support, which limits the application of the model in different language environments. To solve these problems, the authors developed the DnR v3 dataset, aiming to improve the quality and applicability of the dataset, especially in the following aspects: - **Multi - language support**: DnR v3 contains dialogue data from more than 30 languages, covering multiple language families, including the Germanic language family, the Romance language family, the Indo - Aryan language family, the Dravidian language family, the Malayo - Polynesian language family, and the Bantu language family, etc. - **Removal of voice content in non - dialogue tracks**: Ensure that music and effect tracks no longer contain any voice or vocal content. - **Adjustment of loudness and time parameters**: Make the loudness and time distribution of the dataset closer to that of real movie audio. - **Improvement of the mastering process**: Retain the relative loudness between tracks and simulate the mastering process of industry standards. Through these improvements, the authors hope that DnR v3 can better reflect the diversity and complexity in movie audio production, thereby enhancing the performance of the model in practical applications. In addition, the authors also conducted benchmark tests using the Bandit model, and the results show that multi - language models perform well in multiple language environments and even outperform single - language models. ### Summary The main objective of this paper is to solve the deficiencies in the existing CASS datasets by developing the DnR v3 dataset, especially by increasing language diversity, removing voice content in non - dialogue tracks, adjusting the loudness distribution, and improving the mastering process, in order to enhance the performance and generalization ability of the model in actual movie audio processing.