Detecting and Recognizing Human-Object Interactions

Abstract

To understand the visual world, a machine must not only recognize individual object instances but also how they interact. Humans are often at the center of such interactions and detecting human-object interactions is an important practical and scientific problem. In this paper, we address the task of detecting (human, verb, object) triplets in challenging everyday photos. We propose a novel model that is driven by a human-centric approach. Our hypothesis is that the appearance of a person -- their pose, clothing, action -- is a powerful cue for localizing the objects they are interacting with. To exploit this cue, our model learns to predict an action-specific density over target object locations based on the appearance of a detected person. Our model also jointly learns to detect people and objects, and by fusing these predictions it efficiently infers interaction triplets in a clean, jointly trained end-to-end system we call InteractNet. We validate our approach on the recently introduced Verbs in COCO (V-COCO) and HICO-DET datasets, where we show quantitatively compelling results.

Cite

Text

Gkioxari et al. "Detecting and Recognizing Human-Object Interactions." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2018. doi:10.1109/CVPR.2018.00872

Markdown

[Gkioxari et al. "Detecting and Recognizing Human-Object Interactions." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2018.](https://mlanthology.org/cvpr/2018/gkioxari2018cvpr-detecting/) doi:10.1109/CVPR.2018.00872

BibTeX

@inproceedings{gkioxari2018cvpr-detecting,
  title     = {{Detecting and Recognizing Human-Object Interactions}},
  author    = {Gkioxari, Georgia and Girshick, Ross and Dollár, Piotr and He, Kaiming},
  booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2018},
  doi       = {10.1109/CVPR.2018.00872},
  url       = {https://mlanthology.org/cvpr/2018/gkioxari2018cvpr-detecting/}
}