English

Neural Message Passing for Visual Relationship Detection

Computer Vision and Pattern Recognition 2022-08-09 v1

Abstract

Visual relationship detection aims to detect the interactions between objects in an image; however, this task suffers from combinatorial explosion due to the variety of objects and interactions. Since the interactions associated with the same object are dependent, we explore the dependency of interactions to reduce the search space. We explicitly model objects and interactions by an interaction graph and then propose a message-passing-style algorithm to propagate the contextual information. We thus call the proposed method neural message passing (NMP). We further integrate language priors and spatial cues to rule out unrealistic interactions and capture spatial interactions. Experimental results on two benchmark datasets demonstrate the superiority of our proposed method. Our code is available at https://github.com/PhyllisH/NMP.

Keywords

Cite

@article{arxiv.2208.04165,
  title  = {Neural Message Passing for Visual Relationship Detection},
  author = {Yue Hu and Siheng Chen and Xu Chen and Ya Zhang and Xiao Gu},
  journal= {arXiv preprint arXiv:2208.04165},
  year   = {2022}
}

Comments

Accepted by ICML LRG Workshop 2019

R2 v1 2026-06-25T01:34:12.105Z