TrackNetV2: Efficient Shuttlecock Tracking Network

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

Datasets


Introduced in the Paper:

Badminton

Used in the Paper:

Volleyball Soccer Tennis Basketball
Task Dataset Model Metric Name Metric Value Global Rank Benchmark
Sports Ball Detection and Tracking Badminton TrackNetV2 F1 (%) 90.5 # 4
Accuracy (%) 85.6 # 4
Average Precision (%) 83.6 # 4
Sports Ball Detection and Tracking Basketball TrackNetV2 F1 (%) 78.8 # 4
Accuracy (%) 69.3 # 4
Average Precision (%) 64.6 # 5
Sports Ball Detection and Tracking Soccer TrackNetV2 F1 (%) 86.6 # 3
Average Precision (%) 77.2 # 4
Accuracy (% ) 97.7 # 3
Sports Ball Detection and Tracking Tennis TrackNetV2 F1 (%) 89.4 # 5
Accuracy (%) 81.4 # 5
Average Precision (%) 80.6 # 5
Sports Ball Detection and Tracking Volleyball TrackNetV2 F1 (%) 83.6 # 5
Accuracy (%) 73.8 # 5
Average Precision (%) 72.3 # 4

Methods


No methods listed for this paper. Add relevant methods here