Music Modeling

22 papers with code • 2 benchmarks • 6 datasets

( Image credit: R-Transformer )

Libraries

Use these libraries to find Music Modeling models and implementations

Seq-U-Net: A One-Dimensional Causal U-Net for Efficient Sequence Modelling

f90/Seq-U-Net 14 Nov 2019

In comparison to TCN and Wavenet, our network consistently saves memory and computation time, with speed-ups for training and inference of over 4x in the audio generation experiment in particular, while achieving a comparable performance in all tasks.

75
14 Nov 2019

R-Transformer: Recurrent Neural Network Enhanced Transformer

DSE-MSU/R-transformer ICLR 2020

Recurrent Neural Networks have long been the dominating choice for sequence modeling.

223
12 Jul 2019

Bivariate Beta-LSTM

gtshs2/BetaLSTM 25 May 2019

Long Short-Term Memory (LSTM) infers the long term dependency through a cell state maintained by the input and the forget gate structures, which models a gate output as a value in [0, 1] through a sigmoid function.

1
25 May 2019

Counterpoint by Convolution

czhuang/coconet 18 Mar 2019

Machine learning models of music typically break up the task of composition into a chronological process, composing a piece of music in a single pass from beginning to end.

11
18 Mar 2019

Enabling Factorized Piano Music Modeling and Generation with the MAESTRO Dataset

BShakhovsky/PolyphonicPianoTranscription ICLR 2019

Generating musical audio directly with neural networks is notoriously difficult because it requires coherently modeling structure at many different timescales.

213
29 Oct 2018

Music Transformer

Natooz/MidiTok ICLR 2019

This is impractical for long sequences such as musical compositions since their memory complexity for intermediate relative information is quadratic in the sequence length.

584
12 Sep 2018

An Empirical Evaluation of Generic Convolutional and Recurrent Networks for Sequence Modeling

timeseriesAI/tsai 4 Mar 2018

Our results indicate that a simple convolutional architecture outperforms canonical recurrent networks such as LSTMs across a diverse range of tasks and datasets, while demonstrating longer effective memory.

4,699
04 Mar 2018

Diagonal RNNs in Symbolic Music Modeling

ycemsubakan/diagonal_rnns 18 Apr 2017

In this paper, we propose a new Recurrent Neural Network (RNN) architecture.

18
18 Apr 2017

Deep Learning for Music

sarthak15169/Deep-Music 15 Jun 2016

Our goal is to be able to build a generative model from a deep neural network architecture to try to create music that has both harmony and melody and is passable as music composed by humans.

11
15 Jun 2016

Sequential Neural Models with Stochastic Layers

marcofraccaro/srnn NeurIPS 2016

How can we efficiently propagate uncertainty in a latent state representation with recurrent neural networks?

113
24 May 2016