English

AttentionNAS: Spatiotemporal Attention Cell Search for Video Classification

Computer Vision and Pattern Recognition 2020-08-03 v2 Machine Learning Image and Video Processing

Abstract

Convolutional operations have two limitations: (1) do not explicitly model where to focus as the same filter is applied to all the positions, and (2) are unsuitable for modeling long-range dependencies as they only operate on a small neighborhood. While both limitations can be alleviated by attention operations, many design choices remain to be determined to use attention, especially when applying attention to videos. Towards a principled way of applying attention to videos, we address the task of spatiotemporal attention cell search. We propose a novel search space for spatiotemporal attention cells, which allows the search algorithm to flexibly explore various design choices in the cell. The discovered attention cells can be seamlessly inserted into existing backbone networks, e.g., I3D or S3D, and improve video classification accuracy by more than 2% on both Kinetics-600 and MiT datasets. The discovered attention cells outperform non-local blocks on both datasets, and demonstrate strong generalization across different modalities, backbones, and datasets. Inserting our attention cells into I3D-R50 yields state-of-the-art performance on both datasets.

Keywords

Cite

@article{arxiv.2007.12034,
  title  = {AttentionNAS: Spatiotemporal Attention Cell Search for Video Classification},
  author = {Xiaofang Wang and Xuehan Xiong and Maxim Neumann and AJ Piergiovanni and Michael S. Ryoo and Anelia Angelova and Kris M. Kitani and Wei Hua},
  journal= {arXiv preprint arXiv:2007.12034},
  year   = {2020}
}

Comments

ECCV 2020

R2 v1 2026-06-23T17:21:00.990Z