paper-with-me

홈 › Papers

PaStaNet: Toward Human Activity Knowledge Engine

2020-04-02 · CVPR 2020 6 · Yong-Lu Li, Liang Xu, Xinpeng Liu, Xijie Huang, Yue Xu, Shiyi Wang, Hao-Shu Fang, Ze Ma, Mingyang Chen, Cewu Lu

Existing image-based activity understanding methods mainly adopt direct mapping, i.e. from image to activity concepts, which may encounter performance bottleneck since the huge gap. In light of this, we propose a new path: infer human part states first and then reason out the activities based on part-level semantics. Human Body Part States (PaSta) are fine-grained action semantic tokens, e.g. <hand, hold, something>, which can compose the activities and help us step toward human activity knowledge engine. To fully utilize the power of PaSta, we build a large-scale knowledge base PaStaNet, which contains 7M+ PaSta annotations. And two corresponding models are proposed: first, we design a model named Activity2Vec to extract PaSta features, which aim to be general representations for various activities. Second, we use a PaSta-based Reasoning method to infer activities. Promoted by PaStaNet, our method achieves significant improvements, e.g. 6.4 and 13.9 mAP on full and one-shot sets of HICO in supervised learning, and 3.2 and 4.2 mAP on V-COCO and images-based AVA in transfer learning. Code and data are available at http://hake-mvig.cn/.

📄 PDF Abstract BibTeX arXiv:2004.00945

Code (2)

DirtyHarryLYL/HAKE 공식 구현 pytorch
DirtyHarryLYL/HAKE-Action-Torch 공식 구현 pytorch

Tasks

Action DetectionHuman-Object Interaction DetectionTransfer Learning

Similar Papers 제목 키워드 기반

Rb-PaStaNet: A Few-Shot Human-Object Interaction Detection Based on Rules and Part States

2020-08-14 · Shenyu Zhang, Zichen Zhu, Qingquan Bao

Existing Human-Object Interaction (HOI) Detection approaches have achieved great progress on nonrare classes while rare HOI classes are still not well-detected. In this paper, we intend to apply human prior knowledge int…

Human-Object Interaction Detection

HAKE: Human Activity Knowledge Engine

2019-04-13 · Yong-Lu Li, Liang Xu, Xinpeng Liu, Xijie Huang 외

Human activity understanding is crucial for building automatic intelligent system. With the help of deep learning, activity understanding has made huge progress recently. But some challenges such as imbalanced data distr…

Action DetectionHuman-Object Interaction DetectionTransfer Learning

HAKE: A Knowledge Engine Foundation for Human Activity Understanding

2022-02-14 · Yong-Lu Li, Xinpeng Liu, Xiaoqian Wu, Yizhuo Li 외

Human activity understanding is of widespread interest in artificial intelligence and spans diverse applications like health care and behavior analysis. Although there have been advances in deep learning, it remains chal…

Action RecognitionHuman-Object Interaction DetectionObject RecognitionScene Understanding

Transferable Interactiveness Knowledge for Human-Object Interaction Detection

2021-01-25 · Yong-Lu Li, Xinpeng Liu, Xiaoqian Wu, Xijie Huang 외

Human-Object Interaction (HOI) detection is an important problem to understand how humans interact with objects. In this paper, we explore interactiveness knowledge which indicates whether a human and an object interact …

Human-Object Interaction DetectionObject

ContextGPT: Infusing LLMs Knowledge into Neuro-Symbolic Activity Recognition Models

2024-03-11 · Luca Arrotta, Claudio Bettini, Gabriele Civitarese, Michele Fiori

Context-aware Human Activity Recognition (HAR) is a hot research area in mobile computing, and the most effective solutions in the literature are based on supervised deep learning models. However, the actual deployment o…

Activity RecognitionCommon Sense ReasoningHuman Activity RecognitionPrompt Engineering