Papers › ReNO: Enhancing One-step Text-to-Image Models through Reward-based Noise Optimization

ReNO: Enhancing One-step Text-to-Image Models through Reward-based Noise Optimization

6 Jun 2024arXiv:2406.04312archive 2025-07-28

Luca Eyring, Shyamgopal Karthik, Karsten Roth, Alexey Dosovitskiy, Zeynep Akata

Text-to-Image (T2I) models have made significant advancements in recent years, but they still struggle to accurately capture intricate details specified in complex compositional prompts. While fine-tuning T2I models with reward objectives has shown promise, it suffers from "reward hacking" and may not generalize well to unseen prompt distributions. In this work, we propose Reward-based Noise Optimization (ReNO), a novel approach that enhances T2I models at inference by optimizing the initial noise based on the signal from one or multiple human preference reward models. Remarkably, solving this optimization problem with gradient ascent for 50 iterations yields impressive results on four different one-step models across two competitive benchmarks, T2I-CompBench and GenEval. Within a computational budget of 20-50 seconds, ReNO-enhanced one-step models consistently surpass the performance of all current open-source Text-to-Image models. Extensive user studies demonstrate that our model is preferred nearly twice as often compared to the popular SDXL model and is on par with the proprietary Stable Diffusion 3 with 8B parameters. Moreover, given the same computational resources, a ReNO-optimized one-step model outperforms widely-used open-source models such as SDXL and PixArt-α, highlighting the efficiency and effectiveness of ReNO in enhancing T2I model performance at inference time. Code is available at https://github.com/ExplainableML/ReNO.

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="2406.04312")

Code

Syntology Ran 10 of 22 code samples harvested from 2 repositories linked to this paper; 12 have no recorded run. Of those that ran: 1 ran · violated contract; 2 ran · our draft was wrong; 7 ran with no contract checked.

By repository: official repository: 3 samples from 1 repository, 3 ran; found in paper text by Syntology: 19 samples from 1 repository, 7 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

explainableml/reno officialmentioned in papermentioned on GitHubpytorchMIT 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

22 samples harvested; 10 ran; 0 honoured the contract we drafted; 12 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.

1ran · violated contract
2ran · our draft was wrong
7ran
12unverified

Licence: 0 of the 22 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 2 repositories linked to this paper, official or community; each sample names its own and says which. “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.

calculate_shift ExplainableML/ReNO/models/RewardFlux.py official repository ran · violated contract MIT (permissive) · 4e3ad3679e5c37b2 · report
retrieve_timesteps ExplainableML/ReNO/models/RewardFlux.py official repository ran · our draft was wrong MIT (permissive) · 0b56680ee1708fee · report
retrieve_timesteps ExplainableML/ReNO/models/RewardStableDiffusion.py official repository ran MIT (permissive) · 6c337532224391b0 · report
attention_drop salesforce/DOODL/fgvc_ws_dan_helpers/attention.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · 4b9a1f20af5b88a2 · report
batch_norm salesforce/DOODL/memcnn/models/resnet.py found in paper text by Syntology ran Apache-2.0 (permissive) · 06864fef7f15d70b · report
conv3x3 salesforce/DOODL/memcnn/models/resnet.py found in paper text by Syntology ran · our draft was wrong Apache-2.0 (permissive) · fac5364e2f53c6db · report
get_alpha_and_beta salesforce/DOODL/helper_functions.py found in paper text by Syntology ran Apache-2.0 (permissive) · 1e2c27972c98db0d · report
get_parameter_device salesforce/DOODL/my_half_diffusers/modeling_utils.py found in paper text by Syntology ran Apache-2.0 (permissive) · eafa252fd6f86857 · report
get_parameter_dtype salesforce/DOODL/my_half_diffusers/modeling_utils.py found in paper text by Syntology ran Apache-2.0 (permissive) · dc2045840ce679cb · report
symmetry_loss_fn salesforce/DOODL/doodl.py found in paper text by Syntology ran Apache-2.0 (permissive) · 6fa6035b98a8620c · report
attention_crop salesforce/DOODL/fgvc_ws_dan_helpers/attention.py found in paper text by Syntology unverified Apache-2.0 (permissive) · f4b39efe5d9d4cd6 · report
attention_crop_drop salesforce/DOODL/fgvc_ws_dan_helpers/attention.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 90d39f0e29e120ed · report
check_imports salesforce/DOODL/my_half_diffusers/dynamic_modules_utils.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 301682fc3342590a · report
clip_loss_fn salesforce/DOODL/doodl.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 98d441978db01287 · report
forward_step salesforce/DOODL/helper_functions.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 2b1d2002a86e6988 · report
get_relative_import_files salesforce/DOODL/my_half_diffusers/dynamic_modules_utils.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 00cc853a73f3aeb6 · report
get_relative_imports salesforce/DOODL/my_half_diffusers/dynamic_modules_utils.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 450aeffe7f80f917 · report
inception_v3 salesforce/DOODL/fgvc_ws_dan_helpers/inception_bap.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 281fab24f1d00b4d · report
inception_v3_bap salesforce/DOODL/fgvc_ws_dan_helpers/inception_bap.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 0be62823f1d5be59 · report
load_state_dict salesforce/DOODL/my_half_diffusers/modeling_utils.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 77bd5e6e8ca8c91d · report
reverse_step salesforce/DOODL/helper_functions.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 6dfd0473df9ccaa5 · report
spherical_dist_loss salesforce/DOODL/doodl.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 216e276b9fb00d10 · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Diffusion

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