HyperAIHyperAI

Command Palette

Search for a command to run...

3 months ago

TrackNetV2: Efficient Shuttlecock Tracking Network

{Tsì-Uí İk Ho-Yi Chung Dung-Ru Yu Tzu-Han Hsu Shao-Ping Chuang Yu-Ching Lin Nien-En Sun}

Abstract

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/.

Benchmarks

BenchmarkMethodologyMetrics
sports-ball-detection-and-tracking-onTrackNetV2
Accuracy (%): 85.6
Average Precision (%): 83.6
F1 (%): 90.5
sports-ball-detection-and-tracking-on-1TrackNetV2
Accuracy (%): 73.8
Average Precision (%): 72.3
F1 (%): 83.6
sports-ball-detection-and-tracking-on-2TrackNetV2
Accuracy (%): 69.3
Average Precision (%): 64.6
F1 (%): 78.8
sports-ball-detection-and-tracking-on-sbdtTrackNetV2
Accuracy (% ): 97.7
Average Precision (%): 77.2
F1 (%): 86.6
sports-ball-detection-and-tracking-on-tennisTrackNetV2
Accuracy (%): 81.4
Average Precision (%): 80.6
F1 (%): 89.4

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
TrackNetV2: Efficient Shuttlecock Tracking Network | Papers | HyperAI