paper-with-me

Papers

Language Knowledge-Assisted Representation Learning for Skeleton-Based Action Recognition

2023-05-21 · Haojun Xu, Yan Gao, Zheng Hui, Jie Li, Xinbo Gao

How humans understand and recognize the actions of others is a complex neuroscientific problem that involves a combination of cognitive mechanisms and neural networks. Research has shown that humans have brain areas that recognize actions that process top-down attentional information, such as the temporoparietal association area. Also, humans have brain regions dedicated to understanding the minds of others and analyzing their intentions, such as the medial prefrontal cortex of the temporal lobe. Skeleton-based action recognition creates mappings for the complex connections between the human skeleton movement patterns and behaviors. Although existing studies encoded meaningful node relationships and synthesized action representations for classification with good results, few of them considered incorporating a priori knowledge to aid potential representation learning for better performance. LA-GCN proposes a graph convolution network using large-scale language models (LLM) knowledge assistance. First, the LLM knowledge is mapped into a priori global relationship (GPR) topology and a priori category relationship (CPR) topology between nodes. The GPR guides the generation of new "bone" representations, aiming to emphasize essential node information from the data level. The CPR mapping simulates category prior knowledge in human brain regions, encoded by the PC-AC module and used to add additional supervision-forcing the model to learn class-distinguishable features. In addition, to improve information transfer efficiency in topology modeling, we propose multi-hop attention graph convolution. It aggregates each node's k-order neighbor simultaneously to speed up model convergence. LA-GCN reaches state-of-the-art on NTU RGB+D, NTU RGB+D 120, and NW-UCLA datasets.

📄 PDF Abstract BibTeX arXiv:2305.12398

Code (1)

damnull/lagcn 공식 구현 pytorch

Tasks

Action RecognitionGPRRepresentation LearningSkeleton Based Action Recognition

Methods 이 논문이 사용한 방법론

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…
SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Language-Assisted Human Part Motion Learning for Skeleton-Based Temporal Action Segmentation

2024-10-08 · Bowen Chen, Haoyu Ji, Zhiyong Wang, Benjamin Filtjens 외

Skeleton-based Temporal Action Segmentation involves the dense action classification of variable-length skeleton sequences. Current approaches primarily apply graph-based networks to extract framewise, whole-body-level m…

Action ClassificationAction SegmentationModel OptimizationRepresentation Learning+2

Vision-Language Meets the Skeleton: Progressively Distillation with Cross-Modal Knowledge for 3D Action Representation Learning

2024-05-31 · Yang Chen, Tian He, Junfeng Fu, Ling Wang 외

Skeleton-based action representation learning aims to interpret and understand human behaviors by encoding the skeleton sequences, which can be categorized into two primary training paradigms: supervised learning and sel…

Action RecognitionContrastive LearningKnowledge DistillationRepresentation Learning+4

SUGAR: Learning Skeleton Representation with Visual-Motion Knowledge for Action Recognition

2025-11-13 · Qilang Ye, Yu Zhou, Lian He, Jie Zhang 외 arxiv

Large Language Models (LLMs) hold rich implicit knowledge and powerful transferability. In this paper, we explore the combination of LLMs with the human skeleton to perform action classification and description. However,…

Action ClassificationAction Recognition

Language-Assisted Skeleton Action Understanding for Skeleton-Based Temporal Action Segmentation

2024-10-31 · European Conference on Computer Vision (ECCV2024) 2024 10 · Haoyu Ji, Bowen Chen, Xinglong Xu, Weihong Ren 외

Skeleton-based Temporal Action Segmentation (STAS) aims to densely segment and classify human actions in long, untrimmed skeletal motion sequences. Existing STAS methods primarily model spatial dependencies among joints …

Action SegmentationAction UnderstandingContrastive LearningRepresentation Learning+4

Cross-view Action Recognition via Contrastive View-invariant Representation

2023-05-02 · Yuexi Zhang, Dan Luo, Balaji Sundareshan, Octavia Camps 외

Cross view action recognition (CVAR) seeks to recognize a human action when observed from a previously unseen viewpoint. This is a challenging problem since the appearance of an action changes significantly with the view…

Action Recognition