IEEE Trans Med Imaging. 2021 Jan;40(1):335-345. doi: 10.1109/TMI.2020.3026261. Epub 2020 Dec 29.
Detecting malignant pulmonary nodules at an early stage can allow medical interventions which may increase the survival rate of lung cancer patients. Using computer vision techniques to detect nodules can improve the sensitivity and the speed of interpreting chest CT for lung cancer screening. Many studies have used CNNs to detect nodule candidates. Though such approaches have been shown to outperform the conventional image processing based methods regarding the detection accuracy, CNNs are also known to be limited to generalize on under-represented samples in the training set and prone to imperceptible noise perturbations. Such limitations can not be easily addressed by scaling up the dataset or the models. In this work, we propose to add adversarial synthetic nodules and adversarial attack samples to the training data to improve the generalization and the robustness of the lung nodule detection systems. To generate hard examples of nodules from a differentiable nodule synthesizer, we use projected gradient descent (PGD) to search the latent code within a bounded neighbourhood that would generate nodules to decrease the detector response. To make the network more robust to unanticipated noise perturbations, we use PGD to search for noise patterns that can trigger the network to give over-confident mistakes. By evaluating on two different benchmark datasets containing consensus annotations from three radiologists, we show that the proposed techniques can improve the detection performance on real CT data. To understand the limitations of both the conventional networks and the proposed augmented networks, we also perform stress-tests on the false positive reduction networks by feeding different types of artificially produced patches. We show that the augmented networks are more robust to both under-represented nodules as well as resistant to noise perturbations.
早期发现恶性肺结节可以进行医疗干预,从而提高肺癌患者的生存率。使用计算机视觉技术检测结节可以提高肺癌筛查中 CT 图像的解读速度和灵敏度。许多研究已经使用 CNN 来检测结节候选物。尽管这些方法在检测准确性方面已经被证明优于传统的图像处理方法,但 CNN 也被认为难以推广到训练集中代表性不足的样本,并且容易受到不可察觉的噪声干扰。这些局限性不容易通过扩大数据集或模型来解决。在这项工作中,我们建议在训练数据中添加对抗性合成结节和对抗性攻击样本,以提高肺结节检测系统的泛化能力和鲁棒性。为了从可微分的结节合成器中生成结节的硬例,我们使用投影梯度下降(PGD)在有界邻域内搜索潜在代码,从而生成结节以降低检测器的响应。为了使网络更能抵抗意外的噪声干扰,我们使用 PGD 搜索可以触发网络给出过度自信错误的噪声模式。通过在包含三位放射科医生共识注释的两个不同基准数据集上进行评估,我们表明,所提出的技术可以提高对真实 CT 数据的检测性能。为了了解传统网络和增强网络的局限性,我们还通过向不同类型的人工生成补丁进行喂食,对假阳性减少网络进行了压力测试。我们表明,增强网络对代表性不足的结节以及对噪声干扰更具鲁棒性。