paper-with-me

Papers

Generating Lead Sheets with Affect: A Novel Conditional seq2seq Framework

2021-04-27 · Dimos Makris, Kat R. Agres, Dorien Herremans

The field of automatic music composition has seen great progress in the last few years, much of which can be attributed to advances in deep neural networks. There are numerous studies that present different strategies for generating sheet music from scratch. The inclusion of high-level musical characteristics (e.g., perceived emotional qualities), however, as conditions for controlling the generation output remains a challenge. In this paper, we present a novel approach for calculating the valence (the positivity or negativity of the perceived emotion) of a chord progression within a lead sheet, using pre-defined mood tags proposed by music experts. Based on this approach, we propose a novel strategy for conditional lead sheet generation that allows us to steer the music generation in terms of valence, phrasing, and time signature. Our approach is similar to a Neural Machine Translation (NMT) problem, as we include high-level conditions in the encoder part of the sequence-to-sequence architectures used (i.e., long-short term memory networks, and a Transformer network). We conducted experiments to thoroughly analyze these two architectures. The results show that the proposed strategy is able to generate lead sheets in a controllable manner, resulting in distributions of musical attributes similar to those of the training dataset. We also verified through a subjective listening test that our approach is effective in controlling the valence of a generated chord progression.

📄 PDF Abstract BibTeX arXiv:2104.13056

Code (1)

melkor169/LeadSheetGen_Valence 공식 구현 tf

Tasks

Machine TranslationMusic GenerationNMT

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Residual Connection 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

Unsupervised Lead Sheet Generation via Semantic Compression

2023-10-16 · Zachary Novack, Nikita Srivatsan, Taylor Berg-Kirkpatrick, Julian McAuley

Lead sheets have become commonplace in generative music research, being used as an initial compressed representation for downstream tasks like multitrack music generation and automatic arrangement. Despite this, research…

Music CompressionMusic GenerationSemantic Compression

Lead Sheet Generation and Arrangement by Conditional Generative Adversarial Network

2018-07-30 · Hao-Min Liu, Yi-Hsuan Yang

Research on automatic music generation has seen great progress due to the development of deep neural networks. However, the generation of multi-instrument music of arbitrary genres still remains a challenge. Existing res…

Generative Adversarial NetworkMusic Generation

Generating Pixel Art Character Sprites using GANs

2022-08-15 · Flávio Coutinho, Luiz Chaimowicz

Iterating on creating pixel art character sprite sheets is essential to the game development process. However, it can take a lot of effort until the final versions containing different poses and animation clips are achie…

A Conditional GAN for Tabular Data Generation with Probabilistic Sampling of Latent Subspaces

2025-08-01 · Leonidas Akritidis, Panayiotis Bozanis arxiv

The tabular form constitutes the standard way of representing data in relational database systems and spreadsheets. But, similarly to other forms, tabular data suffers from class imbalance, a problem that causes serious …

Tabular Data Generation

Eval Factsheets: A Structured Framework for Documenting AI Evaluations

2025-12-03 · Florian Bordes, Candace Ross, Justine T Kao, Evangelia Spiliopoulou 외 arxiv

The rapid proliferation of benchmarks has created significant challenges in reproducibility, transparency, and informed decision-making. However, unlike datasets and models -- which benefit from structured documentation …