paper-with-me

홈 › Papers

Tube Convolutional Neural Network (T-CNN) for Action Detection in Videos

2017-03-30 · ICCV 2017 10 · Rui Hou, Chen Chen, Mubarak Shah

Deep learning has been demonstrated to achieve excellent results for image classification and object detection. However, the impact of deep learning on video analysis (e.g. action detection and recognition) has been limited due to complexity of video data and lack of annotations. Previous convolutional neural networks (CNN) based video action detection approaches usually consist of two major steps: frame-level action proposal detection and association of proposals across frames. Also, these methods employ two-stream CNN framework to handle spatial and temporal feature separately. In this paper, we propose an end-to-end deep network called Tube Convolutional Neural Network (T-CNN) for action detection in videos. The proposed architecture is a unified network that is able to recognize and localize action based on 3D convolution features. A video is first divided into equal length clips and for each clip a set of tube proposals are generated next based on 3D Convolutional Network (ConvNet) features. Finally, the tube proposals of different clips are linked together employing network flow and spatio-temporal action detection is performed using these linked video proposals. Extensive experiments on several video datasets demonstrate the superior performance of T-CNN for classifying and localizing actions in both trimmed and untrimmed videos compared to state-of-the-arts.

📄 PDF Abstract BibTeX arXiv:1703.10664

Code (1)

cyberpunk317/Action_detection pytorch

Tasks

Action Detectionimage-classificationImage Classificationobject-detectionObject DetectionVideo Action Detection

Methods 이 논문이 사용한 방법론

3D Convolution A 3D Convolution is a type of convolution where the kernel slides in 3 dimensions as opposed to 2 dimensions with 2D…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Discovering Spatio-Temporal Action Tubes

2018-11-29 · Yuancheng Ye, Xiaodong Yang, YingLi Tian

In this paper, we address the challenging problem of spatial and temporal action detection in videos. We first develop an effective approach to localize frame-level action regions through integrating static and kinematic…

Action Detection

T-CNN: Tubelets with Convolutional Neural Networks for Object Detection from Videos

2016-04-09 · Kai Kang, Hongsheng Li, Junjie Yan, Xingyu Zeng 외

The state-of-the-art performance for object detection has been significantly improved over the past two years. Besides the introduction of powerful deep neural networks such as GoogleNet and VGG, novel object detection f…

Novel Object DetectionObjectobject-detectionObject Detection+1

An End-to-end 3D Convolutional Neural Network for Action Detection and Segmentation in Videos

2017-11-30 · Rui Hou, Chen Chen, Mubarak Shah

In this paper, we propose an end-to-end 3D CNN for action detection and segmentation in videos. The proposed architecture is a unified deep network that is able to recognize and localize action based on 3D convolution fe…

Action DetectionAction SegmentationDecoderSegmentation+3

Finding Action Tubes

2014-11-21 · CVPR 2015 6 · Georgia Gkioxari, Jitendra Malik

We address the problem of action detection in videos. Driven by the latest progress in object detection from 2D images, we build action models using rich feature hierarchies derived from shape and kinematic cues. We inco…

Action Detectionobject-detectionObject DetectionSkeleton Based Action Recognition

Detecting Parts for Action Localization

2017-07-19 · Nicolas Chesneau, Grégory Rogez, Karteek Alahari, Cordelia Schmid

In this paper, we propose a new framework for action localization that tracks people in videos and extracts full-body human tubes, i.e., spatio-temporal regions localizing actions, even in the case of occlusions or trunc…

Action Localization