LiDAR SLAMMOT based on Confidence-guided Data Association
Susu Fang, Hao Li
TL;DR
This work tackles the problem of simultaneous localization, mapping, and moving object tracking in dynamic environments by tightly integrating LiDAR SLAM with confidence-guided data association in a factor-graph backend. It combines LeGO-LOAM odometry, PV-RCNN detections, and a CTRV-based prediction model with a max-mixture GMM data association that leverages prediction and detection confidence to maintain robust associations during occlusions and missed detections. The resulting joint optimization estimates ego-vehicle and object states concurrently and supports asynchronous updates to improve global consistency, achieving real-time performance on standard hardware. Experiments on KITTI Tracking show improved ego-pose accuracy and competitive MOT performance, with notable advantages in challenging scenarios where detections are intermittent or objects are distant.
Abstract
In the field of autonomous driving or robotics, simultaneous localization and mapping (SLAM) and multi-object tracking (MOT) are two fundamental problems and are generally applied separately. Solutions to SLAM and MOT usually rely on certain assumptions, such as the static environment assumption for SLAM and the accurate ego-vehicle pose assumption for MOT. But in complex dynamic environments, it is difficult or even impossible to meet these assumptions. Therefore, the SLAMMOT, i.e., simultaneous localization, mapping, and moving object tracking, integrated system of SLAM and object tracking, has emerged for autonomous vehicles in dynamic environments. However, many conventional SLAMMOT solutions directly perform data association on the predictions and detections for object tracking, but ignore their quality. In practice, inaccurate predictions caused by continuous multi-frame missed detections in temporary occlusion scenarios, may degrade the performance of tracking, thereby affecting SLAMMOT. To address this challenge, this paper presents a LiDAR SLAMMOT based on confidence-guided data association (Conf SLAMMOT) method, which tightly couples the LiDAR SLAM and the confidence-guided data association based multi-object tracking into a graph optimization backend for estimating the state of the ego-vehicle and objects simultaneously. The confidence of prediction and detection are applied in the factor graph-based multi-object tracking for its data association, which not only avoids the performance degradation caused by incorrect initial assignments in some filter-based methods but also handles issues such as continuous missed detection in tracking while also improving the overall performance of SLAMMOT. Various comparative experiments demonstrate the superior advantages of Conf SLAMMOT, especially in scenes with some missed detections.
