TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/BoostTrack++: using tracklet information to detect more ob...

BoostTrack++: using tracklet information to detect more objects in multiple object tracking

Vukašin Stanojević, Branimir Todorović

2024-08-23Multi-Object TrackingObject TrackingMultiple Object Tracking
PaperPDFCode(official)Code

Abstract

Multiple object tracking (MOT) depends heavily on selection of true positive detected bounding boxes. However, this aspect of the problem is mostly overlooked or mitigated by employing two-stage association and utilizing low confidence detections in the second stage. Recently proposed BoostTrack attempts to avoid the drawbacks of multiple stage association approach and use low-confidence detections by applying detection confidence boosting. In this paper, we identify the limitations of the confidence boost used in BoostTrack and propose a method to improve its performance. To construct a richer similarity measure and enable a better selection of true positive detections, we propose to use a combination of shape, Mahalanobis distance and novel soft BIoU similarity. We propose a soft detection confidence boost technique which calculates new confidence scores based on the similarity measure and the previous confidence scores, and we introduce varying similarity threshold to account for lower similarity measure between detections and tracklets which are not regularly updated. The proposed additions are mutually independent and can be used in any MOT algorithm. Combined with the BoostTrack+ baseline, our method achieves near state of the art results on the MOT17 dataset and new state of the art HOTA and IDF1 scores on the MOT20 dataset. The source code is available at: https://github.com/vukasin-stanojevic/BoostTrack .

Results

TaskDatasetMetricValueModel
Multi-Object TrackingMOT20HOTA66.4BoostTrack++
Multi-Object TrackingMOT20IDF182BoostTrack++
Multi-Object TrackingMOT20MOTA77.7BoostTrack++
Multi-Object TrackingMOT17HOTA66.6BoostTrack++
Multi-Object TrackingMOT17IDF182.2BoostTrack++
Multi-Object TrackingMOT17MOTA80.7BoostTrack++
Object TrackingMOT20HOTA66.4BoostTrack++
Object TrackingMOT20IDF182BoostTrack++
Object TrackingMOT20MOTA77.7BoostTrack++
Object TrackingMOT17HOTA66.6BoostTrack++
Object TrackingMOT17IDF182.2BoostTrack++
Object TrackingMOT17MOTA80.7BoostTrack++

Related Papers

MVA 2025 Small Multi-Object Tracking for Spotting Birds Challenge: Dataset, Methods, and Results2025-07-17YOLOv8-SMOT: An Efficient and Robust Framework for Real-Time Small Object Tracking via Slice-Assisted Training and Adaptive Association2025-07-16HiM2SAM: Enhancing SAM2 with Hierarchical Motion Estimation and Memory Optimization towards Long-term Tracking2025-07-10Robustifying 3D Perception through Least-Squares Multi-Agent Graphs Object Tracking2025-07-07UMDATrack: Unified Multi-Domain Adaptive Tracking Under Adverse Weather Conditions2025-07-01Mamba-FETrack V2: Revisiting State Space Model for Frame-Event based Visual Object Tracking2025-06-30Visual and Memory Dual Adapter for Multi-Modal Object Tracking2025-06-30R1-Track: Direct Application of MLLMs to Visual Object Tracking via Reinforcement Learning2025-06-27