paper-with-me

Papers

Diverse Temporal Aggregation and Depthwise Spatiotemporal Factorization for Efficient Video Classification

2020-12-01 · Youngwan Lee, Hyung-Il Kim, Kimin Yun, Jinyoung Moon

Video classification researches that have recently attracted attention are the fields of temporal modeling and 3D efficient architecture. However, the temporal modeling methods are not efficient or the 3D efficient architecture is less interested in temporal modeling. For bridging the gap between them, we propose an efficient temporal modeling 3D architecture, called VoV3D, that consists of a temporal one-shot aggregation (T-OSA) module and depthwise factorized component, D(2+1)D. The T-OSA is devised to build a feature hierarchy by aggregating temporal features with different temporal receptive fields. Stacking this T-OSA enables the network itself to model short-range as well as long-range temporal relationships across frames without any external modules. Inspired by kernel factorization and channel factorization, we also design a depthwise spatiotemporal factorization module, named, D(2+1)D that decomposes a 3D depthwise convolution into two spatial and temporal depthwise convolutions for making our network more lightweight and efficient. By using the proposed temporal modeling method (T-OSA), and the efficient factorized component (D(2+1)D), we construct two types of VoV3D networks, VoV3D-M and VoV3D-L. Thanks to its efficiency and effectiveness of temporal modeling, VoV3D-L has 6x fewer model parameters and 16x less computation, surpassing a state-of-the-art temporal modeling method on both Something-Something and Kinetics-400. Furthermore, VoV3D shows better temporal modeling ability than a state-of-the-art efficient 3D architecture, X3D having comparable model capacity. We hope that VoV3D can serve as a baseline for efficient video classification.

📄 PDF Abstract BibTeX arXiv:2012.00317

Code (1)

youngwanLEE/VoV3D 공식 구현 pytorch

Tasks

3D ArchitectureAction RecognitionGeneral ClassificationVideo Classification

Methods 이 논문이 사용한 방법론

1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
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…
Concatenated Skip Connection A Concatenated Skip Connection is a type of skip connection that seeks to reuse features by concatenating them to new layers, allowing more information to be retained from…
Depthwise Convolution Depthwise Convolution is a type of convolution where we apply a single convolutional filter for each input channel. In the regular 2D…
Batch Normalization 설명 없음
One-Shot Aggregation One-Shot Aggregation is an image model block that is an alternative to Dense Blocks, by aggregating intermediate features. It…

Similar Papers 제목 키워드 기반

Spatial Aggregation and Temporal Convolution Networks for Real-time Kriging

2021-09-24 · Yuankai Wu, Dingyi Zhuang, MengYing Lei, Aurelie Labbe 외

Spatiotemporal kriging is an important application in spatiotemporal data analysis, aiming to recover/interpolate signals for unsampled/unobserved locations based on observed signals. The principle challenge for spatiote…

Diagonalwise Refactorization: An Efficient Training Method for Depthwise Convolutions

2018-03-27 · Zheng Qin, Zhaoning Zhang, Dongsheng Li, Yiming Zhang 외

Depthwise convolutions provide significant performance benefits owing to the reduction in both parameters and mult-adds. However, training depthwise convolution layers with GPUs is slow in current deep learning framework…

GPU

Discovering Dynamic Patterns from Spatiotemporal Data with Time-Varying Low-Rank Autoregression

2022-11-28 · Xinyu Chen, ChengYuan Zhang, Xiaoxu Chen, Nicolas Saunier 외

The problem of broad practical interest in spatiotemporal data analysis, i.e., discovering interpretable dynamic patterns from spatiotemporal data, is studied in this paper. Towards this end, we develop a time-varying re…

Model Compression

Large-Scale Traffic Data Imputation with Spatiotemporal Semantic Understanding

2023-01-27 · Kunpeng Zhang, Lan Wu, Liang Zheng, Na Xie 외

Large-scale data missing is a challenging problem in Intelligent Transportation Systems (ITS). Many studies have been carried out to impute large-scale traffic data by considering their spatiotemporal correlations at a n…

ImputationTraffic Data Imputation

Towards Learning in Grey Spatiotemporal Systems: A Prophet to Non-consecutive Spatiotemporal Dynamics

2022-08-17 · Zhengyang Zhou, Yang Kuo, Wei Sun, Binwu Wang 외

Spatiotemporal forecasting is an imperative topic in data science due to its diverse and critical applications in smart cities. Existing works mostly perform consecutive predictions of following steps with observations c…

Uncertainty Quantification