paper-with-me

홈 › Papers

Topology-Driven Transferability Estimation for 3D Medical Vision Foundation Models

2026-07-05 · Jiaqi Tang, Shaoyang Zhang, Fandong Zhang, Shu Zhang, Yang Liu, Qingchao Chen arxiv

The growing number of medical vision foundation models highlights the need for effective model selection. However, mainstream selection methods rely on exhaustive fine-tuning, which is computationally expensive. Most of the existing Transferability Estimation (TE) metrics are primarily designed for image-level classification. They fail to preserve spatial relationships and fine-grained boundary details, which are crucial for the segmentation task. Additionally, while image-level tasks typically process a single feature vector per input, dense prediction tasks in 3D medical imaging require voxel-wise evaluation against dense annotations. To bridge these gaps, we propose a \textit{non-parametric, topology-driven} framework that estimates transferability directly from the alignment between the sparse 1-skeleton graph of dense features and semantic labels via Minimum Spanning Trees (MST). We decouple the alignment into two complementary geometric scales: Local Boundary-Aware Topological Consistency (LBTC) to assess boundary separability, where we prove that the MST leakage rate serves as a finite-sample lower bound on the Bayes error; and Global Representation Topology Divergence (GRTD) to evaluate the overall anatomical layout. Crucially, we formally justify a counterintuitive mechanism: Although without fine-tuning, the randomly initialized segmentation decoder acts as a topology-preserving spatial projector, reducing the variance of pairwise distance estimates and stabilizing global alignment evaluation. Fused via a task-adaptive gating mechanism, these dual metrics adapt to diverse clinical complexities. Evaluated on a large-scale benchmark of 114,000 3D medical volumes across diverse anatomical tasks, our topological framework achieves state-of-the-art transferability estimation with an average weighted Kendall (outperforming by 0.36) while accelerating evaluation by 56 times.

📄 PDF Abstract BibTeX arXiv:2607.04199

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Topology-Driven Transferability Estimation of Medical Foundation Models for Segmentation

2026-02-27 · Jiaqi Tang, Shaoyang Zhang, Xiaoqi Wang, Jiaying Zhou 외 arxiv

The advent of large-scale self-supervised learning (SSL) has produced a vast zoo of medical foundation models. However, selecting optimal medical foundation models for specific segmentation tasks remains a computational …

Self-Supervised Learning

Pick the Best Pre-trained Model: Towards Transferability Estimation for Medical Image Segmentation

2023-07-22 · Yuncheng Yang, Meng Wei, Junjun He, Jie Yang 외

Transfer learning is a critical technique in training deep neural networks for the challenging medical image segmentation task that requires enormous resources. With the abundance of medical image data, many research ins…

Image SegmentationMedical Image SegmentationSegmentationSemantic Segmentation+1

On dataset transferability in medical image classification

2024-12-28 · Dovile Juodelyte, Enzo Ferrante, Yucheng Lu, Prabhant Singh 외

Current transferability estimation methods designed for natural image datasets are often suboptimal in medical image classification. These methods primarily focus on estimating the suitability of pre-trained source model…

BenchmarkingClassificationimage-classificationImage Classification+1

Transferability Estimation for Semantic Segmentation Task

2021-09-30 · Yang Tan, Yang Li, Shao-Lun Huang

Transferability estimation is a fundamental problem in transfer learning to predict how good the performance is when transferring a source model (or source task) to a target task. With the guidance of transferability sco…

Autonomous Drivingimage-classificationImage ClassificationMedical Image Analysis+3

Transferability of coVariance Neural Networks and Application to Interpretable Brain Age Prediction using Anatomical Features

2023-05-02 · Saurabh Sihag, Gonzalo Mateos, Corey T. McMillan, Alejandro Ribeiro

Graph convolutional networks (GCN) leverage topology-driven graph convolutional operations to combine information across the graph for inference tasks. In our recent work, we have studied GCNs with covariance matrices as…