Skip to content

leandro-svg/HybridTrack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HybridTrack: A Hybrid Approach for Robust Multi-Object Tracking

📄 Read the paper on arXiv


HybridTrack is a novel 3D multi-object tracking (MOT) framework that combines the strengths of traditional Kalman filtering with the adaptability of deep learning. Designed for traffic and autonomous driving scenarios, it delivers state-of-the-art accuracy and real-time performance—no manual tuning or scenario-specific designs required.


🏆 News

  • HybridTrack has been accepted to RAL 2025!

🏗️ Method Architecture

📌 A schematic of the HybridTrack architecture will be added here.

Method Architecture

HybridTrack Demo

📦 Features

  • 3D Object Tracking using LiDAR
  • Learnable Kalman Filter (LKF)
  • Real-time performance (112 FPS)
  • High tracking accuracy without handcrafted noise or motion models
  • Generalizes across different driving scenarios

📊 Benchmark Performance

Method HOTA FPS Modality Model Weights
HybridTrack (Ours) 82.08% 112 3D (LiDAR) Download (.pth)

See the paper for detailed comparison across metrics like MOTA, IDF1, and association accuracy.

📁 Dataset

HybridTrack is evaluated on the KITTI Tracking Benchmark.


⚡ Quickstart

  1. Prepare your data: Follow the Data Preparation Guide for step-by-step instructions on downloading, organizing, and linking the KITTI dataset, detections, and annotations.
  2. Install requirements:
    pip install -r requirements.txt
  3. Configure and run:

🧩 Acknowledgements

This repository builds upon the following open-source projects:

We thank the authors for their valuable contributions to the community.

📜 Citation

If you use HybridTrack in your research, please consider citing:

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

About

[RA-L25/ICRA26] HybridTrack: A Hybrid Approach for Robust Multi-Object Tracking

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages