paper-with-me

홈 › Papers

Jersey Number Recognition using Keyframe Identification from Low-Resolution Broadcast Videos

2023-09-12 · Bavesh Balaji, Jerrin Bright, Harish Prakash, Yuhao Chen, David A Clausi, John Zelek

Player identification is a crucial component in vision-driven soccer analytics, enabling various downstream tasks such as player assessment, in-game analysis, and broadcast production. However, automatically detecting jersey numbers from player tracklets in videos presents challenges due to motion blur, low resolution, distortions, and occlusions. Existing methods, utilizing Spatial Transformer Networks, CNNs, and Vision Transformers, have shown success in image data but struggle with real-world video data, where jersey numbers are not visible in most of the frames. Hence, identifying frames that contain the jersey number is a key sub-problem to tackle. To address these issues, we propose a robust keyframe identification module that extracts frames containing essential high-level information about the jersey number. A spatio-temporal network is then employed to model spatial and temporal context and predict the probabilities of jersey numbers in the video. Additionally, we adopt a multi-task loss function to predict the probability distribution of each digit separately. Extensive evaluations on the SoccerNet dataset demonstrate that incorporating our proposed keyframe identification module results in a significant 37.81% and 37.70% increase in the accuracies of 2 different test sets with domain gaps. These results highlight the effectiveness and importance of our approach in tackling the challenges of automatic jersey number detection in sports videos.

📄 PDF Abstract BibTeX arXiv:2309.06285

Code (0)

등록된 구현이 없습니다.

Tasks

Jersey Number Recognition

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
Adam 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

Domain-Guided Masked Autoencoders for Unique Player Identification

2024-03-17 · Bavesh Balaji, Jerrin Bright, Sirisha Rambhatla, Yuhao Chen 외

Unique player identification is a fundamental module in vision-driven sports analytics. Identifying players from broadcast videos can aid with various downstream tasks such as player assessment, in-game analysis, and bro…

Sports Analytics

Generalized Jersey Number Recognition Using Multi-task Learning With Orientation-guided Weight Refinement

2024-06-03 · Yung-Hui Lin, Yu-Wen Chang, Huang-Chia Shih, Takahiro Ogawa

Jersey number recognition (JNR) has always been an important task in sports analytics. Improving recognition accuracy remains an ongoing challenge because images are subject to blurring, occlusion, deformity, and low res…

Jersey Number RecognitionMulti-Task LearningOptical Character RecognitionSports Analytics

Knock, knock. Who's there? -- Identifying football player jersey numbers with synthetic data

2022-03-01 · Divya Bhargavi, Erika Pelaez Coyotl, Sia Gholami

Automatic player identification is an essential and complex task in sports video analysis. Different strategies have been devised over the years, but identification based on jersey numbers is one of the most common appro…

A General Framework for Jersey Number Recognition in Sports Video

2024-05-22 · Maria Koshkina, James H. Elder

Jersey number recognition is an important task in sports video analysis, partly due to its importance for long-term player tracking. It can be viewed as a variant of scene text recognition. However, there is a lack of pu…

Jersey Number RecognitionScene Text Recognition

Ice hockey player identification via transformers and weakly supervised learning

2021-11-22 · Kanav Vats, William McNally, Pascale Walters, David A. Clausi 외

Identifying players in video is a foundational step in computer vision-based sports analytics. Obtaining player identities is essential for analyzing the game and is used in downstream tasks such as game event recognitio…

Optical Character RecognitionOptical Character Recognition (OCR)Sports AnalyticsTemporal Sequences+1