TLDR: VOGUE is a novel method that improves Multimodal Large Language Models (MLLMs) by guiding exploration with visual uncertainty. It treats images as stochastic contexts, using a dual-branch system (raw vs. noisy images) to quantify how sensitive a model’s predictions are to visual perturbations. This uncertainty signal, combined with an entropy bonus and an annealed sampling schedule, shapes the learning objective. VOGUE significantly boosts accuracy (pass@1) and exploration (pass@4) on visual math and general-domain reasoning benchmarks, making MLLMs more robust and effective by shifting exploration from the output (text) to the input (visual) space.
A groundbreaking new method called VOGUE (Visual-Uncertainty–Guided Exploration) is set to significantly improve how Multimodal Large Language Models (MLLMs) reason, especially when dealing with complex visual information. Developed by a team including Rui Liu, Dian Yu, Tong Zheng, Runpeng Dai, Zongxia Li, Wenhao Yu, Zhenwen Liang, Linfeng Song, Haitao Mi, Pratap Tokekar, and Dong Yu, this approach tackles a persistent challenge in AI: effective exploration during learning.
Traditionally, reinforcement learning (RL) methods used to train LLMs often struggle with exploration, tending to stick to known paths rather than discovering new, potentially better reasoning strategies. This problem is even more pronounced in MLLMs, which combine text and visual inputs. Current MLLM training typically treats images as fixed, deterministic conditions, overlooking the inherent ambiguities and variations that can exist in visual data. This can lead to models that are not robust to slight visual changes and may learn superficial correlations instead of deep understanding.
How VOGUE Changes the Game
VOGUE introduces a novel perspective by treating the visual input not as a fixed condition, but as a stochastic, or variable, context. This means the model actively considers the uncertainty within an image to guide its exploration. Instead of focusing exploration on the text output, VOGUE shifts it to the visual input space.
Here’s how it works: For each training example, VOGUE uses a dual-branch system. One branch processes the original, “raw” image, while the other processes a slightly “noisy” version of the same image. This noisy image is created by applying small, semantics-preserving perturbations like random flips, rotations, color jittering, or Gaussian noise. These changes are subtle enough not to alter the core meaning of the image but significant enough to test the model’s sensitivity to visual variations.
The core innovation lies in quantifying “visual uncertainty.” VOGUE measures the difference between the model’s predictions when processing the raw image versus the noisy image. This difference, calculated using a symmetric KL divergence, acts as a direct signal, highlighting areas where the model’s understanding is brittle or ambiguous. These are precisely the states that are most valuable for exploration.
Guiding the Learning Process
This visual uncertainty signal is then used to shape the learning objective. VOGUE applies an uncertainty-proportional bonus to the noisy branch, encouraging the model to explore these visually ambiguous inputs. Additionally, a token-entropy bonus is applied to both branches to maintain a healthy level of randomness in the model’s textual outputs, further promoting exploration.
To balance exploration (trying new things) with exploitation (using what works), VOGUE employs an annealed sampling schedule. Early in training, the system prioritizes updates from the noisy branch, pushing the model to explore broadly. As training progresses and the model stabilizes, it gradually shifts focus to the raw branch, allowing for fine-tuning based on the original, unperturbed data.
Also Read:
- Decoding How AI Understands the World: A Multimodal Perspective
- Enhancing Multimodal Reasoning with Advanced Vision-Language Process Reward Models
Impressive Results Across Diverse Tasks
VOGUE was implemented within the GRPO (Group Relative Policy Optimization) framework and evaluated on Qwen2.5-VL-3B and 7B models across six diverse benchmarks, including visual math problems (MathVerse, MathVista, WeMath) and general-domain reasoning tasks (HallusionBench, ChartQA, LogicVista).
The results were compelling: VOGUE boosted pass@1 accuracy (the accuracy of the first attempt) by an average of 2.6% on visual math benchmarks and 3.7% on general-domain reasoning benchmarks. Crucially, it also improved pass@4 performance (accuracy within four attempts), effectively mitigating the common problem of exploration decay in RL fine-tuning. This demonstrates that VOGUE successfully enhances both the model’s ability to find the correct answer and its capacity for robust exploration.
Ablation studies further confirmed the importance of each component: the visual uncertainty bonus, the token entropy bonus, and the annealed sampling strategy all played distinct and complementary roles in achieving these gains. The choice of symmetric KL divergence for measuring uncertainty and a moderate level of noise injection were also validated as optimal for stable and effective training.
By grounding exploration in the inherent uncertainty of visual inputs, VOGUE offers a powerful and practical strategy for improving multimodal reasoning in AI. This work opens promising avenues for future research into more complex, cross-modal uncertainty schemes, potentially leading to even more robust and intelligent AI systems. You can read the full research paper here: Guiding Exploration with Visual Uncertainty Improves Multimodal Reasoning.


