Concepedia

Publication | Closed Access

HOTR: End-to-End Human-Object Interaction Detection with Transformers

259

Citations

23

References

2021

Year

TLDR

Human‑Object Interaction detection requires locating humans and objects and classifying their interactions, yet most methods only detect instances and then infer pairs. The authors propose HOTR, a transformer‑based framework that directly predicts human‑object‑interaction triplets from images. HOTR uses set prediction with a transformer encoder‑decoder to exploit semantic relationships and eliminate the need for costly post‑processing. HOTR achieves state‑of‑the‑art results on two HOI benchmarks while running in under 1 ms after object detection.

Abstract

Human-Object Interaction (HOI) detection is a task of identifying "a set of interactions" in an image, which involves the i) localization of the subject (i.e., humans) and target (i.e., objects) of interaction, and ii) the classification of the interaction labels. Most existing methods have indirectly addressed this task by detecting human and object instances and individually inferring every pair of the detected instances. In this paper, we present a novel framework, referred by HOTR, which directly predicts a set of 〈human, object, interaction〉 triplets from an image based on a transformer encoder-decoder architecture. Through the set prediction, our method effectively exploits the inherent semantic relationships in an image and does not require time-consuming post-processing which is the main bottleneck of existing methods. Our proposed algorithm achieves the state-of-the-art performance in two HOI detection benchmarks with an inference time under 1 ms after object detection.

References

YearCitations

Page 1