Trust-Region Noise Search for Black-Box Alignment of Diffusion and Flow Models

1TU Munich    2Munich Center for Machine Learning
Equal Supervision
ICLR ICLR 2026 ReALM-GEN Workshop ECCV 2026 ECCV 2026
TRS Alignment Teaser
TRS balances global exploration of noise space with local refinement around good regions.

In a Nutshell

Diffusion and flow models generate outputs from random noise. What if we could search for better noise? TRS does exactly that: it treats the generative model and any reward function as black boxes, and uses a trust-region search to find noise inputs that produce higher-reward outputs — without retraining or backpropagating through anything.

Key highlights

  • Outperforms noise-optimization and even full trajectory-optimization baselines under identical compute
  • Tested across text-to-image (SD1.5, SDXL), molecule design, and protein design
  • Works with any reward: differentiable, non-differentiable, expensive, or human-proxy
  • Stays on the data manifold — no gradient drift, stable even with many optimization steps
  • Simple algorithm, minimal hyperparameter tuning across all tasks

How It Works

A generative model maps a noise vector to an output. A reward function scores it. TRS searches for the noise inputs that maximize the reward — treating everything as a black box.

The full method, animated — a brief warm-up seeds the trust regions, then TRS cycles evaluate → update → perturb → new candidate and repeats. Press play or drag the scrubber.

See It on Text-to-Image

Same Stable Diffusion 1.5 model, same prompt — TRS only changes the source noise. Drag to compare.

Results

Text-to-Image

Pick a prompt and compare TRS against every baseline under the same SDXL model and budget — TRS (highlighted) reaches the most faithful prompt alignment.

Molecule & Protein Design

Rotate the actual optimized structures in 3D (rendered with Mol*, the rcsb.org/3d-view engine). Switch task and baseline — TRS lands closer to target molecule properties (lower loss) and folds into more designable protein backbones under the same budget.


Quantitative Comparison

Explore the scaling study interactively — switch task, reward model, and toggle baselines. TRS consistently reaches the highest reward under the same compute budget across all domains.

BibTeX

@misc{schweiger2026trustregionnoisesearchblackbox,
      title={Trust-Region Noise Search for Black-Box Alignment of Diffusion and Flow Models},
      author={Niklas Schweiger and Daniel Cremers and Karnik Ram},
      year={2026},
      eprint={2603.14504},
      archivePrefix={arXiv},
      primaryClass={cs.LG},
      url={https://arxiv.org/abs/2603.14504},
}