Expressive Music Data Processing and Generation
Jingwei Liu
TL;DR
This work addresses preserving musical expressivity in AI-generated music by combining listening-based data processing with interdependent multi-argument modeling. Perceptual categorization based on Weber's law yields perceptually uniform time, duration, and velocity-change classes, and the multi-argument dependence is captured by a chain-rule factorization across five outputs implemented as five autoregressive LSTM submodels with attention. Additionally, the authors introduce an entropy-sequence criterion to screen generated sequences, linking stability and predictability to the notion of informational aesthetics via measures like mutual information $I(X,Y)=H(Y)-H(Y|X)$ and moving-average variance. Together, these mechanisms improve coherence and expressivity in symbolic piano generation and provide a framework for future reinforcement-learning extensions.
Abstract
Musical expressivity and coherence are indispensable in music composition and performance, while often neglected in modern AI generative models. In this work, we introduce a listening-based data-processing technique that captures the expressivity in musical performance. This technique derived from Weber's law reflects the human perceptual truth of listening and preserves musical subtlety and expressivity in the training input. To facilitate musical coherence, we model the output interdependencies among multiple arguments in the music data such as pitch, duration, velocity, etc. in the neural networks based on the probabilistic chain rule. In practice, we decompose the multi-output sequential model into single-output submodels and condition previously sampled outputs on the subsequent submodels to induce conditional distributions. Finally, to select eligible sequences from all generations, a tentative measure based on the output entropy was proposed. The entropy sequence is set as a criterion to select predictable and stable generations, which is further studied under the context of informational aesthetic measures to quantify musical pleasure and information gain along the music tendency.
