Skip to content

This repository contains the demonstration of "MV-Soccer" paper published in the 10th CVsports Workshop of CVPR 2024

License

Notifications You must be signed in to change notification settings

MrFahad/MV-Soccer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MV-Soccer: Motion-Vector Augmented Instance Segmentation for Soccer Player Tracking
Fahad Majeed, Google Scholar, Paper


Abstract:

This work presents a novel real-time detection, instance segmentation, and tracking approach for soccer videos. Unlike conventional methods, we augment video frames by incorporating motion vectors, thus adding valuable shape cues that are not readily present in RGB frames. This facilitates improved foreground/background separation and enhances the ability to distinguish between players, especially in scenarios involving partial occlusion. The proposed framework leverages the Cross-Stage-Partial Network53 (CSPDarknet53) as a backbone, for instance segmentation and integrates motion vectors, coupled with frame differencing. The model is simultaneously trained on two publicly available datasets and a private dataset, SoccerPro, which we created. The reason for simultaneous training is to reduce biases and increase generalization ability. To validate the effectiveness of our approach, we conducted extensive experiments and attained 97% accuracy for the DFL - Bundesliga Data Shootout, 98% on the SoccerNet-Tracking dataset, and an impressive 99% on the SoccerPro (our) dataset.

Motion Vectors - (Intuition behind):

Static vs. Dynamic Scenarios.


Final Output.

About

Fahad Majeed, PhD from HBKU, Qatar, develops this software. The motion vector extraction component is sourced from Lukas Bommes' repository, MV-Extractor

License

This project is licensed under the MIT License - see the LICENSE file for details.

Citation

If you find our work interesting, don't forget to give us a ⭐️ and cite the below paper:

@InProceedings{Majeed_2024_CVPR,
    author    = {Majeed, Fahad and Gilal, Nauman Ullah and Al-Thelaya, Khaled and Yang, Yin and Agus, Marco and Schneider, Jens},
    title     = {MV-Soccer: Motion-Vector Augmented Instance Segmentation for Soccer Player Tracking},
    booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) Workshops},
    month     = {June},
    year      = {2024},
    pages     = {3245-3255},
    url       = {https://tinyurl.com/5cyschua}
}

About

This repository contains the demonstration of "MV-Soccer" paper published in the 10th CVsports Workshop of CVPR 2024

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published