CVSep 18, 2020

TopNet: Topology Preserving Metric Learning for Vessel Tree Reconstruction and Labelling

arXiv:2009.08674v146 citations
Originality Highly original
AI Analysis

This work addresses a critical need in preoperative liver surgery simulation by improving vessel tree reconstruction, representing a novel deep learning approach for multi-label tree connectivity, but it is domain-specific to medical imaging.

The paper tackles the problem of reconstructing and labeling portal and hepatic vein trees from abdominal CT scans by proposing a multi-task deep learning architecture that detects centerline voxels and estimates connectivity, using a novel metric to improve accuracy. Evaluation on the IRCAD dataset shows it considerably outperforms existing semantic segmentation methods, though specific numerical gains are not provided.

Reconstructing Portal Vein and Hepatic Vein trees from contrast enhanced abdominal CT scans is a prerequisite for preoperative liver surgery simulation. Existing deep learning based methods treat vascular tree reconstruction as a semantic segmentation problem. However, vessels such as hepatic and portal vein look very similar locally and need to be traced to their source for robust label assignment. Therefore, semantic segmentation by looking at local 3D patch results in noisy misclassifications. To tackle this, we propose a novel multi-task deep learning architecture for vessel tree reconstruction. The network architecture simultaneously solves the task of detecting voxels on vascular centerlines (i.e. nodes) and estimates connectivity between center-voxels (edges) in the tree structure to be reconstructed. Further, we propose a novel connectivity metric which considers both inter-class distance and intra-class topological distance between center-voxel pairs. Vascular trees are reconstructed starting from the vessel source using the learned connectivity metric using the shortest path tree algorithm. A thorough evaluation on public IRCAD dataset shows that the proposed method considerably outperforms existing semantic segmentation based methods. To the best of our knowledge, this is the first deep learning based approach which learns multi-label tree structure connectivity from images.

Foundations

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

Your Notes