paper-with-me

홈 › Papers

Learnable Pooling Methods for Video Classification

2018-10-01 · Sebastian Kmiec, Juhan Bae, Ruijian An

We introduce modifications to state-of-the-art approaches to aggregating local video descriptors by using attention mechanisms and function approximations. Rather than using ensembles of existing architectures, we provide an insight on creating new architectures. We demonstrate our solutions in the "The 2nd YouTube-8M Video Understanding Challenge", by using frame-level video and audio descriptors. We obtain testing accuracy similar to the state of the art, while meeting budget constraints, and touch upon strategies to improve the state of the art. Model implementations are available in https://github.com/pomonam/LearnablePoolingMethods.

📄 PDF Abstract BibTeX arXiv:1810.00530

Code (1)

pomonam/LearnablePoolingMethods 공식 구현 tf

Tasks

ClassificationGeneral ClassificationVideo ClassificationVideo Understanding

Similar Papers 제목 키워드 기반

Learnable pooling with Context Gating for video classification

2017-06-21 · Antoine Miech, Ivan Laptev, Josef Sivic

Current methods for video analysis often extract frame-level features using pre-trained convolutional neural networks (CNNs). Such features are then aggregated over time e.g., by simple temporal averaging or more sophist…

ClassificationClusteringGeneral ClassificationVideo Classification+1

Learnable Pooling in Graph Convolution Networks for Brain Surface Analysis

2019-11-22 · Karthik Gopinath, Christian Desrosiers, Herve Lombaert

Brain surface analysis is essential to neuroscience, however, the complex geometry of the brain cortex hinders computational methods for this task. The difficulty arises from a discrepancy between 3D imaging data, which …

General Classificationregression

ActionVLAD: Learning spatio-temporal aggregation for action classification

2017-04-10 · CVPR 2017 7 · Rohit Girdhar, Deva Ramanan, Abhinav Gupta, Josef Sivic 외

In this work, we introduce a new video representation for action classification that aggregates local convolutional features across the entire spatio-temporal extent of the video. We do so by integrating state-of-the-art…

Action ClassificationClassificationGeneral ClassificationLong-video Activity Recognition+1

Hierarchical Deep Recurrent Architecture for Video Understanding

2017-07-11 · Luming Tang, Boyang Deng, Haiyu Zhao, Shuai Yi

This paper introduces the system we developed for the Youtube-8M Video Understanding Challenge, in which a large-scale benchmark dataset was used for multi-label video classification. The proposed framework contains hier…

ClassificationGeneral ClassificationMixture-of-ExpertsVideo Classification+1

Deep Adaptive Temporal Pooling for Activity Recognition

2018-08-22 · Sibo Song, Ngai-Man Cheung, Vijay Chandrasekhar, Bappaditya Mandal

Deep neural networks have recently achieved competitive accuracy for human activity recognition. However, there is room for improvement, especially in modeling long-term temporal importance and determining the activity r…

Activity RecognitionHuman Activity Recognition