paper-with-me

홈 › Papers

Detecting Any Human-Object Interaction Relationship: Universal HOI Detector with Spatial Prompt Learning on Foundation Models

2023-11-07 · NeurIPS 2023 11 · Yichao Cao, Qingfei Tang, Xiu Su, Chen Song, Shan You, Xiaobo Lu, Chang Xu

Human-object interaction (HOI) detection aims to comprehend the intricate relationships between humans and objects, predicting $<human, action, object>$ triplets, and serving as the foundation for numerous computer vision tasks. The complexity and diversity of human-object interactions in the real world, however, pose significant challenges for both annotation and recognition, particularly in recognizing interactions within an open world context. This study explores the universal interaction recognition in an open-world setting through the use of Vision-Language (VL) foundation models and large language models (LLMs). The proposed method is dubbed as \emph{\textbf{UniHOI}}. We conduct a deep analysis of the three hierarchical features inherent in visual HOI detectors and propose a method for high-level relation extraction aimed at VL foundation models, which we call HO prompt-based learning. Our design includes an HO Prompt-guided Decoder (HOPD), facilitates the association of high-level relation representations in the foundation model with various HO pairs within the image. Furthermore, we utilize a LLM (\emph{i.e.} GPT) for interaction interpretation, generating a richer linguistic understanding for complex HOIs. For open-category interaction recognition, our method supports either of two input types: interaction phrase or interpretive sentence. Our efficient architecture design and learning methods effectively unleash the potential of the VL foundation models and LLMs, allowing UniHOI to surpass all existing methods with a substantial margin, under both supervised and zero-shot settings. The code and pre-trained weights are available at: \url{https://github.com/Caoyichao/UniHOI}.

📄 PDF Abstract BibTeX arXiv:2311.03799

Code (1)

caoyichao/unihoi 공식 구현

Tasks

DecoderHuman-Object Interaction DetectionPrompt LearningRelation ExtractionSentence

Similar Papers 제목 키워드 기반

HOTR: End-to-End Human-Object Interaction Detection with Transformers

2021-04-28 · CVPR 2021 1 · Bumsoo Kim, Junhyun Lee, Jaewoo Kang, Eun-Sol Kim 외

Human-Object Interaction (HOI) detection is a task of identifying "a set of interactions" in an image, which involves the i) localization of the subject (i.e., humans) and target (i.e., objects) of interaction, and ii) t…

DecoderHuman-Object Interaction DetectionObjectobject-detection+1

Distance-Aware Occlusion Detection with Focused Attention

2022-08-23 · Yang Li, Yucheng Tu, Xiaoxue Chen, Hao Zhao 외

For humans, understanding the relationships between objects using visual signals is intuitive. For artificial intelligence, however, this task remains challenging. Researchers have made significant progress studying sema…

DecoderHuman-Object Interaction DetectionRelationship DetectionVisual Relationship Detection

Toward Open-Set Human Object Interaction Detection

2024-03-24 · Proceedings of the AAAI Conference on Artificial Intelligence 2024 3 · Mingrui Wu, Yuqi Liu, Jiayi Ji, Xiaoshuai Sun 외

This work is oriented toward the task of open-set Human Object Interaction (HOI) detection. The challenge lies in identifying completely new, out-of-domain relationships, as opposed to in-domain ones which have seen impr…

Contrastive LearningHuman-Object Interaction DetectionLanguage ModelingLanguage Modelling+1

QAHOI: Query-Based Anchors for Human-Object Interaction Detection

2021-12-16 · Junwen Chen, Keiji Yanai

Human-object interaction (HOI) detection as a downstream of object detection tasks requires localizing pairs of humans and objects and extracting the semantic relationships between humans and objects from an image. Recen…

Human-Object Interaction DetectionObjectobject-detectionObject Detection

Spatially Conditioned Graphs for Detecting Human-Object Interactions

2020-12-11 · ICCV 2021 10 · Frederic Z. Zhang, Dylan Campbell, Stephen Gould

We address the problem of detecting human-object interactions in images using graphical neural networks. Unlike conventional methods, where nodes send scaled but otherwise identical messages to each of their neighbours, …

Human-Object Interaction DetectionObject