NeFut Logo NeFut
Admin Login

[CS.AI] Efficient Text-to-Audio Generation through Pruning

Published at: 2026-07-17 22:00 Last updated: 2026-07-18 08:19
#optimization #Neural #DeepSeek

Diffusion-based text-to-audio generative models like AudioLDM achieve high perceptual quality and strong semantic consistency; however, their practical deployment is limited by the substantial computational cost of the U-Net denoising backbone. This work applies model pruning to enhance the computational efficiency of AudioLDM, a U-Net-based text-conditioned audio latent diffusion model.

We analyze parameter redundancy across U-Net convolutional blocks and evaluate a filter-pruning strategy. Pruning is guided by norm-based criteria and followed by lightweight finetuning to recover performance losses. Experimental results demonstrate that up to 83% of the parameters and 39% of the multiply-accumulate operations of U-Net have been reduced while maintaining, and in some cases improving, generation quality compared to the baseline unpruned network.

We find that pruning affects AudioLDM's ability to generate certain sound events, including safety-critical sounds such as gunshots, sirens, and explosions, as well as mechanical sounds like drills and sewing machines, and other sounds such as sprays and tick-tocks, which are mostly recovered by lightweight finetuning of the pruned model.

Original Source: https://arxiv.org/abs/2607.13330

[h] Back to Home