paper-with-me

홈 › Papers

TrackNetV5: Residual-Driven Spatio-Temporal Refinement and Motion Direction Decoupling for Fast Object Tracking

2025-12-02 · Haonan Tang, Yanjun Chen, Lezhi Jiang, Qianfei Li, Xinyu Guo arxiv

The TrackNet series has established a strong baseline for fast-moving small object tracking in sports. However, existing iterations face significant limitations: V1-V3 struggle with occlusions due to a reliance on purely visual cues, while TrackNetV4, despite introducing motion inputs, suffers from directional ambiguity as its absolute difference method discards motion polarity. To overcome these bottlenecks, we propose TrackNetV5, a robust architecture integrating two novel mechanisms. First, to recover lost directional priors, we introduce the Motion Direction Decoupling (MDD) module. Unlike V4, MDD decomposes temporal dynamics into signed polarity fields, explicitly encoding both movement occurrence and trajectory direction. Second, we propose the Residual-Driven Spatio-Temporal Refinement (R-STR) head. Operating on a coarse-to-fine paradigm, this Transformer-based module leverages factorized spatio-temporal contexts to estimate a corrective residual, effectively recovering occluded targets. Extensive experiments on the TrackNetV2 dataset demonstrate that TrackNetV5 achieves a new state-of-the-art F1-score of 0.9859 and an accuracy of 0.9733, significantly outperforming previous versions. Notably, this performance leap is achieved with a marginal 3.7% increase in FLOPs compared to V4, maintaining real-time inference capabilities while delivering superior tracking precision.

📄 PDF Abstract BibTeX arXiv:2512.02789

Code (0)

등록된 구현이 없습니다.

Tasks

Object Tracking

Similar Papers 제목 키워드 기반

Spatiotemporal Field Generation Based on Hybrid Mamba-Transformer with Physics-informed Fine-tuning

2025-05-16 · Peimian Du, Jiabin Liu, Xiaowei Jin, WangMeng Zuo 외

This research confronts the challenge of substantial physical equation discrepancies encountered in the generation of spatiotemporal physical fields through data-driven trained models. A spatiotemporal physical field gen…

MambaSelf-Supervised Learning

Physics-informed Deep Super-resolution for Spatiotemporal Data

2022-08-02 · Pu Ren, Chengping Rao, Yang Liu, Zihan Ma 외

High-fidelity simulation of complex physical systems is exorbitantly expensive and inaccessible across spatiotemporal scales. Recently, there has been an increasing interest in leveraging deep learning to augment scienti…

Super-Resolution

Reversible Residual Normalization Alleviates Spatio-Temporal Distribution Shift

2026-04-17 · Zhaobo Hu, Vincent Gauthier, Mehdi Naima arxiv

Distribution shift severely degrades the performance of deep forecasting models. While this issue is well-studied for individual time series, it remains a significant challenge in the spatio-temporal domain. Effective so…

Spatiotemporal Residual Networks for Video Action Recognition

2016-11-07 · NeurIPS 2016 12 · Christoph Feichtenhofer, Axel Pinz, Richard P. Wildes

Two-stream Convolutional Networks (ConvNets) have shown strong performance for human action recognition in videos. Recently, Residual Networks (ResNets) have arisen as a new technique to train extremely deep architecture…

Action RecognitionAction Recognition In VideosTemporal Action Localization

TrackNetV4: Enhancing Fast Sports Object Tracking with Motion Attention Maps

2024-09-22 · Arjun Raj, Lei Wang, Tom Gedeon

Accurately detecting and tracking high-speed, small objects, such as balls in sports videos, is challenging due to factors like motion blur and occlusion. Although recent deep learning frameworks like TrackNetV1, V2, and…

Object TrackingTrajectory Prediction