paper-with-me

홈 › Papers

Self-Improving Small Object Grounding in LVLMs

2026-06-01 · Tianze Yang, Yucheng Shi, Ruitong Sun, Ninghao Liu, Jin Sun arxiv

Can internal attention patterns in Large Vision Language Models (LVLMs) identify reliable small-object boxes without fine-tuning? In this work, we provide an affirmative answer. Attention structure in LVLMs encodes grounding quality-a lightweight IoU regressor trained solely on attention maps achieves strong IoU prediction (Pearson r > 0.67). This regressor powers the regressor-based variant of our Attention-based Candidate Selection (ACS) framework, called ACS-Learned, which selects the best box from multiple sampled candidates to improve object grounding. By analyzing what the regressor learns, we reveal which transformer layers and heads are most critical and derive ACS-Free: a training-free selector that ranks candidates by attention entropy on these discriminative heads, with no learned component at inference. Experiments on COCO and Objects365 demonstrate up to 19% self-improvement on small object localization, with ACS-Free ranking best among all training-free methods, demonstrating that useful attention structure improves both localization reliability and interpretability in LVLMs.

📄 PDF Abstract BibTeX arXiv:2606.01612

Code (0)

등록된 구현이 없습니다.

Tasks

Object Localization

Similar 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…

Language ModelingLanguage ModellingVisual Grounding

Does Object Grounding Really Reduce Hallucination of Large Vision-Language Models?

2024-06-20 · Gregor Geigle, Radu Timofte, Goran Glavaš

Large vision-language models (LVLMs) have recently dramatically pushed the state of the art in image captioning and many image understanding tasks (e.g., visual question answering). LVLMs, however, often \textit{hallucin…

Caption GenerationHallucinationImage CaptioningObject Hallucination+2

Multimodal Reference Visual Grounding

2025-04-02 · Yangxiao Lu, Ruosen Li, Liqiang Jing, Jikai Wang 외

Visual grounding focuses on detecting objects from images based on language expressions. Recent Large Vision-Language Models (LVLMs) have significantly advanced visual grounding performance by training large models with …

Few-Shot Object DetectionVisual Grounding

SteerSeg: Attention Steering for Reasoning Video Segmentation

2026-05-14 · Ali Cheraghian, Hamidreza Dastmalchi, Abdelwahed Khamis, Morteza Saberi 외 arxiv

Video reasoning segmentation requires localizing objects across video frames from natural language expressions, often involving spatial reasoning and implicit references. Recent approaches leverage frozen large vision-la…

Video SegmentationSpatial ReasoningText Generation

Evaluation and Enhancement of Semantic Grounding in Large Vision-Language Models

2023-09-07 · Jiaying Lu, Jinmeng Rao, Kezhen Chen, Xiaoyuan Guo 외

Large Vision-Language Models (LVLMs) offer remarkable benefits for a variety of vision-language tasks. However, a challenge hindering their application in real-world scenarios, particularly regarding safety, robustness, …

Question AnsweringVisual Question Answering