paper-with-me

홈 › Papers

LitePT: Lighter Yet Stronger Point Transformer

2025-12-15 · Yuanwen Yue, Damien Robert, Jianyuan Wang, Sunghwan Hong, Jan Dirk Wegner, Christian Rupprecht, Konrad Schindler arxiv

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\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 outperforms it on a range of tasks and datasets. Code and models are available at: https://github.com/prs-eth/LitePT.

📄 PDF Abstract BibTeX arXiv:2512.13689

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Reverse Knowledge Distillation: Training a Large Model using a Small One for Retinal Image Matching on Limited Data

2023-07-20 · Sahar Almahfouz Nasser, Nihar Gupte, Amit Sethi

Retinal image matching plays a crucial role in monitoring disease progression and treatment response. However, datasets with matched keypoints between temporally separated pairs of images are not available in abundance t…

Image RegistrationKeypoint DetectionKeypoint detection and image matchingKnowledge Distillation

SL-YOLO: A Stronger and Lighter Drone Target Detection Model

2024-11-18 · Defan Chen, Luchan Zhang

Detecting small objects in complex scenes, such as those captured by drones, is a daunting challenge due to the difficulty in capturing the complex features of small targets. While the YOLO family has achieved great succ…

object-detectionObject DetectionSmall Object Detection

A Faster, Lighter and Stronger Deep Learning-Based Approach for Place Recognition

2022-11-27 · Rui Huang, Ze Huang, Songzhi Su

Visual Place Recognition is an essential component of systems for camera localization and loop closure detection, and it has attracted widespread interest in multiple domains such as computer vision, robotics and AR/VR. …

Camera LocalizationLoop Closure DetectionVisual Place Recognition

Budget-Adaptive Routing: Skipping the Weak When the Strong Answers Anyway

2026-06-29 · Wei Geng, Nitinder Mohan, Jörg Ott arxiv

Edge-cloud inference collaborations are often designed with a routing estimator that decides whether to offload each frame from weak models at the edge to stronger models in the cloud. Existing systems place the routing …

A Practical Survey on Faster and Lighter Transformers

2021-03-26 · Quentin Fournier, Gaétan Marceau Caron, Daniel Aloise

Recurrent neural networks are effective models to process sequences. However, they are unable to learn long-term dependencies because of their inherent sequential nature. As a solution, Vaswani et al. introduced the Tran…

Knowledge DistillationSurvey