CVMar 23, 2017

A Bag-of-Words Equivalent Recurrent Neural Network for Action Recognition

arXiv:1703.08089v137 citations
AI Analysis

This work addresses efficiency and performance issues in action recognition for computer vision applications, representing an incremental improvement over existing bag-of-words methods.

The authors tackled the lack of discriminative power and high computational cost in traditional bag-of-words models for action recognition by proposing a recurrent neural network equivalent that enables discriminative training and integrates kernel computation, outperforming conventional models and sparse coding methods on four benchmarks.

The traditional bag-of-words approach has found a wide range of applications in computer vision. The standard pipeline consists of a generation of a visual vocabulary, a quantization of the features into histograms of visual words, and a classification step for which usually a support vector machine in combination with a non-linear kernel is used. Given large amounts of data, however, the model suffers from a lack of discriminative power. This applies particularly for action recognition, where the vast amount of video features needs to be subsampled for unsupervised visual vocabulary generation. Moreover, the kernel computation can be very expensive on large datasets. In this work, we propose a recurrent neural network that is equivalent to the traditional bag-of-words approach but enables for the application of discriminative training. The model further allows to incorporate the kernel computation into the neural network directly, solving the complexity issue and allowing to represent the complete classification system within a single network. We evaluate our method on four recent action recognition benchmarks and show that the conventional model as well as sparse coding methods are outperformed.

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