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

QPIC: Query-Based Pairwise Human-Object Interaction Detection with Image-Wide Contextual Information

About

We propose a simple, intuitive yet powerful method for human-object interaction (HOI) detection. HOIs are so diverse in spatial distribution in an image that existing CNN-based methods face the following three major drawbacks; they cannot leverage image-wide features due to CNN's locality, they rely on a manually defined location-of-interest for the feature aggregation, which sometimes does not cover contextually important regions, and they cannot help but mix up the features for multiple HOI instances if they are located closely. To overcome these drawbacks, we propose a transformer-based feature extractor, in which an attention mechanism and query-based detection play key roles. The attention mechanism is effective in aggregating contextually important information image-wide, while the queries, which we design in such a way that each query captures at most one human-object pair, can avoid mixing up the features from multiple instances. This transformer-based feature extractor produces so effective embeddings that the subsequent detection heads may be fairly simple and intuitive. The extensive analysis reveals that the proposed method successfully extracts contextually important features, and thus outperforms existing methods by large margins (5.37 mAP on HICO-DET, and 5.7 mAP on V-COCO). The source codes are available at $\href{https://github.com/hitachi-rd-cv/qpic}{\text{this https URL}}$.

Masato Tamura, Hiroki Ohashi, Tomoaki Yoshinaga• 2021

Related benchmarks

TaskDatasetResultRank
Human-Object Interaction DetectionHICO-DET (test)
mAP (full)29.9
493
Human-Object Interaction DetectionV-COCO (test)
AP (Role, Scenario 1)58.8
270
Human-Object Interaction DetectionHICO-DET
mAP (Full)32.38
233
Human-Object Interaction DetectionHICO-DET Known Object (test)
mAP (Full)32.38
112
Human-Object Interaction DetectionV-COCO 1.0 (test)
AP_role (#1)58.8
76
Human-Object Interaction DetectionV-COCO
AP^1 Role58.8
65
HOI DetectionV-COCO
AP Role 158.8
40
HOI DetectionHICO-DET
mAP (Rare)21.85
34
Human-Object Interaction DetectionHICO-DET 1 (test)
Full mAP31.68
33
Human-Object Interaction DetectionV-COCO
Box mAP (Scenario 1)58.3
32
Showing 10 of 31 rows

Other info

Code

Follow for update