SDCLASNov 21, 2022

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

arXiv:2211.11216v224 citationsh-index: 98
Originality Synthesis-oriented
AI Analysis

This addresses the problem of limited data for symbolic music generation for AI researchers, but it is incremental as it applies existing methods to a new domain.

The paper tackled generating symbolic music from text descriptions by exploring pre-trained NLP checkpoints like BERT, GPT-2, and BART, and found statistically significant improvements in BLEU score and edit distance similarity.

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 performance of data-driven multimodal models. An intuitive solution to this problem is to leverage pre-trained models from other modalities (e.g., natural language) to improve the performance of symbolic music-related multimodal tasks. In this paper, we carry out the first study of generating complete and semantically consistent symbolic music scores from text descriptions, and explore the efficacy of using publicly available checkpoints (i.e., BERT, GPT-2, and BART) for natural language processing in the task of text-to-music generation. Our experimental results show that the improvement from using pre-trained checkpoints is statistically significant in terms of BLEU score and edit distance similarity. We analyse the capabilities and limitations of our model to better understand the potential of language-music models.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes