paper-with-me

Papers

Temporal-attentive Covariance Pooling Networks for Video Recognition

2021-10-27 · NeurIPS 2021 12 · Zilin Gao, Qilong Wang, Bingbing Zhang, QinGhua Hu, Peihua Li

For video recognition task, a global representation summarizing the whole contents of the video snippets plays an important role for the final performance. However, existing video architectures usually generate it by using a simple, global average pooling (GAP) method, which has limited ability to capture complex dynamics of videos. For image recognition task, there exist evidences showing that covariance pooling has stronger representation ability than GAP. Unfortunately, such plain covariance pooling used in image recognition is an orderless representative, which cannot model spatio-temporal structure inherent in videos. Therefore, this paper proposes a Temporal-attentive Covariance Pooling(TCP), inserted at the end of deep architectures, to produce powerful video representations. Specifically, our TCP first develops a temporal attention module to adaptively calibrate spatio-temporal features for the succeeding covariance pooling, approximatively producing attentive covariance representations. Then, a temporal covariance pooling performs temporal pooling of the attentive covariance representations to characterize both intra-frame correlations and inter-frame cross-correlations of the calibrated features. As such, the proposed TCP can capture complex temporal dynamics. Finally, a fast matrix power normalization is introduced to exploit geometry of covariance representations. Note that our TCP is model-agnostic and can be flexibly integrated into any video architectures, resulting in TCPNet for effective video recognition. The extensive experiments on six benchmarks (e.g., Kinetics, Something-Something V1 and Charades) using various video architectures show our TCPNet is clearly superior to its counterparts, while having strong generalization ability. The source code is publicly available.

📄 PDF Abstract BibTeX arXiv:2110.14381

Code (1)

ZilinGao/Temporal-attentive-Covariance-Pooling-Networks-for-Video-Recognition 공식 구현 pytorch

Tasks

Video Recognition

Methods 이 논문이 사용한 방법론

Average Pooling 설명 없음
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…

Similar Papers 제목 키워드 기반

Covariance Pooling For Facial Expression Recognition

2018-05-13 · Dinesh Acharya, Zhiwu Huang, Danda Paudel, Luc van Gool

Classifying facial expressions into different categories requires capturing regional distortions of facial landmarks. We believe that second-order statistics such as covariance is better able to capture such distortions …

Facial Expression RecognitionFacial Expression Recognition (FER)

SoCov: Semi-Orthogonal Parametric Pooling of Covariance Matrix for Speaker Recognition

2025-04-23 · Rongjin Li, Weibin Zhang, Dongpeng Chen, Jintao Kang 외

In conventional deep speaker embedding frameworks, the pooling layer aggregates all frame-level features over time and computes their mean and standard deviation statistics as inputs to subsequent segment-level layers. S…

Speaker Recognition

Attentive pooling for Group Activity Recognition

2022-08-31 · Ding Li, Yuan Xie, Wensheng Zhang, Yongqiang Tang 외

In group activity recognition, hierarchical framework is widely adopted to represent the relationships between individuals and their corresponding group, and has achieved promising performance. However, the existing meth…

Activity RecognitionGroup Activity Recognition

Fast Differentiable Matrix Square Root and Inverse Square Root

2022-01-29 · Yue Song, Nicu Sebe, Wei Wang

Computing the matrix square root and its inverse in a differentiable manner is important in a variety of computer vision tasks. Previous methods either adopt the Singular Value Decomposition (SVD) to explicitly factorize…

Style TransferVideo Recognition

Jointly Attentive Spatial-Temporal Pooling Networks for Video-based Person Re-Identification

2017-08-03 · ICCV 2017 10 · Shuangjie Xu, Yu Cheng, Kang Gu, Yang Yang 외

Person Re-Identification (person re-id) is a crucial task as its applications in visual surveillance and human-computer interaction. In this work, we present a novel joint Spatial and Temporal Attention Pooling Network (…

Person Re-IdentificationVideo-Based Person Re-Identification