CoReS: Orchestrating the Dance of Reasoning and Segmentation
Xiaoyi Bao, Siyang Sun, Shuailei Ma, Kecheng Zheng, Yuxin Guo, Guosheng Zhao, Yun Zheng, Xingang Wang
TL;DR
CoReS tackles the challenge of grounding fine-grained object regions described by reasoning texts in multi-modal images by introducing a dual-chain, top-down framework. It couples a Chain-of-Reasoning with a Chain-of-Segmenting under in-context guidance, guiding the MLLM through a hierarchical output that aligns with segmentation steps and uses a SAM-based mask generator. The method yields a 6.5 percentage-point improvement on the ReasonSeg dataset and demonstrates strong generalization to other benchmarks, with ablations confirming the value of both chain components and the prompting strategy. Overall, the work shows that incorporating a multimodal chain-of-thought can substantially improve dense, fine-grained perception tasks and can generalize across diverse multi-modal contexts.
Abstract
The reasoning segmentation task, which demands a nuanced comprehension of intricate queries to accurately pinpoint object regions, is attracting increasing attention. However, Multi-modal Large Language Models (MLLM) often find it difficult to accurately localize the objects described in complex reasoning contexts. We believe that the act of reasoning segmentation should mirror the cognitive stages of human visual search, where each step is a progressive refinement of thought toward the final object. Thus we introduce the Chains of Reasoning and Segmenting (CoReS) and find this top-down visual hierarchy indeed enhances the visual search process. Specifically, we propose a dual-chain structure that generates multi-modal, chain-like outputs to aid the segmentation process. Furthermore, to steer the MLLM's outputs into this intended hierarchy, we incorporate in-context inputs as guidance. Extensive experiments demonstrate the superior performance of our CoReS, which surpasses the state-of-the-art method by 6.5\% on the ReasonSeg dataset. Project: https://chain-of-reasoning-and-segmentation.github.io/.
