TL;DR
This paper introduces SRTG, a novel CNN block with an LSTM and temporal gate for more flexible and consistent feature discovery in action recognition, improving performance across multiple datasets.
Contribution
The paper proposes SRTG, a new approach that enhances temporal feature discovery by evaluating feature consistency, leading to improved action recognition accuracy.
Findings
Outperforms state-of-the-art on HACS, Moments in Time, UCF-101, HMDB-51
Achieves comparable results to top models on Kinetics-700
Minimal increase in computational cost
Abstract
Generalizing over temporal variations is a prerequisite for effective action recognition in videos. Despite significant advances in deep neural networks, it remains a challenge to focus on short-term discriminative motions in relation to the overall performance of an action. We address this challenge by allowing some flexibility in discovering relevant spatio-temporal features. We introduce Squeeze and Recursion Temporal Gates (SRTG), an approach that favors inputs with similar activations with potential temporal variations. We implement this idea with a novel CNN block that uses an LSTM to encapsulate feature dynamics, in conjunction with a temporal gate that is responsible for evaluating the consistency of the discovered dynamics and the modeled features. We show consistent improvement when using SRTG blocks, with only a minimal increase in the number of GFLOPs. On Kinetics-700, we…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsSigmoid Activation · Tanh Activation · Long Short-Term Memory
