菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-07-13
📄 Abstract - CFR-Net:Collaborative Feature Refnement Network for Medical Image Anomaly Detection

Medical image anomaly detection remains challenging because networks pretrained on natural images often exhibit limited adaptability to medical images, where abnormal patterns appear as fine-grained local shifts, multi-scale contextual mismatches, and orientation-sensitive structural deviations. To address this, we propose the Collaborative Feature Refinement Network (CFR-Net), which combines shared teacher-student feature refinement before decoding with cross-space consistency after decoding. CFR-Net refines frozen teacher features and trainable student features using a Multi-Path Feature Refinement Module (MPFRM) with shared parameters, imposing common multi-path refinement rules on generic visual references and representations adapted to the medical domain, thereby mitigating domain discrepancy while modeling local, multi-scale, and orientation-sensitive feature characteristics. A variance-sensitive objective and dynamic ``homework set'' reorganization further support layer-adaptive consistency learning. Experiments on medical benchmarks show that CFR-Net achieves competitive anomaly classification and strong anomaly localization performance when trained on normal data.

顶级标签: medical computer vision model training
详细标签: anomaly detection feature refinement domain adaptation teacher-student model medical image 或 搜索:

CFR-Net:面向医学图像异常检测的协同特征精炼网络 / CFR-Net:Collaborative Feature Refnement Network for Medical Image Anomaly Detection


1️⃣ 一句话总结

本文提出了一种名为CFR-Net的神经网络,通过让一个预训练的“教师”模型和一个可学习的“学生”模型共享特征精炼模块,并在解码前后进行协同校正,从而有效提升医学图像中细微、多尺度及方向敏感异常区域的检测与定位能力。

源自 arXiv: 2607.11509