RaTrack: Moving Object Detection and Tracking with 4D Radar Point Cloud
Zhijun Pan, Fangqiang Ding, Hantao Zhong, Chris Xiaoxuan Lu
TL;DR
This paper tackles moving object tracking with 4D radar by abandoning bounding-box-centric detection in favor of class-agnostic clustering guided by per-point motion cues. It introduces RaTrack, a fully differentiable, end-to-end framework that combines a backbone for radar feature extraction, a point-wise scene flow estimator, motion-segmentation-based clustering, and a Sinkhorn-based data association to link detections with tracks. The approach yields substantial improvements over LiDAR-oriented baselines on the VoD dataset, highlighting the effectiveness of motion-centric, cluster-based detection for sparse radar data. The work also demonstrates strong ablations showing the importance of the motion estimation module and velocity features, and it provides a solid foundation for radar-based autonomous perception with practical release of code and models.
Abstract
Mobile autonomy relies on the precise perception of dynamic environments. Robustly tracking moving objects in 3D world thus plays a pivotal role for applications like trajectory prediction, obstacle avoidance, and path planning. While most current methods utilize LiDARs or cameras for Multiple Object Tracking (MOT), the capabilities of 4D imaging radars remain largely unexplored. Recognizing the challenges posed by radar noise and point sparsity in 4D radar data, we introduce RaTrack, an innovative solution tailored for radar-based tracking. Bypassing the typical reliance on specific object types and 3D bounding boxes, our method focuses on motion segmentation and clustering, enriched by a motion estimation module. Evaluated on the View-of-Delft dataset, RaTrack showcases superior tracking precision of moving objects, largely surpassing the performance of the state of the art. We release our code and model at https://github.com/LJacksonPan/RaTrack.
