Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

LLaVA-3D: A Simple yet Effective Pathway to Empowering LMMs with 3D-awareness

About

Recent advancements in Large Multimodal Models (LMMs) have greatly enhanced their proficiency in 2D visual understanding tasks, enabling them to effectively process and understand images and videos. However, the development of LMMs with 3D scene understanding capabilities has been hindered by the lack of large-scale 3D vision-language datasets and powerful 3D encoders. In this paper, we introduce a simple yet effective framework called LLaVA-3D. Leveraging the strong 2D visual understanding priors from LLaVA, our LLaVA-3D efficiently adapts LLaVA for 3D scene understanding without compromising 2D understanding capabilities. To achieve this, we utilize the 3D position embeddings to enhance the 2D CLIP Patches with 3D spatial context information and construct 3D patches. By integrating the 3D position embeddings into 2D LMMs and employing joint 2D and 3D vision-language instruction tuning, we establish a unified architecture for both 2D visual understanding and 3D scene understanding. In contrast to previous 3D LMMs, LLaVA-3D supports decoding accurate 3D spatial perception outputs, e.g., 3D bounding boxes, directly from these 3D patches, without relying on the time-consuming off-the-shelf 3D segmentors. Experimental results show that LLaVA-3D converges 3.5x faster than existing 3D LMMs when trained on 3D vision-language datasets. Moreover, LLaVA-3D not only achieves state-of-the-art performance across various 3D tasks but also maintains comparable 2D visual understanding and vision-language conversation capabilities with LLaVA.

Chenming Zhu, Tai Wang, Wenwei Zhang, Jiangmiao Pang, Xihui Liu• 2024

Related benchmarks

TaskDatasetResultRank
3D Visual GroundingScanRefer (val)
Overall Accuracy @ IoU 0.5058.6
155
3D Question AnsweringScanQA (val)
CIDEr91.7
133
3D Question AnsweringSQA3D (test)
EM@155.6
55
3D Dense CaptioningScan2Cap (val)
CIDEr (@0.5)0.841
33
Visual GroundingScanRefer v1 (val)--
30
3D Question AnsweringScanQA v1.0 (test)
ROUGE50.1
26
3D Dense CaptioningScan2Cap
BLEU-4 @0.541.1
23
3D Visual GroundingScanRefer
Acc@0.2550.1
23
Embodied Question AnsweringOpenEQA EM-EQA
Accuracy53.2
19
3D Question AnsweringScanQA
C Score91.7
16
Showing 10 of 17 rows

Other info

Code

Follow for update