paper-with-me

홈 › Papers

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

2023-12-13 · Haifeng Huang, Yilun Chen, Zehan Wang, Rongjie Huang, Runsen Xu, Tai Wang, Luping Liu, Xize Cheng, Yang Zhao, Jiangmiao Pang, Zhou Zhao

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 for intricate scene comprehension. In this paper, we introduce the use of object identifiers and object-centric representations to interact with scenes at the object level. Specifically, we decompose the input 3D scene into a set of object proposals, each assigned a unique identifier token, which enables efficient object referencing and grounding during user-assistant interactions. Given the scarcity of scene-language data, we model the scene embeddings as a sequence of explicit object-level embeddings, derived from semantic-rich 2D or 3D representations. By employing object identifiers, we transform diverse 3D scene-language tasks into a unified question-answering format, facilitating joint training without the need for additional task-specific heads. With minimal fine-tuning on all downstream tasks, our model significantly outperforms existing methods on benchmarks including ScanRefer, Multi3DRefer, Scan2Cap, ScanQA, and SQA3D.

📄 PDF Abstract BibTeX arXiv:2312.08168

Code (2)

chat-3d/chat-3d-v2 공식 구현 pytorch
Chat-3D/Chat-3D pytorch

Tasks

3D Question Answering (3D-QA)AttributeObjectQuestion AnsweringScene Understanding

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Residual Connection 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

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

2026-03-29 · Haifeng Huang, Yilun Chen, Zehan Wang, Jiangmiao Pang 외 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, lim…

Scene UnderstandingSpatial Reasoning

Bridging Text and Video: A Universal Multimodal Transformer for Video-Audio Scene-Aware Dialog

2020-02-01 · Zekang Li, Zongjia Li, Jinchao Zhang, Yang Feng 외

Audio-Visual Scene-Aware Dialog (AVSD) is a task to generate responses when chatting about a given video, which is organized as a track of the 8th Dialog System Technology Challenge (DSTC8). To solve the task, we propose…

Dialogue GenerationMulti-Task LearningText Generation

Editable Scene Simulation for Autonomous Driving via Collaborative LLM-Agents

2024-02-08 · CVPR 2024 1 · Yuxi Wei, Zi Wang, Yifan Lu, Chenxin Xu 외

Scene simulation in autonomous driving has gained significant attention because of its huge potential for generating customized data. However, existing editable scene simulation approaches face limitations in terms of us…

Autonomous DrivingLanguage ModelingLanguage ModellingLarge Language Model+1

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

Chat-3D: Data-efficiently Tuning Large Language Model for Universal Dialogue of 3D Scenes

2023-08-17 · Zehan Wang, Haifeng Huang, Yang Zhao, Ziang Zhang 외

3D scene understanding has gained significant attention due to its wide range of applications. However, existing methods for 3D scene understanding are limited to specific downstream tasks, which hinders their practicali…

Language ModelingLanguage ModellingLarge Language ModelScene Understanding+1