paper-with-me

홈 › Papers

Melody-Guided Music Generation

2024-09-30 · Shaopeng Wei, Manzhen Wei, Haoyu Wang, Yu Zhao, Gang Kou

We present the Melody-Guided Music Generation (MG2) model, a novel approach using melody to guide the text-to-music generation that, despite a simple method and limited resources, achieves excellent performance. Specifically, we first align the text with audio waveforms and their associated melodies using the newly proposed Contrastive Language-Music Pretraining, enabling the learned text representation fused with implicit melody information. Subsequently, we condition the retrieval-augmented diffusion module on both text prompt and retrieved melody. This allows MG2 to generate music that reflects the content of the given text description, meantime keeping the intrinsic harmony under the guidance of explicit melody information. We conducted extensive experiments on two public datasets: MusicCaps and MusicBench. Surprisingly, the experimental results demonstrate that the proposed MG2 model surpasses current open-source text-to-music generation models, achieving this with fewer than 1/3 of the parameters or less than 1/200 of the training data compared to state-of-the-art counterparts. Furthermore, we conducted comprehensive human evaluations involving three types of users and five perspectives, using newly designed questionnaires to explore the potential real-world applications of MG2.

📄 PDF Abstract BibTeX arXiv:2409.20196

Code (1)

shaopengw/Awesome-Music-Generation 공식 구현 pytorch

Tasks

cross-modal alignmentMusic GenerationText-to-Music Generation

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Controllable deep melody generation via hierarchical music structure representation

2021-09-02 · Shuqi Dai, Zeyu Jin, Celso Gomes, Roger B. Dannenberg

Recent advances in deep learning have expanded possibilities to generate music, but generating a customizable full piece of music with consistent long-term structure remains a challenge. This paper introduces MusicFramew…

Music GenerationRhythm

Efficient Neural Music Generation

2023-05-25 · NeurIPS 2023 11

Recent progress in music generation has been remarkably advanced by the state-of-the-art MusicLM, which comprises a hierarchy of three LMs, respectively, for semantic, coarse acoustic, and fine acoustic modelings. Yet, s…

DenoisingMusic GenerationText-to-Music Generation

WuYun: Exploring hierarchical skeleton-guided melody generation using knowledge-enhanced deep learning

2023-01-11 · Kejun Zhang, Xinda Wu, Tieyao Zhang, Zhijie Huang 외

Although deep learning has revolutionized music generation, existing methods for structured melody generation follow an end-to-end left-to-right note-by-note generative paradigm and treat each note equally. Here, we pres…

Music Generation

Editing Music with Melody and Text: Using ControlNet for Diffusion Transformer

2024-10-07 · Siyuan Hou, Shansong Liu, Ruibin Yuan, Wei Xue 외

Despite the significant progress in controllable music generation and editing, challenges remain in the quality and length of generated music due to the use of Mel-spectrogram representations and UNet-based model structu…

Music GenerationMusic Style TransferStyle TransferText-to-Music Generation

EMelodyGen: Emotion-Conditioned Melody Generation in ABC Notation with the Musical Feature Template

2023-09-23 · Monan Zhou, Xiaobing Li, Feng Yu, Wei Li

The EMelodyGen system focuses on emotional melody generation in ABC notation controlled by the musical feature template. Owing to the scarcity of well-structured and emotionally labeled sheet music, we designed a templat…

Data AugmentationEmotion ClassificationInformation RetrievalMusic Generation+2