paper-with-me

홈 › Papers

Chat-Scene++: Exploiting Context-Rich Object Identification for 3D LLM

2026-03-29 · Haifeng Huang, Yilun Chen, Zehan Wang, Jiangmiao Pang, Zhou Zhao arxiv

Recent advancements in multi-modal large language models (MLLMs) have shown strong potential for 3D scene understanding. However, existing methods struggle with fine-grained object grounding and contextual reasoning, limiting their ability to interpret and interact with complex 3D environments. In this paper, we present Chat-Scene++, an MLLM framework that represents 3D scenes as context-rich object sequences. By structuring scenes as sequences of objects with contextual semantics, Chat-Scene++ enables object-centric representation and interaction. It decomposes a 3D scene into object representations paired with identifier tokens, allowing LLMs to follow instructions across diverse 3D vision-language tasks. To capture inter-object relationships and global semantics, Chat-Scene++ extracts context-rich object features using large-scale pre-trained 3D scene-level and 2D image-level encoders, unlike the isolated per-object features in Chat-Scene. Its flexible object-centric design also supports grounded chain-of-thought (G-CoT) reasoning, enabling the model to distinguish objects at both category and spatial levels during multi-step inference. Without the need for additional task-specific heads or fine-tuning, Chat-Scene++ achieves state-of-the-art performance on five major 3D vision-language benchmarks: ScanRefer, Multi3DRefer, Scan2Cap, ScanQA, and SQA3D. These results highlight its effectiveness in scene comprehension, object grounding, and spatial reasoning. Additionally, without reconstructing 3D worlds through computationally expensive processes, we demonstrate its applicability to real-world scenarios using only 2D inputs.

📄 PDF Abstract BibTeX arXiv:2603.27507

Code (0)

등록된 구현이 없습니다.

Tasks

Scene UnderstandingSpatial Reasoning

Similar Papers 제목 키워드 기반

ChatSplat: 3D Conversational Gaussian Splatting

2024-12-01 · Hanlin Chen, Fangyin Wei, Gim Hee Lee

Humans naturally interact with their 3D surroundings using language, and modeling 3D language fields for scene understanding and interaction has gained growing interest. This paper introduces ChatSplat, a system that con…

Large Language ModelScene Understanding

Chat2Map: Efficient Scene Mapping from Multi-Ego Conversations

2023-01-04 · CVPR 2023 1 · Sagnik Majumder, Hao Jiang, Pierre Moulon, Ethan Henderson 외

Can conversational videos captured from multiple egocentric viewpoints reveal the map of a scene in a cost-efficient way? We seek to answer this question by proposing a new problem: efficiently building the map of a prev…

Deep Reinforcement Learning

FurnSet: Exploiting Repeats for 3D Scene Reconstruction

2026-04-22 · Paul Dobre, Xin Wang, Hongzhou Yang arxiv

Single-view 3D scene reconstruction involves inferring both object geometry and spatial layout. Existing methods typically reconstruct objects independently or rely on implicit scene context, failing to exploit the repea…

Point Clouds

Chat-Scene: Bridging 3D Scene and Large Language Models with Object Identifiers

2023-12-13 · Haifeng Huang, Yilun Chen, Zehan Wang, Rongjie Huang 외

Recent advancements in 3D Large Language Models (LLMs) have demonstrated promising capabilities for 3D scene understanding. However, previous methods exhibit deficiencies in general referencing and grounding capabilities…

3D Question Answering (3D-QA)AttributeObjectQuestion Answering+1

GraphDreamer: Compositional 3D Scene Synthesis from Scene Graphs

2023-11-30 · CVPR 2024 1 · Gege Gao, Weiyang Liu, Anpei Chen, Andreas Geiger 외

As pretrained text-to-image diffusion models become increasingly powerful, recent efforts have been made to distill knowledge from these text-to-image pretrained models for optimizing a text-guided 3D model. Most of the …