paper-with-me

Papers

PTQ4ADM: Post-Training Quantization for Efficient Text Conditional Audio Diffusion Models

2024-09-20 · Jayneel Vora, Aditya Krishnan, Nader Bouacida, Prabhu RV Shankar, Prasant Mohapatra

Denoising diffusion models have emerged as state-of-the-art in generative tasks across image, audio, and video domains, producing high-quality, diverse, and contextually relevant data. However, their broader adoption is limited by high computational costs and large memory footprints. Post-training quantization (PTQ) offers a promising approach to mitigate these challenges by reducing model complexity through low-bandwidth parameters. Yet, direct application of PTQ to diffusion models can degrade synthesis quality due to accumulated quantization noise across multiple denoising steps, particularly in conditional tasks like text-to-audio synthesis. This work introduces PTQ4ADM, a novel framework for quantizing audio diffusion models(ADMs). Our key contributions include (1) a coverage-driven prompt augmentation method and (2) an activation-aware calibration set generation algorithm for text-conditional ADMs. These techniques ensure comprehensive coverage of audio aspects and modalities while preserving synthesis fidelity. We validate our approach on TANGO, Make-An-Audio, and AudioLDM models for text-conditional audio generation. Extensive experiments demonstrate PTQ4ADM's capability to reduce the model size by up to 70\% while achieving synthesis quality metrics comparable to full-precision models($<$5\% increase in FD scores). We show that specific layers in the backbone network can be quantized to 4-bit weights and 8-bit activations without significant quality loss. This work paves the way for more efficient deployment of ADMs in resource-constrained environments.

📄 PDF Abstract BibTeX arXiv:2409.13894

Code (0)

등록된 구현이 없습니다.

Tasks

Audio GenerationAudio SynthesisDenoisingQuantization

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
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 제목 키워드 기반

HALL-E: Hierarchical Neural Codec Language Model for Minute-Long Zero-Shot Text-to-Speech Synthesis

2024-10-06 · Yuto Nishimura, Takumi Hirose, Masanari Ohi, Hideki Nakayama 외

Recently, Text-to-speech (TTS) models based on large language models (LLMs) that translate natural language text into sequences of discrete audio tokens have gained great research attention, with advances in neural audio…

Language ModelingLanguage ModellingQuantizationSpeech Synthesis+3

Post-training Quantization for Text-to-Image Diffusion Models with Progressive Calibration and Activation Relaxing

2023-11-10 · Siao Tang, Xin Wang, Hong Chen, Chaoyu Guan 외

High computational overhead is a troublesome problem for diffusion models. Recent studies have leveraged post-training quantization (PTQ) to compress diffusion models. However, most of them only focus on unconditional mo…

Quantization

PQD: Post-training Quantization for Efficient Diffusion Models

2024-12-30 · Jiaojiao Ye, Zhen Wang, Linnan Jiang

Diffusionmodels(DMs)havedemonstratedremarkableachievements in synthesizing images of high fidelity and diversity. However, the extensive computational requirements and slow generative speed of diffusion models have limit…

DiversityImage GenerationQuantizationUnconditional Image Generation

Make Some Noise: Towards LLM audio reasoning and generation using sound tokens

2025-03-28 · Shivam Mehta, Nebojsa Jojic, Hannes Gamper

Integrating audio comprehension and generation into large language models (LLMs) remains challenging due to the continuous nature of audio and the resulting high sampling rates. Here, we introduce a novel approach that c…

Audio GenerationQuantization

Audio Dequantization for High Fidelity Audio Generation in Flow-based Neural Vocoder

2020-08-16 · Hyun-Wook Yoon, Sang-Hoon Lee, Hyeong-Rae Noh, Seong-Whan Lee

In recent works, a flow-based neural vocoder has shown significant improvement in real-time speech generation task. The sequence of invertible flow operations allows the model to convert samples from simple distribution …

Audio DequantizationAudio GenerationImage Generation