English

Scene Graph Parsing as Dependency Parsing

Computation and Language 2018-03-28 v1 Computer Vision and Pattern Recognition

Abstract

In this paper, we study the problem of parsing structured knowledge graphs from textual descriptions. In particular, we consider the scene graph representation that considers objects together with their attributes and relations: this representation has been proved useful across a variety of vision and language applications. We begin by introducing an alternative but equivalent edge-centric view of scene graphs that connect to dependency parses. Together with a careful redesign of label and action space, we combine the two-stage pipeline used in prior work (generic dependency parsing followed by simple post-processing) into one, enabling end-to-end training. The scene graphs generated by our learned neural dependency parser achieve an F-score similarity of 49.67% to ground truth graphs on our evaluation set, surpassing best previous approaches by 5%. We further demonstrate the effectiveness of our learned parser on image retrieval applications.

Keywords

Cite

@article{arxiv.1803.09189,
  title  = {Scene Graph Parsing as Dependency Parsing},
  author = {Yu-Siang Wang and Chenxi Liu and Xiaohui Zeng and Alan Yuille},
  journal= {arXiv preprint arXiv:1803.09189},
  year   = {2018}
}

Comments

To appear in NAACL 2018 as oral. Code is available at https://github.com/Yusics/bist-parser/tree/sgparser

R2 v1 2026-06-23T01:04:07.494Z