paper-with-me

홈 › Papers

Player Tracking and Identification in Ice Hockey

2021-10-06 · Kanav Vats, Pascale Walters, Mehrnaz Fani, David A. Clausi, John Zelek

Tracking and identifying players is a fundamental step in computer vision-based ice hockey analytics. The data generated by tracking is used in many other downstream tasks, such as game event detection and game strategy analysis. Player tracking and identification is a challenging problem since the motion of players in hockey is fast-paced and non-linear when compared to pedestrians. There is also significant camera panning and zooming in hockey broadcast video. Identifying players in ice hockey is challenging since the players of the same team look almost identical, with the jersey number the only discriminating factor between players. In this paper, an automated system to track and identify players in broadcast NHL hockey videos is introduced. The system is composed of three components (1) Player tracking, (2) Team identification and (3) Player identification. Due to the absence of publicly available datasets, the datasets used to train the three components are annotated manually. Player tracking is performed with the help of a state of the art tracking algorithm obtaining a Multi-Object Tracking Accuracy (MOTA) score of 94.5%. For team identification, the away-team jerseys are grouped into a single class and home-team jerseys are grouped in classes according to their jersey color. A convolutional neural network is then trained on the team identification dataset. The team identification network gets an accuracy of 97% on the test set. A novel player identification model is introduced that utilizes a temporal one-dimensional convolutional network to identify players from player bounding box sequences. The player identification model further takes advantage of the available NHL game roster data to obtain a player identification accuracy of 83%.

📄 PDF Abstract BibTeX arXiv:2110.03090

Code (0)

등록된 구현이 없습니다.

Tasks

Event DetectionMulti-Object TrackingObject Tracking

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Evaluating deep tracking models for player tracking in broadcast ice hockey video

2022-05-22 · Kanav Vats, Mehrnaz Fani, David A. Clausi, John S. Zelek

Tracking and identifying players is an important problem in computer vision based ice hockey analytics. Player tracking is a challenging problem since the motion of players in hockey is fast-paced and non-linear. There i…

Player Identification in Hockey Broadcast Videos

2020-09-05 · Alvin Chan, Martin D. Levine, Mehrsan Javan

We present a deep recurrent convolutional neural network (CNN) approach to solve the problem of hockey player identification in NHL broadcast videos. Player identification is a difficult computer vision problem mainly be…

Multi Player Tracking in Ice Hockey with Homographic Projections

2024-05-22 · Harish Prakash, Jia Cheng Shang, Ken M. Nsiempba, Yuhao Chen 외

Multi Object Tracking (MOT) in ice hockey pursues the combined task of localizing and associating players across a given sequence to maintain their identities. Tracking players from monocular broadcast feeds is an import…

Graph MatchingMulti-Object TrackingObject Tracking

Detecting and Matching Related Objects with One Proposal Multiple Predictions

2021-04-23 · Yang Liu, Luiz G. Hafemann, Michael Jamieson, Mehrsan Javan

Tracking players in sports videos is commonly done in a tracking-by-detection framework, first detecting players in each frame, and then performing association over time. While for some sports tracking players is suffici…

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