Transfer Risk Map: Mitigating Pixel-level Negative Transfer in Medical Segmentation
Shutong Duan, Jingyun Yang, Yang Tan, Guoqing Zhang, Yang Li, Xiao-Ping Zhang
TL;DR
The work tackles negative transfer in medical segmentation by introducing a pixel-level transferability map derived from a segmentation-adapted LEEP score. This transfer risk map guides a weighted fine-tuning loss that concentrates learning on high-transfer-hardness regions while averaging only over foreground pixels to counteract class imbalance. Empirical results on FeTS 2021 and iSeg-2019 show notable Dice gains across cross-modality and cross-task transfers and robustness in few-shot scenarios, indicating effective mitigation of negative transfer and improved generalization. The approach is simple, model-agnostic, and amenable to integration with advanced architectures and transfer-learning schemes.
Abstract
How to mitigate negative transfer in transfer learning is a long-standing and challenging issue, especially in the application of medical image segmentation. Existing methods for reducing negative transfer focus on classification or regression tasks, ignoring the non-uniform negative transfer risk in different image regions. In this work, we propose a simple yet effective weighted fine-tuning method that directs the model's attention towards regions with significant transfer risk for medical semantic segmentation. Specifically, we compute a transferability-guided transfer risk map to quantify the transfer hardness for each pixel and the potential risks of negative transfer. During the fine-tuning phase, we introduce a map-weighted loss function, normalized with image foreground size to counter class imbalance. Extensive experiments on brain segmentation datasets show our method significantly improves the target task performance, with gains of 4.37% on FeTS2021 and 1.81% on iSeg2019, avoiding negative transfer across modalities and tasks. Meanwhile, a 2.9% gain under a few-shot scenario validates the robustness of our approach.
