paper-with-me

홈 › Papers

VDE: Training-Free Accelerating Rectified Flow Model via Velocity Decomposition and Estimation

2026-05-22 · Junwen Tan, Jinglin Liang, Hongyuan Chen, Shuangping Huang arxiv

Though rectified flow models have achieved remarkable performance in image, video, and 3D generation, their practical deployments are challenged by slow inference speeds. Prior acceleration methods reuse cached features from previous steps, which neglects the growing mismatch between static caches and the evolving input, leading to reduced output fidelity. This work proposes Velocity Decomposition and Estimation (VDE), a training-free acceleration method that shifts the paradigm from caching-and-reusing to decomposing-and-estimating. Specifically, VDE decomposes the model's velocity into components parallel and orthogonal to the input, exploiting their temporal predictability and directional stability for precise, input-adaptive estimation. To prevent error accumulation, it periodically anchors the model's state via full forward passes. Extensive experiments on image and video generation tasks demonstrate that VDE achieves substantial acceleration with minimal loss in visual quality. Notably, VDE accelerates Flux by 3.22 times and achieves an LPIPS of 0.069 on Qwen-Image, outperforming the best baseline with a 52.2% reduction.

📄 PDF Abstract BibTeX arXiv:2605.23381

Code (0)

등록된 구현이 없습니다.

Tasks

Video Generation3D Generation

Similar Papers 제목 키워드 기반

Variational Rectified Flow Matching

2025-02-13 · Pengsheng Guo, Alexander G. Schwing

We study Variational Rectified Flow Matching, a framework that enhances classic rectified flow matching by modeling multi-modal velocity vector-fields. At inference time, classic rectified flow matching 'moves' samples f…

Accelerating Rectified Flow Models via Trajectory-Aware Caching

2026-05-16 · Xiao Liu, Kai Liu, Naiyang Guan, Hongliang Lu 외 arxiv

Diffusion and rectified flow (RF) models generate high-fidelity images and videos, but their iterative velocity-field evaluations are computationally expensive. Existing caching methods accelerate sampling by skipping ti…

Text-to-Image GenerationText-to-Video Generation

Delta Rectified Flow Sampling for Text-to-Image Editing

2025-09-01 · Gaspard Beaudouin, Minghan Li, Jaeyeon Kim, Sung-Hoon Yoon 외 arxiv

We propose Delta Rectified Flow Sampling (DRFS), a novel inversion-free, path-aware editing framework within rectified flow models for text-to-image editing. DRFS is a distillation-based method that explicitly models the…

Image Editing

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 thro…

Rectified-CFG++ for Flow Based Models

2025-10-09 · Shreshth Saini, Shashank Gupta, Alan C. Bovik arxiv

Classifier-free guidance (CFG) is the workhorse for steering large diffusion models toward text-conditioned targets, yet its native application to rectified flow (RF) based models provokes severe off-manifold drift, yiel…