A structured model for action detection in the video - Robotics Institute Carnegie Mellon University

A structured model for action detection in the video

Master's Thesis, Tech. Report, CMU-RI-TR-19-32, Robotics Institute, Carnegie Mellon University, June, 2019

Abstract

A dominant paradigm for learning-based approaches in computer vision is training generic models, such as ResNet for image recognition, or I3D for video understanding, on large datasets and allowing them to discover the optimal representation for the problem at hand. While this is an obviously attractive approach, it is not applicable in all scenarios. We claim that action detection is one such challenging problem - the models that need to be trained are large, and the labeled data is expensive to obtain. To address this limitation, we propose to incorporate domain knowledge into the structure of the model to simplify optimization. In particular, we augment a standard I3D network with a tracking module to aggregate long term motion patterns, and use a graph convolutional network to reason about interactions between actors and objects. Evaluated on the challenging AVA dataset, the proposed approach improves over the I3D baseline by 5.5% mAP and over the state-of-the-art by 4.8% mAP.

BibTeX

@mastersthesis{Zhang-2019-113618,
author = {Yubo Zhang},
title = {A structured model for action detection in the video},
year = {2019},
month = {June},
school = {Carnegie Mellon University},
address = {Pittsburgh, PA},
number = {CMU-RI-TR-19-32},
keywords = {Action detection, video understanding, structured model, relation graph,},
}