PointGPT: Auto-regressively Generative Pre-training from Point Clouds
Guangyan Chen, Meiling Wang, Yi Yang, Kai Yu, Li Yuan, Yufeng Yue

TL;DR
PointGPT introduces an auto-regressive transformer model for point clouds, effectively addressing disorder and task gaps, achieving state-of-the-art results in classification and few-shot learning tasks.
Contribution
The paper extends GPT-like pre-training to point clouds using a novel auto-regressive approach with spatially ordered point patches.
Findings
Achieves 94.9% accuracy on ModelNet40
Attains 93.4% accuracy on ScanObjectNN
Sets new state-of-the-art in few-shot learning benchmarks
Abstract
Large language models (LLMs) based on the generative pre-training transformer (GPT) have demonstrated remarkable effectiveness across a diverse range of downstream tasks. Inspired by the advancements of the GPT, we present PointGPT, a novel approach that extends the concept of GPT to point clouds, addressing the challenges associated with disorder properties, low information density, and task gaps. Specifically, a point cloud auto-regressive generation task is proposed to pre-train transformer models. Our method partitions the input point cloud into multiple point patches and arranges them in an ordered sequence based on their spatial proximity. Then, an extractor-generator based transformer decoder, with a dual masking strategy, learns latent representations conditioned on the preceding point patches, aiming to predict the next one in an auto-regressive manner. Our scalable approach…
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
TopicsTopic Modeling · Generative Adversarial Networks and Image Synthesis · Domain Adaptation and Few-Shot Learning
MethodsMulti-Head Attention · Attention Is All You Need · Linear Layer · Layer Normalization · Residual Connection · Weight Decay · Cosine Annealing · Refunds@Expedia|||How do I get a full refund from Expedia? · Discriminative Fine-Tuning · Softmax
