SOTAVerified

TAda! Temporally-Adaptive Convolutions for Video Understanding

2021-10-12ICLR 2022Code Available0· sign in to hype

Ziyuan Huang, Shiwei Zhang, Liang Pan, Zhiwu Qing, Mingqian Tang, Ziwei Liu, Marcelo H. Ang Jr

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Spatial convolutions are widely used in numerous deep video models. It fundamentally assumes spatio-temporal invariance, i.e., using shared weights for every location in different frames. This work presents Temporally-Adaptive Convolutions (TAdaConv) for video understanding, which shows that adaptive weight calibration along the temporal dimension is an efficient way to facilitate modelling complex temporal dynamics in videos. Specifically, TAdaConv empowers the spatial convolutions with temporal modelling abilities by calibrating the convolution weights for each frame according to its local and global temporal context. Compared to previous temporal modelling operations, TAdaConv is more efficient as it operates over the convolution kernels instead of the features, whose dimension is an order of magnitude smaller than the spatial resolutions. Further, the kernel calibration brings an increased model capacity. We construct TAda2D and TAdaConvNeXt networks by replacing the 2D convolutions in ResNet and ConvNeXt with TAdaConv, which leads to at least on par or better performance compared to state-of-the-art approaches on multiple video action recognition and localization benchmarks. We also demonstrate that as a readily plug-in operation with negligible computation overhead, TAdaConv can effectively improve many existing video models with a convincing margin.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
Something-Something V2TAda2D-En (ResNet-50, 8+16 frames)Top-1 Accuracy67.2Unverified
Something-Something V2TAdaConvNeXt-TTop-1 Accuracy67.1Unverified
Something-Something V2TAda2D (ResNet-50, 16 frames)Top-1 Accuracy65.6Unverified
Something-Something V2TAda2D (ResNet-50, 8 frames)Top-1 Accuracy64Unverified

Reproductions