paper-with-me

Papers

Pooling the Convolutional Layers in Deep ConvNets for Action Recognition

2015-11-06 · Shichao Zhao, Yanbin Liu, Yahong Han, Richang Hong

Deep ConvNets have shown its good performance in image classification tasks. However it still remains as a problem in deep video representation for action recognition. The problem comes from two aspects: on one hand, current video ConvNets are relatively shallow compared with image ConvNets, which limits its capability of capturing the complex video action information; on the other hand, temporal information of videos is not properly utilized to pool and encode the video sequences. Towards these issues, in this paper, we utilize two state-of-the-art ConvNets, i.e., the very deep spatial net (VGGNet) and the temporal net from Two-Stream ConvNets, for action representation. The convolutional layers and the proposed new layer, called frame-diff layer, are extracted and pooled with two temporal pooling strategy: Trajectory pooling and line pooling. The pooled local descriptors are then encoded with VLAD to form the video representations. In order to verify the effectiveness of the proposed framework, we conduct experiments on UCF101 and HMDB51 datasets. It achieves the accuracy of 93.78\% on UCF101 which is the state-of-the-art and the accuracy of 65.62\% on HMDB51 which is comparable to the state-of-the-art.

📄 PDF Abstract BibTeX arXiv:1511.02126

Code (0)

등록된 구현이 없습니다.

Tasks

Action Recognitionimage-classificationImage ClassificationTemporal Action Localization

Similar Papers 제목 키워드 기반

Global Second-order Pooling Convolutional Networks

2018-11-29 · CVPR 2019 6 · Zilin Gao, Jiangtao Xie, Qilong Wang, Peihua Li

Deep Convolutional Networks (ConvNets) are fundamental to, besides large-scale visual recognition, a lot of vision tasks. As the primary goal of the ConvNets is to characterize complex boundaries of thousands of classes …

Object Recognition

High-dimensional Convolutional Networks for Geometric Pattern Recognition

2020-05-17 · CVPR 2020 6 · Christopher Choy, Junha Lee, Rene Ranftl, Jaesik Park 외

Many problems in science and engineering can be formulated in terms of geometric patterns in high-dimensional spaces. We present high-dimensional convolutional networks (ConvNets) for pattern recognition problems that ar…

Vocal Bursts Intensity Prediction

Is Second-order Information Helpful for Large-scale Visual Recognition?

2017-03-23 · ICCV 2017 10 · Peihua Li, Jiangtao Xie, Qilong Wang, WangMeng Zuo

By stacking layers of convolution and nonlinearity, convolutional networks (ConvNets) effectively learn from low-level to high-level features and discriminative representations. Since the end goal of large-scale recognit…

Object Recognition

Convolutional Neural Networks Applied to House Numbers Digit Classification

2012-04-18 · Pierre Sermanet, Soumith Chintala, Yann Lecun

We classify digits of real-world house numbers using convolutional neural networks (ConvNets). ConvNets are hierarchical feature learning neural networks whose structure is biologically inspired. Unlike many popular visi…

ClassificationGeneral Classification

Robust Audio Event Recognition with 1-Max Pooling Convolutional Neural Networks

2016-04-21 · Huy Phan, Lars Hertel, Marco Maass, Alfred Mertins

We present in this paper a simple, yet efficient convolutional neural network (CNN) architecture for robust audio event recognition. Opposing to deep CNN architectures with multiple convolutional and pooling layers toppe…