paper-with-me

Papers

Mamba-Diffusion Model with Learnable Wavelet for Controllable Symbolic Music Generation

2025-05-06 · Jincheng Zhang, György Fazekas, Charalampos Saitis

The recent surge in the popularity of diffusion models for image synthesis has attracted new attention to their potential for generation tasks in other domains. However, their applications to symbolic music generation remain largely under-explored because symbolic music is typically represented as sequences of discrete events and standard diffusion models are not well-suited for discrete data. We represent symbolic music as image-like pianorolls, facilitating the use of diffusion models for the generation of symbolic music. Moreover, this study introduces a novel diffusion model that incorporates our proposed Transformer-Mamba block and learnable wavelet transform. Classifier-free guidance is utilised to generate symbolic music with target chords. Our evaluation shows that our method achieves compelling results in terms of music quality and controllability, outperforming the strong baseline in pianoroll generation. Our code is available at https://github.com/jinchengzhanggg/proffusion.

📄 PDF Abstract BibTeX arXiv:2505.03314

Code (1)

jinchengzhanggg/proffusion 공식 구현 pytorch

Tasks

Image GenerationMambaMusic Generation

Methods 이 논문이 사용한 방법론

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$…
Attention 설명 없음
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

SALIENT: Frequency-Aware Paired Diffusion for Controllable Long-Tail CT Detection

2026-02-26 · Yifan Li, Mehrdad Salimitari, Taiyu Zhang, Guang Li 외 arxiv

Detection of rare lesions in whole-body CT is fundamentally limited by extreme class imbalance and low target-to-volume ratios, producing precision collapse despite high AUROC. Synthetic augmentation with diffusion model…

Wavelet-based Mamba with Fourier Adjustment for Low-light Image Enhancement

2024-10-27 · Junhao Tan, Songwen Pei, Wei Qin, Bo Fu 외

Frequency information (e.g., Discrete Wavelet Transform and Fast Fourier Transform) has been widely applied to solve the issue of Low-Light Image Enhancement (LLIE). However, existing frequency-based models primarily ope…

DecoderImage EnhancementLow-Light Image EnhancementMamba

DiMSUM: Diffusion Mamba -- A Scalable and Unified Spatial-Frequency Method for Image Generation

2024-11-06 · Hao Phung, Quan Dao, Trung Dao, Hoang Phan 외

We introduce a novel state-space architecture for diffusion models, effectively harnessing spatial and frequency information to enhance the inductive bias towards local features in input images for image generation tasks…

Image GenerationInductive BiasMambaState Space Models

WMamba: Wavelet-based Mamba for Face Forgery Detection

2025-01-16 · Siran Peng, Tianshuo Zhang, Li Gao, Xiangyu Zhu 외

With the rapid advancement of deepfake generation technologies, the demand for robust and accurate face forgery detection algorithms has become increasingly critical. Recent studies have demonstrated that wavelet analysi…

Face SwappingMamba

SYMPLEX: Controllable Symbolic Music Generation using Simplex Diffusion with Vocabulary Priors

2024-05-21 · Nicolas Jonason, Luca Casini, Bob L. T. Sturm

We present a new approach for fast and controllable generation of symbolic music based on the simplex diffusion, which is essentially a diffusion process operating on probabilities rather than the signal space. This obje…

Music Generation