IEEE J Biomed Health Inform. 2022 Jan;26(1):115-126. doi: 10.1109/JBHI.2021.3092339. Epub 2022 Jan 17.
Retinal related diseases are the leading cause of vision loss, and severe retinal lesion causes irreversible damage to vision. Therefore, the automatic methods for retinal diseases detection based on medical images is essential for timely treatment. Considering that manual diagnosis and analysis of medical images require a large number of qualified experts, deep learning can effectively diagnosis and locate critical biomarkers. In this paper, we present a novel model by jointly optimize the cycle generative adversarial network (CycleGAN) and the convolutional neural network (CNN) to detect retinal diseases and localize lesion areas with limited training data. The CycleGAN with cycle consistency can generate more realistic and reliable images. The discriminator and the generator achieve a local optimal solution in an adversarial manner, and the generator and the classifier are in a cooperative manner to distinguish the domain of input images. A novel res-guided sampling block is proposed by combining learnable residual features and pixel-adaptive convolutions. A res-guided U-Net is constructed as the generator by substituting the traditional convolution with the res-guided sampling blocks. Our model achieve superior classification and localization performance on LAG, Ichallenge-PM and Ichallenge-AMD datasets. With clear localization for lesion areas, the competitive results reveal great potentials of the joint optimization network. The source code is available at https://github.com/jizexuan/JointOptmization.
视网膜相关疾病是导致视力丧失的主要原因,严重的视网膜病变会对视功能造成不可逆转的损害。因此,基于医学图像的视网膜疾病自动检测方法对于及时治疗至关重要。考虑到医疗图像的人工诊断和分析需要大量合格的专家,深度学习可以有效地对疾病进行诊断和定位关键的生物标志物。在本文中,我们提出了一种新的模型,通过联合优化循环生成对抗网络(CycleGAN)和卷积神经网络(CNN),使用有限的训练数据来检测视网膜疾病并定位病变区域。具有循环一致性的 CycleGAN 可以生成更逼真、更可靠的图像。鉴别器和生成器以对抗的方式实现局部最优解,生成器和分类器以合作的方式区分输入图像的域。通过结合可学习的残差特征和像素自适应卷积,提出了一种新的残差引导采样块。通过用残差引导采样块替代传统卷积,构建了一个残差引导的 U-Net 作为生成器。我们的模型在 LAG、Ichallenge-PM 和 Ichallenge-AMD 数据集上实现了优异的分类和定位性能。通过对病变区域的清晰定位,联合优化网络的竞争结果显示出巨大的潜力。源代码可在 https://github.com/jizexuan/JointOptmization 上获取。