SegLLM: Multi-round Reasoning Segmentation
XuDong Wang, Shaolun Zhang, Shufan Li, Konstantinos Kallidromitis, Kehan Li, Yusuke Kato, Kazuki Kozuka, Trevor Darrell
TL;DR
SegLLM tackles the challenge of multi-round interactive segmentation by introducing a mask-aware, memory-enabled large language model that reintegrates past segmentation outputs into the input stream and propagates conversation context to the mask decoder. The approach relies on two novel components: a Mask-Encoding scheme that embeds reference masks back into the LLM input, and a Mask-Aware Decoding scheme that conditions the mask decoder on both textual history and prior masks. The authors curate MRSeg, a comprehensive multi-round interactive segmentation dataset spanning hierarchical, positional, and interactional relationships, and demonstrate that SegLLM outperforms prior state-of-the-art methods by roughly 18–30% on MRSeg across rounds, while also boosting single-round RES/REC performance by several percentage points. Across benchmarks, SegLLM shows increased robustness to question templates and enhances reasoning about object relationships over multiple rounds, indicating strong potential for practical chat-like segmentation tasks and broader instruction-following segmentation applications.
Abstract
We present SegLLM, a novel multi-round interactive reasoning segmentation model that enhances LLM-based segmentation by exploiting conversational memory of both visual and textual outputs. By leveraging a mask-aware multimodal LLM, SegLLM re-integrates previous segmentation results into its input stream, enabling it to reason about complex user intentions and segment objects in relation to previously identified entities, including positional, interactional, and hierarchical relationships, across multiple interactions. This capability allows SegLLM to respond to visual and text queries in a chat-like manner. Evaluated on the newly curated MRSeg benchmark, SegLLM outperforms existing methods in multi-round interactive reasoning segmentation by over 20%. Additionally, we observed that training on multi-round reasoning segmentation data enhances performance on standard single-round referring segmentation and localization tasks, resulting in a 5.5% increase in cIoU for referring expression segmentation and a 4.5% improvement in Acc@0.5 for referring expression localization.
