CVAIMMJun 13, 2022

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

arXiv:2206.06291v198 citationsh-index: 55Has Code
Originality Incremental advance
AI Analysis

This work addresses a domain-specific problem in computer vision for detecting human-object interactions, with incremental improvements over existing methods.

The paper tackles the problem of Human-Object Interaction (HOI) detection by proposing a novel Transformer-based detector that decomposes prediction into interaction proposal generation and structure-aware transformation, achieving superior results on V-COCO and HICO-DET benchmarks.

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}.

Code Implementations1 repo
Foundations

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

Your Notes