# Detecting the Starting Frame of Actions in Video

**Authors:** Iljung S. Kwak, Jian-Zhong Guo, Adam Hantman, David Kriegman, Kristin, Branson

arXiv: 1906.03340 · 2020-01-22

## TL;DR

This paper presents a novel structured loss function and RNN-based approach for precise localization of action start frames in videos, with a new neuroscience-focused dataset, outperforming baseline methods.

## Contribution

Introduces a structured loss for better action start detection and a new annotated dataset for neuroscience applications.

## Key findings

- Our method outperforms baseline approaches on the Mouse Reach Dataset.
- The structured loss effectively penalizes missed and extra start detections.
- Recurrent neural networks trained with our loss improve localization accuracy.

## Abstract

In this work, we address the problem of precisely localizing key frames of an action, for example, the precise time that a pitcher releases a baseball, or the precise time that a crowd begins to applaud. Key frame localization is a largely overlooked and important action-recognition problem, for example in the field of neuroscience, in which we would like to understand the neural activity that produces the start of a bout of an action. To address this problem, we introduce a novel structured loss function that properly weights the types of errors that matter in such applications: it more heavily penalizes extra and missed action start detections over small misalignments. Our structured loss is based on the best matching between predicted and labeled action starts. We train recurrent neural networks (RNNs) to minimize differentiable approximations of this loss. To evaluate these methods, we introduce the Mouse Reach Dataset, a large, annotated video dataset of mice performing a sequence of actions. The dataset was collected and labeled by experts for the purpose of neuroscience research. On this dataset, we demonstrate that our method outperforms related approaches and baseline methods using an unstructured loss.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1906.03340/full.md

## Figures

6 figures with captions in the complete paper: https://tomesphere.com/paper/1906.03340/full.md

## References

29 references — full list in the complete paper: https://tomesphere.com/paper/1906.03340/full.md

---
Source: https://tomesphere.com/paper/1906.03340