paper-with-me

홈 › Papers

Generating Music Medleys via Playing Music Puzzle Games

2017-09-13 · Yu-Siang Huang, Szu-Yu Chou, Yi-Hsuan Yang

Generating music medleys is about finding an optimal permutation of a given set of music clips. Toward this goal, we propose a self-supervised learning task, called the music puzzle game, to train neural network models to learn the sequential patterns in music. In essence, such a game requires machines to correctly sort a few multisecond music fragments. In the training stage, we learn the model by sampling multiple non-overlapping fragment pairs from the same songs and seeking to predict whether a given pair is consecutive and is in the correct chronological order. For testing, we design a number of puzzle games with different difficulty levels, the most difficult one being music medley, which requiring sorting fragments from different songs. On the basis of state-of-the-art Siamese convolutional network, we propose an improved architecture that learns to embed frame-level similarity scores computed from the input fragment pairs to a common space, where fragment pairs in the correct order can be more easily identified. Our result shows that the resulting model, dubbed as the similarity embedding network (SEN), performs better than competing models across different games, including music jigsaw puzzle, music sequencing, and music medley. Example results can be found at our project website, https://remyhuang.github.io/DJnet.

📄 PDF Abstract BibTeX arXiv:1709.04384

Code (0)

등록된 구현이 없습니다.

Tasks

Self-Supervised Learning

Methods 이 논문이 사용한 방법론

Jigsaw Jigsaw is a self-supervision approach that relies on jigsaw-like puzzles as the pretext task in order to learn image representations.

Similar Papers 제목 키워드 기반

Medley2K: A Dataset of Medley Transitions

2020-08-25 · Lukas Faber, Sandro Luck, Damian Pascual, Andreas Roth 외

The automatic generation of medleys, i.e., musical pieces formed by different songs concatenated via smooth transitions, is not well studied in the current literature. To facilitate research on this topic, we make availa…

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

Foley Music: Learning to Generate Music from Videos

2020-07-21 · ECCV 2020 8 · Chuang Gan, Deng Huang, Peihao Chen, Joshua B. Tenenbaum 외

In this paper, we introduce Foley Music, a system that can synthesize plausible music for a silent video clip about people playing musical instruments. We first identify two key intermediate representations for a success…

Music GenerationTranslation

LaunchpadGPT: Language Model as Music Visualization Designer on Launchpad

2023-07-07 · Siting Xu, Yunlong Tang, Feng Zheng

Launchpad is a musical instrument that allows users to create and perform music by pressing illuminated buttons. To assist and inspire the design of the Launchpad light effect, and provide a more accessible approach for …

Language ModelingLanguage Modelling

Now Playing: Continuous low-power music recognition

2017-11-29 · Blaise Agüera y Arcas, Beat Gfeller, Ruiqi Guo, Kevin Kilgour 외

Existing music recognition applications require a connection to a server that performs the actual recognition. In this paper we present a low-power music recognizer that runs entirely on a mobile device and automatically…