paper-with-me

홈 › Papers

Late Temporal Modeling in 3D CNN Architectures with BERT for Action Recognition

2020-08-03 · M. Esat Kalfaoglu, Sinan Kalkan, A. Aydin Alatan

In this work, we combine 3D convolution with late temporal modeling for action recognition. For this aim, we replace the conventional Temporal Global Average Pooling (TGAP) layer at the end of 3D convolutional architecture with the Bidirectional Encoder Representations from Transformers (BERT) layer in order to better utilize the temporal information with BERT's attention mechanism. We show that this replacement improves the performances of many popular 3D convolution architectures for action recognition, including ResNeXt, I3D, SlowFast and R(2+1)D. Moreover, we provide the-state-of-the-art results on both HMDB51 and UCF101 datasets with 85.10% and 98.69% top-1 accuracy, respectively. The code is publicly available.

📄 PDF Abstract BibTeX arXiv:2008.01232

Code (2)

artest08/LateTemporalModeling3DCNN 공식 구현 pytorch
kietngt00/hmdb51-recognition pytorch

Tasks

Action Recognition

Methods 이 논문이 사용한 방법론

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…
(2+1)D Convolution A (2+1)D Convolution is a type of convolution used for action recognition convolutional neural networks, with a spatiotemporal…
R(2+1)D A R(2+1)D convolutional neural network is a network for action recognition that employs R(2+1)D convolutions in a…
Kaiming Initialization 설명 없음
Grouped Convolution A Grouped Convolution uses a group of convolutions - multiple kernels per layer - resulting in multiple channel outputs per layer. This leads to wider networks helping a…
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…
Average Pooling 설명 없음
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…

Similar Papers 제목 키워드 기반

MD-BERT: Action Recognition in Dark Videos via Dynamic Multi-Stream Fusion and Temporal Modeling

2025-02-06 · Sharana Dharshikgan Suresh Dass, Hrishav Bakul Barua, Ganesh Krishnasamy, Raveendran Paramesran 외

Action recognition in dark, low-light (under-exposed) or noisy videos is a challenging task due to visibility degradation, which can hinder critical spatiotemporal details. This paper proposes MD-BERT, a novel multi-stre…

Action Recognition

MILES: Visual BERT Pre-training with Injected Language Semantics for Video-text Retrieval

2022-04-26 · Yuying Ge, Yixiao Ge, Xihui Liu, Alex Jinpeng Wang 외

Dominant pre-training work for video-text retrieval mainly adopt the "dual-encoder" architectures to enable efficient retrieval, where two separate encoders are used to contrast global video and text representations, but…

Action RecognitionRetrievalText RetrievalText to Video Retrieval+5

Comparative Analysis of CNN-based Spatiotemporal Reasoning in Videos

2019-09-11 · arXiv preprint 2019 9 · Okan Köpüklü, Fabian Herzog, Gerhard Rigoll

Understanding actions and gestures in video streams requires temporal reasoning of the spatial content from different time instants, i.e., spatiotemporal (ST) modeling. In this survey paper, we have made a comparative an…

Action RecognitionHuman-Object Interaction Detection

PoseBERT: A Generic Transformer Module for Temporal 3D Human Modeling

2022-08-22 · Fabien Baradel, Romain Brégier, Thibault Groueix, Philippe Weinzaepfel 외

Training state-of-the-art models for human pose estimation in videos requires datasets with annotations that are really hard and expensive to obtain. Although transformers have been recently utilized for body pose sequen…

Pose EstimationPose Prediction

MS-Temba : Multi-Scale Temporal Mamba for Efficient Temporal Action Detection

2025-01-10 · Arkaprava Sinha, Monish Soundar Raj, Pu Wang, Ahmed Helmy 외

Action detection in real-world scenarios is particularly challenging due to densely distributed actions in hour-long untrimmed videos. It requires modeling both short- and long-term temporal relationships while handling …

Action DetectionGPUMamba