菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-04-06
📄 Abstract - TAPE: A two-stage parameter-efficient adaptation framework for foundation models in OCT-OCTA analysis

Automated analysis of optical coherence tomography (OCT) and OCT angiography (OCTA) images is critical for robust ophthalmic diagnosis. Existing mainstream methods trained from scratch rely heavily on massive data and model scale, thereby hindering their practical deployment in resource-constrained clinical settings. Although transfer learning based on foundation models (FMs) is promising, it still faces significant challenges: domain shift and task misalignment. To address these, we propose TAPE: A Two-stage Adaptation Framework via Parameter-Efficient Fine-tuning, which strategically decouples adaptation into domain alignment and task fitting for downstream segmentation. The domain adaptation stage notably applies parameter-efficient fine-tuning (PEFT) in the context of masked image modeling for medical image domain adaptation, a novel approach to the best of our knowledge. Applying TAPE to retinal layer segmentation on both universal (masked auto-encoder, MAE) and specialized (RETFound) FMs, it demonstrates superior parameter efficiency and achieves state-of-the-art generalization performance across diverse pathologies.

顶级标签: medical computer vision model training
详细标签: medical imaging parameter-efficient fine-tuning domain adaptation retinal segmentation oct-angiography 或 搜索:

TAPE:用于OCT-OCTA分析基础模型的两阶段参数高效适应框架 / TAPE: A two-stage parameter-efficient adaptation framework for foundation models in OCT-OCTA analysis


1️⃣ 一句话总结

这篇论文提出了一个名为TAPE的两阶段高效调参框架,它通过先让模型适应医学图像领域、再针对具体分割任务进行微调的方式,巧妙地解决了大模型在眼科图像分析中面临的领域差异和任务不匹配问题,从而能用更少的计算资源获得出色的诊断性能。

源自 arXiv: 2604.04571