paper-with-me

Papers

Graph Convolutional Module for Temporal Action Localization in Videos

2021-12-01 · Runhao Zeng, Wenbing Huang, Mingkui Tan, Yu Rong, Peilin Zhao, Junzhou Huang, Chuang Gan

Temporal action localization has long been researched in computer vision. Existing state-of-the-art action localization methods divide each video into multiple action units (i.e., proposals in two-stage methods and segments in one-stage methods) and then perform action recognition/regression on each of them individually, without explicitly exploiting their relations during learning. In this paper, we claim that the relations between action units play an important role in action localization, and a more powerful action detector should not only capture the local content of each action unit but also allow a wider field of view on the context related to it. To this end, we propose a general graph convolutional module (GCM) that can be easily plugged into existing action localization methods, including two-stage and one-stage paradigms. To be specific, we first construct a graph, where each action unit is represented as a node and their relations between two action units as an edge. Here, we use two types of relations, one for capturing the temporal connections between different action units, and the other one for characterizing their semantic relationship. Particularly for the temporal connections in two-stage methods, we further explore two different kinds of edges, one connecting the overlapping action units and the other one connecting surrounding but disjointed units. Upon the graph we built, we then apply graph convolutional networks (GCNs) to model the relations among different action units, which is able to learn more informative representations to enhance action localization. Experimental results show that our GCM consistently improves the performance of existing action localization methods, including two-stage methods (e.g., CBR and R-C3D) and one-stage methods (e.g., D-SSAD), verifying the generality and effectiveness of our GCM.

📄 PDF Abstract BibTeX arXiv:2112.00302

Code (0)

등록된 구현이 없습니다.

Tasks

Action LocalizationAction RecognitionTemporal Action Localization

Similar Papers 제목 키워드 기반

ACGNet: Action Complement Graph Network for Weakly-supervised Temporal Action Localization

2021-12-21 · Zichen Yang, Jie Qin, Di Huang

Weakly-supervised temporal action localization (WTAL) in untrimmed videos has emerged as a practical but challenging task since only video-level labels are available. Existing approaches typically leverage off-the-shelf …

Action LocalizationTemporal Action LocalizationWeakly-supervised Temporal Action Localization

Weakly Supervised Action Localization by Sparse Temporal Pooling Network

2017-12-14 · CVPR 2018 6 · Phuc Nguyen, Ting Liu, Gautam Prasad, Bohyung Han

We propose a weakly supervised temporal action localization algorithm on untrimmed videos using convolutional neural networks. Our algorithm learns from video-level class labels and predicts temporal intervals of human a…

Action ClassificationAction LocalizationTemporal Action LocalizationTemporal Localization+2

Vertex Feature Encoding and Hierarchical Temporal Modeling in a Spatial-Temporal Graph Convolutional Network for Action Recognition

2019-12-20 · Konstantinos Papadopoulos, Enjie Ghorbel, Djamila Aouada, Björn Ottersten

This paper extends the Spatial-Temporal Graph Convolutional Network (ST-GCN) for skeleton-based action recognition by introducing two novel modules, namely, the Graph Vertex Feature Encoder (GVFE) and the Dilated Hierarc…

Action RecognitionSkeleton Based Action Recognition

Exploring Temporal Preservation Networks for Precise Temporal Action Localization

2017-08-10 · Ke Yang, Peng Qiao, Dongsheng Li, Shaohe Lv 외

Temporal action localization is an important task of computer vision. Though a variety of methods have been proposed, it still remains an open question how to predict the temporal boundaries of action segments precisely.…

Action LocalizationOpen-Ended Question AnsweringTemporal Action LocalizationTemporal Localization

Multi-Scale Spatial Temporal Graph Convolutional Network for Skeleton-Based Action Recognition

2022-06-27 · Zhan Chen, Sicheng Li, Bing Yang, Qinghan Li 외

Graph convolutional networks have been widely used for skeleton-based action recognition due to their excellent modeling ability of non-Euclidean data. As the graph convolution is a local operation, it can only utilize t…

3D Action RecognitionAction RecognitionSkeleton Based Action Recognition