paper-with-me

Papers

Moûsai: Text-to-Music Generation with Long-Context Latent Diffusion

2023-01-27 · Flavio Schneider, Ojasv Kamal, Zhijing Jin, Bernhard Schölkopf

Recent years have seen the rapid development of large generative models for text; however, much less research has explored the connection between text and another "language" of communication -- music. Music, much like text, can convey emotions, stories, and ideas, and has its own unique structure and syntax. In our work, we bridge text and music via a text-to-music generation model that is highly efficient, expressive, and can handle long-term structure. Specifically, we develop Mo\^usai, a cascading two-stage latent diffusion model that can generate multiple minutes of high-quality stereo music at 48kHz from textual descriptions. Moreover, our model features high efficiency, which enables real-time inference on a single consumer GPU with a reasonable speed. Through experiments and property analyses, we show our model's competence over a variety of criteria compared with existing music generation models. Lastly, to promote the open-source culture, we provide a collection of open-source libraries with the hope of facilitating future work in the field. We open-source the following: Codes: https://github.com/archinetai/audio-diffusion-pytorch; music samples for this paper: http://bit.ly/44ozWDH; all music samples for all models: https://bit.ly/audio-diffusion.

📄 PDF Abstract BibTeX arXiv:2301.11757

Code (3)

archinetai/audio-diffusion-pytorch 공식 구현 pytorch
MindSpore-scientific-2/code-11/tree/main/text-to-music mindspore
MindSpore-scientific-2/code-2/tree/main/text-to-music mindspore

Tasks

GPUImage GenerationMusic GenerationText-to-Music Generation

Methods 이 논문이 사용한 방법론

Latent Diffusion Model Diffusion models applied to latent spaces, which are normally built with (Variational) Autoencoders.
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…

Similar Papers 제목 키워드 기반

Long-form music generation with latent diffusion

2024-04-16 · Zach Evans, Julian D. Parker, CJ Carr, Zack Zukowski 외

Audio-based generative models for music have seen great strides recently, but so far have not managed to produce full-length music tracks with coherent musical structure from text prompts. We show that by training a gene…

Audio GenerationFormMusic Generation

Graph-based Polyphonic Multitrack Music Generation

2023-07-27 · Emanuele Cosenza, Andrea Valenti, Davide Bacciu

Graphs can be leveraged to model polyphonic multitrack symbolic music, where notes, chords and entire sections may be linked at different levels of the musical hierarchy by tonal and rhythmic relationships. Nonetheless, …

Music Generation

A Contextual Latent Space Model: Subsequence Modulation in Melodic Sequence

2021-11-23 · Taketo Akama

Some generative models for sequences such as music and text allow us to edit only subsequences, given surrounding context sequences, which plays an important part in steering generation interactively. However, editing su…

DecoderPosition

Integrating Text-to-Music Models with Language Models: Composing Long Structured Music Pieces

2024-10-01 · Lilac Atassi

Recent music generation methods based on transformers have a context window of up to a minute. The music generated by these methods is largely unstructured beyond the context window. With a longer context window, learnin…

Language ModelingLanguage ModellingLarge Language ModelMusic Generation

Musika! Fast Infinite Waveform Music Generation

2022-08-18 · Marco Pasini, Jan Schlüter

Fast and user-controllable music generation could enable novel ways of composing or performing music. However, state-of-the-art music generation systems require large amounts of data and computational resources for train…

CPUGenerative Adversarial NetworkGPUMusic Generation