View Selection for 3D Captioning via Diffusion Ranking
Tiange Luo, Justin Johnson, Honglak Lee
TL;DR
This work tackles hallucinations in 3D captioning arising from accidental render views in Cap3D by introducing DiffuRank, a view-ranking method that uses a pre-trained text-to-3D diffusion prior to guide captioning. By selecting top-ranked views and employing GPT4-Vision, the approach improves caption accuracy and detail, enabling correction of about 200k Cap3D captions and expanding the dataset to roughly 1.5M captions across Objaverse and Objaverse-XL. The method is also extended to the 2D domain for Visual Question Answering, where DiffuRank with a text-to-2D diffusion model outperforms CLIP. The authors release the expanded Cap3D dataset under ODC-By, demonstrate improved downstream 3D-text model finetuning, and show DiffuRank’s versatility across modalities.
Abstract
Scalable annotation approaches are crucial for constructing extensive 3D-text datasets, facilitating a broader range of applications. However, existing methods sometimes lead to the generation of hallucinated captions, compromising caption quality. This paper explores the issue of hallucination in 3D object captioning, with a focus on Cap3D method, which renders 3D objects into 2D views for captioning using pre-trained models. We pinpoint a major challenge: certain rendered views of 3D objects are atypical, deviating from the training data of standard image captioning models and causing hallucinations. To tackle this, we present DiffuRank, a method that leverages a pre-trained text-to-3D model to assess the alignment between 3D objects and their 2D rendered views, where the view with high alignment closely represent the object's characteristics. By ranking all rendered views and feeding the top-ranked ones into GPT4-Vision, we enhance the accuracy and detail of captions, enabling the correction of 200k captions in the Cap3D dataset and extending it to 1 million captions across Objaverse and Objaverse-XL datasets. Additionally, we showcase the adaptability of DiffuRank by applying it to pre-trained text-to-image models for a Visual Question Answering task, where it outperforms the CLIP model.
