CVAILGDec 11, 2020

Spatially Conditioned Graphs for Detecting Human-Object Interactions

arXiv:2012.06060v3171 citations
Originality Incremental advance
AI Analysis

This work is significant for computer vision researchers working on human-object interaction detection, offering improved performance over existing methods.

This paper tackles human-object interaction detection in images using graphical neural networks. They achieved an mAP of 31.33% on HICO-DET and 54.2% on V-COCO, outperforming state-of-the-art on fine-tuned detections.

We address the problem of detecting human-object interactions in images using graphical neural networks. Unlike conventional methods, where nodes send scaled but otherwise identical messages to each of their neighbours, we propose to condition messages between pairs of nodes on their spatial relationships, resulting in different messages going to neighbours of the same node. To this end, we explore various ways of applying spatial conditioning under a multi-branch structure. Through extensive experimentation we demonstrate the advantages of spatial conditioning for the computation of the adjacency structure, messages and the refined graph features. In particular, we empirically show that as the quality of the bounding boxes increases, their coarse appearance features contribute relatively less to the disambiguation of interactions compared to the spatial information. Our method achieves an mAP of 31.33% on HICO-DET and 54.2% on V-COCO, significantly outperforming state-of-the-art on fine-tuned detections.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes