English

Image To Tree with Recursive Prompting

Computer Vision and Pattern Recognition 2023-01-03 v1 Machine Learning

Abstract

Extracting complex structures from grid-based data is a common key step in automated medical image analysis. The conventional solution to recovering tree-structured geometries typically involves computing the minimal cost path through intermediate representations derived from segmentation masks. However, this methodology has significant limitations in the context of projective imaging of tree-structured 3D anatomical data such as coronary arteries, since there are often overlapping branches in the 2D projection. In this work, we propose a novel approach to predicting tree connectivity structure which reformulates the task as an optimization problem over individual steps of a recursive process. We design and train a two-stage model which leverages the UNet and Transformer architectures and introduces an image-based prompting technique. Our proposed method achieves compelling results on a pair of synthetic datasets, and outperforms a shortest-path baseline.

Keywords

Cite

@article{arxiv.2301.00447,
  title  = {Image To Tree with Recursive Prompting},
  author = {James Batten and Matthew Sinclair and Ben Glocker and Michiel Schaap},
  journal= {arXiv preprint arXiv:2301.00447},
  year   = {2023}
}

Comments

12 pages, 5 figures

R2 v1 2026-06-28T07:58:57.213Z