Can We Solve 3D Vision Tasks Starting from A 2D Vision Transformer?
Yi Wang, Zhiwen Fan, Tianlong Chen, Hehe Fan, Zhangyang, Wang

TL;DR
This paper explores using a standard 2D Vision Transformer architecture, with minimal modifications, to effectively perform 3D vision tasks, bridging the gap between 2D and 3D ViT designs and leveraging pre-trained 2D weights.
Contribution
It introduces Simple3D-Former, a minimalist 3D ViT built from a 2D ViT with minimal input/output adjustments, achieving strong performance on 3D tasks.
Findings
Simple3D-Former performs well on 3D tasks compared to specialized models.
The model can leverage pre-trained 2D weights for 3D tasks.
Minimal modifications enable cross-domain ViT transferability.
Abstract
Vision Transformers (ViTs) have proven to be effective, in solving 2D image understanding tasks by training over large-scale image datasets; and meanwhile as a somehow separate track, in modeling the 3D visual world too such as voxels or point clouds. However, with the growing hope that transformers can become the "universal" modeling tool for heterogeneous data, ViTs for 2D and 3D tasks have so far adopted vastly different architecture designs that are hardly transferable. That invites an (over-)ambitious question: can we close the gap between the 2D and 3D ViT architectures? As a piloting study, this paper demonstrates the appealing promise to understand the 3D visual world, using a standard 2D ViT architecture, with only minimal customization at the input and output levels without redesigning the pipeline. To build a 3D ViT from its 2D sibling, we "inflate" the patch embedding and…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Robotics and Sensor-Based Localization · CCD and CMOS Imaging Sensors
