paper-with-me

Papers

Natural Language Processing Methods for Symbolic Music Generation and Information Retrieval: a Survey

2024-02-27 · Dinh-Viet-Toan Le, Louis Bigo, Mikaela Keller, Dorien Herremans

Several adaptations of Transformers models have been developed in various domains since its breakthrough in Natural Language Processing (NLP). This trend has spread into the field of Music Information Retrieval (MIR), including studies processing music data. However, the practice of leveraging NLP tools for symbolic music data is not novel in MIR. Music has been frequently compared to language, as they share several similarities, including sequential representations of text and music. These analogies are also reflected through similar tasks in MIR and NLP. This survey reviews NLP methods applied to symbolic music generation and information retrieval studies following two axes. We first propose an overview of representations of symbolic music adapted from natural language sequential representations. Such representations are designed by considering the specificities of symbolic music. These representations are then processed by models. Such models, possibly originally developed for text and adapted for symbolic music, are trained on various tasks. We describe these models, in particular deep learning models, through different prisms, highlighting music-specialized mechanisms. We finally present a discussion surrounding the effective use of NLP tools for symbolic music data. This includes technical issues regarding NLP methods and fundamental differences between text and music, which may open several doors for further research into more effectively adapting NLP tools to symbolic MIR.

📄 PDF Abstract BibTeX arXiv:2402.17467

Code (1)

dinhviettoanle/survey-music-nlp 공식 구현 pytorch

Tasks

Information RetrievalMusic GenerationMusic Information RetrievalRetrieval

Similar Papers 제목 키워드 기반

miditok: A Python package for MIDI file tokenization

2023-10-26 · Nathan Fradet, Jean-Pierre Briot, Fabien Chhel, Amal El Fallah Seghrouchni 외

Recent progress in natural language processing has been adapted to the symbolic music modality. Language models, such as Transformers, have been used with symbolic music for a variety of tasks among which music generatio…

Music GenerationMusic Information Retrieval

Exploring the Efficacy of Pre-trained Checkpoints in Text-to-Music Generation Task

2022-11-21 · Shangda Wu, Maosong Sun

Benefiting from large-scale datasets and pre-trained models, the field of generative models has recently gained significant momentum. However, most datasets for symbolic music are very small, which potentially limits the…

Music GenerationText-to-Music Generation

From Words to Music: A Study of Subword Tokenization Techniques in Symbolic Music Generation

2023-04-18 · Adarsh Kumar, Pedro Sarmento

Subword tokenization has been widely successful in text-based natural language processing (NLP) tasks with Transformer-based models. As Transformer models become increasingly popular in symbolic music-related studies, it…

Music Generation

MusicBERT: Symbolic Music Understanding with Large-Scale Pre-Training

2021-06-10 · Findings (ACL) 2021 8 · Mingliang Zeng, Xu Tan, Rui Wang, Zeqian Ju 외

Symbolic music understanding, which refers to the understanding of music from the symbolic data (e.g., MIDI format, but not audio), covers many music applications such as genre classification, emotion classification, and…

ClassificationEmotion ClassificationGenre classificationRepresentation Learning

Pitchclass2vec: Symbolic Music Structure Segmentation with Chord Embeddings

2023-03-24 · Nicolas Lazzari, Andrea Poltronieri, Valentina Presutti

Structure perception is a fundamental aspect of music cognition in humans. Historically, the hierarchical organization of music into structures served as a narrative device for conveying meaning, creating expectancy, and…