paper-with-me

Papers

TeleMelody: Lyric-to-Melody Generation with a Template-Based Two-Stage Method

2021-09-20 · Zeqian Ju, Peiling Lu, Xu Tan, Rui Wang, Chen Zhang, Songruoyao Wu, Kejun Zhang, Xiangyang Li, Tao Qin, Tie-Yan Liu

Lyric-to-melody generation is an important task in automatic songwriting. Previous lyric-to-melody generation systems usually adopt end-to-end models that directly generate melodies from lyrics, which suffer from several issues: 1) lack of paired lyric-melody training data; 2) lack of control on generated melodies. In this paper, we develop TeleMelody, a two-stage lyric-to-melody generation system with music template (e.g., tonality, chord progression, rhythm pattern, and cadence) to bridge the gap between lyrics and melodies (i.e., the system consists of a lyric-to-template module and a template-to-melody module). TeleMelody has two advantages. First, it is data efficient. The template-to-melody module is trained in a self-supervised way (i.e., the source template is extracted from the target melody) that does not need any lyric-melody paired data. The lyric-to-template module is made up of some rules and a lyric-to-rhythm model, which is trained with paired lyric-rhythm data that is easier to obtain than paired lyric-melody data. Second, it is controllable. The design of template ensures that the generated melodies can be controlled by adjusting the musical elements in template. Both subjective and objective experimental evaluations demonstrate that TeleMelody generates melodies with higher quality, better controllability, and less requirement on paired lyric-melody data than previous generation systems.

📄 PDF Abstract BibTeX arXiv:2109.09617

Code (1)

microsoft/muzic 공식 구현 pytorch

Tasks

Rhythm

Similar Papers 제목 키워드 기반

Re-creation of Creations: A New Paradigm for Lyric-to-Melody Generation

2022-08-11 · Ang Lv, Xu Tan, Tao Qin, Tie-Yan Liu 외

Lyric-to-melody generation is an important task in songwriting, and is also quite challenging due to its unique characteristics: the generated melodies should not only follow good musical patterns, but also align with fe…

Language ModelingLanguage ModellingRetrievalRhythm

SongComposer: A Large Language Model for Lyric and Melody Generation in Song Composition

2024-02-27 · Shuangrui Ding, Zihan Liu, Xiaoyi Dong, Pan Zhang 외

Creating lyrics and melodies for the vocal track in a symbolic format, known as song composition, demands expert musical knowledge of melody, an advanced understanding of lyrics, and precise alignment between them. Despi…

Instruction FollowingLanguage ModelingLanguage ModellingLarge Language Model+1

Modeling the Rhythm from Lyrics for Melody Generation of Pop Song

2023-01-03 · Daiyu Zhang, Ju-Chiang Wang, Katerina Kosta, Jordan B. L. Smith 외

Creating a pop song melody according to pre-written lyrics is a typical practice for composers. A computational model of how lyrics are set as melodies is important for automatic composition systems, but an end-to-end ly…

Rhythm

Deep Attention-Based Alignment Network for Melody Generation from Incomplete Lyrics

2023-01-23 · Gurunath Reddy M, Zhe Zhang, Yi Yu, Florian Harscoet 외

We propose a deep attention-based alignment network, which aims to automatically predict lyrics and melody with given incomplete lyrics as input in a way similar to the music creation of humans. Most importantly, a deep …

DecoderDeep Attention

SongMASS: Automatic Song Writing with Pre-training and Alignment Constraint

2020-12-09 · Zhonghao Sheng, Kaitao Song, Xu Tan, Yi Ren 외

Automatic song writing aims to compose a song (lyric and/or melody) by machine, which is an interesting topic in both academia and industry. In automatic song writing, lyric-to-melody generation and melody-to-lyric gener…

Sentence