Papers › Rectified Diffusion: Straightness Is Not Your Need in Rectified Flow

Rectified Diffusion: Straightness Is Not Your Need in Rectified Flow

9 Oct 2024arXiv:2410.07303archive 2025-07-28

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 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.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2410.07303")

Code

Syntology Ran 8 of 12 code samples harvested from 1 repository linked to this paper; 4 have no recorded run. Of those that ran: 2 ran · our draft was wrong; 2 ran · fixture could not drive it; 4 ran with no contract checked.

By repository: official repository: 12 samples from 1 repository, 8 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

g-u-n/rectified-diffusion officialmentioned in papermentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

12 samples harvested; 8 ran; 0 honoured the contract we drafted; 4 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

2ran · our draft was wrong
2ran · fixture could not drive it
4ran
4unverified

Licence: 12 of the 12 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from g-u-n/rectified-diffusion. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

append_dims g-u-n/rectified-diffusion/train_phased.py official repository ran · fixture could not drive it fingerprinted no licence file found · pointer only · 30befb7e4327e615 · report
extract_image_caption_pairs g-u-n/rectified-diffusion/generate_5k.py official repository ran no licence file found · pointer only · ea311f6a0c924757 · report
get_module_kohya_state_dict g-u-n/rectified-diffusion/generate_5k.py official repository ran no licence file found · pointer only · c3db516b7a60eabc · report
list_images_and_prompts g-u-n/rectified-diffusion/clip_score_ddp.py official repository ran no licence file found · pointer only · 565191fe340fe654 · report
predicted_origin g-u-n/rectified-diffusion/train_phased.py official repository ran · fixture could not drive it no licence file found · pointer only · 6df07632ebc649de · report
read_prompt_from_txt g-u-n/rectified-diffusion/clip_score_ddp.py official repository ran no licence file found · pointer only · 52227de968e773e8 · report
rescale_noise_cfg g-u-n/rectified-diffusion/pipeline.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · bea2d776a332f2b0 · report
retrieve_timesteps g-u-n/rectified-diffusion/pipeline.py official repository ran · our draft was wrong no licence file found · pointer only · 3338a5b299ea25ec · report
get_module_kohya_state_dict g-u-n/rectified-diffusion/generate_data.py official repository unverified no licence file found · pointer only · ee47db1d466f595b · report
get_module_kohya_state_dict g-u-n/rectified-diffusion/train_phased_sdxl.py official repository unverified no licence file found · pointer only · 4c7c3edd706a5541 · report
read_prompts g-u-n/rectified-diffusion/generate_5k.py official repository unverified no licence file found · pointer only · 5921630d1aaf7cbb · report
read_prompts g-u-n/rectified-diffusion/generate_data.py official repository unverified no licence file found · pointer only · cede78b52aac830e · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

DiffusionSPEED

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections