Delving Deeper into Convolutional Networks for Learning Video Representations
Nicolas Ballas, Li Yao, Chris Pal, Aaron Courville

TL;DR
This paper introduces a novel method for learning video representations by extracting multi-level percepts from deep convolutional networks and modeling their temporal dynamics with a specialized convolutional GRU, achieving state-of-the-art results.
Contribution
It presents a new approach combining multi-level percepts with a convolutional GRU variant to effectively model spatio-temporal features in videos.
Findings
Achieved state-of-the-art performance on YouTube2Text dataset.
Validated the effectiveness on Human Action Recognition and Video Captioning.
Introduced a convolutional GRU variant with sparse connectivity.
Abstract
We propose an approach to learn spatio-temporal features in videos from intermediate visual representations we call "percepts" using Gated-Recurrent-Unit Recurrent Networks (GRUs).Our method relies on percepts that are extracted from all level of a deep convolutional network trained on the large ImageNet dataset. While high-level percepts contain highly discriminative information, they tend to have a low-spatial resolution. Low-level percepts, on the other hand, preserve a higher spatial resolution from which we can model finer motion patterns. Using low-level percepts can leads to high-dimensionality video representations. To mitigate this effect and control the model number of parameters, we introduce a variant of the GRU model that leverages the convolution operations to enforce sparse connectivity of the model units and share parameters across the input spatial locations. We…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsHuman Pose and Action Recognition · Multimodal Machine Learning Applications · Cancer-related molecular mechanisms research
Methods*Communicated@Fast*How Do I Communicate to Expedia? · Sigmoid Activation · Convolutional GRU · Convolution · Gated Recurrent Unit
