paper-with-me

Papers

Rectified Diffusion: Straightness Is Not Your Need in Rectified Flow

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

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, improves generation speed by straightening the ODE path. Its key components include: 1) using the diffusion form of flow-matching, 2) employing $\boldsymbol v$-prediction, and 3) performing rectification (a.k.a. reflow). In this paper, we argue that the success of rectification primarily lies in using a pretrained diffusion model to obtain matched pairs of noise and samples, followed by retraining with these matched noise-sample pairs. Based on this, components 1) and 2) are unnecessary. Furthermore, we highlight that straightness is not an essential training target for rectification; rather, it is a specific case of flow-matching models. The more critical training target is to achieve a first-order approximate ODE path, which is inherently curved for models like DDPM and Sub-VP. Building on this insight, we propose Rectified Diffusion, which generalizes the design space and application scope of rectification to encompass the broader category of diffusion models, rather than being restricted to flow-matching models. We validate our method on Stable Diffusion v1-5 and Stable Diffusion XL. Our method not only greatly simplifies the training procedure of rectified flow-based previous works (e.g., InstaFlow) but also achieves superior performance with even lower training cost. Our code is available at https://github.com/G-U-N/Rectified-Diffusion.

📄 PDF Abstract BibTeX arXiv:2410.07303

Code (1)

g-u-n/rectified-diffusion 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
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…

Similar Papers 제목 키워드 기반

On the Wasserstein Convergence and Straightness of Rectified Flow

2024-10-19 · Vansh Bansal, Saptarshi Roy, Purnamrita Sarkar, Alessandro Rinaldo

Diffusion models have emerged as a powerful tool for image generation and denoising. Typically, generative models learn a trajectory between the starting noise distribution and the target data distribution. Recently Liu …

DenoisingImage Generation

Root-Selecting Fixed-Point Inversion for Rectified Flows via Trajectory Straightness

2026-06-16 · Semin Kim, Jihwan Yoon, Seunghoon Hong arxiv

Finding the initial noise that generates a given data sample, known as inversion, is a key component for downstream applications such as training-free image editing. Existing fixed-point inversion methods improve inversi…

Image ReconstructionImage Editing

TraFlow: Trajectory Distillation on Pre-Trained Rectified Flow

2025-02-24 · Zhangkai Wu, Xuhui Fan, Hongyu Wu, Longbing Cao

Majorities of distillation methods on pre-trained diffusion models or on pre-trained rectified flow, focus on either the distillation outputs or the trajectories between random noises and clean images to speed up sample …

Text-to-Image Rectified Flow as Plug-and-Play Priors

2024-06-05 · Xiaofeng Yang, Cheng Chen, Xulei Yang, Fayao Liu 외

Large-scale diffusion models have achieved remarkable performance in generative tasks. Beyond their initial training applications, these models have proven their ability to function as versatile plug-and-play priors. For…

3D GenerationText to 3D

Self-Consistent Flow: Unifying Velocity and Endpoint Prediction for Rectified Flow Models

2026-07-13 · Xu Han, Jiajing Hu, Li-Ping Liu arxiv

In rectified-flow-based generative models, the neural network can be trained to predict two different targets, such as the instantaneous velocity or the data endpoint, to perform denoising. Although prior work shows that…

Image Generation