paper-with-me

홈 › Papers

BVS: Bayesian Visual Search with Multimodal Large Language Model for Fine-grained Perception

2026-07-03 · Geng Li, Yuxin Peng arxiv

While Multimodal Large Language Models (MLLMs) demonstrate impressive general capabilities, they struggle with fine-grained perception in ultra-high-resolution (UHR) images, particularly for tiny objects in cluttered scenes. Existing methods face a dilemma: they either rely on inefficient prior-free scanning, or depend on static prior-driven heuristics that lack posterior correction to rectify initial model biases. To address this, we propose BVS (Bayesian Visual Search), a framework that formulates perception as a global optimization problem over a continuous spatial-scale manifold. Specifically, BVS bridges prior guidance with posterior correction: it utilizes an early-stop attention rollout of MLLM to construct reasoning-aware priors, while employing a scale-aware non-stationary kernel and GP-UCB to dynamically rectify noise and recover missing information in the prior through iterative local observations. We provide theoretical guarantees via sub-linear regret bounds, and extensive experiments demonstrate that BVS significantly outperforms state-of-the-art baselines with a superior trade-off between accuracy and efficiency.

📄 PDF Abstract BibTeX arXiv:2607.03184

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

NoisyGRPO: Incentivizing Multimodal CoT Reasoning via Noise Injection and Bayesian Estimation

2025-10-24 · Longtian Qiu, Shan Ning, Jiaxuan Sun, Xuming He arxiv

Reinforcement learning (RL) has shown promise in enhancing the general Chain-of-Thought (CoT) reasoning capabilities of multimodal large language models (MLLMs). However, when applied to improve general CoT reasoning, ex…

Reinforcement LearningBayesian Inference

Calibrating MLLM-as-a-judge via Multimodal Bayesian Prompt Ensembles

2025-09-10 · Eric Slyman, Mehrab Tanjim, Kushal Kafle, Stefan Lee arxiv

Multimodal large language models (MLLMs) are increasingly used to evaluate text-to-image (TTI) generation systems, providing automated judgments based on visual and textual context. However, these "judge" models often su…

Image Clustering

Emergent Bayesian Behaviour and Optimal Cue Combination in LLMs

2025-12-02 · Julian Ma, Jun Wang, Zafeirios Fountas arxiv

Large language models (LLMs) excel at explicit reasoning, but their implicit computational strategies remain underexplored. Decades of psychophysics research show that humans intuitively process and integrate noisy signa…

Multimodal Large Language Models and Tunings: Vision, Language, Sensors, Audio, and Beyond

2024-10-08 · Soyeon Caren Han, Feiqi Cao, Josiah Poon, Roberto Navigli

This tutorial explores recent advancements in multimodal pretrained and large models, capable of integrating and processing diverse data forms such as text, images, audio, and video. Participants will gain an understandi…

Question AnsweringVisual Question AnsweringVisual Storytelling

Visual-Seeker: Towards Visual-Native Multimodal Agentic Search via Active Visual Reasoning

2026-06-13 · Zhengbo Zhang, Changtao Miao, Jinbo Su, Zhaowen Zhou 외 arxiv

Multimodal large language models (MLLMs) have demonstrated impressive capabilities in many visual tasks, but they often struggle with factual grounding when confronted with complex, open-world scenarios. While recent mul…

Visual Reasoning