GTATrack: Winner Solution to SoccerTrack 2025 with Deep-EIoU and Global Tracklet Association
Rong-Lin Jian, Ming-Chi Luo, Chen-Wei Huang, Chia-Ming Lee, Yu-Fan Lin, Chih-Chung Hsu
TL;DR
GTATrack addresses the challenging task of multi-object tracking in fisheye soccer videos by coupling a motion-agnostic online association (Deep-EIoU) with a global trajectory refinement module (GTA-Link), augmented by a pseudo-labeling strategy to boost detector recall on small targets. The approach combines YOLOv11x-based detection with OSNet-based ReID to form robust short-term associations, followed by offline cluster-based linkages that merge fragments and resolve identity switches at the trajectory level. On SoccerTrack Challenge 2025, GTATrack achieves a leading HOTA of $0.60$ and a markedly reduced false-positive count of $982$, demonstrating strong performance under extreme distortion and uniform team jerseys. Overall, the paper demonstrates that hierarchical local-global reasoning, supported by pseudo-labeling and a robust ReID backbone, yields state-of-the-art accuracy for fisheye-based sports MOT with practical, scalable complexity.
Abstract
Multi-object tracking (MOT) in sports is highly challenging due to irregular player motion, uniform appearances, and frequent occlusions. These difficulties are further exacerbated by the geometric distortion and extreme scale variation introduced by static fisheye cameras. In this work, we present GTATrack, a hierarchical tracking framework that win first place in the SoccerTrack Challenge 2025. GTATrack integrates two core components: Deep Expansion IoU (Deep-EIoU) for motion-agnostic online association and Global Tracklet Association (GTA) for trajectory-level refinement. This two-stage design enables both robust short-term matching and long-term identity consistency. Additionally, a pseudo-labeling strategy is used to boost detector recall on small and distorted targets. The synergy between local association and global reasoning effectively addresses identity switches, occlusions, and tracking fragmentation. Our method achieved a winning HOTA score of 0.60 and significantly reduced false positives to 982, demonstrating state-of-the-art accuracy in fisheye-based soccer tracking. Our code is available at https://github.com/ron941/GTATrack-STC2025.
