paper-with-me

홈 › Papers

Auffusion: Leveraging the Power of Diffusion and Large Language Models for Text-to-Audio Generation

2024-01-02 · Jinlong Xue, Yayue Deng, Yingming Gao, Ya Li

Recent advancements in diffusion models and large language models (LLMs) have significantly propelled the field of AIGC. Text-to-Audio (TTA), a burgeoning AIGC application designed to generate audio from natural language prompts, is attracting increasing attention. However, existing TTA studies often struggle with generation quality and text-audio alignment, especially for complex textual inputs. Drawing inspiration from state-of-the-art Text-to-Image (T2I) diffusion models, we introduce Auffusion, a TTA system adapting T2I model frameworks to TTA task, by effectively leveraging their inherent generative strengths and precise cross-modal alignment. Our objective and subjective evaluations demonstrate that Auffusion surpasses previous TTA approaches using limited data and computational resource. Furthermore, previous studies in T2I recognizes the significant impact of encoder choice on cross-modal alignment, like fine-grained details and object bindings, while similar evaluation is lacking in prior TTA works. Through comprehensive ablation studies and innovative cross-attention map visualizations, we provide insightful assessments of text-audio alignment in TTA. Our findings reveal Auffusion's superior capability in generating audios that accurately match textual descriptions, which further demonstrated in several related tasks, such as audio style transfer, inpainting and other manipulations. Our implementation and demos are available at https://auffusion.github.io.

📄 PDF Abstract BibTeX arXiv:2401.01044

Code (1)

happylittlecat2333/Auffusion 공식 구현 pytorch

Tasks

Audio Generationcross-modal alignmentStyle Transfer

Methods 이 논문이 사용한 방법론

Inpainting Train a convolutional neural network to generate the contents of an arbitrary image region conditioned on its surroundings.
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 제목 키워드 기반

EditGen: Harnessing Cross-Attention Control for Instruction-Based Auto-Regressive Audio Editing

2025-07-15 · Vassilis Sioros, Alexandros Potamianos, Giorgos Paraskevopoulos arxiv

In this study, we investigate leveraging cross-attention control for efficient audio editing within auto-regressive models. Inspired by image editing methodologies, we develop a Prompt-to-Prompt-like approach that guides…

Image Editing

Large Language Models to Diffusion Finetuning

2025-01-27 · Edoardo Cetin, Tianyu Zhao, Yujin Tang

We propose a new finetuning method to provide pre-trained large language models (LMs) the ability to scale test-time compute through the diffusion framework. By increasing the number of diffusion steps, we show our finet…

Rare-to-Frequent: Unlocking Compositional Generation Power of Diffusion Models on Rare Concepts with LLM Guidance

2024-10-29 · Dongmin Park, Sebin Kim, Taehong Moon, Minkyu Kim 외

State-of-the-art text-to-image (T2I) diffusion models often struggle to generate rare compositions of concepts, e.g., objects with unusual attributes. In this paper, we show that the compositional generation power of dif…

Language ModelingLanguage ModellingLarge Language Model

Scale-Wise VAR is Secretly Discrete Diffusion

2025-09-26 · Amandeep Kumar, Nithin Gopalakrishnan Nair, Vishal M. Patel arxiv

Autoregressive (AR) transformers have emerged as a powerful paradigm for visual generation, largely due to their scalability, computational efficiency and unified architecture with language and vision. Among them, next s…

Computational Efficiency

I Think, Therefore I Diffuse: Enabling Multimodal In-Context Reasoning in Diffusion Models

2025-02-12 · Zhenxing Mi, Kuan-Chieh Wang, Guocheng Qian, Hanrong Ye 외

This paper presents ThinkDiff, a novel alignment paradigm that empowers text-to-image diffusion models with multimodal in-context understanding and reasoning capabilities by integrating the strengths of vision-language m…

DecoderLarge Language Model