paper-with-me

홈 › Papers

Flexiffusion: Training-Free Segment-Wise Neural Architecture Search for Efficient Diffusion Models

2025-06-03 · Hongtao Huang, Xiaojun Chang, Lina Yao

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 the candidate pool exponentially compared to step-wise NAS while preserving architectural diversity. Further, we introduce relative FID (rFID), a lightweight evaluation metric for NAS that measures divergence from a teacher model's outputs instead of ground truth, slashing evaluation time by over $90\%$. In practice, Flexiffusion achieves at least $2\times$ acceleration across LDMs, Stable Diffusion, and DDPMs on ImageNet and MS-COCO, with FID degradation under $5\%$, outperforming prior NAS and caching methods. Notably, it attains $5.1\times$ speedup on Stable Diffusion with near-identical CLIP scores. Our work pioneers a resource-efficient paradigm for searching high-speed DMs without sacrificing quality.

📄 PDF Abstract BibTeX arXiv:2506.02488

Code (0)

등록된 구현이 없습니다.

Tasks

Image GenerationNeural Architecture Search

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…
CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

Flexiffusion: Segment-wise Neural Architecture Search for Flexible Denoising Schedule

2024-09-26 · Hongtao Huang, Xiaojun Chang, Lina Yao

Diffusion models are cutting-edge generative models adept at producing diverse, high-quality images. Despite their effectiveness, these models often require significant computational resources owing to their numerous seq…

DenoisingNeural Architecture Search

Proposal-free Lidar Panoptic Segmentation with Pillar-level Affinity

2022-04-19 · Qi Chen, Sourabh Vora

We propose a simple yet effective proposal-free architecture for lidar panoptic segmentation. We jointly optimize both semantic segmentation and class-agnostic instance classification in a single network using a pillar-b…

ClassificationClusteringobject-detectionObject Detection+3

Layer-wise Model Merging for Unsupervised Domain Adaptation in Segmentation Tasks

2024-09-24 · Roberto Alcover-Couso, Juan C. SanMiguel, Marcos Escudero-Viñolo, Jose M Martínez

Merging parameters of multiple models has resurfaced as an effective strategy to enhance task performance and robustness, but prior work is limited by the high costs of ensemble creation and inference. In this paper, we …

Domain AdaptationPanoptic SegmentationUnsupervised Domain Adaptation

RAVEN: Radar Adaptive Vision Encoders for Efficient Chirp-wise Object Detection and Segmentation

2026-04-06 · Anuvab Sen, Mir Sayeed Mohammad, Saibal Mukhopadhyay arxiv

This paper presents RAVEN, a computationally efficient deep learning architecture for FMCW radar perception. The method processes raw ADC data in a chirp-wise streaming manner, preserves MIMO structure through independen…

Object Detection

Training-Free Robust Interactive Video Object Segmentation

2024-06-08 · Xiaoli Wei, Zhaoqing Wang, Yandong Guo, Chunxia Zhang 외

Interactive video object segmentation is a crucial video task, having various applications from video editing to data annotating. However, current approaches struggle to accurately segment objects across diverse domains.…

Interactive Video Object SegmentationObjectPoint TrackingSegmentation+5