English

Uni3D: Exploring Unified 3D Representation at Scale

Computer Vision and Pattern Recognition 2023-10-11 v1 Computation and Language

Abstract

Scaling up representations for images or text has been extensively investigated in the past few years and has led to revolutions in learning vision and language. However, scalable representation for 3D objects and scenes is relatively unexplored. In this work, we present Uni3D, a 3D foundation model to explore the unified 3D representation at scale. Uni3D uses a 2D initialized ViT end-to-end pretrained to align the 3D point cloud features with the image-text aligned features. Via the simple architecture and pretext task, Uni3D can leverage abundant 2D pretrained models as initialization and image-text aligned models as the target, unlocking the great potential of 2D models and scaling-up strategies to the 3D world. We efficiently scale up Uni3D to one billion parameters, and set new records on a broad range of 3D tasks, such as zero-shot classification, few-shot classification, open-world understanding and part segmentation. We show that the strong Uni3D representation also enables applications such as 3D painting and retrieval in the wild. We believe that Uni3D provides a new direction for exploring both scaling up and efficiency of the representation in 3D domain.

Keywords

Cite

@article{arxiv.2310.06773,
  title  = {Uni3D: Exploring Unified 3D Representation at Scale},
  author = {Junsheng Zhou and Jinsheng Wang and Baorui Ma and Yu-Shen Liu and Tiejun Huang and Xinlong Wang},
  journal= {arXiv preprint arXiv:2310.06773},
  year   = {2023}
}

Comments

Code and Demo: https://github.com/baaivision/Uni3D

R2 v1 2026-06-28T12:46:07.590Z