CVMMROIVApr 19, 2024

MambaMOS: LiDAR-based 3D Moving Object Segmentation with Motion-aware State Space Model

arXiv:2404.12794v213 citationsh-index: 39Has CodeMM
Originality Incremental advance
AI Analysis

This addresses moving object segmentation for autonomous driving systems, representing an incremental improvement over prior methods.

The paper tackles LiDAR-based 3D moving object segmentation by proposing MambaMOS, which enhances temporal-spatial coupling and motion understanding, achieving state-of-the-art performance on benchmarks like SemanticKITTI-MOS and KITTI-Road.

LiDAR-based Moving Object Segmentation (MOS) aims to locate and segment moving objects in point clouds of the current scan using motion information from previous scans. Despite the promising results achieved by previous MOS methods, several key issues, such as the weak coupling of temporal and spatial information, still need further study. In this paper, we propose a novel LiDAR-based 3D Moving Object Segmentation with Motion-aware State Space Model, termed MambaMOS. Firstly, we develop a novel embedding module, the Time Clue Bootstrapping Embedding (TCBE), to enhance the coupling of temporal and spatial information in point clouds and alleviate the issue of overlooked temporal clues. Secondly, we introduce the Motion-aware State Space Model (MSSM) to endow the model with the capacity to understand the temporal correlations of the same object across different time steps. Specifically, MSSM emphasizes the motion states of the same object at different time steps through two distinct temporal modeling and correlation steps. We utilize an improved state space model to represent these motion differences, significantly modeling the motion states. Finally, extensive experiments on the SemanticKITTI-MOS and KITTI-Road benchmarks demonstrate that the proposed MambaMOS achieves state-of-the-art performance. The source code is publicly available at https://github.com/Terminal-K/MambaMOS.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes