Pixel-Level Reasoning Segmentation via Multi-turn Conversations
Dexian Cai, Xiaocui Yang, Yongkang Liu, Daling Wang, Shi Feng, Yifei Zhang, Soujanya Poria
TL;DR
The paper defines Pixel-level Reasoning Segmentation (Pixel-level RS) and introduces a multi-turn dialogue framework to achieve pixel-precise segmentation. It presents PRIST, a dataset with 24k utterances and 8.3k multi-turn conversations for fine-grained targets, generated via a three-stage reasoning pipeline inspired by Tree-of-Thought. The MIRAS framework integrates dual visual encoders, semantic region alignment, and a segmentation prompt to enable pixel-grounded explanations and segmentation under progressive reasoning. It also establishes comprehensive evaluation metrics, including LLM-based reasoning scores, and demonstrates that MIRAS surpasses relevant baselines in both segmentation accuracy and reasoning quality, approaching human performance. Together, PRIST and MIRAS advance the field of pixel-level reasoning segmentation by combining rich conversational reasoning with precise grounding at the pixel level, enabling more faithful and interpretable visual understanding in interactive systems.
Abstract
Existing visual perception systems focus on region-level segmentation in single-turn dialogues, relying on complex and explicit query instructions. Such systems cannot reason at the pixel level and comprehend dynamic user intent that changes over interaction. Our work tackles this issue by introducing a novel task, Pixel-level Reasoning Segmentation (Pixel-level RS) based on multi-turn conversations, tracking evolving user intent via multi-turn interactions for fine-grained segmentation. To establish a benchmark for this novel task, we build a Pixel-level ReasonIng Segmentation Dataset Based on Multi-Turn Conversations (PRIST), comprising 24k utterances from 8.3k multi-turn conversational scenarios with segmentation targets. Building on PRIST, we further propose MIRAS, a Multi-turn Interactive ReAsoning Segmentation framework, integrates pixel-level segmentation with robust multi-turn conversation understanding, generating pixel-grounded explanations aligned with user intent. The PRIST dataset and MIRSA framework fill the gap in pixel-level reasoning segmentation. Experimental results on the PRIST dataset demonstrate that our method outperforms current segmentation-specific baselines in terms of segmentation and LLM-based reasoning metrics. The code and data are available at: https://github.com/ccccai239/PixelRIST.
