Saliency-Aware Multi-Route Thinking: Revisiting Vision-Language Reasoning
Mingjia Shi, Yinhan He, Yaochen Zhu, Jundong Li
TL;DR
Vision–language models struggle with object grounding when inference-time scaling shifts reasoning toward text-dominated generation. The authors propose Saliency-Aware Principle Selection (SAP), a model-agnostic, data-free framework that searches over high-level reasoning principles and evaluates multiple parallel routes to preserve visual grounding. SAP uses saliency-guided evaluation with four ordinal signals and a population-based Evolutionary PER to refine principles, enabling scalable, parallel inference while maintaining grounding and reducing hallucinations. Empirical results across 16 VL benchmarks show SAP achieving competitive performance with lower latency than sequential LongCoT and robust grounding under various model scales and backbones, highlighting its practical impact for reliable multimodal reasoning in real-time settings.
Abstract
Vision-language models (VLMs) aim to reason by jointly leveraging visual and textual modalities. While allocating additional inference-time computation has proven effective for large language models (LLMs), achieving similar scaling in VLMs remains challenging. A key obstacle is that visual inputs are typically provided only once at the start of generation, while textual reasoning (e.g., early visual summaries) is generated autoregressively, causing reasoning to become increasingly text-dominated and allowing early visual grounding errors to accumulate. Moreover, vanilla guidance for visual grounding during inference is often coarse and noisy, making it difficult to steer reasoning over long texts. To address these challenges, we propose \emph{Saliency-Aware Principle} (SAP) selection. SAP operates on high-level reasoning principles rather than token-level trajectories, which enable stable control over discrete generation under noisy feedback while allowing later reasoning steps to re-consult visual evidence when renewed grounding is required. In addition, SAP supports multi-route inference, enabling parallel exploration of diverse reasoning behaviors. SAP is model-agnostic and data-free, requiring no additional training. Empirical results show that SAP achieves competitive performance, especially in reducing object hallucination, under comparable token-generation budgets while yielding more stable reasoning and lower response latency than CoT-style long sequential reasoning.
