Manifold Topological Deep Learning for Biomedical Data
Xiang Liu, Zhe Su, Yongyi Shi, Yiying Tong, Ge Wang, Guo-Wei Wei
TL;DR
MTDL tackles the challenge of applying topological deep learning to differentiable manifolds by representing images as discrete manifolds with vector fields and performing a topology-preserving Hodge decomposition. The key idea is to decompose a vector field on a manifold into curl-free, divergence-free, and harmonic components, concatenate these components into a multi-channel input, and process it with a Transformer-augmented CNN. On the MedMNIST v2 biomedical image benchmark, MTDL achieves superior AUC and ACC across 2D and 3D datasets while using a lightweight parameter count, and demonstrates robustness across modalities, scales, and task types. The work highlights the practical potential of integrating differential topology with deep learning for medical image analysis and points to future extensions such as richer decompositions and attention-based long-range inference.
Abstract
Recently, topological deep learning (TDL), which integrates algebraic topology with deep neural networks, has achieved tremendous success in processing point-cloud data, emerging as a promising paradigm in data science. However, TDL has not been developed for data on differentiable manifolds, including images, due to the challenges posed by differential topology. We address this challenge by introducing manifold topological deep learning (MTDL) for the first time. To highlight the power of Hodge theory rooted in differential topology, we consider a simple convolutional neural network (CNN) in MTDL. In this novel framework, original images are represented as smooth manifolds with vector fields that are decomposed into three orthogonal components based on Hodge theory. These components are then concatenated to form an input image for the CNN architecture. The performance of MTDL is evaluated using the MedMNIST v2 benchmark database, which comprises 717,287 biomedical images from eleven 2D and six 3D datasets. MTDL significantly outperforms other competing methods, extending TDL to a wide range of data on smooth manifolds.
