Flexiffusion: Training-Free Segment-Wise Neural Architecture Search for Efficient Diffusion Models
Hongtao Huang, Xiaojun Chang, and Lina Yao

TL;DR
Flexiffusion introduces a training-free, segment-wise neural architecture search method that significantly accelerates diffusion models by optimizing generation schedules and architectures without retraining, using a lightweight evaluation metric.
Contribution
It proposes a novel segment-wise NAS framework that reduces search complexity and evaluation time, enabling efficient diffusion model acceleration without retraining or quality loss.
Findings
Achieves at least 2x speedup on various diffusion models with less than 5% FID degradation.
Reduces evaluation time by over 90% using the relative FID metric.
Attains 5.1x speedup on Stable Diffusion with near-identical CLIP scores.
Abstract
Diffusion models (DMs) are powerful generative models capable of producing high-fidelity images but are constrained by high computational costs due to iterative multi-step inference. While Neural Architecture Search (NAS) can optimize DMs, existing methods are hindered by retraining requirements, exponential search complexity from step-wise optimization, and slow evaluation relying on massive image generation. To address these challenges, we propose Flexiffusion, a training-free NAS framework that jointly optimizes generation schedules and model architectures without modifying pre-trained parameters. Our key insight is to decompose the generation process into flexible segments of equal length, where each segment dynamically combines three step types: full (complete computation), partial (cache-reused computation), and null (skipped computation). This segment-wise search space reduces…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGenerative Adversarial Networks and Image Synthesis · Advanced Neural Network Applications · Domain Adaptation and Few-Shot Learning
MethodsDiffusion · Contrastive Language-Image Pre-training
