CVLGNENov 26, 2018

Evolving Space-Time Neural Architectures for Videos

arXiv:1811.10636v261 citationsHas Code
Originality Highly original
AI Analysis

This work addresses the challenge of efficiently capturing spatio-temporal information in videos for computer vision applications, representing an incremental improvement over manual design methods.

The authors tackled the problem of designing video CNN architectures by developing an evolutionary search algorithm that automatically explores models with different layers to learn spatio-temporal interactions, resulting in new architectures that are more accurate and faster than prior models, outperforming state-of-the-art on datasets like HMDB, Kinetics, and Moments in Time.

We present a new method for finding video CNN architectures that capture rich spatio-temporal information in videos. Previous work, taking advantage of 3D convolutions, obtained promising results by manually designing video CNN architectures. We here develop a novel evolutionary search algorithm that automatically explores models with different types and combinations of layers to jointly learn interactions between spatial and temporal aspects of video representations. We demonstrate the generality of this algorithm by applying it to two meta-architectures, obtaining new architectures superior to manually designed architectures. Further, we propose a new component, the iTGM layer, which more efficiently utilizes its parameters to allow learning of space-time interactions over longer time horizons. The iTGM layer is often preferred by the evolutionary algorithm and allows building cost-efficient networks. The proposed approach discovers new and diverse video architectures that were previously unknown. More importantly they are both more accurate and faster than prior models, and outperform the state-of-the-art results on multiple datasets we test, including HMDB, Kinetics, and Moments in Time. We will open source the code and models, to encourage future model development.

Foundations

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

Your Notes