paper-with-me

홈 › Papers

Rex-Thinker: Grounded Object Referring via Chain-of-Thought Reasoning

2025-06-04 · Qing Jiang, Xingyu Chen, Zhaoyang Zeng, Junzhi Yu, Lei Zhang

Object referring aims to detect all objects in an image that match a given natural language description. We argue that a robust object referring model should be grounded, meaning its predictions should be both explainable and faithful to the visual content. Specifically, it should satisfy two key properties: 1) Verifiable, by producing interpretable reasoning that justifies its predictions and clearly links them to visual evidence; and 2) Trustworthy, by learning to abstain when no object in the image satisfies the given expression. However, most methods treat referring as a direct bounding box prediction task, offering limited interpretability and struggling to reject expressions with no matching object. In this work, we propose Rex-Thinker, a model that formulates object referring as an explicit CoT reasoning task. Given a referring expression, we first identify all candidate object instances corresponding to the referred object category. Rex-Thinker then performs step-by-step reasoning over each candidate to assess whether it matches the given expression, before making a final prediction. To support this paradigm, we construct a large-scale CoT-style referring dataset named HumanRef-CoT by prompting GPT-4o on the HumanRef dataset. Each reasoning trace follows a structured planning, action, and summarization format, enabling the model to learn decomposed, interpretable reasoning over object candidates. We then train Rex-Thinker in two stages: a cold-start supervised fine-tuning phase to teach the model how to perform structured reasoning, followed by GRPO-based RL learning to improve accuracy and generalization. Experiments show that our approach outperforms standard baselines in both precision and interpretability on in-domain evaluation, while also demonstrating improved ability to reject hallucinated outputs and strong generalization in out-of-domain settings.

📄 PDF Abstract BibTeX arXiv:2506.04034

Code (0)

등록된 구현이 없습니다.

Tasks

ObjectReferring Expression

Similar Papers 제목 키워드 기반

Towards Faithful Reasoning in Remote Sensing: A Perceptually-Grounded GeoSpatial Chain-of-Thought for Vision-Language Models

2025-09-26 · Jiaqi Liu, Lang Sun, Ronghao Fu, Bo Yang arxiv

Vision-Language Models (VLMs) in remote sensing often fail at complex analytical tasks, a limitation stemming from their end-to-end training paradigm that bypasses crucial reasoning steps and leads to unverifiable output…

Think Before You Segment: An Object-aware Reasoning Agent for Referring Audio-Visual Segmentation

2025-08-06 · Jinxing Zhou, Yanghao Zhou, Mingfei Han, Tong Wang 외 arxiv

Referring Audio-Visual Segmentation (Ref-AVS) aims to segment target objects in audible videos based on given reference expressions. Prior works typically rely on learning latent embeddings via multimodal fusion to promp…

HybridThinker: Efficient Chain-of-Thought Reasoning via Compressed Memory and Transient Thought Steps

2026-06-02 · Xin Liu, Runsong Zhao, Xinyu Liu, Junhao Ruan 외 arxiv

Extended chain-of-thought (CoT) traces improve LLM reasoning but incur substantial computational and memory costs. While existing CoT compression methods mitigate this by condensing thought steps into compact representat…

VLA-Thinker: Boosting Vision-Language-Action Models through Thinking-with-Image Reasoning

2026-03-15 · Chaoyang Wang, Wenrui Bao, Sicheng Gao, Bingxin Xu 외 arxiv

Vision-Language-Action (VLA) models have shown promising capabilities for embodied intelligence, but most existing approaches rely on text-based chain-of-thought reasoning where visual inputs are treated as static contex…

Reinforcement Learning

Evaluating Chain-of-Thought Reasoning through Reusability and Verifiability

2026-02-19 · Shashank Aggarwal, Ram Vikas Mishra, Amit Awekar arxiv

In multi-agent IR pipelines for tasks such as search and ranking, LLM-based agents exchange intermediate reasoning in terms of Chain-of-Thought (CoT) with each other. Current CoT evaluation narrowly focuses on target tas…