paper-with-me

Papers

DiffBench Meets DiffAgent: End-to-End LLM-Driven Diffusion Acceleration Code Generation

2026-01-06 · Jiajun jiao, Haowei Zhu, Puyuan Yang, Jianghui Wang, Ji Liu, Ziqiong Liu, Dong Li, Yuejian Fang, Junhai Yong, Bin Wang, Emad Barsoum arxiv

Diffusion models have achieved remarkable success in image and video generation. However, their inherently multiple step inference process imposes substantial computational overhead, hindering real-world deployment. Accelerating diffusion models is therefore essential, yet determining how to combine multiple model acceleration techniques remains a significant challenge. To address this issue, we introduce a framework driven by large language models (LLMs) for automated acceleration code generation and evaluation. First, we present DiffBench, a comprehensive benchmark that implements a three stage automated evaluation pipeline across diverse diffusion architectures, optimization combinations and deployment scenarios. Second, we propose DiffAgent, an agent that generates optimal acceleration strategies and codes for arbitrary diffusion models. DiffAgent employs a closed-loop workflow in which a planning component and a debugging component iteratively refine the output of a code generation component, while a genetic algorithm extracts performance feedback from the execution environment to guide subsequent code refinements. We provide a detailed explanation of the DiffBench construction and the design principles underlying DiffAgent. Extensive experiments show that DiffBench offers a thorough evaluation of generated codes and that DiffAgent significantly outperforms existing LLMs in producing effective diffusion acceleration strategies.

📄 PDF Abstract BibTeX arXiv:2601.03178

Code (0)

등록된 구현이 없습니다.

Tasks

Video GenerationCode Generation

Similar Papers 제목 키워드 기반

SIDiffAgent: Self-Improving Diffusion Agent

2026-02-02 · Shivank Garg, Ayush Singh, Gaurav Kumar Nayak arxiv

Text-to-image diffusion models have revolutionized generative AI, enabling high-quality and photorealistic image synthesis. However, their practical deployment remains hindered by several limitations: sensitivity to prom…

Prompt Engineering

DiffAgent: Fast and Accurate Text-to-Image API Selection with Large Language Model

2024-03-31 · CVPR 2024 1 · Lirui Zhao, Yue Yang, Kaipeng Zhang, Wenqi Shao 외

Text-to-image (T2I) generative models have attracted significant attention and found extensive applications within and beyond academic research. For example, the Civitai community, a platform for T2I innovation, currentl…

DiversityLanguage ModelingLanguage ModellingLarge Language Model

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

Video Action Differencing

2025-03-10 · James Burgess, Xiaohan Wang, Yuhui Zhang, Anita Rau 외

How do two individuals differ when performing the same action? In this work, we introduce Video Action Differencing (VidDiff), the novel task of identifying subtle differences between videos of the same action, which has…

RadDiff: Describing Differences in Radiology Image Sets with Natural Language

2026-01-07 · Xiaoxian Shen, Yuhui Zhang, Sahithi Ankireddy, Xiaohan Wang 외 arxiv

Understanding how two radiology image sets differ is critical for generating clinical insights and for interpreting medical AI systems. We introduce RadDiff, a multimodal agentic system that performs radiologist-style co…

Natural Language UnderstandingMultimodal Reasoning