SOTAVerified

Video Classification with Channel-Separated Convolutional Networks

2019-04-04ICCV 2019Code Available0· sign in to hype

Du Tran, Heng Wang, Lorenzo Torresani, Matt Feiszli

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Group convolution has been shown to offer great computational savings in various 2D convolutional architectures for image classification. It is natural to ask: 1) if group convolution can help to alleviate the high computational cost of video classification networks; 2) what factors matter the most in 3D group convolutional networks; and 3) what are good computation/accuracy trade-offs with 3D group convolutional networks. This paper studies the effects of different design choices in 3D group convolutional networks for video classification. We empirically demonstrate that the amount of channel interactions plays an important role in the accuracy of 3D group convolutional networks. Our experiments suggest two main findings. First, it is a good practice to factorize 3D convolutions by separating channel interactions and spatiotemporal interactions as this leads to improved accuracy and lower computational cost. Second, 3D channel-separated convolutions provide a form of regularization, yielding lower training accuracy but higher test accuracy compared to 3D convolutions. These two empirical findings lead us to design an architecture -- Channel-Separated Convolutional Network (CSN) -- which is simple, efficient, yet accurate. On Sports1M, Kinetics, and Something-Something, our CSNs are comparable with or better than the state-of-the-art while being 2-3 times more efficient.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
Something-Something V1ir-CSN-152 (IG-65M pretraining)Top 1 Accuracy52.1Unverified
Something-Something V1ir-CSN-152Top 1 Accuracy49.3Unverified
Something-Something V1ir-CSN-101Top 1 Accuracy48.4Unverified
Something-Something V1ip-CSN-152 (IG-65M pretraining)Top 1 Accuracy53.3Unverified
Something-Something V1R(2+1)D-152 (IG-65M pretraining)Top 1 Accuracy51.6Unverified
Sports-1Mip-CSN-101 (RGB)Video hit@1 74.9Unverified
Sports-1Mip-CSN-152 (RGB)Video hit@1 75.5Unverified

Reproductions