3D-LLM: Injecting the 3D World into Large Language Models

Large language models (LLMs) and Vision-Language Models (VLMs) have been proven to excel at multiple tasks, such as commonsense reasoning. Powerful as these models can be, they are not grounded in the 3D physical world, which involves richer concepts such as spatial relationships, affordances, physics, layout, and so on. In this work, we propose to inject the 3D world into large language models and introduce a whole new family of 3D-LLMs. Specifically, 3D-LLMs can take 3D point clouds and their features as input and perform a diverse set of 3D-related tasks, including captioning, dense captioning, 3D question answering, task decomposition, 3D grounding, 3D-assisted dialog, navigation, and so on. Using three types of prompting mechanisms that we design, we are able to collect over 300k 3D-language data covering these tasks. To efficiently train 3D-LLMs, we first utilize a 3D feature extractor that obtains 3D features from rendered multi- view images. Then, we use 2D VLMs as our backbones to train our 3D-LLMs. By introducing a 3D localization mechanism, 3D-LLMs can better capture 3D spatial information. Experiments on ScanQA show that our model outperforms state-of-the-art baselines by a large margin (e.g., the BLEU-1 score surpasses state-of-the-art score by 9%). Furthermore, experiments on our held-in datasets for 3D captioning, task composition, and 3D-assisted dialogue show that our model outperforms 2D VLMs. Qualitative examples also show that our model could perform more tasks beyond the scope of existing LLMs and VLMs. Project Page: : https://vis-www.cs.umass.edu/3dllm/.

PDF Abstract NeurIPS 2023 PDF NeurIPS 2023 Abstract

Datasets


Task Dataset Model Metric Name Metric Value Global Rank Result Benchmark
3D Object Captioning Objaverse 3D-LLM GPT-4 33.42 # 6
Sentence-BERT 44.48 # 6
SimCSE 43.68 # 6
Correctness 1.77 # 4
Hallucination 1.16 # 4
Precision 60.39 # 4
Generative 3D Object Classification Objaverse 3D-LLM Objaverse (I) 49.00 # 4
Objaverse (Average) 45.25 # 6
Objaverse (C) 41.50 # 4
3D Question Answering (3D-QA) ScanQA Test w/ objects 3D-LLM (flamingo) Exact Match 23.2 # 4
BLEU-1 32.6 # 5
BLEU-4 8.4 # 6
ROUGE 34.8 # 4
METEOR 13.5 # 6
CIDEr 65.6 # 6
3D Question Answering (3D-QA) ScanQA Test w/ objects 3D-LLM (BLIP2-opt) Exact Match 19.1 # 7
BLEU-1 37.3 # 3
BLEU-4 10.7 # 5
ROUGE 34.5 # 5
METEOR 14.3 # 4
CIDEr 67.1 # 5
3D Question Answering (3D-QA) ScanQA Test w/ objects 3D-LLM (BLIP2-flant5) Exact Match 19.1 # 7
BLEU-1 38.3 # 2
BLEU-4 11.6 # 4
ROUGE 35.3 # 3
METEOR 14.9 # 3
CIDEr 69.6 # 3

Methods


No methods listed for this paper. Add relevant methods here