Top-down Attention Recurrent VLAD Encoding for Action Recognition in Videos
Most recent approaches for action recognition from video leverage deep architectures to encode the video clip into a fixed length representation vector that is then used for classification. For this to be successful, the network must be capable of suppressing irrelevant scene background and extract the representation from the most discriminative part of the video. Our contribution builds on the observation that spatio-temporal patterns characterizing actions in videos are highly correlated with objects and their location in the video. We propose Top-down Attention Action VLAD (TA-VLAD), a deep recurrent architecture with built-in spatial attention that performs temporally aggregated VLAD encoding for action recognition from videos. We adopt a top-down approach of attention, by using class specific activation maps obtained from a deep CNN pre-trained for image classification, to weight appearance features before encoding them into a fixed-length video descriptor using Gated Recurrent Units. Our method achieves state of the art recognition accuracy on HMDB51 and UCF101 benchmarks.
Code (0)
등록된 구현이 없습니다.
Tasks
Action RecognitionAction Recognition In VideosGeneral Classificationimage-classificationImage ClassificationTemporal Action LocalizationSimilar Papers 제목 키워드 기반
Towards Good Practices for Action Video Encoding
High dimensional representations such as VLAD or FV have shown excellent accuracy in action recognition. This paper shows that a proper encoding built upon VLAD can achieve further accuracy boost with only negligible com…
Action RecognitionTemporal Action LocalizationMultiple VLAD encoding of CNNs for image classification
Despite the effectiveness of convolutional neural networks (CNNs) especially in image classification tasks, the effect of convolution features on learned representations is still limited. It mostly focuses on the salient…
ClassificationGeneral Classificationimage-classificationImage ClassificationVLAD3: Encoding Dynamics of Deep Features for Action Recognition
Previous approaches to action recognition with deep features tend to process video frames only within a small temporal region, and do not model long-range dynamic information explicitly. However, such information is impo…
Action RecognitionTemporal Action LocalizationEnd-to-end Language Identification using NetFV and NetVLAD
In this paper, we apply the NetFV and NetVLAD layers for the end-to-end language identification task. NetFV and NetVLAD layers are the differentiable implementations of the standard Fisher Vector and Vector of Locally Ag…
Language IdentificationEncoding CNN Activations for Writer Recognition
The encoding of local features is an essential part for writer identification and writer retrieval. While CNN activations have already been used as local features in related works, the encoding of these features has attr…
RetrievalWriter Retrieval