Human-Object Interaction Detection via Disentangled Transformer
Human-Object Interaction Detection tackles the problem of joint localization and classification of human object interactions. Existing HOI transformers either adopt a single decoder for triplet prediction, or utilize two parallel decoders to detect individual objects and interactions separately, and compose triplets by a matching process. In contrast, we decouple the triplet prediction into human-object pair detection and interaction classification. Our main motivation is that detecting the human-object instances and classifying interactions accurately needs to learn representations that focus on different regions. To this end, we present Disentangled Transformer, where both encoder and decoder are disentangled to facilitate learning of two sub-tasks. To associate the predictions of disentangled decoders, we first generate a unified representation for HOI triplets with a base decoder, and then utilize it as input feature of each disentangled decoder. Extensive experiments show that our method outperforms prior work on two public HOI benchmarks by a sizeable margin. Code will be available.
Code (0)
등록된 구현이 없습니다.
Tasks
DecoderHuman-Object Interaction DetectionObjectTripletMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Disentangled Interaction Representation for One-Stage Human-Object Interaction Detection
Human-Object Interaction (HOI) detection is a core task for human-centric image understanding. Recent one-stage methods adopt a transformer decoder to collect image-wide cues that are useful for interaction prediction; h…
DecoderHuman-Object Interaction DetectionPose EstimationRelational Context Learning for Human-Object Interaction Detection
Recent state-of-the-art methods for HOI detection typically build on transformer architectures with two decoder branches, one for human-object pair detection and the other for interaction classification. Such disentangle…
DecoderHuman-Object Interaction DetectionObjectRelational Reasoning+1Disentangled Pre-training for Human-Object Interaction Detection
Detecting human-object interaction (HOI) has long been limited by the amount of supervised data available. Recent approaches address this issue by pre-training according to pseudo-labels, which align object regions with …
Action RecognitionDecoderHuman-Object Interaction DetectionImage Captioning+4Toward Open-Set Human Object Interaction Detection
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+1Funnel-HOI: Top-Down Perception for Zero-Shot HOI Detection
Human-object interaction detection (HOID) refers to localizing interactive human-object pairs in images and identifying the interactions. Since there could be an exponential number of object-action combinations, labeled …
Human-Object Interaction DetectionScene UnderstandingZero-Shot Learning