paper-with-me

Papers

PointTransformerX: Portable and Efficient 3D Point Cloud Processing without Sparse Algorithms

2026-04-27 · Laurenz Reichardt, Nikolas Ebert, Oliver Wasenmüller arxiv

3D point cloud perception remains tightly coupled to custom CUDA operators for spatial operations, limiting portability and efficiency on non-NVIDIA, AMD, and embedded hardware. We introduce PointTransformerX (PTX), a fully PyTorch-native vision transformer backbone for 3D point clouds, removing all custom CUDA operators and external libraries while retaining competitive accuracy. PTX introduces 3D-GS-RoPE, a rotary positional embedding that encodes 3D spatial relationships directly in self-attention without neighborhood construction, and further replaces sparse convolutional patch embedding with a linear projection. PTX explores inference-time scaling of attention windows to improve accuracy without retraining. With a redesigned feed-forward network, PTX achieves 98.7\% of PointTransformer V3's accuracy on ScanNet with 79.2\% fewer parameters and executing 1.6\times faster while requiring just 253 MB memory. PTX runs natively on NVIDIA GPUs, AMD GPUs (ROCm), and CPUs, providing an efficient and portable foundation for point cloud perception.

📄 PDF Abstract BibTeX arXiv:2604.24169

Code (0)

등록된 구현이 없습니다.

Tasks

Point Clouds

Similar Papers 제목 키워드 기반

Implicit LOD using points ordering for processing and visualisation in Point Cloud Servers

2016-02-22 · Rémi Cura, Julien Perret, Nicolas Paparoditis

Lidar datasets now commonly reach Billions of points and are very dense. Using these point cloud becomes challenging, as the high number of points is intractable for most applications and for visualisation.In this work w…

Evaluation of Real-Time Preprocessing Methods in AI-Based ECG Signal Analysis

2025-10-14 · Jasmin Freudenberg, Kai Hahn, Christian Weber, Madjid Fathi arxiv

The increasing popularity of portable ECG systems and the growing demand for privacy-compliant, energy-efficient real-time analysis require new approaches to signal processing at the point of data acquisition. In this co…

High-speed object detection with a single-photon time-of-flight image sensor

2021-07-28 · Germán Mora-Martín, Alex Turpin, Alice Ruget, Abderrahim Halimi 외

3D time-of-flight (ToF) imaging is used in a variety of applications such as augmented reality (AR), computer interfaces, robotics and autonomous systems. Single-photon avalanche diodes (SPADs) are one of the enabling te…

GPUobject-detectionObject Detection

Adaptive Point Transformer

2024-01-26 · Alessandro Baiocchi, Indro Spinelli, Alessandro Nicolosi, Simone Scardapane

The recent surge in 3D data acquisition has spurred the development of geometric deep learning models for point cloud processing, boosted by the remarkable success of transformers in natural language processing. While po…

Point Cloud Classification

An Efficient Hypergraph Approach to Robust Point Cloud Resampling

2021-03-11 · Qinwen Deng, Songyang Zhang, Zhi Ding

Efficient processing and feature extraction of largescale point clouds are important in related computer vision and cyber-physical systems. This work investigates point cloud resampling based on hypergraph signal process…