arXiv:2509.05092cs.CV2025-09ICCV

无需源数据和标签,用新方法提升医学图像回归预测精度

Semi-supervised Deep Transfer for Regression without Domain Alignment

  • 基于对比鉴别框架,直接融合源预训练模型与目标无标签数据
  • 在标签稀缺时,比微调模型降低9%的均方根误差
  • 适合医疗影像等隐私敏感、标注少的生物医学回归任务

实际应用中的深度学习模型常因领域偏移导致性能下降。许多域适应方法需完整访问源数据,但在医疗等领域,源数据受限于隐私或存储成本无法共享,且目标标签数据稀少。本文在神经科学场景下提出CRAFT——一种基于Contradistinguisher的正则化方法,用于无源数据、半监督的回归迁移学习。该方法不依赖中间表示对齐,仅利用预训练模型和目标无标签数据。在脑电图眼球追踪与结构磁共振脑龄预测两个任务中,当标签样本不足时,CRAFT相较微调模型最高降低9%的均方根误差(RMSE),并优于四种主流无源域适应模型超过3%。实验还验证了其在其他两个真实世界回归基准上的有效性。本方法为生物医学领域常见但难以处理的回归迁移问题提供了高效解决方案。

原文摘要 · Abstract (English)

Deep learning models deployed in real-world applications (e.g., medicine) face challenges because source models do not generalize well to domain-shifted target data. Many successful domain adaptation (DA) approaches require full access to source data. Yet, such requirements are unrealistic in scenarios where source data cannot be shared either because of privacy concerns or because it is too large and incurs prohibitive storage or computational costs. Moreover, resource constraints may limit the availability of labeled targets. We illustrate this challenge in a neuroscience setting where source data are unavailable, labeled target data are meager, and predictions involve continuous-valued outputs. We build upon Contradistinguisher (CUDA), an efficient framework that learns a shared model across the labeled source and unlabeled target samples, without intermediate representation alignment. Yet, CUDA was designed for unsupervised DA, with full access to source data, and for classification tasks. We develop CRAFT -- a Contradistinguisher-based Regularization Approach for Flexible Training -- for source-free (SF), semi-supervised transfer of pretrained models in regression tasks. We showcase the efficacy of CRAFT in two neuroscience settings: gaze prediction with electroencephalography (EEG) data and ``brain age'' prediction with structural MRI data. For both datasets, CRAFT yielded up to 9% improvement in root-mean-squared error (RMSE) over fine-tuned models when labeled training examples were scarce. Moreover, CRAFT leveraged unlabeled target data and outperformed four competing state-of-the-art source-free domain adaptation models by more than 3%. Lastly, we demonstrate the efficacy of CRAFT on two other real-world regression benchmarks. We propose CRAFT as an efficient approach for source-free, semi-supervised deep transfer for regression that is ubiquitous in biology and medicine.

回归迁移无源域适应医学影像半监督学习

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。