Laplacian Point Sampler
LPS highlights high-frequency geometric structures such as boundaries and corners, then keeps salient points through fast global and regional sorting instead of iterative FPS.
European Conference on Computer Vision ECCV 2026
Shanghai Jiao Tong UniversityMoE Key Lab of Artificial Intelligence · Institute of AI
The problem & the idea
3D object detection from LiDAR point clouds faces a core dilemma: voxel-based methods are efficient but lose geometric fidelity through quantization, while point-based methods preserve raw structure but suffer from slow downsampling and costly neighborhood queries. PointLAM addresses these bottlenecks with two complementary designs. The Laplacian Point Sampler (LPS) uses an implicit discrete Laplacian high-pass filter and Doubly Sorted Sampling to retain structure-aware foreground points efficiently. The Local Hadamard Aggregator (LHA) decouples spatial indexing from point feature representation through transient grids and replaces expensive continuous interactions with lightweight Hadamard gating. Combined with Bi-Directional Mamba layers, these components form Local Attentive Mamba blocks for efficient local and global modeling.
LPS highlights high-frequency geometric structures such as boundaries and corners, then keeps salient points through fast global and regional sorting instead of iterative FPS.
LHA uses a transient grid only as a deterministic spatial router. Point features remain continuous, while local topology modulates channels through Hadamard gating.
LAM blocks anchor local geometry before serialization and use Bi-Directional Mamba layers to model long-range dependencies with linear sequence complexity.
Reported in the paper
68.8 mAP · single model
79.8 L1 mAPH · single frame
8.6M parameters · 93.1 ms on NVIDIA A800
On nuScenes validation, PointLAM reaches 72.2 NDS and 67.8 mAP. On Waymo validation, it reaches 79.7 L1 and 73.6 L2 3D mAPH. Compared with LION, PointLAM reports higher nuScenes validation NDS with substantially fewer FLOPs and lower latency.
Reference
@inproceedings{shang2026pointlam,
title={PointLAM: Local Attentive Mamba for Efficient Point-based 3D Object Detection},
author={Shang, Xuanming and Zhang, Weijia and Ma, Chao},
booktitle={European Conference on Computer Vision (ECCV)},
year={2026}
}