paper-with-me

홈 › Papers

Attention-driven GUI Grounding: Leveraging Pretrained Multimodal Large Language Models without Fine-Tuning

2024-12-14 · Hai-Ming Xu, Qi Chen, Lei Wang, Lingqiao Liu

Recent advancements in Multimodal Large Language Models (MLLMs) have generated significant interest in their ability to autonomously interact with and interpret Graphical User Interfaces (GUIs). A major challenge in these systems is grounding-accurately identifying critical GUI components such as text or icons based on a GUI image and a corresponding text query. Traditionally, this task has relied on fine-tuning MLLMs with specialized training data to predict component locations directly. However, in this paper, we propose a novel Tuning-free Attention-driven Grounding (TAG) method that leverages the inherent attention patterns in pretrained MLLMs to accomplish this task without the need for additional fine-tuning. Our method involves identifying and aggregating attention maps from specific tokens within a carefully constructed query prompt. Applied to MiniCPM-Llama3-V 2.5, a state-of-the-art MLLM, our tuning-free approach achieves performance comparable to tuning-based methods, with notable success in text localization. Additionally, we demonstrate that our attention map-based grounding technique significantly outperforms direct localization predictions from MiniCPM-Llama3-V 2.5, highlighting the potential of using attention maps from pretrained MLLMs and paving the way for future innovations in this domain.

📄 PDF Abstract BibTeX arXiv:2412.10840

Code (1)

heimingx/tag 공식 구현 pytorch

Tasks

TAG

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 설명 없음

Similar Papers 제목 키워드 기반

RAVE: Re-Allocating Visual Attention in Large Multimodal Models

2026-05-18 · Xi Leng, Xinhong Ma, Ziqiang Dong, Feng Zhang 외 arxiv

Large multimodal models (LMMs) inherit the self-attention mechanism of pretrained language backbones, yet standard attention can exhibit suboptimal allocation, including cross-modal misallocation between textual and visu…

Visual Grounding

Attention Guided Alignment in Efficient Vision-Language Models

2025-11-21 · Shweta Mahajan, Hoang Le, Hyojin Park, Farzad Farhadzadeh 외 arxiv

Large Vision-Language Models (VLMs) rely on effective multimodal alignment between pre-trained vision encoders and Large Language Models (LLMs) to integrate visual and textual information. This paper presents a comprehen…

Visual Grounding

Grounding Language Models to Images for Multimodal Inputs and Outputs

2023-01-31 · Jing Yu Koh, Ruslan Salakhutdinov, Daniel Fried

We propose an efficient method to ground pretrained text-only language models to the visual domain, enabling them to process arbitrarily interleaved image-and-text data, and generate text interleaved with retrieved image…

Image RetrievalIn-Context LearningLanguage ModelingLanguage Modelling+3

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

Strengthening Multimodal Large Language Model with Bootstrapped Preference Optimization

2024-03-13 · Renjie Pi, Tianyang Han, Wei Xiong, Jipeng Zhang 외

Multimodal Large Language Models (MLLMs) excel in generating responses based on visual inputs. However, they often suffer from a bias towards generating responses similar to their pretraining corpus, overshadowing the im…

Language ModelingLanguage ModellingLarge Language ModelMultimodal Large Language Model+1