paper-with-me

홈 › Papers

Musical Voice Separation as Link Prediction: Modeling a Musical Perception Task as a Multi-Trajectory Tracking Problem

2023-04-28 · Emmanouil Karystinaios, Francesco Foscarin, Gerhard Widmer

This paper targets the perceptual task of separating the different interacting voices, i.e., monophonic melodic streams, in a polyphonic musical piece. We target symbolic music, where notes are explicitly encoded, and model this task as a Multi-Trajectory Tracking (MTT) problem from discrete observations, i.e., notes in a pitch-time space. Our approach builds a graph from a musical piece, by creating one node for every note, and separates the melodic trajectories by predicting a link between two notes if they are consecutive in the same voice/stream. This kind of local, greedy prediction is made possible by node embeddings created by a heterogeneous graph neural network that can capture inter- and intra-trajectory information. Furthermore, we propose a new regularization loss that encourages the output to respect the MTT premise of at most one incoming and one outgoing link for every node, favouring monophonic (voice) trajectories; this loss function might also be useful in other general MTT scenarios. Our approach does not use domain-specific heuristics, is scalable to longer sequences and a higher number of voices, and can handle complex cases such as voice inversions and overlaps. We reach new state-of-the-art results for the voice separation task in classical music of different styles.

📄 PDF Abstract BibTeX arXiv:2304.14848

Code (1)

manoskary/vocsep_ijcai2023 공식 구현 pytorch

Tasks

Graph Neural NetworkLink Prediction

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

Deep Karaoke: Extracting Vocals from Musical Mixtures Using a Convolutional Deep Neural Network

2015-04-17 · Andrew J. R. Simpson, Gerard Roma, Mark D. Plumbley

Identification and extraction of singing voice from within musical mixtures is a key challenge in source separation and machine audition. Recently, deep neural networks (DNN) have been used to estimate 'ideal' binary mas…

Speech Separation

Perception-Inspired Graph Convolution for Music Understanding Tasks

2024-05-15 · Emmanouil Karystinaios, Francesco Foscarin, Gerhard Widmer

We propose a new graph convolutional block, called MusGConv, specifically designed for the efficient processing of musical score data and motivated by general perceptual principles. It focuses on two fundamental dimensio…

Graph ClassificationGraph LearningLink PredictionNode Classification+1

Automatic Estimation of Singing Voice Musical Dynamics

2024-10-27 · Jyoti Narang, Nazif Can Tamer, Viviana De La Vega, Xavier Serra

Musical dynamics form a core part of expressive singing voice performances. However, automatic analysis of musical dynamics for singing voice has received limited attention partly due to the scarcity of suitable datasets…

Investigating U-Nets with various Intermediate Blocks for Spectrogram-based Singing Voice Separation

2019-12-02 · Woosung Choi, Minseok Kim, Jaehwa Chung, Daewon Lee 외

Singing Voice Separation (SVS) tries to separate singing voice from a given mixed musical signal. Recently, many U-Net-based models have been proposed for the SVS task, but there were no existing works that evaluate and …

Singing Voice Synthesis Based on a Musical Note Position-Aware Attention Mechanism

2022-12-28 · Yukiya Hono, Kei Hashimoto, Yoshihiko Nankaku, Keiichi Tokuda

This paper proposes a novel sequence-to-sequence (seq2seq) model with a musical note position-aware attention mechanism for singing voice synthesis (SVS). A seq2seq modeling approach that can simultaneously perform acous…

DecoderPositionRhythmSinging Voice Synthesis