Explorative modeling: Train on the best of K guesses
- AI
- Machine Learning
- Research
- Image Generation
The post introduces “explorative modeling,” a simple idea aimed at the classic problem where a model trained to predict one output for an ambiguous input tends to average across valid answers and produce blurry or generic results. Instead of making one guess, the model makes K guesses during training and only gets penalized on the guess closest to the target. The author presents this as a way to preserve multiple possible outputs without changing the base model architecture, and shows it inside modern diffusion and flow-style image generation setups.
Treat this as a plausible training improvement for diffusion and flow-style models, not a clean break from how generative modeling works. If you run model research, the immediate question is engineering cost versus gain: can you get the same multimodal benefits with joint prediction, better weighting, or existing best-of-K style methods before paying for K forward passes.
-
alexiglad.github.io
- Discuss on HN