paper-with-me

Papers

Test-Time Iterative Error Correction for Efficient Diffusion Models

2025-11-09 · Yunshan Zhong, Weiqi Yan, Yuxin Zhang arxiv

With the growing demand for high-quality image generation on resource-constrained devices, efficient diffusion models have received increasing attention. However, such models suffer from approximation errors introduced by efficiency techniques, which significantly degrade generation quality. Once deployed, these errors are difficult to correct, as modifying the model is typically infeasible in deployment environments. Through an analysis of error propagation across diffusion timesteps, we reveal that these approximation errors can accumulate exponentially, severely impairing output quality. Motivated by this insight, we propose Iterative Error Correction (IEC), a novel test-time method that mitigates inference-time errors by iteratively refining the model's output. IEC is theoretically proven to reduce error propagation from exponential to linear growth, without requiring any retraining or architectural changes. IEC can seamlessly integrate into the inference process of existing diffusion models, enabling a flexible trade-off between performance and efficiency. Extensive experiments show that IEC consistently improves generation quality across various datasets, efficiency techniques, and model architectures, establishing it as a practical and generalizable solution for test-time enhancement of efficient diffusion models. The code is available in https://github.com/zysxmu/IEC.

📄 PDF Abstract BibTeX arXiv:2511.06250

Code (0)

등록된 구현이 없습니다.

Tasks

Image Generation

Similar Papers 제목 키워드 기반

Timestep-Aware Correction for Quantized Diffusion Models

2024-07-04 · Yuzhe Yao, Feng Tian, Jun Chen, Haonan Lin 외

Diffusion models have marked a significant breakthrough in the synthesis of semantically coherent images. However, their extensive noise estimation networks and the iterative generation process limit their wider applicat…

AttributeNoise EstimationQuantization

Syndrome-Flow Consistency Model Achieves One-step Denoising Error Correction Codes

2025-12-01 · Haoyu Lei, Chin Wa Lau, Kaiwen Zhou, Nian Guo 외 arxiv

Error Correction Codes (ECC) are fundamental to reliable digital communication, yet designing neural decoders that are both accurate and computationally efficient remains challenging. Recent denoising diffusion decoders …

Denoising Diffusion Error Correction Codes

2022-09-16 · Yoni Choukroun, Lior Wolf

Error correction code (ECC) is an integral part of the physical communication layer, ensuring reliable data transfer over noisy channels. Recently, neural decoders have demonstrated their advantage over classical decodin…

DecoderDenoising

Reward-Guided Iterative Refinement in Diffusion Models at Test-Time with Applications to Protein and DNA Design

2025-02-20 · Masatoshi Uehara, Xingyu Su, Yulai Zhao, Xiner Li 외

To fully leverage the capabilities of diffusion models, we are often interested in optimizing downstream reward functions during inference. While numerous algorithms for reward-guided generation have been recently propos…

DenoisingEvolutionary Algorithms

Plug-and-Play Fidelity Optimization for Diffusion Transformer Acceleration via Cumulative Error Minimization

2025-12-29 · Tong Shao, Yusen Fu, Guoying Sun, Jingde Kong 외 arxiv

Although Diffusion Transformer (DiT) has emerged as a predominant architecture for image and video generation, its iterative denoising process results in slow inference, which hinders broader applicability and developmen…

Video Generation