CVMar 21, 2023

CLIP-ReIdent: Contrastive Training for Player Re-Identification

arXiv:2303.11855v119 citationsh-index: 7
Originality Incremental advance
AI Analysis

This work addresses the problem of tracking individual players across camera views for sports teams, offering a high-performance solution but is incremental as it adapts an existing model to a specific domain.

The authors tackled player re-identification in sports analytics by adapting CLIP's contrastive pre-training to an image-to-image approach, achieving 98.44% mAP on the MMSports 2022 challenge and demonstrating zero-shot OCR capabilities for features like shirt numbers.

Sports analytics benefits from recent advances in machine learning providing a competitive advantage for teams or individuals. One important task in this context is the performance measurement of individual players to provide reports and log files for subsequent analysis. During sport events like basketball, this involves the re-identification of players during a match either from multiple camera viewpoints or from a single camera viewpoint at different times. In this work, we investigate whether it is possible to transfer the out-standing zero-shot performance of pre-trained CLIP models to the domain of player re-identification. For this purpose we reformulate the contrastive language-to-image pre-training approach from CLIP to a contrastive image-to-image training approach using the InfoNCE loss as training objective. Unlike previous work, our approach is entirely class-agnostic and benefits from large-scale pre-training. With a fine-tuned CLIP ViT-L/14 model we achieve 98.44 % mAP on the MMSports 2022 Player Re-Identification challenge. Furthermore we show that the CLIP Vision Transformers have already strong OCR capabilities to identify useful player features like shirt numbers in a zero-shot manner without any fine-tuning on the dataset. By applying the Score-CAM algorithm we visualise the most important image regions that our fine-tuned model identifies when calculating the similarity score between two images of a player.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes