paper-with-me

Papers

Temporal Modeling Approaches for Large-scale Youtube-8M Video Understanding

2017-07-14 · Fu Li, Chuang Gan, Xiao Liu, Yunlong Bian, Xiang Long, Yandong Li, Zhichao Li, Jie zhou, Shilei Wen

This paper describes our solution for the video recognition task of the Google Cloud and YouTube-8M Video Understanding Challenge that ranked the 3rd place. Because the challenge provides pre-extracted visual and audio features instead of the raw videos, we mainly investigate various temporal modeling approaches to aggregate the frame-level features for multi-label video recognition. Our system contains three major components: two-stream sequence model, fast-forward sequence model and temporal residual neural networks. Experiment results on the challenging Youtube-8M dataset demonstrate that our proposed temporal modeling approaches can significantly improve existing temporal modeling approaches in the large-scale video recognition tasks. To be noted, our fast-forward LSTM with a depth of 7 layers achieves 82.75% in term of GAP@20 on the Kaggle Public test set.

📄 PDF Abstract BibTeX arXiv:1707.04555

Code (1)

baidu/Youtube-8M 공식 구현 paddle

Tasks

Video RecognitionVideo Understanding

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Learning to Localize Temporal Events in Large-scale Video Data

2019-10-25 · Mikel Bober-Irizar, Miha Skalic, David Austin

We address temporal localization of events in large-scale video data, in the context of the Youtube-8M Segments dataset. This emerging field within video recognition can enable applications to identify the precise time a…

Temporal LocalizationVideo Recognition

Large-Scale YouTube-8M Video Understanding with Deep Neural Networks

2017-06-14 · Manuk Akopyan, Eshsou Khashba

Video classification problem has been studied many years. The success of Convolutional Neural Networks (CNN) in image recognition tasks gives a powerful incentive for researchers to create more advanced video classificat…

ClassificationGeneral ClassificationMixture-of-ExpertsVideo Classification+1

YouTube-VOS: Sequence-to-Sequence Video Object Segmentation

2018-09-03 · ECCV 2018 9 · Ning Xu, Linjie Yang, Yuchen Fan, Jianchao Yang 외

Learning long-term spatial-temporal features are critical for many video analysis tasks. However, existing video segmentation methods predominantly rely on static image segmentation techniques, and methods capturing temp…

Image SegmentationObjectOne-shot visual object segmentationOptical Flow Estimation+7

YouTube-VOS: A Large-Scale Video Object Segmentation Benchmark

2018-09-06 · Ning Xu, Linjie Yang, Yuchen Fan, Dingcheng Yue 외

Learning long-term spatial-temporal features are critical for many video analysis tasks. However, existing video segmentation methods predominantly rely on static image segmentation techniques, and methods capturing temp…

Image SegmentationObjectOptical Flow EstimationSegmentation+4

Video Instance Segmentation via Multi-scale Spatio-temporal Split Attention Transformer

2022-03-24 · Omkar Thawakar, Sanath Narayan, Jiale Cao, Hisham Cholakkal 외

State-of-the-art transformer-based video instance segmentation (VIS) approaches typically utilize either single-scale spatio-temporal features or per-frame multi-scale features during the attention computations. We argue…

Instance SegmentationSemantic SegmentationSTSVideo Instance Segmentation