paper-with-me

홈 › Papers

Action Keypoint Network for Efficient Video Recognition

2022-01-17 · Xu Chen, Yahong Han, Xiaohan Wang, Yifan Sun, Yi Yang

Reducing redundancy is crucial for improving the efficiency of video recognition models. An effective approach is to select informative content from the holistic video, yielding a popular family of dynamic video recognition methods. However, existing dynamic methods focus on either temporal or spatial selection independently while neglecting a reality that the redundancies are usually spatial and temporal, simultaneously. Moreover, their selected content is usually cropped with fixed shapes, while the realistic distribution of informative content can be much more diverse. With these two insights, this paper proposes to integrate temporal and spatial selection into an Action Keypoint Network (AK-Net). From different frames and positions, AK-Net selects some informative points scattered in arbitrary-shaped regions as a set of action keypoints and then transforms the video recognition into point cloud classification. AK-Net has two steps, i.e., the keypoint selection and the point cloud classification. First, it inputs the video into a baseline network and outputs a feature map from an intermediate layer. We view each pixel on this feature map as a spatial-temporal point and select some informative keypoints using self-attention. Second, AK-Net devises a ranking criterion to arrange the keypoints into an ordered 1D sequence. Consequentially, AK-Net brings two-fold benefits for efficiency: The keypoint selection step collects informative content within arbitrary shapes and increases the efficiency for modeling spatial-temporal dependencies, while the point cloud classification step further reduces the computational cost by compacting the convolutional kernels. Experimental results show that AK-Net can consistently improve the efficiency and performance of baseline methods on several video recognition benchmarks.

📄 PDF Abstract BibTeX arXiv:2201.06304

Code (0)

등록된 구현이 없습니다.

Tasks

Action RecognitionPoint Cloud ClassificationVideo Recognition

Similar Papers 제목 키워드 기반

Unified Keypoint-based Action Recognition Framework via Structured Keypoint Pooling

2023-03-27 · CVPR 2023 1 · Ryo Hachiuma, Fumiaki Sato, Taiki Sekii

This paper simultaneously addresses three limitations associated with conventional skeleton-based action recognition; skeleton detection and tracking errors, poor variety of the targeted actions, as well as person-wise a…

Action LocalizationAction RecognitionActivity RecognitionData Augmentation+6

Learning Higher-order Object Interactions for Keypoint-based Video Understanding

2023-05-16 · Yi Huang, Asim Kadav, Farley Lai, Deep Patel 외

Action recognition is an important problem that requires identifying actions in video by learning complex interactions across scene actors and objects. However, modern deep-learning based networks often require significa…

Action LocalizationAction RecognitionObjectVideo Understanding

Pose-guided multi-task video transformer for driver action recognition

2024-07-18 · Ricardo Pizarro, Roberto Valle, Luis Miguel Bergasa, José M. Buenaposada 외

We investigate the task of identifying situations of distracted driving through analysis of in-car videos. To tackle this challenge we introduce a multi-task video transformer that predicts both distracted actions and dr…

Action Recognition

Unsupervised Learning of Object Structure and Dynamics from Videos

2019-06-19 · NeurIPS 2019 12 · Matthias Minderer, Chen Sun, Ruben Villegas, Forrester Cole 외

Extracting and predicting object structure and dynamics from videos without supervision is a major challenge in machine learning. To address this challenge, we adopt a keypoint-based image representation and learn a stoc…

Action Recognitioncontinuous-controlContinuous ControlObject+2

Spatio-Temporal Human Action Recognition Modelwith Flexible-interval Sampling and Normalization

2021-08-12 · Yuke, Yang

Human action recognition is a well-known computer vision and pattern recognition task of identifying which action a man is actually doing. Extracting the keypoint information of a single human with both spatial and tempo…

Action RecognitionTemporal Action Localization