paper-with-me

Papers

BandNet: A Neural Network-based, Multi-Instrument Beatles-Style MIDI Music Composition Machine

2018-12-18 · Yichao Zhou, Wei Chu, Sam Young, Xin Chen

In this paper, we propose a recurrent neural network (RNN)-based MIDI music composition machine that is able to learn musical knowledge from existing Beatles' songs and generate music in the style of the Beatles with little human intervention. In the learning stage, a sequence of stylistically uniform, multiple-channel music samples was modeled by a RNN. In the composition stage, a short clip of randomly-generated music was used as a seed for the RNN to start music score prediction. To form structured music, segments of generated music from different seeds were concatenated together. To improve the quality and structure of the generated music, we integrated music theory knowledge into the model, such as controlling the spacing of gaps in the vocal melody, normalizing the timing of chord changes, and requiring notes to be related to the song's key (C major, for example). This integration improved the quality of the generated music as verified by a professional composer. We also conducted a subjective listening test that showed our generated music was close to original music by the Beatles in terms of style similarity, professional quality, and interestingness. Generated music samples are at https://goo.gl/uaLXoB.

📄 PDF Abstract BibTeX arXiv:1812.07126

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

MIDI-VAE: Modeling Dynamics and Instrumentation of Music with Applications to Style Transfer

2018-09-20 · Gino Brunner, Andres Konrad, Yuyi Wang, Roger Wattenhofer

We introduce MIDI-VAE, a neural network model based on Variational Autoencoders that is capable of handling polyphonic music with multiple instrument tracks, as well as modeling the dynamics of music by incorporating not…

Style Transfer

Annotation-Free MIDI-to-Audio Synthesis via Concatenative Synthesis and Generative Refinement

2024-10-22 · Osamu Take, Taketo Akama

Recent MIDI-to-audio synthesis methods using deep neural networks have successfully generated high-quality, expressive instrumental tracks. However, these methods require MIDI annotations for supervised training, limitin…

Audio SynthesisDiversity

MidiCaps: A large-scale MIDI dataset with text captions

2024-06-04 · Jan Melechovsky, Abhinaba Roy, Dorien Herremans

Generative models guided by text prompts are increasingly becoming more popular. However, no text-to-MIDI models currently exist due to the lack of a captioned MIDI dataset. This work aims to enable research that combine…

Information RetrievalMusic Information Retrieval

Performance Conditioning for Diffusion-Based Multi-Instrument Music Synthesis

2023-09-21 · Ben Maman, Johannes Zeitler, Meinard Müller, Amit H. Bermano

Generating multi-instrument music from symbolic music representations is an important task in Music Information Retrieval (MIR). A central but still largely unsolved problem in this context is musically and acoustically …

FADInformation RetrievalMusic Information RetrievalRetrieval

Using a Bi-directional LSTM Model with Attention Mechanism trained on MIDI Data for Generating Unique Music

2020-11-02 · Ashish Ranjan, Varun Nagesh Jolly Behera, Motahar Reza

Generating music is an interesting and challenging problem in the field of machine learning. Mimicking human creativity has been popular in recent years, especially in the field of computer vision and image processing. W…