paper-with-me

Papers

MC-Bench: A Benchmark for Multi-Context Visual Grounding in the Era of MLLMs

2024-10-16 · Yunqiu Xu, Linchao Zhu, Yi Yang

While multimodal large language models (MLLMs) have demonstrated extraordinary vision-language understanding capabilities and shown potential to serve as general-purpose assistants, their abilities to solve instance-level visual-language problems beyond a single image warrant further exploration. In order to assess these unproven abilities of MLLMs, this paper proposes a new visual grounding task called multi-context visual grounding, which aims to localize instances of interest across multiple images based on open-ended text prompts. To facilitate this research, we meticulously construct a new dataset MC-Bench for benchmarking the visual grounding capabilities of MLLMs. MC-Bench features 2K high-quality and manually annotated samples, consisting of instance-level labeled image pairs and corresponding text prompts that indicate the target instances in the images. In total, there are three distinct styles of text prompts, covering 20 practical skills. We benchmark over 20 state-of-the-art MLLMs and foundation models with potential multi-context visual grounding capabilities. Our evaluation reveals a non-trivial performance gap between existing MLLMs and humans across all metrics. We also observe that existing MLLMs typically outperform foundation models without LLMs only on image-level metrics, and the specialist MLLMs trained on single images often struggle to generalize to multi-image scenarios. Moreover, a simple stepwise baseline integrating advanced MLLM and a detector can significantly surpass prior end-to-end MLLMs. We hope our MC-Bench and empirical findings can encourage the research community to further explore and enhance the untapped potentials of MLLMs in instance-level tasks, particularly in multi-image contexts. Project page: https://xuyunqiu.github.io/MC-Bench/.

📄 PDF Abstract BibTeX arXiv:2410.12332

Code (1)

XuYunqiu/MC-Bench 공식 구현

Tasks

Visual Grounding

Similar Papers 제목 키워드 기반

MM-Conv: A Multimodal Dataset and Benchmark for Context-Aware Grounding in 3D Dialogue

2026-05-20 · Anna Deichler, Jim O'Regan, Fethiye Irmak Dogan, Lubos Marcinek 외 arxiv

Grounding language in the physical world requires AI systems to interpret references that emerge dynamically during conversation. While current vision-language models (VLMs) excel at static image tasks, they struggle to …

Visual Localization

MedSG-Bench: A Benchmark for Medical Image Sequences Grounding

2025-05-17 · Jingkun Yue, Siqi Zhang, Zinan Jia, Huihuan Xu 외

Visual grounding is essential for precise perception and reasoning in multimodal large language models (MLLMs), especially in medical imaging domains. While existing medical visual grounding benchmarks primarily focus on…

Visual GroundingVisual Question Answering (VQA)

Learning Cross-modal Context Graph for Visual Grounding

2020-02-13 · AAAI-2020 2020 2 · Yongfei Liu; Bo Wan; Xiaodan Zhu; Xuming He

Visual grounding is a ubiquitous building block in many vision-language tasks and yet remains challenging due to large variations in visual and linguistic features of grounding entities, strong context effect and the res…

Graph MatchingGraph Neural NetworkLanguage ModellingNatural Language Visual Grounding+2

Learning Cross-modal Context Graph for Visual Grounding

2019-11-20 · Yongfei Liu, Bo Wan, Xiaodan Zhu, Xuming He

Visual grounding is a ubiquitous building block in many vision-language tasks and yet remains challenging due to large variations in visual and linguistic features of grounding entities, strong context effect and the res…

Graph MatchingGraph Neural NetworkVisual Grounding

MEGA-GUI: Multi-stage Enhanced Grounding Agents for GUI Elements

2025-11-17 · SeokJoo Kwak, Jihoon Kim, Boyoun Kim, Jung Jae Yoon 외 arxiv

Graphical User Interface (GUI) grounding - the task of mapping natural language instructions to screen coordinates - is essential for autonomous agents and accessibility technologies. Existing systems rely on monolithic …