SOTAVerified

Fine-Grained Action Detection with RGB and Pose Information using Two Stream Convolutional Networks

2023-02-06Code Available0· sign in to hype

Leonard Hacker, Finn Bartels, Pierre-Etienne Martin

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

As participants of the MediaEval 2022 Sport Task, we propose a two-stream network approach for the classification and detection of table tennis strokes. Each stream is a succession of 3D Convolutional Neural Network (CNN) blocks using attention mechanisms. Each stream processes different 4D inputs. Our method utilizes raw RGB data and pose information computed from MMPose toolbox. The pose information is treated as an image by applying the pose either on a black background or on the original RGB frame it has been computed from. Best performance is obtained by feeding raw RGB data to one stream, Pose + RGB (PRGB) information to the other stream and applying late fusion on the features. The approaches were evaluated on the provided TTStroke-21 data sets. We can report an improvement in stroke classification, reaching 87.3% of accuracy, while the detection does not outperform the baseline but still reaches an IoU of 0.349 and mAP of 0.110.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
TTStroke-21 ME22RGB and PRGBIoU0.35Unverified

Reproductions