Conformable Convolution for Topologically Aware Learning of Complex Anatomical Structures
Yousef Yeganeh, Rui Xiao, Goktug Guvercin, Nassir Navab, Azade Farshad
TL;DR
The paper addresses the challenge of preserving topology in medical image segmentation, where pixel-wise accuracy alone can miss important connectivity. It introduces Conformable Convolution, an adaptive layer that learns topology-guided sampling offsets, and the Topological Posterior Generator (TPG) that uses persistent homology to identify regions of topological significance. The approach is architecture-agnostic and demonstrated to improve topology metrics such as connectivity while maintaining or improving pixel-level accuracy across three diverse datasets. This work provides a practical framework for topology-aware segmentation that can be integrated into existing models to enhance reliability in clinical analyses.
Abstract
While conventional computer vision emphasizes pixel-level and feature-based objectives, medical image analysis of intricate biological structures necessitates explicit representation of their complex topological properties. Despite their successes, deep learning models often struggle to accurately capture the connectivity and continuity of fine, sometimes pixel-thin, yet critical structures due to their reliance on implicit learning from data. Such shortcomings can significantly impact the reliability of analysis results and hinder clinical decision-making. To address this challenge, we introduce Conformable Convolution, a novel convolutional layer designed to explicitly enforce topological consistency. Conformable Convolution learns adaptive kernel offsets that preferentially focus on regions of high topological significance within an image. This prioritization is guided by our proposed Topological Posterior Generator (TPG) module, which leverages persistent homology. The TPG module identifies key topological features and guides the convolutional layers by applying persistent homology to feature maps transformed into cubical complexes. Our proposed modules are architecture-agnostic, enabling them to be integrated seamlessly into various architectures. We showcase the effectiveness of our framework in the segmentation task, where preserving the interconnectedness of structures is critical. Experimental results on three diverse datasets demonstrate that our framework effectively preserves the topology in the segmentation downstream task, both quantitatively and qualitatively.
