paper-with-me

홈 › Papers

ACDC: Autoregressive Coherent Multimodal Generation using Diffusion Correction

2024-10-07 · Hyungjin Chung, Dohun Lee, Jong Chul Ye

Autoregressive models (ARMs) and diffusion models (DMs) represent two leading paradigms in generative modeling, each excelling in distinct areas: ARMs in global context modeling and long-sequence generation, and DMs in generating high-quality local contexts, especially for continuous data such as images and short videos. However, ARMs often suffer from exponential error accumulation over long sequences, leading to physically implausible results, while DMs are limited by their local context generation capabilities. In this work, we introduce Autoregressive Coherent multimodal generation with Diffusion Correction (ACDC), a zero-shot approach that combines the strengths of both ARMs and DMs at the inference stage without the need for additional fine-tuning. ACDC leverages ARMs for global context generation and memory-conditioned DMs for local correction, ensuring high-quality outputs by correcting artifacts in generated multimodal tokens. In particular, we propose a memory module based on large language models (LLMs) that dynamically adjusts the conditioning texts for the DMs, preserving crucial global context information. Our experiments on multimodal tasks, including coherent multi-frame story generation and autoregressive video generation, demonstrate that ACDC effectively mitigates the accumulation of errors and significantly enhances the quality of generated outputs, achieving superior performance while remaining agnostic to specific ARM and DM architectures. Project page: https://acdc2025.github.io/

📄 PDF Abstract BibTeX arXiv:2410.04721

Code (0)

등록된 구현이 없습니다.

Tasks

multimodal generationStory GenerationVideo Generation

Methods 이 논문이 사용한 방법론

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 제목 키워드 기반

ANOLE: An Open, Autoregressive, Native Large Multimodal Models for Interleaved Image-Text Generation

2024-07-08 · Ethan Chern, Jiadi Su, Yan Ma, PengFei Liu

Previous open-source large multimodal models (LMMs) have faced several limitations: (1) they often lack native integration, requiring adapters to align visual representations with pre-trained large language models (LLMs)…

multimodal generationText Generation

UniCanvas: A Diffusion-base Unified Model for Text-in-Image Joint Generation

2026-06-02 · Zeyuan Yang, Hao-Wei Chen, Xueyang Yu, Yuncong Yang 외 arxiv

Recent years have seen remarkable progress in unified vision-language models handling both multimodal understanding and generation within a single architecture. While autoregressive VLMs can reason across modalities, the…

multimodal generationImage GenerationText Generation

SongBloom: Coherent Song Generation via Interleaved Autoregressive Sketching and Diffusion Refinement

2025-06-09 · Chenyu Yang, Shuai Wang, Hangting Chen, Wei Tan 외

Generating music with coherent structure, harmonious instrumental and vocal elements remains a significant challenge in song generation. Existing language models and diffusion-based methods often struggle to balance glob…

Music Generation

DiffListener: Discrete Diffusion Model for Listener Generation

2025-02-05 · Siyeol Jung, Taehwan Kim

The listener head generation (LHG) task aims to generate natural nonverbal listener responses based on the speaker's multimodal cues. While prior work either rely on limited modalities (e.g. audio and facial information)…

model

MIDAS: Multimodal Interactive Digital-humAn Synthesis via Real-time Autoregressive Video Generation

2025-08-26 · Ming Chen, Liyuan Cui, Wenyuan Zhang, Haoxian Zhang 외 arxiv

Recently, interactive digital human video generation has attracted widespread attention and achieved remarkable progress. However, building such a practical system that can interact with diverse input signals in real tim…

Video Generation