paper-with-me

홈 › Papers

Your Large Vision-Language Model Only Needs A Few Attention Heads For Visual Grounding

2025-03-08 · CVPR 2025 1 · Seil Kang, Jinyeong Kim, Junhyeok Kim, Seong Jae Hwang

Visual grounding seeks to localize the image region corresponding to a free-form text description. Recently, the strong multimodal capabilities of Large Vision-Language Models (LVLMs) have driven substantial improvements in visual grounding, though they inevitably require fine-tuning and additional model components to explicitly generate bounding boxes or segmentation masks. However, we discover that a few attention heads in frozen LVLMs demonstrate strong visual grounding capabilities. We refer to these heads, which consistently capture object locations related to text semantics, as localization heads. Using localization heads, we introduce a straightforward and effective training-free visual grounding framework that utilizes text-to-image attention maps from localization heads to identify the target objects. Surprisingly, only three out of thousands of attention heads are sufficient to achieve competitive localization performance compared to existing LVLM-based visual grounding methods that require fine-tuning. Our findings suggest that LVLMs can innately ground objects based on a deep comprehension of the text-image relationship, as they implicitly focus on relevant image regions to generate informative text outputs. All the source codes will be made available to the public.

📄 PDF Abstract BibTeX arXiv:2503.06287

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingVisual Grounding

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
Focus 설명 없음

Similar Papers 제목 키워드 기반

Madera Contractors

2024-11-12 · 11/12 2024 11 · Madera Contractors

Early Life Madera Contractors: Trusted Commercial Cleaning Experts in Ottawa Since 2010 – Providing Quality, Reliable, and Eco-Friendly Cleaning Solutions for Your Business. Career About Madera Contractors Made…

Love, Joy, Anger, Sadness, Fear, and Surprise: SE Needs Special Kinds of AI: A Case Study on Text Mining and SE

2020-04-23 · Nicole Novielli, Fabio Calefato, Filippo Lanubile

Do you like your code? What kind of code makes developers happiest? What makes them angriest? Is it possible to monitor the mood of a large team of coders to determine when and where a codebase needs additional help?

GAIA: A Transfer Learning System of Object Detection that Fits Your Needs

2021-06-21 · CVPR 2021 1 · Xingyuan Bu, Junran Peng, Junjie Yan, Tieniu Tan 외

Transfer learning with pre-training on large-scale datasets has played an increasingly significant role in computer vision and natural language processing recently. However, as there exist numerous application scenarios …

object-detectionObject DetectionTransfer Learning

Make Your LVLM KV Cache More Lightweight

2026-05-01 · Xihao Chen, Yangyang Guo, Roger Zimmermann arxiv

Key-Value (KV) cache has become a de facto component of modern Large Vision-Language Models (LVLMs) for inference. While it enhances decoding efficiency in Large Language Models (LLMs), its direct adoption in LVLMs intro…

Fool Your (Vision and) Language Model With Embarrassingly Simple Permutations

2023-10-02 · Yongshuo Zong, Tingyang Yu, Ruchika Chavhan, Bingchen Zhao 외

Large language and vision-language models are rapidly being deployed in practice thanks to their impressive capabilities in instruction following, in-context learning, and so on. This raises an urgent need to carefully a…

In-Context LearningInstruction FollowingLanguage ModelingLanguage Modelling+3