CVAug 31, 2017

Action Classification and Highlighting in Videos

arXiv:1708.09522v14 citations
Originality Incremental advance
AI Analysis

This work addresses video analysis for applications like surveillance or content indexing, but it is incremental as it adapts attention mechanisms from neural machine translation to a known problem.

The paper tackles human activity recognition in videos by proposing an attention-based LSTM model that jointly classifies actions and highlights relevant frames, outperforming vanilla LSTM and CNN models on the ActivityNet dataset.

Inspired by recent advances in neural machine translation, that jointly align and translate using encoder-decoder networks equipped with attention, we propose an attentionbased LSTM model for human activity recognition. Our model jointly learns to classify actions and highlight frames associated with the action, by attending to salient visual information through a jointly learned soft-attention networks. We explore attention informed by various forms of visual semantic features, including those encoding actions, objects and scenes. We qualitatively show that soft-attention can learn to effectively attend to important objects and scene information correlated with specific human actions. Further, we show that, quantitatively, our attention-based LSTM outperforms the vanilla LSTM and CNN models used by stateof-the-art methods. On a large-scale youtube video dataset, ActivityNet, our model outperforms competing methods in action classification.

Foundations

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

Your Notes