CVSep 12, 2017

Learning Gating ConvNet for Two-Stream based Methods in Action Recognition

arXiv:1709.03655v23 citations
Originality Incremental advance
AI Analysis

This work addresses the need for adaptive fusion in two-stream methods for action recognition, offering an incremental improvement over fixed-weight averaging schemes.

The paper tackled the problem of fusing spatial and temporal streams in action recognition by proposing an end-to-end trainable gating ConvNet based on Mixture of Experts theory, achieving a high accuracy of 94.5% on the UCF101 dataset.

For the two-stream style methods in action recognition, fusing the two streams' predictions is always by the weighted averaging scheme. This fusion method with fixed weights lacks of pertinence to different action videos and always needs trial and error on the validation set. In order to enhance the adaptability of two-stream ConvNets and improve its performance, an end-to-end trainable gated fusion method, namely gating ConvNet, for the two-stream ConvNets is proposed in this paper based on the MoE (Mixture of Experts) theory. The gating ConvNet takes the combination of feature maps from the same layer of the spatial and the temporal nets as input and adopts ReLU (Rectified Linear Unit) as the gating output activation function. To reduce the over-fitting of gating ConvNet caused by the redundancy of parameters, a new multi-task learning method is designed, which jointly learns the gating fusion weights for the two streams and learns the gating ConvNet for action classification. With our gated fusion method and multi-task learning approach, a high accuracy of 94.5% is achieved on the dataset UCF101.

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