Learning Human-Object Interaction Detection using Interaction Points
Understanding interactions between humans and objects is one of the fundamental problems in visual classification and an essential step towards detailed scene understanding. Human-object interaction (HOI) detection strives to localize both the human and an object as well as the identification of complex interactions between them. Most existing HOI detection approaches are instance-centric where interactions between all possible human-object pairs are predicted based on appearance features and coarse spatial information. We argue that appearance features alone are insufficient to capture complex human-object interactions. In this paper, we therefore propose a novel fully-convolutional approach that directly detects the interactions between human-object pairs. Our network predicts interaction points, which directly localize and classify the inter-action. Paired with the densely predicted interaction vectors, the interactions are associated with human and object detections to obtain final predictions. To the best of our knowledge, we are the first to propose an approach where HOI detection is posed as a keypoint detection and grouping problem. Experiments are performed on two popular benchmarks: V-COCO and HICO-DET. Our approach sets a new state-of-the-art on both datasets. Code is available at https://github.com/vaesl/IP-Net.
Code (1)
Tasks
Human-Object Interaction DetectionKeypoint DetectionObjectScene UnderstandingSimilar Papers 제목 키워드 기반
PPDM: Parallel Point Detection and Matching for Real-time Human-Object Interaction Detection
We propose a single-stage Human-Object Interaction (HOI) detection method that has outperformed all existing methods on HICO-DET dataset at 37 fps on a single Titan XP GPU. It is the first real-time HOI detection method.…
GPUHuman-Object Interaction DetectionObjectobject-detection+2A Skeleton-aware Graph Convolutional Network for Human-Object Interaction Detection
Detecting human-object interactions is essential for comprehensive understanding of visual scenes. In particular, spatial connections between humans and objects are important cues for reasoning interactions. To this end,…
Human-Object Interaction DetectionObjectHOKEM: Human and Object Keypoint-based Extension Module for Human-Object Interaction Detection
Human-object interaction (HOI) detection for capturing relationships between humans and objects is an important task in the semantic understanding of images. When processing human and object keypoints extracted from an i…
Human-Object Interaction DetectionObjectGlance and Gaze: Inferring Action-aware Points for One-Stage Human-Object Interaction Detection
Modern human-object interaction (HOI) detection approaches can be divided into one-stage methods and twostage ones. One-stage models are more efficient due to their straightforward architectures, but the two-stage models…
Human-Object Interaction DetectionMSTR: Multi-Scale Transformer for End-to-End Human-Object Interaction Detection
Human-Object Interaction (HOI) detection is the task of identifying a set of <human, object, interaction> triplets from an image. Recent work proposed transformer encoder-decoder architectures that successfully eliminate…
DecoderHuman-Object Interaction Detection