paper-with-me

Papers

ChatSpot: Bootstrapping Multimodal LLMs via Precise Referring Instruction Tuning

2023-07-18 · Liang Zhao, En Yu, Zheng Ge, Jinrong Yang, Haoran Wei, HongYu Zhou, Jianjian Sun, Yuang Peng, Runpei Dong, Chunrui Han, Xiangyu Zhang

Human-AI interactivity is a critical aspect that reflects the usability of multimodal large language models (MLLMs). However, existing end-to-end MLLMs only allow users to interact with them through language instructions, leading to the limitation of the interactive accuracy and efficiency. In this study, we present precise referring instructions that utilize diverse reference representations such as points and boxes as referring prompts to refer to the special region. This enables MLLMs to focus on the region of interest and achieve finer-grained interaction. Based on precise referring instruction, we propose ChatSpot, a unified end-to-end multimodal large language model that supports diverse forms of interactivity including mouse clicks, drag-and-drop, and drawing boxes, which provides a more flexible and seamless interactive experience. We also construct a multi-grained vision-language instruction-following dataset based on existing datasets and GPT-4 generating. Furthermore, we design a series of evaluation tasks to assess the effectiveness of region recognition and interaction. Experimental results showcase ChatSpot's promising performance.

📄 PDF Abstract BibTeX arXiv:2307.09474

Code (0)

등록된 구현이 없습니다.

Tasks

Instruction FollowingLanguage ModelingLanguage ModellingLarge Language ModelMultimodal Large Language Model

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Position-Wise Feed-Forward Layer 설명 없음
Residual Connection 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Adam 설명 없음

Similar Papers 제목 키워드 기반

ColLab: A Collaborative Spatial Progressive Data Engine for Referring Expression Comprehension and Generation

2025-09-28 · Shilan Zhang, Jirui Huang, Ruilin Yao, Cong Wang 외 arxiv

Referring Expression Comprehension (REC) and Referring Expression Generation (REG) are fundamental tasks in multimodal understanding, supporting precise object localization through natural language. However, existing REC…

Referring expression generationMultimodal ReasoningObject Localization

Argus: Vision-Centric Reasoning with Grounded Chain-of-Thought

2025-05-29 · CVPR 2025 1 · Yunze Man, De-An Huang, Guilin Liu, Shiwei Sheng 외

Recent advances in multimodal large language models (MLLMs) have demonstrated remarkable capabilities in vision-language tasks, yet they often struggle with vision-centric scenarios where precise visual focus is needed f…

Multimodal Reasoning

Generating a Novel Dataset of Multimodal Referring Expressions

2019-05-01 · WS 2019 5 · Nikhil Krishnaswamy, James Pustejovsky

Referring expressions and definite descriptions of objects in space exploit information both about object characteristics and locations. To resolve potential ambiguity, referencing strategies in language can rely on incr…

Qwen3-VL-Seg: Unlocking Open-World Referring Segmentation with Vision-Language Grounding

2026-05-08 · Yuan Yao, Qiushi Yang, Humen Zhong, Jiangning Wei 외 arxiv

Open-world referring segmentation requires grounding unconstrained language expressions to precise pixel-level regions. Existing multimodal large language models (MLLMs) exhibit strong open-world visual grounding, but th…

Referring Expression SegmentationVisual Grounding

ControlMLLM: Training-Free Visual Prompt Learning for Multimodal Large Language Models

2024-07-31 · Mingrui Wu, Xinyue Cai, Jiayi Ji, Jiale Li 외

In this work, we propose a training-free method to inject visual prompts into Multimodal Large Language Models (MLLMs) through test-time optimization of a learnable latent variable. We observe that attention, as the core…

Domain GeneralizationPrompt Learning