Temporal Action Localization with Variance-Aware Networks
Ting-Ting Xie, Christos Tzelepis, Ioannis Patras

TL;DR
This paper introduces Variance-Aware Networks (VAN) for temporal action localization, propagating second-order statistics through the network to improve accuracy without extra parameters or computation.
Contribution
The work proposes a novel VANp framework that propagates means and variances in neural networks for action localization, with differentiable solutions and a KL-divergence loss, outperforming existing methods.
Findings
VANp improves localization accuracy over baseline networks.
Second order statistics enhance model performance.
No additional parameters or computational costs during testing.
Abstract
This work addresses the problem of temporal action localization with Variance-Aware Networks (VAN), i.e., DNNs that use second-order statistics in the input and/or the output of regression tasks. We first propose a network (VANp) that when presented with the second-order statistics of the input, i.e., each sample has a mean and a variance, it propagates the mean and the variance throughout the network to deliver outputs with second order statistics. In this framework, both the input and the output could be interpreted as Gaussians. To do so, we derive differentiable analytic solutions, or reasonable approximations, to propagate across commonly used NN layers. To train the network, we define a differentiable loss based on the KL-divergence between the predicted Gaussian and a Gaussian around the ground truth action borders, and use standard back-propagation. Importantly, the variances…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsHuman Pose and Action Recognition · Anomaly Detection Techniques and Applications · Video Surveillance and Tracking Methods
