pith. sign in

arxiv: 2406.16279 · v3 · pith:3KVJ2JNSnew · submitted 2024-06-24 · 💻 cs.CV

SegNet4D: Efficient Instance-Aware 4D Semantic Segmentation for LiDAR Point Cloud

classification 💻 cs.CV
keywords segmentationsemanticsegnet4dautonomousefficiencylidarreal-timemoving
0
0 comments X
read the original abstract

4D LiDAR semantic segmentation, also referred to as multi-scan semantic segmentation, plays a crucial role in enhancing the environmental understanding capabilities of autonomous vehicles or robots. It classifies the semantic category of each LiDAR measurement point and detects whether it is dynamic, a critical ability for tasks like obstacle avoidance and autonomous navigation. Existing approaches often rely on computationally heavy 4D convolutions or recursive networks, which result in poor real-time performance, making them unsuitable for online robotics and autonomous driving applications. In this paper, we introduce SegNet4D, a novel real-time 4D semantic segmentation network offering both efficiency and strong semantic understanding. SegNet4D addresses 4D segmentation as two tasks: single-scan semantic segmentation and moving object segmentation, each tackled by a separate network head. Both results are combined in a motion-semantic fusion module to achieve comprehensive 4D segmentation. Additionally, instance information is extracted from the current scan and exploited for instance-wise segmentation consistency. Our approach surpasses state-of-the-art in both multi-scan semantic segmentation and moving object segmentation while offering greater efficiency, enabling real-time operation. Besides, its effectiveness and efficiency have also been validated on a real-world unmanned ground platform. Our code will be released at https://github.com/nubot-nudt/SegNet4D.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. HyperLiDAR: Adaptive Post-Deployment LiDAR Segmentation via Hyperdimensional Computing

    cs.CV 2026-04 unverdicted novelty 7.0

    HyperLiDAR uses hyperdimensional computing to enable lightweight post-deployment adaptation of LiDAR segmentation, matching state-of-the-art accuracy with up to 13.8x faster retraining on edge devices.