paper-with-me

Papers

MuseTok: Symbolic Music Tokenization for Generation and Semantic Understanding

2025-10-18 · Jingyue Huang, Zachary Novack, Phillip Long, Yupeng Hou, Ke Chen, Taylor Berg-Kirkpatrick, Julian McAuley arxiv

Discrete representation learning has shown promising results across various domains, including generation and understanding in image, speech and language. Inspired by these advances, we propose MuseTok, a tokenization method for symbolic music, and investigate its effectiveness in both music generation and understanding tasks. MuseTok employs the residual vector quantized-variational autoencoder (RQ-VAE) on bar-wise music segments within a Transformer-based encoder-decoder framework, producing music codes that achieve high-fidelity music reconstruction and accurate understanding of music theory. For comprehensive evaluation, we apply MuseTok to music generation and semantic understanding tasks, including melody extraction, chord recognition, and emotion recognition. Models incorporating MuseTok outperform previous representation learning baselines in semantic understanding while maintaining comparable performance in content generation. Furthermore, qualitative analyses on MuseTok codes, using ground-truth categories and synthetic datasets, reveal that MuseTok effectively captures underlying musical concepts from large music collections.

📄 PDF Abstract BibTeX arXiv:2510.16273

Code (0)

등록된 구현이 없습니다.

Tasks

Representation LearningEmotion RecognitionMusic Generation

Similar Papers 제목 키워드 기반

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

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

Time-Shifted Token Scheduling for Symbolic Music Generation

2025-09-28 · Ting-Kang Wang, Chih-Pin Tan, Yi-Hsuan Yang arxiv

Symbolic music generation faces a fundamental trade-off between efficiency and quality. Fine-grained tokenizations achieve strong coherence but incur long sequences and high complexity, while compact tokenizations improv…

Music Generation

Impact of time and note duration tokenizations on deep learning symbolic music modeling

2023-10-12 · Nathan Fradet, Nicolas Gutowski, Fabien Chhel, Jean-Pierre Briot

Symbolic music is widely used in various deep learning tasks, including generation, transcription, synthesis, and Music Information Retrieval (MIR). It is mostly employed with discrete models like Transformers, which req…

Emotion ClassificationInformation RetrievalMusic GenerationMusic Information Retrieval+3

Evaluating Interval-based Tokenization for Pitch Representation in Symbolic Music Analysis

2025-01-08 · Dinh-Viet-Toan Le, Louis Bigo, Mikaela Keller

Symbolic music analysis tasks are often performed by models originally developed for Natural Language Processing, such as Transformers. Such models require the input data to be represented as sequences, which is achieved…