Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Exploring Structure-aware Transformer over Interaction Proposals for Human-Object Interaction Detection

About

Recent high-performing Human-Object Interaction (HOI) detection techniques have been highly influenced by Transformer-based object detector (i.e., DETR). Nevertheless, most of them directly map parametric interaction queries into a set of HOI predictions through vanilla Transformer in a one-stage manner. This leaves rich inter- or intra-interaction structure under-exploited. In this work, we design a novel Transformer-style HOI detector, i.e., Structure-aware Transformer over Interaction Proposals (STIP), for HOI detection. Such design decomposes the process of HOI set prediction into two subsequent phases, i.e., an interaction proposal generation is first performed, and then followed by transforming the non-parametric interaction proposals into HOI predictions via a structure-aware Transformer. The structure-aware Transformer upgrades vanilla Transformer by encoding additionally the holistically semantic structure among interaction proposals as well as the locally spatial structure of human/object within each interaction proposal, so as to strengthen HOI predictions. Extensive experiments conducted on V-COCO and HICO-DET benchmarks have demonstrated the effectiveness of STIP, and superior results are reported when comparing with the state-of-the-art HOI detectors. Source code is available at \url{https://github.com/zyong812/STIP}.

Yong Zhang, Yingwei Pan, Ting Yao, Rui Huang, Tao Mei, Chang-Wen Chen• 2022

Related benchmarks

TaskDatasetResultRank
Human-Object Interaction DetectionHICO-DET (test)
mAP (full)32.22
493
Human-Object Interaction DetectionV-COCO (test)
AP (Role, Scenario 1)66
270
Human-Object Interaction DetectionHICO-DET
mAP (Full)34.41
233
Human-Object Interaction DetectionHICO-DET Known Object (test)
mAP (Full)35.29
112
Human-Object Interaction DetectionV-COCO 1.0 (test)
AP_role (#1)66
76
Human-Object Interaction DetectionV-COCO
AP^1 Role66
65
HOI DetectionV-COCO
AP Role 166
40
Human-Object Interaction DetectionV-COCO
Box mAP (Scenario 1)66
32
HOI DetectionHICO-DET (test)
Box mAP (Full)32.2
32
HOI DetectionHICO-DET
mAP (Default Full)32.22
21
Showing 10 of 14 rows

Other info

Code

Follow for update