English

LitePT: Lighter Yet Stronger Point Transformer

Computer Vision and Pattern Recognition 2026-03-31 v2

Abstract

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, where convolution inflates the parameter count. 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, parameter-free 3D positional encoding, PointROPE. The resulting LitePT model has 3.6×3.6\times fewer parameters, runs 2×2\times faster, and uses 2×2\times less memory than the state-of-the-art Point Transformer V3, but nonetheless matches or outperforms it on a range of tasks and datasets. Code and models are available at: https://github.com/prs-eth/LitePT.

Keywords

Cite

@article{arxiv.2512.13689,
  title  = {LitePT: Lighter Yet Stronger Point Transformer},
  author = {Yuanwen Yue and Damien Robert and Jianyuan Wang and Sunghwan Hong and Jan Dirk Wegner and Christian Rupprecht and Konrad Schindler},
  journal= {arXiv preprint arXiv:2512.13689},
  year   = {2026}
}

Comments

CVPR 2026, Project page: https://litept.github.io/

R2 v1 2026-07-01T08:25:51.625Z