Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

LitePT: Lighter Yet Stronger Point Transformer

About

Modern neural architectures for 3D point cloud processing contain both convolutional layers and attention blocks, but the best way to assemble them remains unclear. We analyse the role of different computational blocks in 3D point cloud networks and find an intuitive behaviour: convolution is adequate to extract low-level geometry at high-resolution in early layers, where attention is expensive without bringing any benefits; attention captures high-level semantics and context in low-resolution, deep layers more efficiently. Guided by this design principle, we propose a new, improved 3D point cloud backbone that employs convolutions in early stages and switches to attention for deeper layers. To avoid the loss of spatial layout information when discarding redundant convolution layers, we introduce a novel, training-free 3D positional encoding, PointROPE. The resulting LitePT model has $3.6\times$ fewer parameters, runs $2\times$ faster, and uses $2\times$ less memory than the state-of-the-art Point Transformer V3, but nonetheless matches or even outperforms it on a range of tasks and datasets. Code and models are available at: https://github.com/prs-eth/LitePT.

Yuanwen Yue, Damien Robert, Jianyuan Wang, Sunghwan Hong, Jan Dirk Wegner, Christian Rupprecht, Konrad Schindler• 2025

Related benchmarks

TaskDatasetResultRank
Semantic segmentationScanNet (val)
mIoU76.8
231
Semantic segmentationnuScenes (val)
mIoU (Segmentation)0.822
212
3D Object DetectionWaymo Open Dataset (val)
3D APH Vehicle L271.2
175
Semantic segmentationWaymo Open Dataset (val)
mIoU73.1
63
Semantic segmentationStructured3D (test)
mIoU82.4
21
Semantic segmentationStructured3D (val)
mIoU85.4
17
3D Semantic SegmentationScanNet (full)
Training Latency (ms)72
7
Instance SegmentationScanNet 14 (val)
mAP@0.2578.5
4
Instance SegmentationScanNet200 59 (val)
mAP@0.2540.3
4
Showing 9 of 9 rows

Other info

GitHub

Follow for update