Event-LiDAR: 3D Eventification for Efficient Point Cloud Processing

Masatoshi Murakami1*, Eisho Tsuji1*, Ken Sakurada1,2
1Graduate School of Informatics, Kyoto University 2D3 Center, The University of Osaka ECCV 2026 *Indicates Equal Contribution

Abstract

We propose Event-LiDAR, a 3D eventification framework that converts conventional LiDAR scans into temporally sparse representations for efficient point cloud processing. Unlike dense multi-scan processing, naive frame differencing, or correspondence-based residuals, 3D event extraction is formulated as a temporal estimation problem under sparse, viewpoint-dependent observations. Short-term geometric evolution across consecutive scans is approximated with a first-order geometric model, and deviations unexplained by this model are treated as events. This yields compact, information-preserving representations that suppress redundancy while retaining changes unpredictable by the first-order model. Event-LiDAR is applied to LiDAR-based 3D object detection with existing backbones, and an event-aware network design is further introduced to reallocate modeling capacity toward the input stage for sparse inputs. On nuScenes, under the 1F+9T setting with a 72% point reduction, Event-LiDAR maintains accuracy comparable to full-scan baselines while achieving 23% faster end-to-end inference on PTv3, driven in part by a 32% speedup in its feature extraction backbone. The gains generalize across backbones, with a 9% end-to-end speedup on CenterPoint under the same setting. Training is likewise accelerated by 17% under the same setting. Event-LiDAR thus serves as a low-latency, architecture-agnostic geometric preprocessor inspired by event-based sensing, providing a practical front-end for efficient 3D point cloud perception.

Method

Flowchart of temporal differentiation

Temporal differentiation extracts 3D events in four stages: (i) ego-motion compensation warps the current scan into the previous scan's coordinate frame; (ii) a grid-based neighbor search retrieves the local neighborhood of each point; (iii) a local first-order geometric model predicts the current local geometry by interpolation or extrapolation; and (iv) the signed deviation Δd(p) from this prediction is thresholded, keeping points with |Δd(p)| ≥ τ0 as events. Each event point carries Δd(p) as an additional input feature.

Processing-speed comparison of Event-LiDAR and MOS on Waymo and nuScenes.
Processing-speed comparison with MOS [1]. MOS uses the original multithreaded implementation. Event-LiDAR runs on a single thread.

Interactive Demo

Frame 000 / 000

Height [m]

Results

Speed-accuracy trade-off on nuScenes
Module-wise inference time breakdown
Left: Comparison of speedup and detection accuracy (mAP) on nuScenes with PTv3. Star markers denote Event-LiDAR. Here, 10 denotes concatenation of the previous ten frames. 10V uses the RPP module of FSD++ [2]. 10I and 10I' use range-image depth differencing. 10H uses height filtering. 10R uses uniform random sampling. 10M uses Mapless-MOS [3]. Right: Module-wise inference-time breakdown comparing temporal sampling strategies.

References

  • [1] Wu, H., Li, Y., Xu, W., Kong, F., Zhang, F.: Moving event detection from LiDAR point streams. Nature Communications 15(1), 345 (2024)
  • [2] Fan, L., Yang, Y., Wang, F., Wang, N., Zhang, Z.: Super Sparse 3D Object Detection. IEEE TPAMI 45(10), 12490–12505 (2023)
  • [3] Yoon, D., Tang, T., Barfoot, T.: Mapless Online Detection of Dynamic Objects in 3D Lidar. In: 2019 16th Conference on Computer and Robot Vision (CRV). pp. 113–120 (2019)

BibTeX

@inproceedings{murakami2026eventlidar,
  title     = {Event-LiDAR: 3D Eventification for Efficient Point Cloud Processing},
  author    = {Murakami, Masatoshi and Tsuji, Eisho and Sakurada, Ken},
  booktitle = {European Conference on Computer Vision (ECCV)},
  year      = {2026}
}