paper-with-me

Papers

TrackNetV2: Efficient Shuttlecock Tracking Network

2020-12-03 · Conference 2020 12 · Nien-En Sun, Yu-Ching Lin, Shao-Ping Chuang, Tzu-Han Hsu, Dung-Ru Yu, Ho-Yi Chung, Tsì-Uí İk

TrackNet, a deep learning network, was proposed to track high-speed and tiny objects such as tennis balls and shuttlecocks from videos. To conquer low image quality issues such as blur, afterimage, and short-term occlusion, some number of consecutive images are input together to detect an flying object. In this work, TrackNetV2 is proposed to improve the performance of TrackNet from various aspects, especially processing speed, prediction accuracy, and GPU memory usage. First of all, the processing speed is improved from 2.6 FPS to 31.8 FPS. The performance boost is achieved by reducing the input image size and re-engineering the network from a Multiple-In Single-Out (MISO) design to a Multiple-In Multiple-Out (MIMO) design. Then, to improve the prediction accuracy, a comprehensive dataset from diverse badminton match videos is collected and labeled for training and testing. The dataset consists of 55563 frames from 18 badminton match videos. In addition, the network mechanisms are composed of not only VGG16 and upsampling layers but also U-net. Last, to reduce GPU memory usage, the data structure of the heatmap layer is remodeled from a pixel-wise one-hot encoding 3D array to a real-valued 2D array. To reflect the change of the heatmap representation, the loss function is redesigned from a RMSE-based function to a weighted cross-entropy based function. An overall validation shows that the accuracy, precision and recall of TrackNetV2 respectively reach 96.3%, 97.0% and 98.7% in the training phase and 85.2%, 97.2% and 85.4% in a test on a brand new match. The processing speed of the 3-in and 3-out version TrackNetV2 can reach 31.84 FPS. The dataset and source code of this work are available at https://nol.cs.nctu.edu.tw:234/open-source/TrackNetv2/.

📄 PDF Abstract BibTeX

Code (1)

nttcom/wasb-sbdt pytorch

Tasks

GPUSports Ball Detection and Tracking

Similar Papers 제목 키워드 기반

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

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 외 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…

Object Tracking

One-Shot Badminton Shuttle Detection for Mobile Robots

2026-03-04 · Florentin Dipner, William Talbot, Turcan Tuna, Andrei Cramariuc 외 arxiv

This paper presents a robust one-shot badminton shuttlecock detection framework for non-stationary robots. To address the lack of egocentric shuttlecock detection datasets, we introduce a dataset of 20,510 semi-automatic…

BST: Badminton Stroke-type Transformer for Skeleton-based Action Recognition in Racket Sports

2025-02-28 · Jing-Yuan Chang

Badminton, known for having the fastest ball speeds among all sports, presents significant challenges to the field of computer vision, including player identification, court line detection, shuttlecock trajectory trackin…

Action RecognitionLine DetectionPose EstimationSkeleton Based Action Recognition+2

Learning coordinated badminton skills for legged manipulators

2025-05-29 · Yuntao Ma, Andrei Cramariuc, Farbod Farshidian, Marco Hutter

Coordinating the motion between lower and upper limbs and aligning limb control with perception are substantial challenges in robotics, particularly in dynamic environments. To this end, we introduce an approach for enab…

Navigatereinforcement-learningReinforcement Learning