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

Efficient Two-Stage Detection of Human-Object Interactions with a Novel Unary-Pairwise Transformer

About

Recent developments in transformer models for visual data have led to significant improvements in recognition and detection tasks. In particular, using learnable queries in place of region proposals has given rise to a new class of one-stage detection models, spearheaded by the Detection Transformer (DETR). Variations on this one-stage approach have since dominated human-object interaction (HOI) detection. However, the success of such one-stage HOI detectors can largely be attributed to the representation power of transformers. We discovered that when equipped with the same transformer, their two-stage counterparts can be more performant and memory-efficient, while taking a fraction of the time to train. In this work, we propose the Unary-Pairwise Transformer, a two-stage detector that exploits unary and pairwise representations for HOIs. We observe that the unary and pairwise parts of our transformer network specialise, with the former preferentially increasing the scores of positive examples and the latter decreasing the scores of negative examples. We evaluate our method on the HICO-DET and V-COCO datasets, and significantly outperform state-of-the-art approaches. At inference time, our model with ResNet50 approaches real-time performance on a single GPU.

Frederic Z. Zhang, Dylan Campbell, Stephen Gould• 2021

Related benchmarks

TaskDatasetResultRank
Human-Object Interaction DetectionHICO-DET (test)
mAP (full)32.62
493
Human-Object Interaction DetectionV-COCO (test)
AP (Role, Scenario 1)61.3
270
Human-Object Interaction DetectionHICO-DET
mAP (Full)36.08
233
Human-Object Interaction DetectionHICO-DET Known Object (test)
mAP (Full)35.05
112
Human-Object Interaction DetectionV-COCO 1.0 (test)
AP_role (#1)61.3
76
Human-Object Interaction DetectionV-COCO
AP^1 Role61.3
65
HOI DetectionV-COCO
AP Role 161.3
40
HOI DetectionHICO-DET (test)
Box mAP (Full)32.6
32
Human-Object Interaction DetectionV-COCO
Box mAP (Scenario 1)61.3
32
HOI DetectionHICO-DET v1.0 (test)
mAP (Default, Full)32.31
29
Showing 10 of 15 rows

Other info

Code

Follow for update