The authors add exploration to diffusion/flow models, Jumpy models, and masked diffusion language models, consistently seeing monotonic performance improvements across image, video, and language modalities. Key numbers: gains rise from 7% to 36% as data grows, from 13% to 23% as model grows, and efficiency gain more than doubles when compute triples.
In efficiency, exploration improves FLOP efficiency by 4.1x, sample efficiency by 6.2x, and parameter efficiency by 47%. In image generation, it pushes RAE recipe to ImageNet unguided FID 1.43. A Large model exploring 5 modes outperforms an XLarge model with 47% more parameters but no exploration.
The authors explain that at small scale, parameters and data are bottlenecks; as scale increases, generative expressiveness becomes the bottleneck, and exploration directly amplifies it. Given that real foundation model training compute is about four orders of magnitude higher than the paper's largest experiments, these numbers may be a lower bound on gains at larger scales.