paper-with-me

홈 › Papers

Exploring Variational Auto-Encoder Architectures, Configurations, and Datasets for Generative Music Explainable AI

2023-11-14 · Nick Bryan-Kinns, Bingyuan Zhang, Songyan Zhao, Berker Banar

Generative AI models for music and the arts in general are increasingly complex and hard to understand. The field of eXplainable AI (XAI) seeks to make complex and opaque AI models such as neural networks more understandable to people. One approach to making generative AI models more understandable is to impose a small number of semantically meaningful attributes on generative AI models. This paper contributes a systematic examination of the impact that different combinations of Variational Auto-Encoder models (MeasureVAE and AdversarialVAE), configurations of latent space in the AI model (from 4 to 256 latent dimensions), and training datasets (Irish folk, Turkish folk, Classical, and pop) have on music generation performance when 2 or 4 meaningful musical attributes are imposed on the generative model. To date there have been no systematic comparisons of such models at this level of combinatorial detail. Our findings show that MeasureVAE has better reconstruction performance than AdversarialVAE which has better musical attribute independence. Results demonstrate that MeasureVAE was able to generate music across music genres with interpretable musical dimensions of control, and performs best with low complexity music such a pop and rock. We recommend that a 32 or 64 latent dimensional space is optimal for 4 regularised dimensions when using MeasureVAE to generate music across genres. Our results are the first detailed comparisons of configurations of state-of-the-art generative AI models for music and can be used to help select and configure AI models, musical features, and datasets for more understandable generation of music.

📄 PDF Abstract BibTeX arXiv:2311.08336

Code (1)

bbanar2/exploring_xai_in_genmus_via_lsr 공식 구현 pytorch

Tasks

AttributeMusic Generation

Similar Papers 제목 키워드 기반

Exploring Variational Autoencoders for Medical Image Generation: A Comprehensive Study

2024-11-11 · Khadija Rais, Mohamed Amroune, Abdelmadjid Benmachiche, Mohamed Yassine Haouam

Variational autoencoder (VAE) is one of the most common techniques in the field of medical image generation, where this architecture has shown advanced researchers in recent years and has developed into various architect…

Data AugmentationDiversityImage GenerationMedical Image Generation

An Overview on Controllable Text Generation via Variational Auto-Encoders

2022-11-15 · Haoqin Tu, Yitong Li

Recent advances in neural-based generative modeling have reignited the hopes of having computer systems capable of conversing with humans and able to understand natural language. The employment of deep neural architectur…

Text Generation

Exploring Classical Piano Performance Generation with Expressive Music Variational AutoEncoder

2025-07-02 · Jing Luo, Xinyu Yang, Jie Wei arxiv

The creativity of classical music arises not only from composers who craft the musical sheets but also from performers who interpret the static notations with expressive nuances. This paper addresses the challenge of gen…

Preventing posterior collapse in variational autoencoders for text generation via decoder regularization

2021-10-28 · Alban Petit, Caio Corro

Variational autoencoders trained to minimize the reconstruction error are sensitive to the posterior collapse problem, that is the proposal posterior distribution is always equal to the prior. We propose a novel regulari…

DecoderText Generation

Variational Autoencoder for Anomaly Detection: A Comparative Study

2024-08-24 · Huy Hoang Nguyen, Cuong Nhat Nguyen, Xuan Tung Dao, Quoc Trung Duong 외

This paper aims to conduct a comparative analysis of contemporary Variational Autoencoder (VAE) architectures employed in anomaly detection, elucidating their performance and behavioral characteristics within this specif…

Anomaly DetectionBenchmarking