CVJun 22, 2023

Iterative Scale-Up ExpansionIoU and Deep Features Association for Multi-Object Tracking in Sports

arXiv:2306.13074v553 citationsh-index: 60Has Code
Originality Incremental advance
AI Analysis

This addresses tracking in sports scenarios, a domain-specific problem with nonlinear motion, and is incremental as it builds on existing deep learning methods.

The paper tackles multi-object tracking for athletes with irregular motion by proposing Deep-EIoU, which replaces the Kalman filter with iterative scale-up ExpansionIoU and deep features, achieving 77.2% HOTA on SportsMOT and 85.4% HOTA on SoccerNet-Tracking.

Deep learning-based object detectors have driven notable progress in multi-object tracking algorithms. Yet, current tracking methods mainly focus on simple, regular motion patterns in pedestrians or vehicles. This leaves a gap in tracking algorithms for targets with nonlinear, irregular motion, like athletes. Additionally, relying on the Kalman filter in recent tracking algorithms falls short when object motion defies its linear assumption. To overcome these issues, we propose a novel online and robust multi-object tracking approach named deep ExpansionIoU (Deep-EIoU), which focuses on multi-object tracking for sports scenarios. Unlike conventional methods, we abandon the use of the Kalman filter and leverage the iterative scale-up ExpansionIoU and deep features for robust tracking in sports scenarios. This approach achieves superior tracking performance without adopting a more robust detector, all while keeping the tracking process in an online fashion. Our proposed method demonstrates remarkable effectiveness in tracking irregular motion objects, achieving a score of 77.2% HOTA on the SportsMOT dataset and 85.4% HOTA on the SoccerNet-Tracking dataset. It outperforms all previous state-of-the-art trackers on various large-scale multi-object tracking benchmarks, covering various kinds of sports scenarios. The code and models are available at https://github.com/hsiangwei0903/Deep-EIoU.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes