Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

What Can Simple Arithmetic Operations Do for Temporal Modeling?

About

Temporal modeling plays a crucial role in understanding video content. To tackle this problem, previous studies built complicated temporal relations through time sequence thanks to the development of computationally powerful devices. In this work, we explore the potential of four simple arithmetic operations for temporal modeling. Specifically, we first capture auxiliary temporal cues by computing addition, subtraction, multiplication, and division between pairs of extracted frame features. Then, we extract corresponding features from these cues to benefit the original temporal-irrespective domain. We term such a simple pipeline as an Arithmetic Temporal Module (ATM), which operates on the stem of a visual backbone with a plug-and-play style. We conduct comprehensive ablation studies on the instantiation of ATMs and demonstrate that this module provides powerful temporal modeling capability at a low computational cost. Moreover, the ATM is compatible with both CNNs- and ViTs-based architectures. Our results show that ATM achieves superior performance over several popular video benchmarks. Specifically, on Something-Something V1, V2 and Kinetics-400, we reach top-1 accuracy of 65.6%, 74.6%, and 89.4% respectively. The code is available at https://github.com/whwu95/ATM.

Wenhao Wu, Yuxin Song, Zhun Sun, Jingdong Wang, Chang Xu, Wanli Ouyang• 2023

Related benchmarks

TaskDatasetResultRank
Action RecognitionSomething-Something v2 (val)
Top-1 Accuracy74.6
535
Action RecognitionKinetics-400
Top-1 Acc88
413
Action RecognitionSomething-Something v2 (test)
Top-1 Acc74.6
333
Action RecognitionSomething-something v1 (val)
Top-1 Acc65.6
257
Action RecognitionSomething-something v1 (test)
Top-1 Accuracy65.6
189
Video Action RecognitionKinetics 400 (val)
Top-1 Acc89.4
151
Multi-label video classificationCharades
mAP48.5
15
Action RecognitionActivityNet
mAP94.7
5
Showing 8 of 8 rows

Other info

Code

Follow for update