Relationformer: A Unified Framework for Image-to-Graph Generation
Abstract
A comprehensive representation of an image requires understanding objects and their mutual relationship, especially in image-to-graph generation, e.g., road network extraction, blood-vessel network extraction, or scene graph generation. Traditionally, image-to-graph generation is addressed with a two-stage approach consisting of object detection followed by a separate relation prediction, which prevents simultaneous object-relation interaction. This work proposes a unified one-stage transformer-based framework, namely Relationformer, that jointly predicts objects and their relations. We leverage direct set-based object prediction and incorporate the interaction among the objects to learn an object-relation representation jointly. In addition to existing [obj]-tokens, we propose a novel learnable token, namely [rln]-token. Together with [obj]-tokens, [rln]-token exploits local and global semantic reasoning in an image through a series of mutual associations. In combination with the pair-wise [obj]-token, the [rln]-token contributes to a computationally efficient relation prediction. We achieve state-of-the-art performance on multiple, diverse and multi-domain datasets that demonstrate our approach’s effectiveness and generalizability.
Cite
Text
Shit et al. "Relationformer: A Unified Framework for Image-to-Graph Generation." Proceedings of the European Conference on Computer Vision (ECCV), 2022. doi:10.1007/978-3-031-19836-6Markdown
[Shit et al. "Relationformer: A Unified Framework for Image-to-Graph Generation." Proceedings of the European Conference on Computer Vision (ECCV), 2022.](https://mlanthology.org/eccv/2022/shit2022eccv-relationformer/) doi:10.1007/978-3-031-19836-6BibTeX
@inproceedings{shit2022eccv-relationformer,
title = {{Relationformer: A Unified Framework for Image-to-Graph Generation}},
author = {Shit, Suprosanna and Koner, Rajat and Wittmann, Bastian and Paetzold, Johannes and Ezhov, Ivan and Li, Hongwei and Pan, Jiazhen and Sharifzadeh, Sahand and Kaissis, Georgios and Tresp, Volker and Menze, Bjoern},
booktitle = {Proceedings of the European Conference on Computer Vision (ECCV)},
year = {2022},
doi = {10.1007/978-3-031-19836-6},
url = {https://mlanthology.org/eccv/2022/shit2022eccv-relationformer/}
}