paper-with-me

Papers

InsMOS: Instance-Aware Moving Object Segmentation in LiDAR Data

2023-03-07 · Neng Wang, Chenghao Shi, Ruibin Guo, Huimin Lu, Zhiqiang Zheng, Xieyuanli Chen

Identifying moving objects is a crucial capability for autonomous navigation, consistent map generation, and future trajectory prediction of objects. In this paper, we propose a novel network that addresses the challenge of segmenting moving objects in 3D LiDAR scans. Our approach not only predicts point-wise moving labels but also detects instance information of main traffic participants. Such a design helps determine which instances are actually moving and which ones are temporarily static in the current scene. Our method exploits a sequence of point clouds as input and quantifies them into 4D voxels. We use 4D sparse convolutions to extract motion features from the 4D voxels and inject them into the current scan. Then, we extract spatio-temporal features from the current scan for instance detection and feature fusion. Finally, we design an upsample fusion module to output point-wise labels by fusing the spatio-temporal features and predicted instance information. We evaluated our approach on the LiDAR-MOS benchmark based on SemanticKITTI and achieved better moving object segmentation performance compared to state-of-the-art methods, demonstrating the effectiveness of our approach in integrating instance information for moving object segmentation. Furthermore, our method shows superior performance on the Apollo dataset with a pre-trained model on SemanticKITTI, indicating that our method generalizes well in different scenes.The code and pre-trained models of our method will be released at https://github.com/nubot-nudt/InsMOS.

📄 PDF Abstract BibTeX arXiv:2303.03909

Code (1)

nubot-nudt/insmos 공식 구현 pytorch

Tasks

Autonomous NavigationObjectSemantic SegmentationTrajectory Prediction

Methods 이 논문이 사용한 방법론

Apollo Please enter a description about the method here
Sparse Convolutions 설명 없음

Similar Papers 제목 키워드 기반

Instance-Level Moving Object Segmentation from a Single Image with Events

2025-02-18 · Zhexiong Wan, Bin Fan, Le Hui, Yuchao Dai 외

Moving object segmentation plays a crucial role in understanding dynamic scenes involving multiple moving objects, while the difficulties lie in taking into account both spatial texture structures and temporal motion cue…

ObjectSemantic Segmentation

Robust Dense Mapping for Large-Scale Dynamic Environments

2019-05-07 · Ioan Andrei Bârsan, Peidong Liu, Marc Pollefeys, Andreas Geiger

We present a stereo-based dense mapping algorithm for large-scale dynamic urban environments. In contrast to other existing methods, we simultaneously reconstruct the static background, the moving objects, and the potent…

Semantic SegmentationVisual Odometry

Radar Tracker: Moving Instance Tracking in Sparse and Noisy Radar Point Clouds

2025-07-04 · Matthias Zeller, Daniel Casado Herraez, Jens Behley, Michael Heidingsfeld 외 arxiv

Robots and autonomous vehicles should be aware of what happens in their surroundings. The segmentation and tracking of moving objects are essential for reliable path planning, including collision avoidance. We investigat…

Collision AvoidanceAutonomous VehiclesPoint Clouds

MaskFusion: Real-Time Recognition, Tracking and Reconstruction of Multiple Moving Objects

2018-04-24 · Martin Rünz, Maud Buffier, Lourdes Agapito

We present MaskFusion, a real-time, object-aware, semantic and dynamic RGB-D SLAM system that goes beyond traditional systems which output a purely geometric map of a static scene. MaskFusion recognizes, segments and ass…

ObjectObject RecognitionObject SLAMSegmentation+3

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

2024-06-24 · Neng Wang, Ruibin Guo, Chenghao Shi, Ziyue Wang 외

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 sem…

Autonomous DrivingAutonomous NavigationAutonomous VehiclesLIDAR Semantic Segmentation+2