Since the Transformer architecture and self-supervised learning have witnessed the overwhelming applications in natural language processing, and recently, the vision community also embraces this trend. In 3D, actually there have been number of relevant attempts but lack of summary. Therefore, this repository provides a paper collection of point cloud processing focusing on the following 2 aspects:
- unsupervised and self-supervised methods
- Transformer-based models
Venue
and Code
are attached to each paper. Following the Paper
link, you can also find its .bib
file.
We will supplement new paper regularly. If you find some related and important paper absent in this collection,
feel free to raise a pull request, or contact Mr.sunhy@outlook.com.
Welcome your contributions! 😃
Paper | Venue | Year | Code |
---|---|---|---|
Embracing Single Stride 3D Object Detector with Sparse Transformer | CVPR | 2022 | link |
Fast Point Transformer | CVPR | 2022 | link |
PVT: Point-Voxel Transformer for Point Cloud Learning | ArXiv | 2022 | link |
An End-to-End Transformer Model for 3D Object Detection | ICCV | 2021 | link |
Point Transformer | ICCV | 2021 | link |
Voxel Transformer for 3D Object Detection | ICCV | 2021 | link |
3D Object Detection with Pointformer | CVPR | 2021 | link |
Improving 3D Object Detection with Channel-wise Transformer | ICCV | 2021 | link |
Group-Free 3D Object Detection via Transformers | ICCV | 2021 | link |
Cloud Transformers: A Universal Approach To Point Cloud Processing Tasks | ICCV | 2021 | link |
PCT: Point cloud transformer | CVM | 2021 | link |
Perceiver: General Perception with Iterative Attention | ICML | 2021 | link |
Perceiver IO: A General Architecture for Structured Inputs & Outputs | ICLR | 2022 | link |