Cross-domain and Cross-dimension Learning for Image-to-Graph Transformers
Alexander H. Berger, Laurin Lux, Suprosanna Shit, Ivan Ezhov, Georgios Kaissis, Martin J. Menten, Daniel Rueckert, Johannes C. Paetzold
TL;DR
This work tackles the problem of direct image-to-graph transformation under data scarcity by proposing cross-domain and cross-dimension inductive transfer learning for transformer-based image-to-graph models. It introduces three key innovations: a regularized edge sampling loss $\mathcal{L}_{\mathrm{Reslt}}$ to handle varying graph densities across domains, a supervised domain adaptation framework with image- and graph-level adversaries, and a simple projection-based framework $\Pi$ that enables training 2D data to perform 3D image-to-graph tasks. The methods are evaluated across six diverse datasets spanning 2D road networks and 3D vascular graphs, showing consistent improvements over no-pretraining, self-supervised pretraining, and in some cases supervised pretraining, including challenging cross-domain and cross-dimension transfer scenarios. The results demonstrate that inductive transfer learning can substantially reduce data requirements for complex geometric prediction tasks and enable direct image-to-graph inference in previously intractable 3D domains, with practical implications for urban planning and biomedical imaging.
Abstract
Direct image-to-graph transformation is a challenging task that involves solving object detection and relationship prediction in a single model. Due to this task's complexity, large training datasets are rare in many domains, making the training of deep-learning methods challenging. This data sparsity necessitates transfer learning strategies akin to the state-of-the-art in general computer vision. In this work, we introduce a set of methods enabling cross-domain and cross-dimension learning for image-to-graph transformers. We propose (1) a regularized edge sampling loss to effectively learn object relations in multiple domains with different numbers of edges, (2) a domain adaptation framework for image-to-graph transformers aligning image- and graph-level features from different domains, and (3) a projection function that allows using 2D data for training 3D transformers. We demonstrate our method's utility in cross-domain and cross-dimension experiments, where we utilize labeled data from 2D road networks for simultaneous learning in vastly different target domains. Our method consistently outperforms standard transfer learning and self-supervised pretraining on challenging benchmarks, such as retinal or whole-brain vessel graph extraction.
