Adapt PointFormer: 3D Point Cloud Analysis via Adapting 2D Visual Transformers
Mengke Li, Da Li, Guoqing Yang, Yiu-ming Cheung, Hui Huang

TL;DR
This paper introduces Adaptive PointFormer, a novel method that leverages pre-trained 2D visual transformers for 3D point cloud analysis by converting raw point clouds into embeddings and fine-tuning with minimal parameters.
Contribution
It proposes a new approach to adapt pre-trained 2D models for 3D point cloud tasks without converting data into images, reducing computational costs and maintaining effectiveness.
Findings
Effective on multiple benchmarks
Outperforms existing 3D point cloud methods
Uses minimal additional parameters
Abstract
Pre-trained large-scale models have exhibited remarkable efficacy in computer vision, particularly for 2D image analysis. However, when it comes to 3D point clouds, the constrained accessibility of data, in contrast to the vast repositories of images, poses a challenge for the development of 3D pre-trained models. This paper therefore attempts to directly leverage pre-trained models with 2D prior knowledge to accomplish the tasks for 3D point cloud analysis. Accordingly, we propose the Adaptive PointFormer (APF), which fine-tunes pre-trained 2D models with only a modest number of parameters to directly process point clouds, obviating the need for mapping to images. Specifically, we convert raw point clouds into point embeddings for aligning dimensions with image tokens. Given the inherent disorder in point clouds, in contrast to the structured nature of images, we then sequence the…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
Topics3D Shape Modeling and Analysis · 3D Surveying and Cultural Heritage · Computer Graphics and Visualization Techniques
MethodsSoftmax · Attention Is All You Need
