paper-with-me

Papers

Cadence Detection in Symbolic Classical Music using Graph Neural Networks

2022-08-31 · Emmanouil Karystinaios, Gerhard Widmer

Cadences are complex structures that have been driving music from the beginning of contrapuntal polyphony until today. Detecting such structures is vital for numerous MIR tasks such as musicological analysis, key detection, or music segmentation. However, automatic cadence detection remains challenging mainly because it involves a combination of high-level musical elements like harmony, voice leading, and rhythm. In this work, we present a graph representation of symbolic scores as an intermediate means to solve the cadence detection task. We approach cadence detection as an imbalanced node classification problem using a Graph Convolutional Network. We obtain results that are roughly on par with the state of the art, and we present a model capable of making predictions at multiple levels of granularity, from individual notes to beats, thanks to the fine-grained, note-by-note representation. Moreover, our experiments suggest that graph convolution can learn non-local features that assist in cadence detection, freeing us from the need of having to devise specialized features that encode non-local context. We argue that this general approach to modeling musical scores and classification tasks has a number of potential advantages, beyond the specific recognition task presented here.

📄 PDF Abstract BibTeX arXiv:2208.14819

Code (0)

등록된 구현이 없습니다.

Tasks

Key DetectionNode ClassificationRhythm

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

GraphMuse: A Library for Symbolic Music Graph Processing

2024-07-17 · Emmanouil Karystinaios, Gerhard Widmer

Graph Neural Networks (GNNs) have recently gained traction in symbolic music tasks, yet a lack of a unified framework impedes progress. Addressing this gap, we present GraphMuse, a graph processing framework and library …

Learning Transposition-Invariant Interval Features from Symbolic Music and Audio

2018-06-21 · Stefan Lattner, Maarten Grachten, Gerhard Widmer

Many music theoretical constructs (such as scale types, modes, cadences, and chord types) are defined in terms of pitch intervals---relative distances between pitches. Therefore, when computer models are employed in musi…

Whole-Song Hierarchical Generation of Symbolic Music Using Cascaded Diffusion Models

2024-05-16 · Ziyu Wang, Lejun Min, Gus Xia

Recent deep music generation studies have put much emphasis on long-term generation with structures. However, we are yet to see high-quality, well-structured whole-song generation. In this paper, we make the first attemp…

Music Generation

Modeling Harmony with Skip-Grams

2017-07-18 · Sears David R. W., Arzt Andreas, Frostel Harald, Sonnleitner Reinhard 외

String-based (or viewpoint) models of tonal harmony often struggle with data sparsity in pattern discovery and prediction tasks, particularly when modeling composite events like triads and seventh chords, since the numbe…

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