Skip to main content
QUICK REVIEW

[論文レビュー] No Surprises: Training Robust Lung Nodule Detection for Low-Dose CT Scans by Augmenting with Adversarial Attacks

Siqi Liu, Arnaud A. A. Setio|arXiv (Cornell University)|Mar 8, 2020
COVID-19 diagnosis using AI参考文献 50被引用数 4
ひとこと要約

本稿では、微分可能でないnodule合成器を用いて、投影勾配降下法(PGD)を用いて硬い合成nodulesおよび adversarial noise を生成することで、低線量CTスキャンにおける頑健な肺結節検出のための adversarial data augmentation を提案する。この手法は、代表されない結節タイプの検出性能を向上させ、ノイズ摂動に対して頑健性を高め、クリーンデータの精度を損なうことなく2つのベンチマークデータセットで標準モデルを上回る性能を示す。

ABSTRACT

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スキャンで一般的に見られる予期せぬ画像歪みおよびノイズ摂動に対してモデルの頑健性を向上させること。
  • 従来のデータ拡張およびモデルスケーリングの限界を克服するため、微分可能なnodule合成器から得られる adversarial 例を活用すること。
  • ハードケースおよびノイズパターンに対する adversarial training を通じて、偽陽性低減ネットワークの性能を向上させること。
  • adversarial augmentation がクリーンベンチマークデータにおける性能を低下させることなく、頑健性を向上させることを示すこと。

提案手法

  • 潜在空間に3次元結節を生成する微分可能なnodule合成器を用い、その後、検出器応答を最小化する潜在コードを探索するためにPGDを適用することで、ハードな合成結節を生成する。
  • 入力CTボリュームに対してPGDを適用し、誤検出における検出器の信頼度を最大化する adversarial ノイズパターンを生成することで、現実の摂動を模倣する。
  • adversarial な合成結節および adversarial ノイズパターンの両方を訓練セットに組み込むことで、モデルの一般化および頑健性を向上させる。
  • 同じ損失関数を標準モデルと同一に使用することで、既存のパイプラインとの互換性を維持しながら、偽陽性低減(FPR)ネットワークを拡張データで訓練する。
  • ストレステストとして、人工的に生成されたパッチ(adversarial を含む)を入力として与え、多様な摂動タイプにおける頑健性を評価する。
  • beta分布に基づく不確実性推定を用いて、特に adversarial 例を含む分布外入力におけるモデルの信頼度の挙動を分析する。

実験結果

リサーチクエスチョン

  • RQ1adversarial data augmentation は、低線量CTスキャンにおける希少で検出が難しい肺結節の検出性能を向上させることができるか?
  • RQ2adversarially に生成されたノイズパターンで訓練することで、臨床的CTデータにおける予期せぬ画像歪みに対する頑健性が向上するか?
  • RQ3adversarial augmentation は、クリーンベンチマークデータセットにおける性能を低下させることなく、モデルの一般化を向上させることができるか?
  • RQ4adversarial 入力におけるモデルの不確実性推定は、自然な分布外サンプルと比較してどのように振る舞うか?
  • RQ5提案手法は、頑健性および一般化を要する他の医療画像処理タスクへも適用可能か?

主な発見

  • 提案された adversarial augmentation 手法は、3名の放射線科医によるコンSENSUSアノテーションを有する2つのベンチマークデータセットで、代表されない結節タイプにおける一般化性能の向上を示した。
  • 拡張されたモデルは、ストレステストにおいて合成ハード結節および多様なノイズ摂動に対して、ベースラインモデルを顕著に上回る高い頑健性を示した。
  • adversarial 例の組み込みにもかかわらず、モデルはクリーンテストデータにおいて性能を維持、あるいはわずかに向上させ、顕著な精度低下は認められなかった。
  • 不確実性推定のみでは、adversarially に生成された入力を検出できず、頑健性向上のための adversarial training の必要性が浮き彫りになった。
  • 本手法は、偽陽性低減ステージにのみ適用された場合でも有効であったため、検出パイプライン全体への応用可能性が示唆された。
  • 攻撃対象が拡張済みモデルである場合でも、本手法は有効に機能したが、すでに拡張済みのネットワークに対して adversarial ノイズを生成する際には視覚的に検出可能なアーチファクトが観察された。

より良い研究を、今すぐ始めましょう

論文の読解から最終レビューまで、研究時間を劇的に削減しましょう。

クレジットカード登録不要

このレビューはAIが作成し、人間の編集者が確認しました。