让医学影像模型在测试时自动适应新场景,无需提前收集数据。
HyDA: Hypernetworks for Test Time Domain Adaptation in Medical Imaging Analysis
- 用超网络动态学习域特征,实时调整模型参数
- 在脑部MRI和胸部X光上实现跨域泛化,效果优于传统方法
- 适合临床部署,仅需实时数据即可自适应
医学影像数据因采集协议、患者群体和设备差异而存在分布变化,即域偏移,严重制约模型在实际医疗中的应用。现有领域自适应方法通常依赖训练时获取目标域的足够样本(无需标注),但临床场景中目标域数据往往只能实时获得。本文提出HyDA,一种基于超网络的新框架,不压制域差异,而是利用域特征在推理时动态调整模型参数,实现对未见域的有效插值。我们在两个临床任务——脑部MRI年龄预测和胸部X光病理分类上验证了该方法,结果表明其可在不同任务与模态间良好泛化。代码将公开于TBD。
原文摘要 · Abstract (English)
Medical imaging datasets often vary due to differences in acquisition protocols, patient demographics, and imaging devices. These variations in data distribution, known as domain shift, present a significant challenge in adapting imaging analysis models for practical healthcare applications. Most current domain adaptation (DA) approaches aim either to align the distributions between the source and target domains or to learn an invariant feature space that generalizes well across all domains. However, both strategies require access to a sufficient number of examples, though not necessarily annotated, from the test domain during training. This limitation hinders the widespread deployment of models in clinical settings, where target domain data may only be accessible in real time. In this work, we introduce HyDA, a novel hypernetwork framework that leverages domain characteristics rather than suppressing them, enabling dynamic adaptation at inference time. Specifically, HyDA learns implicit domain representations and uses them to adjust model parameters on-the-fly, effectively interpolating to unseen domains. We validate HyDA on two clinically relevant applications - MRI brain age prediction and chest X-ray pathology classification - demonstrating its ability to generalize across tasks and modalities. Our code is available at TBD.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。