paper-with-me

Papers

EZ-SP: Fast and Lightweight Superpoint-Based 3D Segmentation

2025-11-29 · Louis Geist, Loic Landrieu, Damien Robert arxiv

Superpoint-based pipelines provide an efficient alternative to point- or voxel-based 3D semantic segmentation, but are often bottlenecked by their CPU-bound partition step. We propose a learnable, fully GPU partitioning algorithm that generates geometrically and semantically coherent superpoints 13$\times$ faster than prior methods. Our module is compact (under 60k parameters), trains in under 20 minutes with a differentiable surrogate loss, and requires no handcrafted features. Combine with a lightweight superpoint classifier, the full pipeline fits in $<$2 MB of VRAM, scales to multi-million-point scenes, and supports real-time inference. With 72$\times$ faster inference and 120$\times$ fewer parameters, EZ-SP matches the accuracy of point-based SOTA models across three domains: indoor scans (S3DIS), autonomous driving (KITTI-360), and aerial LiDAR (DALES). Code and pretrained models are accessible at github.com/drprojects/superpoint_transformer.

📄 PDF Abstract BibTeX arXiv:2512.00385

Code (0)

등록된 구현이 없습니다.

Tasks

3D Semantic SegmentationAutonomous Driving

Similar Papers 제목 키워드 기반

Efficient 3D Semantic Segmentation with Superpoint Transformer

2023-06-13 · ICCV 2023 1 · Damien Robert, Hugo Raguet, Loic Landrieu

We introduce a novel superpoint-based transformer architecture for efficient semantic segmentation of large-scale 3D scenes. Our method incorporates a fast algorithm to partition point clouds into a hierarchical superpoi…

3D Semantic SegmentationGPUSemantic Segmentation

Efficient LiDAR Point Cloud Oversegmentation Network

2023-01-01 · ICCV 2023 1 · Le Hui, Linghua Tang, Yuchao Dai, Jin Xie 외

Point cloud oversegmentation is a challenging task since it needs to produce perceptually meaningful partitions (i.e., superpoints) of a point cloud. Most existing oversegmentation methods cannot efficiently generate…

LIDAR Semantic SegmentationSemantic Segmentation

Point Cloud Oversegmentation with Graph-Structured Deep Metric Learning

2019-04-03 · CVPR 2019 6 · Loic Landrieu, Mohamed Boussaha

We propose a new supervized learning framework for oversegmenting 3D point clouds into superpoints. We cast this problem as learning deep embeddings of the local geometry and radiometry of 3D points, such that the border…

Semantic Segmentation

Superpoint Transformer for 3D Scene Instance Segmentation

2022-11-28 · Jiahao Sun, Chunmei Qing, Junpeng Tan, Xiangmin Xu

Most existing methods realize 3D instance segmentation by extending those models used for 3D object detection or 3D semantic segmentation. However, these non-straightforward methods suffer from two drawbacks: 1) Imprecis…

3D Instance Segmentation3D Object Detection3D Semantic SegmentationDecoder+5

SSPC-Net: Semi-supervised Semantic 3D Point Cloud Segmentation Network

2021-04-16 · Mingmei Cheng, Le Hui, Jin Xie, Jian Yang

Point cloud semantic segmentation is a crucial task in 3D scene understanding. Existing methods mainly focus on employing a large number of annotated labels for supervised semantic segmentation. Nonetheless, manually lab…

Point Cloud SegmentationScene UnderstandingSegmentationSemantic Segmentation