# Applying Plain Transformers to Real-World Point Clouds

**Authors:** Lanxiao Li, Michael Heizmann

arXiv: 2303.00086 · 2023-08-08

## TL;DR

This paper explores the use of plain transformers for real-world point cloud understanding, emphasizing fundamental components and self-supervised pre-training to achieve state-of-the-art results efficiently.

## Contribution

It revisits plain transformers for complex point clouds, introduces a drop patch method for better MAE pre-training, and establishes new benchmarks in semantic segmentation and object detection.

## Key findings

- Achieved SOTA results on S3DIS and ScanNet datasets.
- Improved efficiency and performance with plain transformers.
- Proposed drop patch method enhances self-supervised learning.

## Abstract

To apply transformer-based models to point cloud understanding, many previous works modify the architecture of transformers by using, e.g., local attention and down-sampling. Although they have achieved promising results, earlier works on transformers for point clouds have two issues. First, the power of plain transformers is still under-explored. Second, they focus on simple and small point clouds instead of complex real-world ones. This work revisits the plain transformers in real-world point cloud understanding. We first take a closer look at some fundamental components of plain transformers, e.g., patchifier and positional embedding, for both efficiency and performance. To close the performance gap due to the lack of inductive bias and annotated data, we investigate self-supervised pre-training with masked autoencoder (MAE). Specifically, we propose drop patch, which prevents information leakage and significantly improves the effectiveness of MAE. Our models achieve SOTA results in semantic segmentation on the S3DIS dataset and object detection on the ScanNet dataset with lower computational costs. Our work provides a new baseline for future research on transformers for point clouds.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/2303.00086/full.md

## Figures

7 figures with captions in the complete paper: https://tomesphere.com/paper/2303.00086/full.md

## References

66 references — full list in the complete paper: https://tomesphere.com/paper/2303.00086/full.md

---
Source: https://tomesphere.com/paper/2303.00086