CVAug 10, 2017

Exploring Temporal Preservation Networks for Precise Temporal Action Localization

arXiv:1708.03280v268 citations
AI Analysis

This work addresses the challenge of accurately localizing action boundaries in videos, which is important for applications like video analysis and surveillance, but it is incremental as it builds on existing 3D ConvNet methods.

The paper tackles the problem of precise temporal action localization by proposing a Temporal Preservation Convolutional (TPC) Network that preserves temporal resolution while downsampling spatial resolution, achieving significant improvement in per-frame action prediction and competitive results on segment-level localization.

Temporal action localization is an important task of computer vision. Though a variety of methods have been proposed, it still remains an open question how to predict the temporal boundaries of action segments precisely. Most works use segment-level classifiers to select video segments pre-determined by action proposal or dense sliding windows. However, in order to achieve more precise action boundaries, a temporal localization system should make dense predictions at a fine granularity. A newly proposed work exploits Convolutional-Deconvolutional-Convolutional (CDC) filters to upsample the predictions of 3D ConvNets, making it possible to perform per-frame action predictions and achieving promising performance in terms of temporal action localization. However, CDC network loses temporal information partially due to the temporal downsampling operation. In this paper, we propose an elegant and powerful Temporal Preservation Convolutional (TPC) Network that equips 3D ConvNets with TPC filters. TPC network can fully preserve temporal resolution and downsample the spatial resolution simultaneously, enabling frame-level granularity action localization. TPC network can be trained in an end-to-end manner. Experiment results on public datasets show that TPC network achieves significant improvement on per-frame action prediction and competing results on segment-level temporal action localization.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes