Research
On-device research index

arXiv research

A locally-built, LLM-digested index of recent arXiv papers in quant finance, geometry/topology, and statistical ML — keyword search served straight from SQLite on this machine.

169,051 papers · 148 categories

Trend · papers per month

1122 · Mar 201719922001200920182026
28 results for Piano

Piano Genie lets non-musicians improvise on a piano.

problem Improvising on the piano for non-musicians.
method Trained recurrent neural network autoencoders with discrete bottlenecks to learn mappings between user inputs and piano pieces.
result Piano Genie allows users to improvise on the piano with musically meaningful constraints.

Framework generates pop song melodies and piano accompaniment.

problem Creating high-quality pop songs with automated systems.
method Unified strategy using three models: harmony alternation, melody generation, and melody integration.
result Generated melodies rated significantly higher than those from LSTM, and accompaniment comparable to Band in a Box.

PIANO speeds up multinomial logistic regression solving.

problem Handling large datasets and many classes in logistic regression.
method Parallel iterative algorithm based on Majorization Minimization.
result PIANO converges to a stationary point of Multinomial and Sparse Multinomial Logistic Regression.

Transformer improves pop piano composition by incorporating beat-based structure.

problem Generating expressive pop piano compositions with coherent rhythmic structure.
method Improved data representation for Transformers, incorporating beat-bar-phrase structure.
result Composes pop piano music with better rhythmic structure than existing models.

New dataset and models generate piano music with coherent structure across multiple timescales.

problem Generating coherent musical structure with neural networks is challenging.
method Used notes as an intermediate representation to model and synthesize music across multiple timescales.
result Trained models capable of transcribing, composing, and synthesizing audio waveforms with coherent musical structure.

We advance the state of the art in polyphonic piano music transcription by using a deep convolutional and recurrent neural network which is trained to jointly predict onsets and frames. Our model predicts pitch onset events and then uses those predictions to condition framewise pitch predictions. During inference, we r…

2017-10-30abs ↗pdf ↗

Transformer adapts to multi-instrumental music generation using NES and Lakh MIDI datasets.

problem Generating multi-instrumental music scores with Transformers.
method Adapted Transformer architecture to multi-instrumental setting, used NES-MDB and Lakh MIDI datasets for pre-training.
result Pre-training with Lakh MIDI dataset improves performance for multi-instrumental music generation.

We present a supervised neural network model for polyphonic piano music transcription. The architecture of the proposed model is analogous to speech recognition systems and comprises an acoustic model and a music language model. The acoustic model is a neural network used for estimating the probabilities of pitches in …

2015-08-07abs ↗pdf ↗

A semi-recurrent hybrid VAE-GAN model for generating sequential data is introduced. In order to consider the spatial correlation of the data in each frame of the generated sequence, CNNs are utilized in the encoder, generator, and discriminator. The subsequent frames are sampled from the latent distributions obtained b…

2018-06-01abs ↗pdf ↗

Forecasting multivariate time series data, such as prediction of electricity consumption, solar power production, and polyphonic piano pieces, has numerous valuable applications. However, complex and non-linear interdependencies between time steps and series complicate the task. To obtain accurate prediction, it is cru…

2018-09-12abs ↗pdf ↗

Generative adversarial network improves audio inpainting for long gaps.

problem Generating missing audio content in long-range gaps using WGAN.
method Proposed WGAN architecture with short-range and long-range neighboring borders.
result The proposed model outperforms classical WGAN in reconstructing high-frequency content.

Music relies heavily on repetition to build structure and meaning. Self-reference occurs on multiple timescales, from motifs to phrases to reusing of entire sections of music, such as in pieces with ABA structure. The Transformer (Vaswani et al., 2017), a sequence model based on self-attention, has achieved compelling …

2018-09-12abs ↗pdf ↗