CVNov 12, 2022

Affinity Feature Strengthening for Accurate, Complete and Robust Vessel Segmentation

arXiv:2211.06578v227 citationsh-index: 79Has Code
Originality Incremental advance
AI Analysis

This work addresses a critical problem in medical imaging for applications like detecting coronary stenoses and retinal diseases, offering a more robust and accurate segmentation method, though it appears incremental as it builds on existing segmentation approaches.

The paper tackles the challenge of achieving high accuracy, complete topology, and robustness in vessel segmentation across medical images by introducing the affinity feature strengthening network (AFN), which outperforms state-of-the-art methods on four vascular datasets with improved metrics.

Vessel segmentation is crucial in many medical image applications, such as detecting coronary stenoses, retinal vessel diseases and brain aneurysms. However, achieving high pixel-wise accuracy, complete topology structure and robustness to various contrast variations are critical and challenging, and most existing methods focus only on achieving one or two of these aspects. In this paper, we present a novel approach, the affinity feature strengthening network (AFN), which jointly models geometry and refines pixel-wise segmentation features using a contrast-insensitive, multiscale affinity approach. Specifically, we compute a multiscale affinity field for each pixel, capturing its semantic relationships with neighboring pixels in the predicted mask image. This field represents the local geometry of vessel segments of different sizes, allowing us to learn spatial- and scale-aware adaptive weights to strengthen vessel features. We evaluate our AFN on four different types of vascular datasets: X-ray angiography coronary vessel dataset (XCAD), portal vein dataset (PV), digital subtraction angiography cerebrovascular vessel dataset (DSA) and retinal vessel dataset (DRIVE). Extensive experimental results demonstrate that our AFN outperforms the state-of-the-art methods in terms of both higher accuracy and topological metrics, while also being more robust to various contrast changes. The source code of this work is available at https://github.com/TY-Shi/AFN.

Code Implementations1 repo
Foundations

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

Your Notes