paper-with-me

Papers

Utilizing Temporal Information in Deep Convolutional Network for Efficient Soccer Ball Detection and Tracking

2019-09-05 · Anna Kukleva, Mohammad Asif Khan, Hafez Farazi, Sven Behnke

Soccer ball detection is identified as one of the critical challenges in the RoboCup competition. It requires an efficient vision system capable of handling the task of detection with high precision and recall and providing robust and low inference time. In this work, we present a novel convolutional neural network (CNN) approach to detect the soccer ball in an image sequence. In contrast to the existing methods where only the current frame or an image is used for the detection, we make use of the history of frames. Using history allows to efficiently track the ball in situations where the ball disappears or gets partially occluded in some of the frames. Our approach exploits spatio-temporal correlation and detects the ball based on the trajectory of its movements. We present our results with three convolutional methods, namely temporal convolutional networks (TCN), ConvLSTM, and ConvGRU. We first solve the detection task for an image using fully convolutional encoder-decoder architecture, and later, we use it as an input to our temporal models and jointly learn the detection task in sequences of images. We evaluate all our experiments on a novel dataset prepared as a part of this work. Furthermore, we present empirical results to support the effectiveness of using the history of the ball in challenging scenarios.

📄 PDF Abstract BibTeX arXiv:1909.02406

Code (1)

AIS-Bonn/TemporalBallDetection 공식 구현 pytorch

Tasks

DecoderGame of Football

Methods 이 논문이 사용한 방법론

Tanh Activation 설명 없음
Sigmoid Activation 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
ConvLSTM ConvLSTM is a type of recurrent neural network for spatio-temporal prediction that has convolutional structures in both the input-to-state and state-to-state transitions. The…

Similar Papers 제목 키워드 기반

Classifying Soccer Ball-on-Goal Position Through Kicker Shooting Action

2023-12-23 · Javier Torón-Artiles, Daniel Hernández-Sosa, Oliverio J. Santana, Javier Lorenzo-Navarro 외

This research addresses whether the ball's direction after a soccer free-kick can be accurately predicted solely by observing the shooter's kicking technique. To investigate this, we meticulously curated a dataset of soc…

Action RecognitionPositionTemporal Action Localization

Deep Understanding of Soccer Match Videos

2024-07-11 · Shikun Xu, Yandong Zhu, Gen Li, Changhu Wang

Soccer is one of the most popular sport worldwide, with live broadcasts frequently available for major matches. However, extracting detailed, frame-by-frame information on player actions from these videos remains a chall…

Game State and Spatio-temporal Action Detection in Soccer using Graph Neural Networks and 3D Convolutional Networks

2025-02-21 · Jeremie Ochin, Guillaume Devineau, Bogdan Stanciulescu, Sotiris Manitsaris

Soccer analytics rely on two data sources: the player positions on the pitch and the sequences of events they perform. With around 2000 ball events per game, their precise and exhaustive annotation based on a monocular v…

Action Detection

Spotting Football Events Using Two-Stream Convolutional Neural Network and Dilated Recurrent Neural Network

2021-04-21 · Behzad Mahaseni, Erma Rahayu Mohd Faizal, Ram Gopal Raj

This paper addresses the problem of event detection and localization in long football (soccer) videos. Our key idea is that understanding the long-range dependencies between video frames is imperative for accurate event …

Action SpottingEvent Detection

Playing Soccer without Colors in the SPL: A Convolutional Neural Network Approach

2018-11-29 · Francisco Leiva, Nicolás Cruz, Ignacio Bugueño, Javier Ruiz-del-Solar

The goal of this paper is to propose a vision system for humanoid robotic soccer that does not use any color information. The main features of this system are: (i) real-time operation in the NAO robot, and (ii) the abili…