IVCVLGDec 14, 2020

Learning Hybrid Representations for Automatic 3D Vessel Centerline Extraction

arXiv:2012.07262v133 citations
AI Analysis

This work provides an efficient, fully-automatic, and template-free method for improving the continuity of 3D vessel centerline extraction, which is crucial for vascular disease diagnoses.

This paper addresses the problem of discontinuous vessel extraction from 3D medical images by combining local appearance learning with global geometry learning. The method achieves superior performance on CTA datasets compared to traditional and CNN-based baselines.

Automatic blood vessel extraction from 3D medical images is crucial for vascular disease diagnoses. Existing methods based on convolutional neural networks (CNNs) may suffer from discontinuities of extracted vessels when segmenting such thin tubular structures from 3D images. We argue that preserving the continuity of extracted vessels requires to take into account the global geometry. However, 3D convolutions are computationally inefficient, which prohibits the 3D CNNs from sufficiently large receptive fields to capture the global cues in the entire image. In this work, we propose a hybrid representation learning approach to address this challenge. The main idea is to use CNNs to learn local appearances of vessels in image crops while using another point-cloud network to learn the global geometry of vessels in the entire image. In inference, the proposed approach extracts local segments of vessels using CNNs, classifies each segment based on global geometry using the point-cloud network, and finally connects all the segments that belong to the same vessel using the shortest-path algorithm. This combination results in an efficient, fully-automatic and template-free approach to centerline extraction from 3D images. We validate the proposed approach on CTA datasets and demonstrate its superior performance compared to both traditional and CNN-based baselines.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes