paper-with-me

Papers

Learning Human-Object Interaction Detection using Interaction Points

2020-03-31 · CVPR 2020 6 · Tiancai Wang, Tong Yang, Martin Danelljan, Fahad Shahbaz Khan, Xiangyu Zhang, Jian Sun

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.

📄 PDF Abstract BibTeX arXiv:2003.14023

Code (1)

vaesl/IP-Net 공식 구현 pytorch

Tasks

Human-Object Interaction DetectionKeypoint DetectionObjectScene Understanding

Similar Papers 제목 키워드 기반

PPDM: Parallel Point Detection and Matching for Real-time Human-Object Interaction Detection

2019-12-30 · CVPR 2020 6 · Yue Liao, Si Liu, Fei Wang, Yanjie Chen 외

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+2

A Skeleton-aware Graph Convolutional Network for Human-Object Interaction Detection

2022-07-11 · Manli Zhu, Edmond S. L. Ho, Hubert P. H. Shum

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 DetectionObject

HOKEM: Human and Object Keypoint-based Extension Module for Human-Object Interaction Detection

2023-06-25 · Yoshiki Ito

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 DetectionObject

Glance and Gaze: Inferring Action-aware Points for One-Stage Human-Object Interaction Detection

2021-04-12 · CVPR 2021 1 · Xubin Zhong, Xian Qu, Changxing Ding, DaCheng Tao

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 Detection

MSTR: Multi-Scale Transformer for End-to-End Human-Object Interaction Detection

2022-03-28 · CVPR 2022 1 · Bumsoo Kim, Jonghwan Mun, Kyoung-Woon On, Minchul Shin 외

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