paper-with-me

홈 › Papers

FASTER Recurrent Networks for Efficient Video Classification

2019-06-10 · Linchao Zhu, Laura Sevilla-Lara, Du Tran, Matt Feiszli, Yi Yang, Heng Wang

Typical video classification methods often divide a video into short clips, do inference on each clip independently, then aggregate the clip-level predictions to generate the video-level results. However, processing visually similar clips independently ignores the temporal structure of the video sequence, and increases the computational cost at inference time. In this paper, we propose a novel framework named FASTER, i.e., Feature Aggregation for Spatio-TEmporal Redundancy. FASTER aims to leverage the redundancy between neighboring clips and reduce the computational cost by learning to aggregate the predictions from models of different complexities. The FASTER framework can integrate high quality representations from expensive models to capture subtle motion information and lightweight representations from cheap models to cover scene changes in the video. A new recurrent network (i.e., FAST-GRU) is designed to aggregate the mixture of different representations. Compared with existing approaches, FASTER can reduce the FLOPs by over 10x? while maintaining the state-of-the-art accuracy across popular datasets, such as Kinetics, UCF-101 and HMDB-51.

📄 PDF Abstract BibTeX arXiv:1906.04226

Code (0)

등록된 구현이 없습니다.

Tasks

Action ClassificationAction RecognitionClassificationGeneral ClassificationVideo Classification

Similar Papers 제목 키워드 기반

Recurrent Residual Module for Fast Inference in Videos

2018-02-27 · CVPR 2018 6 · Bowen Pan, Wuwei Lin, Xiaolin Fang, Chaoqin Huang 외

Deep convolutional neural networks (CNNs) have made impressive progress in many video recognition tasks such as video pose estimation and video object detection. However, CNN inference on video is computationally expensi…

object-detectionObject DetectionPose EstimationVideo Object Detection+1

Real-Time Anomaly Detection in Video Streams

2024-11-29 · Fabien Poirier

This thesis is part of a CIFRE agreement between the company Othello and the LIASD laboratory. The objective is to develop an artificial intelligence system that can detect real-time dangers in a video stream. To achieve…

Anomaly Detectionobject-detectionObject Detection

Predcnn: Predictive learning with cascade convolutions

2018-07-01 · Twenty-Seventh International Joint Conference on Artificial Intelligence {IJCAI-18} 2018 7 · Ziru Xu, Yunbo Wang, Mingsheng Long, Jian-Min Wang

Predicting future frames in videos remains an unsolved but challenging problem. Mainstream recurrent models suffer from huge memory usage and computation cost, while convolutional models are unable to effectively capture…

Pose PredictionVideo Prediction

Relational Action Forecasting

2019-04-08 · CVPR 2019 6 · Chen Sun, Abhinav Shrivastava, Carl Vondrick, Rahul Sukthankar 외

This paper focuses on multi-person action forecasting in videos. More precisely, given a history of H previous frames, the goal is to detect actors and to predict their future actions for the next T frames. Our approach …

Action ClassificationAction RecognitionGeneral Classification

Transformation-based Adversarial Video Prediction on Large-Scale Data

2020-03-09 · Pauline Luc, Aidan Clark, Sander Dieleman, Diego de Las Casas 외

Recent breakthroughs in adversarial generative modeling have led to models capable of producing video samples of high quality, even on large and complex datasets of real-world video. In this work, we focus on the task of…

PredictionVideo GenerationVideo Prediction