English

Dynamic Exploration on Segment-Proposal Graphs for Tubular Centerline Tracking

Computer Vision and Pattern Recognition 2026-01-23 v2 Artificial Intelligence Machine Learning

Abstract

Optimal curve methods provide a fundamental framework for tubular centerline tracking. Point-wise approaches, such as minimal paths, are theoretically elegant but often suffer from shortcut and short-branch combination problems in complex scenarios. Nonlocal segment-wise methods address these issues by mapping pre-extracted centerline fragments onto a segment-proposal graph, performing optimization in this abstract space, and recovering the target tubular centerline from the resulting optimal path. In this paradigm, graph construction is critical, as it directly determines the quality of the final result. However, existing segment-wise methods construct graphs in a static manner, requiring all edges and their weights to be pre-computed, i.e. the graph must be sufficiently complete prior to search. Otherwise, the true path may be absent from the candidate space, leading to search failure. To address this limitation, we propose a dynamic exploration scheme for constructing segment-proposal graphs, where the graph is built on demand during the search for optimal paths. By formulating the problem as a Markov decision process, we apply Q-learning to compute edge weights only for visited transitions and adaptively expand the action space when connectivity is insufficient. Experimental results on retinal vessels, roads, and rivers demonstrate consistent improvements over state-of-the-art methods in both accuracy and efficiency.

Keywords

Cite

@article{arxiv.2506.18930,
  title  = {Dynamic Exploration on Segment-Proposal Graphs for Tubular Centerline Tracking},
  author = {Chong Di and Jinglin Zhang and Zhenjiang Li and Jean-Marie Mirebeau and Da Chen and Laurent D. Cohen},
  journal= {arXiv preprint arXiv:2506.18930},
  year   = {2026}
}

Comments

A real time interactive model that can accurately find centerline of a tubular structure even in complex scenarios. At this version, this work is independent to deep learning-based algorithms

R2 v1 2026-07-01T03:30:00.254Z