Paper Overview
- Field: Computer Vision (CV)
- Authors: Pradhaan S Bhat, Rishubh Parihar, Abhijnya Bhat
- Published: 2026-06-27
- arXiv: 2606.27371
- Feature Self-Guidance: A training-free self-guidance mechanism that disperses the flow model's internal features across samples during batch generation, encouraging diverse outputs.
- Manifold Regularization: Ensures diversity while preserving alignment with the input conditioning, avoiding drift away from the prompt.
- Efficiency: Unlike reward-model-based sample selection, the method incurs minimal inference-time overhead and requires no additional training.
Abstract (from the paper)
State-of-the-art flow models generate stunning images from text or image prompts. However, they suffer from diversity collapse when generating multiple samples under the same conditioning. Existing methods address this issue via either latent guidance, which has limited effectiveness, or sample selection, which relies on external reward models that incur significant inference-time overhead. In this work, the authors introduce an efficient, training-free self-guidance mechanism to mitigate diversity collapse.Key Contributions
Context
Existing approaches to diversity collapse either use latent guidance (with limited effectiveness) or sample selection via external reward models (with significant inference-time cost). This work positions Feature Self-Guidance as an efficient middle ground for pretrained flow models.--- *Auto-collected on 2026-06-27*