paper-with-me

홈 › Papers

Self-Prophetic Decoding to Unlock Visual Search in LVLMs

2026-05-27 · Zhendong He, Qiyuan Dai, Guanbin Li, Liang Lin, Sibei Yang arxiv

Large Vision-Language Models (LVLMs) are rapidly evolving toward true multimodal reasoning, with visual search representing a concrete instantiation of the thinking-with-images paradigm. However, LVLM visual search faces two key challenges: incompatibility among intrinsic capabilities after post-training, and interference in long multi-step reasoning contexts. To address these, we identify two novel insights. First, self-regulation between pre- and post-training LVLMs leverages the intrinsic single-step capabilities of the pre-training model to mitigate capability deterioration and long-context interference. Second, probability-based prophetic sampling, replacing naive prompting, provides a probabilistic interface where the pre-training model acts as a prophet and the post-training model selectively accepts prophetic tokens under its output distribution, preserving coherent multi-step reasoning. Building on these insights, we introduce SeProD, a self-prophetic decoding framework that leverages intrinsic single-step capabilities to enable coherent multi-step reasoning in a training-free, plug-and-play manner. Experiments show that SeProD consistently improves multiple visual-search LVLMs across all 12 splits of 4 visual search benchmarks, as well as across general VQA benchmarks, without added computational overhead, thanks to its parallel prophetic acceptance mechanism.

📄 PDF Abstract BibTeX arXiv:2605.28741

Code (0)

등록된 구현이 없습니다.

Tasks

Multimodal Reasoning

Similar Papers 제목 키워드 기반

Propheter: Prophetic Teacher Guided Long-Tailed Distribution Learning

2023-04-09 · Wenxiang Xu, Yongcheng Jing, Linyun Zhou, Wenqi Huang 외

The problem of deep long-tailed learning, a prevalent challenge in the realm of generic visual recognition, persists in a multitude of real-world applications. To tackle the heavily-skewed dataset issue in long-tailed cl…

Data Augmentation

From RAG to Agentic: Validating Islamic-Medicine Responses with LLM Agents

2025-06-18 · Mohammad Amaan Sayeed, Mohammed Talha Alam, Raza Imam, Shahab Saquib Sohail 외

Centuries-old Islamic medical texts like Avicenna's Canon of Medicine and the Prophetic Tibb-e-Nabawi encode a wealth of preventive care, nutrition, and holistic therapies, yet remain inaccessible to many and underutiliz…

Language ModelingLanguage ModellingMedical Question AnsweringNutrition+4

Propheticus: Generalizable Machine Learning Framework

2018-09-06 · João R. Campos, Marco Vieira, Ernesto Costa

Due to recent technological developments, Machine Learning (ML), a subfield of Artificial Intelligence (AI), has been successfully used to process and extract knowledge from a variety of complex problems. However, a thor…

BIG-bench Machine Learning

Prism: Efficient Test-Time Scaling via Hierarchical Search and Self-Verification for Discrete Diffusion Language Models

2026-02-02 · Jinbin Bai, Yixuan Li, Yuchen Zhu, Yi Xin 외 arxiv

Inference-time compute has re-emerged as a practical way to improve LLM reasoning. Most test-time scaling (TTS) algorithms rely on autoregressive decoding, which is ill-suited to discrete diffusion language models (dLLMs…

Mathematical ReasoningCode Generation

Integrative Decoding: Improve Factuality via Implicit Self-consistency

2024-10-02 · Yi Cheng, Xiao Liang, Yeyun Gong, Wen Xiao 외

Self-consistency-based approaches, which involve repeatedly sampling multiple outputs and selecting the most consistent one as the final response, prove to be remarkably effective in improving the factual accuracy of lar…

TruthfulQA