菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-07-07
📄 Abstract - Segmentation before Answering: Pixel Grounding for MLLM Visual Reasoning

Recent advancements in Multimodal Large Language Models (MLLMs) have evolved from static perception to interleaved visual-language reasoning, often referred to as ``thinking with images''. A basic operation in this reasoning process is to zoom in on regions of interest (often represented with bounding boxes) to acquire finer visual details. In this paper, we propose \textbf{Seg}mentation before \textbf{Answer}ing (SegAnswer), which shifts the unit of zoom-in from the popular bounding box to pixel-level segmentation mask. By employing fine-grained masks to isolate the target area from cluttered environments, segmented visual input yields a more precise region of interest, effectively filtering out redundant background and interfering objects. Furthermore, the discrete patches of segmented visual input align more seamlessly with how MLLMs structure visual tokens via positional embeddings. In experiments, we evaluate SegAnswer across diverse benchmarks, including high-resolution perception, general perception, and hallucination. It achieves consistent improvements and also exhibits considerable performance on segmentation tasks, validating its capability for reliable pixel grounding.

顶级标签: multi-modal computer vision model training
详细标签: multimodal large language models visual reasoning pixel grounding segmentation mask region of interest 或 搜索:

先分割再回答:用于多模态大语言模型视觉推理的像素级定位 / Segmentation before Answering: Pixel Grounding for MLLM Visual Reasoning


1️⃣ 一句话总结

这篇论文提出了一种新方法SegAnswer,通过在回答视觉问题前先用像素级分割掩码精确提取感兴趣区域,替代传统的边界框放大方式,从而更有效地滤除背景干扰,提升多模态大语言模型在高分辨率感知、通用感知和抗幻觉等方面的推理能力。

源自 arXiv: 2607.05798