TL;DR
Vision-language models (VLMs) struggle with self-correction after making predictions. The authors developed Iterative Visual Thinking (IVT), a framework that allows VLMs to refine their predictions through visual feedback.
✦ Why It Matters
Engineers can implement IVT to enhance VLMs' self-correction capabilities, improving their performance in real-world applications.
Key Takeaways
How It Works
IVT operates in a closed-loop where the model predicts a bounding box, observes the rendered prediction, and refines it iteratively. The first training phase uses the model's own predictions as errors to generate corrective reasoning, while the second phase employs GRPO with an Intersection over Union (IoU) reward to enhance stability during refinement.
Related