paper-with-me

홈 › Papers

AdaptVision: Efficient Vision-Language Models via Adaptive Visual Acquisition

2025-12-03 · Zichuan Lin, Yicheng Liu, Yang Yang, Lvfang Tao, Deheng Ye arxiv

Vision-Language Models (VLMs) have achieved remarkable success in visual question answering tasks, but their reliance on large numbers of visual tokens introduces significant computational overhead. While existing efficient VLM approaches reduce visual tokens through fixed-ratio compression, they operate passively and lack the ability to adapt to varying task requirements. This motivates a fundamental question: Can VLMs autonomously determine the minimum number of visual tokens required for each sample? Inspired by human active vision mechanisms, we introduce AdaptVision, an efficient VLM paradigm that enables adaptive visual token acquisition through a coarse-to-fine approach. Our model initially processes compressed visual tokens from low-resolution images and selectively acquires additional visual information by invoking a bounding box tool to crop key regions when necessary. We train AdaptVision using a reinforcement learning framework that carefully balances accuracy and efficiency. Central to our approach is Decoupled Turn Policy Optimization (DTPO), which decouples the learning objective into two components: (1) tool learning, which optimizes correct tool utilization, and (2) accuracy improvement, which refines the generated responses to improve answer correctness. Based on this formulation, we further decouple advantage estimation by computing separate advantages for tokens associated with each objective. This formulation enables more effective optimization for AdaptVision compared to vanilla GRPO. Comprehensive experiments across multiple VQA benchmarks demonstrate that AdaptVision achieves superior performance while consuming substantially fewer visual tokens than state-of-the-art efficient VLM methods.

📄 PDF Abstract BibTeX arXiv:2512.03794

Code (0)

등록된 구현이 없습니다.

Tasks

Visual Question AnsweringReinforcement Learning

Similar Papers 제목 키워드 기반

AdaptVision: Dynamic Input Scaling in MLLMs for Versatile Scene Understanding

2024-08-30 · Yonghui Wang, Wengang Zhou, Hao Feng, Houqiang Li

Over the past few years, the advancement of Multimodal Large Language Models (MLLMs) has captured the wide interest of researchers, leading to numerous innovations to enhance MLLMs' comprehension. In this paper, we prese…

Language ModellingLarge Language ModelMultimodal Large Language ModelScene Understanding

Does Vision Accelerate Hierarchical Generalization in Neural Language Learners?

2023-02-01 · Tatsuki Kuribayashi, Timothy Baldwin

Neural language models (LMs) are arguably less data-efficient than humans from a language acquisition perspective. One fundamental question is why this human-LM gap arises. This study explores the advantage of grounded l…

cross-modal alignmentLanguage AcquisitionMutual Gaze

Conditional Visual Evidence Utility: State-Dependent Rank Reversals in Frozen Vision-Language Encoders

2026-08-28 · Yunxuan Fang, Xinhe Wang arxiv

Static importance scores compress visual evidence into a single ranking, but the value of remaining evidence can change after one cue has been observed. We study this possibility in controlled compositional visual search…

Look Again Before You Abstain:Budgeted Conformal Evidence Acquisition for Reliable Vision-Language Model

2026-06-15 · Jian Xu, Delu Zeng, John Paisley, Qibin Zhao arxiv

Large vision-language models (LVLMs) hallucinate: they assert visual details that the image does not support. A principled remedy is selective prediction with a distribution-free guarantee-verify each claim and abstain w…

A tutorial note on collecting simulated data for vision-language-action models

2025-08-06 · Heran Wu, Zirun Zhou, Jingfeng Zhang arxiv

Traditional robotic systems typically decompose intelligence into independent modules for computer vision, natural language processing, and motion control. Vision-Language-Action (VLA) models fundamentally transform this…