paper-with-me

홈 › Papers

CoT-Seg: Rethinking Segmentation with Chain-of-Thought Reasoning and Self-Correction

2026-01-24 · Shiu-hong Kao, Chak Ho Huang, Huaiqian Liu, Yu-Wing Tai, Chi-Keung Tang arxiv

Existing works of reasoning segmentation often fall short in complex cases, particularly when addressing complicated queries and out-of-domain images. Inspired by the chain-of-thought reasoning, where harder problems require longer thinking steps/time, this paper aims to explore a system that can think step-by-step, look up information if needed, generate results, self-evaluate its own results, and refine the results, in the same way humans approach harder questions. We introduce CoT-Seg, a training-free framework that rethinks reasoning segmentation by combining chain-of-thought reasoning with self-correction. Instead of fine-tuning, CoT-Seg leverages the inherent reasoning ability of pre-trained MLLMs (GPT-4o) to decompose queries into meta-instructions, extract fine-grained semantics from images, and identify target objects even under implicit or complex prompts. Moreover, CoT-Seg incorporates a self-correction stage: the model evaluates its own segmentation against the original query and reasoning trace, identifies mismatches, and iteratively refines the mask. This tight integration of reasoning and correction significantly improves reliability and robustness, especially in ambiguous or error-prone cases. Furthermore, our CoT-Seg framework allows easy incorporation of retrieval-augmented reasoning, enabling the system to access external knowledge when the input lacks sufficient information. To showcase CoT-Seg's ability to handle very challenging cases ,we introduce a new dataset ReasonSeg-Hard. Our results highlight that combining chain-of-thought reasoning, self-correction, offers a powerful paradigm for vision-language integration driven segmentation.

📄 PDF Abstract BibTeX arXiv:2601.17420

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Rethinking Chain-of-Thought from the Perspective of Self-Training

2024-12-14 · Zongqian Wu, Baoduo Xu, Ruochen Cui, Mengmeng Zhan 외

Chain-of-thought (CoT) reasoning has emerged as an effective approach for activating latent capabilities in LLMs. Interestingly, we observe that both CoT reasoning and self-training share the core objective: iteratively …

Computational Efficiency

Inference-Time Rethinking with Latent Thought Vectors for Math Reasoning

2026-02-06 · Deqian Kong, Minglu Zhao, Aoyang Qin, Bo Pang 외 arxiv

Standard chain-of-thought reasoning generates a solution in a single forward pass, committing irrevocably to each token and lacking a mechanism to recover from early errors. We introduce Inference-Time Rethinking, a gene…

Mathematical Reasoning

Rethinking the Chain-of-Thought: The Roles of In-Context Learning and Pre-trained Priors

2025-09-01 · Hao Yang, Zhiyu Yang, Yunjie Zhang, Shanyi Zhu 외 arxiv

Chain-of-Thought reasoning has emerged as a pivotal methodology for enhancing model inference capabilities. Despite growing interest in Chain-of-Thought reasoning, its underlying mechanisms remain unclear. This paper exp…

Prompt EngineeringLogical Reasoning

Self-Consistency Improves Chain of Thought Reasoning in Language Models

2022-03-21 · Xuezhi Wang, Jason Wei, Dale Schuurmans, Quoc Le 외

Chain-of-thought prompting combined with pre-trained large language models has achieved encouraging results on complex reasoning tasks. In this paper, we propose a new decoding strategy, self-consistency, to replace the …

ARCArithmetic ReasoningGSM8KLanguage Modelling+2

Rethinking Reflection in Pre-Training

2025-04-05 · Essential AI, :, Darsh J Shah, Peter Rushton 외

A language model's ability to reflect on its own reasoning provides a key advantage for solving complex problems. While most recent research has focused on how this ability develops during reinforcement learning, we show…