paper-with-me

홈 › Papers

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, Zhou Zhao

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 practicality in real-world applications. This paper presents Chat-3D, which combines the 3D visual perceptual ability of pre-trained 3D representations and the impressive reasoning and conversation capabilities of advanced LLMs to achieve the first universal dialogue systems for 3D scenes. Specifically, we align 3D representations into the feature space of LLMs, thus enabling LLMs to perceive the 3D world. Given the scarcity of 3D scene-text data, we propose a three-stage training strategy to efficiently utilize the available data for better alignment. To enhance the reasoning ability and develop a user-friendly interaction scheme, we further construct a high-quality object-centric 3D instruction dataset and design an associated object-centric prompt. Our experiments show that Chat-3D achieves an impressive ability to comprehend diverse instructions for 3D scenes, engage in intricate spatial reasoning, and incorporate external knowledge into its responses. Chat-3D achieves a 75.6% relative score compared with GPT-4 on the constructed instruction dataset.

📄 PDF Abstract BibTeX arXiv:2308.08769

Code (2)

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

Tasks

Language ModelingLanguage ModellingLarge Language ModelScene UnderstandingSpatial Reasoning

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Position-Wise Feed-Forward Layer 설명 없음
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…
Adam 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

LoRA Fine-tuning Efficiently Undoes Safety Training in Llama 2-Chat 70B

2023-10-31 · Simon Lermen, Charlie Rogers-Smith, Jeffrey Ladish

AI developers often apply safety alignment procedures to prevent the misuse of their AI systems. For example, before Meta released Llama 2-Chat - a collection of instruction fine-tuned large language models - they invest…

GPURed TeamingSafety Alignment

Chat3GPP: An Open-Source Retrieval-Augmented Generation Framework for 3GPP Documents

2025-01-20 · Long Huang, Ming Zhao, Limin Xiao, Xiujun Zhang 외

The 3rd Generation Partnership Project (3GPP) documents is key standards in global telecommunications, while posing significant challenges for engineers and researchers in the telecommunications field due to the large vo…

ChunkingRAGRetrievalRetrieval-augmented Generation

H2O-Danube3 Technical Report

2024-07-12 · Pascal Pfeiffer, Philipp Singer, Yauhen Babakhin, Gabor Fodor 외

We present H2O-Danube3, a series of small language models consisting of H2O-Danube3-4B, trained on 6T tokens and H2O-Danube3-500M, trained on 4T tokens. Our models are pre-trained on high quality Web data consisting of p…

ClimateChat: Designing Data and Methods for Instruction Tuning LLMs to Answer Climate Change Queries

2025-06-12 · Zhou Chen, Xiao Wang, YuanHong Liao, Ming Lin 외

As the issue of global climate change becomes increasingly severe, the demand for research in climate science continues to grow. Natural language processing technologies, represented by Large Language Models (LLMs), have…

scientific discovery

ConstitutionMaker: Interactively Critiquing Large Language Models by Converting Feedback into Principles

2023-10-24 · Savvas Petridis, Ben Wedin, James Wexler, Aaron Donsbach 외

Large language model (LLM) prompting is a promising new approach for users to create and customize their own chatbots. However, current methods for steering a chatbot's outputs, such as prompt engineering and fine-tuning…

ChatbotLanguage ModellingLarge Language ModelPrompt Engineering