paper-with-me

Papers

Music Source Separation in the Waveform Domain

2019-11-27 · Alexandre Défossez, Nicolas Usunier, Léon Bottou, Francis Bach

Source separation for music is the task of isolating contributions, or stems, from different instruments recorded individually and arranged together to form a song. Such components include voice, bass, drums and any other accompaniments.Contrarily to many audio synthesis tasks where the best performances are achieved by models that directly generate the waveform, the state-of-the-art in source separation for music is to compute masks on the magnitude spectrum. In this paper, we compare two waveform domain architectures. We first adapt Conv-Tasnet, initially developed for speech source separation,to the task of music source separation. While Conv-Tasnet beats many existing spectrogram-domain methods, it suffersfrom significant artifacts, as shown by human evaluations. We propose instead Demucs, a novel waveform-to-waveform model,with a U-Net structure and bidirectional LSTM.Experiments on the MusDB dataset show that, with proper data augmentation, Demucs beats allexisting state-of-the-art architectures, including Conv-Tasnet, with 6.3 SDR on average, (and up to 6.8 with 150 extra training songs, even surpassing the IRM oracle for the bass source).Using recent development in model quantization, Demucs can be compressed down to 120MBwithout any loss of accuracy.We also provide human evaluations, showing that Demucs benefit from a large advantagein terms of the naturalness of the audio. However, it suffers from some bleeding,especially between the vocals and other source.

📄 PDF Abstract BibTeX arXiv:1911.13254

Code (1)

facebookresearch/demucs 공식 구현 pytorch

Tasks

Audio GenerationAudio SynthesisData AugmentationMulti-task Audio Source SeperationMusic Source SeparationQuantization

Similar Papers 제목 키워드 기반

End-to-end music source separation: is it possible in the waveform domain?

2018-10-29 · Francesc Lluís, Jordi Pons, Xavier Serra

Most of the currently successful source separation techniques use the magnitude spectrogram as input, and are therefore by default omitting part of the signal: the phase. To avoid omitting potentially useful information,…

Deep LearningMusic Source Separation

Hybrid Y-Net Architecture for Singing Voice Separation

2023-03-05 · Rashen Fernando, Pamudu Ranasinghe, Udula Ranasinghe, Janaka Wijayakulasooriya 외

This research paper presents a novel deep learning-based neural network architecture, named Y-Net, for achieving music source separation. The proposed architecture performs end-to-end hybrid source separation by extracti…

Music Source Separation

Sams-Net: A Sliced Attention-based Neural Network for Music Source Separation

2019-09-12 · Tingle Li, Jia-Wei Chen, Haowen Hou, Ming Li

Convolutional Neural Network (CNN) or Long short-term memory (LSTM) based models with the input of spectrogram or waveforms are commonly used for deep learning based audio source separation. In this paper, we propose a S…

Audio Source SeparationMusic Source Separation

Music Separation Enhancement with Generative Modeling

2022-08-26 · Noah Schaffer, Boaz Cogan, Ethan Manilow, Max Morrison 외

Despite phenomenal progress in recent years, state-of-the-art music separation systems produce source estimates with significant perceptual shortcomings, such as adding extraneous noise or removing harmonics. We propose …

Music Source Separation

Hybrid Spectrogram and Waveform Source Separation

2021-11-05 · Alexandre Défossez

Source separation models either work on the spectrogram or waveform domain. In this work, we show how to perform end-to-end hybrid source separation, letting the model decide which domain is best suited for each source, …

Music Source Separation