TL;DR
This paper introduces FATSnet, an RNN-based model for online action detection that anticipates future frames and smooths predictions, achieving state-of-the-art results in real-time video understanding tasks.
Contribution
The paper proposes a novel RNN-based framework with unsupervised future anticipation and temporal smoothing for online action detection, improving performance on long sequences.
Findings
Achieves state-of-the-art performance on TVSeries, THUMOS14, and BBDB datasets.
Effectively anticipates future frames using cycle-consistency loss.
Relieves performance loss on very long sequences.
Abstract
Many video understanding tasks work in the offline setting by assuming that the input video is given from the start to the end. However, many real-world problems require the online setting, making a decision immediately using only the current and the past frames of videos such as in autonomous driving and surveillance systems. In this paper, we present a novel solution for online action detection by using a simple yet effective RNN-based networks called the Future Anticipation and Temporally Smoothing network (FATSnet). The proposed network consists of a module for anticipating the future that can be trained in an unsupervised manner with the cycle-consistency loss, and another component for aggregating the past and the future for temporally smooth frame-by-frame predictions. We also propose a solution to relieve the performance loss when running RNN-based models on very long sequences.…
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.
