CVAug 10, 2023

Temporally-Adaptive Models for Efficient Video Understanding

arXiv:2308.05787v119 citationsh-index: 30Has Code
Originality Incremental advance
AI Analysis

This work addresses the need for more efficient temporal modeling in video analysis, offering a plug-in operation that enhances existing architectures like ConvNeXt and Vision Transformers, though it is incremental as it builds on prior spatial convolution methods.

The paper tackles the problem of efficient video understanding by introducing Temporally-Adaptive Convolutions (TAdaConv), which calibrates convolution weights per frame based on temporal context, resulting in competitive performance against state-of-the-art models on various benchmarks.

Spatial convolutions are extensively 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 modeling complex temporal dynamics in videos. Specifically, TAdaConv empowers spatial convolutions with temporal modeling abilities by calibrating the convolution weights for each frame according to its local and global temporal context. Compared to existing operations for temporal modeling, 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, kernel calibration brings an increased model capacity. Based on this readily plug-in operation TAdaConv as well as its extension, i.e., TAdaConvV2, we construct TAdaBlocks to empower ConvNeXt and Vision Transformer to have strong temporal modeling capabilities. Empirical results show TAdaConvNeXtV2 and TAdaFormer perform competitively against state-of-the-art convolutional and Transformer-based models in various video understanding benchmarks. Our codes and models are released at: https://github.com/alibaba-mmai-research/TAdaConv.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes