DeepBranchTracer: A Generally-Applicable Approach to Curvilinear Structure Reconstruction Using Multi-Feature Learning
Chao Liu, Ting Zhao, Nenggan Zheng
TL;DR
DeepBranchTracer tackles the challenge of reconstructing curvilinear structures from images by integrating external image cues with internal geometric information through a unified curvilinear structure feature learning network (CSFL) and a multi-feature fusion tracing strategy (MFT). The method reframes reconstruction as geometric parameter estimation, learning centerline and boundary from images while simultaneously predicting radius and direction via a sequential (LSTM) module, and iteratively tracing branches without relying on handcrafted parametric models. Key contributions include the CSFL with four blocks (centerline, boundary, direction, radius), a geometry-plus-image loss framework, and the MFT tracing procedure that refines positions using both feature types. Across 2D road and vessel datasets and 3D neuron datasets, the approach achieves superior continuity and accuracy, demonstrating strong generalization and applicability to diverse curvilinear structures without domain-specific geometry priors.
Abstract
Curvilinear structures, which include line-like continuous objects, are fundamental geometrical elements in image-based applications. Reconstructing these structures from images constitutes a pivotal research area in computer vision. However, the complex topology and ambiguous image evidence render this process a challenging task. In this paper, we introduce DeepBranchTracer, a novel method that learns both external image features and internal geometric characteristics to reconstruct curvilinear structures. Firstly, we formulate the curvilinear structures extraction as a geometric attribute estimation problem. Then, a curvilinear structure feature learning network is designed to extract essential branch attributes, including the image features of centerline and boundary, and the geometric features of direction and radius. Finally, utilizing a multi-feature fusion tracing strategy, our model iteratively traces the entire branch by integrating the extracted image and geometric features. We extensively evaluated our model on both 2D and 3D datasets, demonstrating its superior performance over existing segmentation and reconstruction methods in terms of accuracy and continuity.
