English

HybridTrack: A Hybrid Approach for Robust Multi-Object Tracking

Computer Vision and Pattern Recognition 2025-05-27 v2 Robotics

Abstract

The evolution of Advanced Driver Assistance Systems (ADAS) has increased the need for robust and generalizable algorithms for multi-object tracking. Traditional statistical model-based tracking methods rely on predefined motion models and assumptions about system noise distributions. Although computationally efficient, they often lack adaptability to varying traffic scenarios and require extensive manual design and parameter tuning. To address these issues, we propose a novel 3D multi-object tracking approach for vehicles, HybridTrack, which integrates a data-driven Kalman Filter (KF) within a tracking-by-detection paradigm. In particular, it learns the transition residual and Kalman gain directly from data, which eliminates the need for manual motion and stochastic parameter modeling. Validated on the real-world KITTI dataset, HybridTrack achieves 82.72% HOTA accuracy, significantly outperforming state-of-the-art methods. We also evaluate our method under different configurations, achieving the fastest processing speed of 112 FPS. Consequently, HybridTrack eliminates the dependency on scene-specific designs while improving performance and maintaining real-time efficiency. The code is publicly available at: https://github.com/leandro-svg/HybridTrack.

Keywords

Cite

@article{arxiv.2501.01275,
  title  = {HybridTrack: A Hybrid Approach for Robust Multi-Object Tracking},
  author = {Leandro Di Bella and Yangxintong Lyu and Bruno Cornelis and Adrian Munteanu},
  journal= {arXiv preprint arXiv:2501.01275},
  year   = {2025}
}

Comments

IEEE ROBOTICS AND AUTOMATION LETTERS. ACCEPTED MAY, 2025

R2 v1 2026-06-28T20:54:37.943Z