CVJun 25, 2020

SmallBigNet: Integrating Core and Contextual Views for Video Classification

arXiv:2006.14582v1103 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses video classification for computer vision applications, offering an incremental improvement by combining small and big views to enhance representation learning.

The paper tackles the problem of limited spatio-temporal context in temporal convolution for video classification by proposing SmallBigNet, which integrates core and contextual views to learn more robust representations, achieving state-of-the-art accuracy and efficiency on benchmarks like Kinetics400 and Something-Something.

Temporal convolution has been widely used for video classification. However, it is performed on spatio-temporal contexts in a limited view, which often weakens its capacity of learning video representation. To alleviate this problem, we propose a concise and novel SmallBig network, with the cooperation of small and big views. For the current time step, the small view branch is used to learn the core semantics, while the big view branch is used to capture the contextual semantics. Unlike traditional temporal convolution, the big view branch can provide the small view branch with the most activated video features from a broader 3D receptive field. Via aggregating such big-view contexts, the small view branch can learn more robust and discriminative spatio-temporal representations for video classification. Furthermore, we propose to share convolution in the small and big view branch, which improves model compactness as well as alleviates overfitting. As a result, our SmallBigNet achieves a comparable model size like 2D CNNs, while boosting accuracy like 3D CNNs. We conduct extensive experiments on the large-scale video benchmarks, e.g., Kinetics400, Something-Something V1 and V2. Our SmallBig network outperforms a number of recent state-of-the-art approaches, in terms of accuracy and/or efficiency. The codes and models will be available on https://github.com/xhl-video/SmallBigNet.

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