paper-with-me

Papers

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 improve efficiency at the expense of intra-token dependencies. To address this, we adapt a delay-based scheduling mechanism (DP) that expands compound-like tokens across decoding steps, enabling autoregressive modeling of intra-token dependencies while preserving efficiency. Notably, DP is a lightweight strategy that introduces no additional parameters and can be seamlessly integrated into existing representations. Experiments on symbolic orchestral MIDI datasets show that our method improves all metrics over standard compound tokenizations and narrows the gap to fine-grained tokenizations.

📄 PDF Abstract BibTeX arXiv:2509.23749

Code (0)

등록된 구현이 없습니다.

Tasks

Music 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

BEAT: Tokenizing and Generating Symbolic Music by Uniform Temporal Steps

2026-04-21 · Lekai Qian, Haoyu Gu, Jingwei Zhao, Ziyu Wang arxiv

Tokenizing music to fit the general framework of language models is a compelling challenge, especially considering the diverse symbolic structures in which music can be represented (e.g., sequences, grids, and graphs). T…

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

Nested Music Transformer: Sequentially Decoding Compound Tokens in Symbolic Music and Audio Generation

2024-08-02 · Jiwoo Ryu, Hao-Wen Dong, Jongmin Jung, Dasaem Jeong

Representing symbolic music with compound tokens, where each token consists of several different sub-tokens representing a distinct musical feature or attribute, offers the advantage of reducing sequence length. While pr…

AttributeAudio GenerationDecoderNMT

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