paper-with-me

홈 › Papers

Region-based Non-local Operation for Video Classification

2020-07-17 · Guoxi Huang, Adrian G. Bors

Convolutional Neural Networks (CNNs) model long-range dependencies by deeply stacking convolution operations with small window sizes, which makes the optimizations difficult. This paper presents region-based non-local (RNL) operations as a family of self-attention mechanisms, which can directly capture long-range dependencies without using a deep stack of local operations. Given an intermediate feature map, our method recalibrates the feature at a position by aggregating the information from the neighboring regions of all positions. By combining a channel attention module with the proposed RNL, we design an attention chain, which can be integrated into the off-the-shelf CNNs for end-to-end training. We evaluate our method on two video classification benchmarks. The experimental results of our method outperform other attention mechanisms, and we achieve state-of-the-art performance on the Something-Something V1 dataset.

📄 PDF Abstract BibTeX arXiv:2007.09033

Code (1)

guoxih/region-based-non-local-network 공식 구현 pytorch

Tasks

Action ClassificationAction RecognitionAction Recognition In VideosClassificationGeneral ClassificationPositionVideo Classification

Methods 이 논문이 사용한 방법론

Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
Sigmoid Activation 설명 없음
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Average Pooling 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
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…
Non-Local Operation A Non-Local Operation is a component for capturing long-range dependencies with deep neural networks. It is a generalization of the classical non-local mean operation in…

Similar Papers 제목 키워드 기반

Text Localization in Video Using Multiscale Weber's Local Descriptor

2015-04-15 · B. H. Shekar, Smitha M. L.

In this paper, we propose a novel approach for detecting the text present in videos and scene images based on the Multiscale Weber's Local Descriptor (MWLD). Given an input video, the shots are identified and the key fra…

Deep Hierarchical Representation of Point Cloud Videos via Spatio-Temporal Decomposition

2021-12-14 · IEEE Transactions on Pattern Analysis and Machine Intelligence 2021 12 · Fan, Hehe; Yu, Xin; Yang, Yi; Kankanhalli 외

In point cloud videos, point coordinates are irregular and unordered but point timestamps exhibit regularities and order. Grid-based networks for conventional video processing cannot be directly used to model raw point c…

3D Action Recognition

Exploring Denoised Cross-Video Contrast for Weakly-Supervised Temporal Action Localization

2022-01-01 · CVPR 2022 1 · Jingjing Li, Tianyu Yang, Wei Ji, Jue Wang 외

Weakly-supervised temporal action localization aims to localize actions in untrimmed videos with only video-level labels. Most existing methods address this problem with a "localization-by-classification" pipeline th…

Action LocalizationContrastive LearningDenoisingPseudo Label+3

Improving Action Localization by Progressive Cross-stream Cooperation

2019-05-28 · CVPR 2019 6 · Rui Su, Wanli Ouyang, Luping Zhou, Dong Xu

Spatio-temporal action localization consists of three levels of tasks: spatial localization, action classification, and temporal segmentation. In this work, we propose a new Progressive Cross-stream Cooperation (PCSC) fr…

Action ClassificationAction DetectionAction LocalizationSpatio-Temporal Action Localization+1

Discrete Wavelet Transform and Gradient Difference based approach for text localization in videos

2015-02-24 · B. H. Shekar, Smitha M. L., P. Shivakumara

The text detection and localization is important for video analysis and understanding. The scene text in video contains semantic information and thus can contribute significantly to video retrieval and understanding. How…

RetrievalText DetectionVideo Retrieval