TTS: Test-Time Scaling—improving model performance by increasing computation during inference (e.g., search or verification) rather than training
SDE: Stochastic Differential Equation—a differential equation involving a random noise term, used here to model the diffusion process
ODE: Ordinary Differential Equation—a deterministic differential equation, often used for sampling in flow models
Flow Models: Generative models that learn a velocity field to transform a simple distribution (noise) into data via an ODE
Best-of-N: A simple search strategy that generates N samples and selects the one with the highest reward
Particle Sampling: A sequential Monte Carlo method that resamples trajectories during the denoising process based on intermediate rewards
Tournament Selection: An evolutionary operator where a small subset of the population is chosen at random, and the best individual from that subset becomes a parent