paper-with-me

Papers

Human-Object Interaction Detection via Disentangled Transformer

2022-04-20 · CVPR 2022 1 · Desen Zhou, Zhichao Liu, Jian Wang, Leshan Wang, Tao Hu, Errui Ding, Jingdong Wang

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.

📄 PDF Abstract BibTeX arXiv:2204.09290

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderHuman-Object Interaction DetectionObjectTriplet

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Adam 설명 없음
Multi-Head Attention 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
BASE 설명 없음

Similar Papers 제목 키워드 기반

Disentangled Interaction Representation for One-Stage Human-Object Interaction Detection

2023-12-04 · Xubin Zhong, Changxing Ding, Yupeng Hu, DaCheng Tao

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 Estimation

Relational Context Learning for Human-Object Interaction Detection

2023-04-11 · CVPR 2023 1 · Sanghyun Kim, Deunsol Jung, Minsu Cho

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+1

Disentangled Pre-training for Human-Object Interaction Detection

2024-04-02 · CVPR 2024 1 · Zhuolong Li, Xingao Li, Changxing Ding, Xiangmin Xu

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+4

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

Funnel-HOI: Top-Down Perception for Zero-Shot HOI Detection

2025-07-16 · Sandipan Sarma, Agney Talwarr, Arijit Sur arxiv

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