paper-with-me

Papers

Music Boundary Detection using Convolutional Neural Networks: A comparative analysis of combined input features

2020-08-17 · Carlos Hernandez-Olivan, Jose R. Beltran, David Diaz-Guerra

The analysis of the structure of musical pieces is a task that remains a challenge for Artificial Intelligence, especially in the field of Deep Learning. It requires prior identification of structural boundaries of the music pieces. This structural boundary analysis has recently been studied with unsupervised methods and \textit{end-to-end} techniques such as Convolutional Neural Networks (CNN) using Mel-Scaled Log-magnitude Spectograms features (MLS), Self-Similarity Matrices (SSM) or Self-Similarity Lag Matrices (SSLM) as inputs and trained with human annotations. Several studies have been published divided into unsupervised and \textit{end-to-end} methods in which pre-processing is done in different ways, using different distance metrics and audio characteristics, so a generalized pre-processing method to compute model inputs is missing. The objective of this work is to establish a general method of pre-processing these inputs by comparing the inputs calculated from different pooling strategies, distance metrics and audio characteristics, also taking into account the computing time to obtain them. We also establish the most effective combination of inputs to be delivered to the CNN in order to establish the most efficient way to extract the limits of the structure of the music pieces. With an adequate combination of input matrices and pooling strategies we obtain a measurement accuracy $F_1$ of 0.411 that outperforms the current one obtained under the same conditions.

📄 PDF Abstract BibTeX arXiv:2008.07527

Code (2)

carlosholivan/music-boundaries-detection-cnn 공식 구현 pytorch
carlosholivan/musicboundariescnn 공식 구현 pytorch

Tasks

Boundary Detection

Similar Papers 제목 키워드 기반

Barwise Section Boundary Detection in Symbolic Music Using Convolutional Neural Networks

2025-09-20 · Omar Eldeeb, Martin Malandro arxiv

Current methods for Music Structure Analysis (MSA) focus primarily on audio data. While symbolic music can be synthesized into audio and analyzed using existing MSA techniques, such an approach does not exploit symbolic …

Boundary Detection

Boundary Regression for Leitmotif Detection in Music Audio

2025-03-11 · SiHun Lee, Dasaem Jeong

Leitmotifs are musical phrases that are reprised in various forms throughout a piece. Due to diverse variations and instrumentation, detecting the occurrence of leitmotifs from audio recordings is a highly challenging ta…

Event Detectionobject-detectionObject Detectionregression

Supervised Chorus Detection for Popular Music Using Convolutional Neural Network and Multi-task Learning

2021-03-26 · Ju-Chiang Wang, Jordan B. L. Smith, Jitong Chen, Xuchen Song 외

This paper presents a novel supervised approach to detecting the chorus segments in popular music. Traditional approaches to this task are mostly unsupervised, with pipelines designed to target some quality that is assum…

Multi-Task Learning

Self-Similarity-Based and Novelty-based loss for music structure analysis

2023-09-05 · Geoffroy Peeters

Music Structure Analysis (MSA) is the task aiming at identifying musical segments that compose a music track and possibly label them based on their similarity. In this paper we propose a supervised approach for the task …

Boundary Detection

Music Genre Classification: A Comparative Analysis of CNN and XGBoost Approaches with Mel-frequency cepstral coefficients and Mel Spectrograms

2024-01-09 · Yigang Meng

In recent years, various well-designed algorithms have empowered music platforms to provide content based on one's preferences. Music genres are defined through various aspects, including acoustic features and cultural c…

Genre classificationModel SelectionMusic Genre Classification