English

Predicting Penalty Kick Direction Using Multi-Modal Deep Learning with Pose-Guided Attention

Computer Vision and Pattern Recognition 2025-10-01 v1

Abstract

Penalty kicks often decide championships, yet goalkeepers must anticipate the kicker's intent from subtle biomechanical cues within a very short time window. This study introduces a real-time, multi-modal deep learning framework to predict the direction of a penalty kick (left, middle, or right) before ball contact. The model uses a dual-branch architecture: a MobileNetV2-based CNN extracts spatial features from RGB frames, while 2D keypoints are processed by an LSTM network with attention mechanisms. Pose-derived keypoints further guide visual focus toward task-relevant regions. A distance-based thresholding method segments input sequences immediately before ball contact, ensuring consistent input across diverse footage. A custom dataset of 755 penalty kick events was created from real match videos, with frame-level annotations for object detection, shooter keypoints, and final ball placement. The model achieved 89% accuracy on a held-out test set, outperforming visual-only and pose-only baselines by 14-22%. With an inference time of 22 milliseconds, the lightweight and interpretable design makes it suitable for goalkeeper training, tactical analysis, and real-time game analytics.

Keywords

Cite

@article{arxiv.2509.26088,
  title  = {Predicting Penalty Kick Direction Using Multi-Modal Deep Learning with Pose-Guided Attention},
  author = {Pasindu Ranasinghe and Pamudu Ranasinghe},
  journal= {arXiv preprint arXiv:2509.26088},
  year   = {2025}
}
R2 v1 2026-07-01T06:07:22.574Z