paper-with-me

Papers

CAB: Accelerating Flow and Diffusion Sampling via Rectification and Corrected Adams-Bashforth

2026-05-16 · Anuska Roy, Pravin Nair arxiv

Flow and diffusion models achieve high-fidelity, high-resolution image synthesis, but often require many function evaluations (NFEs) at sampling time. Existing acceleration methods either require additional training through distillation or rely on training-free high-order solvers, and both can degrade sample quality at low NFE budgets. We propose CAB (Corrected Adams-Bashforth), a training-free sampler that accelerates both flow and diffusion models. CAB first transforms the sampling dynamics to a common rectified coordinate system, and then applies a multistep Adams-Bashforth predictor augmented with a simple correction term based on past velocity evaluations and therefore incurs no additional NFEs. The resulting method is simple, has the same algorithmic form across model classes, and has at least third-order local truncation error and second-order global error. Experiments on pretrained flow and diffusion models, including class-conditional and large-scale text-to-image benchmarks, show that CAB improves quality-NFE trade-offs in the low-step regime of 6-20 NFEs. It also remains competitive with strong training-free samplers at higher step counts across most tested models. The official implementation is available at https://github.com/Anuska-Roy/CAB.

📄 PDF Abstract BibTeX arXiv:2605.16736

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Rectified Diffusion: Straightness Is Not Your Need in Rectified Flow

2024-10-09 · Fu-Yun Wang, Ling Yang, Zhaoyang Huang, Mengdi Wang 외

Diffusion models have greatly improved visual generation but are hindered by slow generation speed due to the computationally intensive nature of solving generative ODEs. Rectified flow, a widely recognized solution, imp…

DREAM: Diffusion Rectification and Estimation-Adaptive Models

2023-11-30 · CVPR 2024 1 · Jinxin Zhou, Tianyu Ding, Tianyi Chen, Jiachen Jiang 외

We present DREAM, a novel training framework representing Diffusion Rectification and Estimation Adaptive Models, requiring minimal code changes (just three lines) yet significantly enhancing the alignment of training wi…

Image Super-ResolutionSuper-Resolution

Self-Corrected Flow Distillation for Consistent One-Step and Few-Step Text-to-Image Generation

2024-12-22 · Quan Dao, Hao Phung, Trung Dao, Dimitris Metaxas 외

Flow matching has emerged as a promising framework for training generative models, demonstrating impressive empirical performance while offering relative ease of training compared to diffusion-based models. However, this…

Image GenerationText to Image GenerationText-to-Image Generation

SpecLoR: Spectral Lookahead Rectification for Motion-Coherent Text-to-Video Generation

2026-06-10 · Xu Zhang, Yu Lu, Ruijie Quan, Zhaozheng Chen 외 arxiv

Flow Matching has enabled robust text-to-video generation via latent ODE sampling. However, velocity approximation and numerical discretization errors inevitably accumulate, causing sampling trajectories to drift. Conseq…

Text-to-Video Generation

Accelerating Diffusion Models with Parallel Sampling: Inference at Sub-Linear Time Complexity

2024-05-24 · Haoxuan Chen, Yinuo Ren, Lexing Ying, Grant M. Rotskoff

Diffusion models have become a leading method for generative modeling of both image and scientific data. As these models are costly to train and evaluate, reducing the inference cost for diffusion models remains a major …

GPU