Skip to main content
QUICK REVIEW

[論文レビュー] Clinically Accurate Chest X-Ray Report Generation

Guanxiong Liu, Tzu-Ming Harry Hsu|arXiv (Cornell University)|Apr 4, 2019
Radiomics and Machine Learning in Medical Imaging参考文献 56被引用数 111
ひとこと要約

この論文は、Open-I と MIMIC-CXR 上で Clinically Coherent Reward を用いて最適化された domain-aware, hierarchical chest X-ray report generator を提案し、言語品質と臨床精度の双方を向上させる。

ABSTRACT

The automatic generation of radiology reports given medical radiographs has significant potential to operationally and improve clinical patient care. A number of prior works have focused on this problem, employing advanced methods from computer vision and natural language generation to produce readable reports. However, these works often fail to account for the particular nuances of the radiology domain, and, in particular, the critical importance of clinical accuracy in the resulting generated reports. In this work, we present a domain-aware automatic chest X-ray radiology report generation system which first predicts what topics will be discussed in the report, then conditionally generates sentences corresponding to these topics. The resulting system is fine-tuned using reinforcement learning, considering both readability and clinical accuracy, as assessed by the proposed Clinically Coherent Reward. We verify this system on two datasets, Open-I and MIMIC-CXR, and demonstrate that our model offers marked improvements on both language generation metrics and CheXpert assessed accuracy over a variety of competitive baselines.

研究の動機と目的

  • fluent radiology reports の臨床精度と gap を埋める
  • 階層的 CNN-RNN-RNN ジェネレーターを提案し、トピック駆動の文デコーダで文を作成する
  • CheXpert ラベルに基づく Clinically Coherent Reward で疾病状態の言及を真値と整合させる
  • 読みやすさと臨床忠実度のバランスを取るように強化学習でモデルを微調整する
  • 2 つの公開データセット(Open-I と MIMIC-CXR)を強力な baselines と比較して評価する

提案手法

  • 階層的生成: 画像エンコードは CNN、文レベルのトピック生成は LSTM、語彙レベルのデコーディングは attention を用いる
  • 各文を文レベルの LSTM から導出されるトピックベクトルで条件付けするトピックガイド付き文生成
  • 視覚的セレンティルと画像特徴への注目機構を備えた語デコーダーで各文を生成
  • 連結目標を用いた強化学習: CIDEr に基づく NLG 報酬と CheXpert ラベルから導出される Clinically Coherent Reward (CCR) を組み合わせた報酬
  • Clinically Coherent Reward は ground-truth と生成レポートを確率的マッピング p(+|l) および p(-|l) の下で比較することにより疾病状態の一貫性をモデル化する(稀な疾患に適した仮定を前提)
  • 評価は SCST-型ポリシー勾配を用いて期待報酬を最適化する。ground-truth との整合性が言語の流暢さと臨床精度の両方を推進
Figure 1: A chest X-ray and its associated report written by a radiologist.
Figure 1: A chest X-ray and its associated report written by a radiologist.

実験結果

リサーチクエスチョン

  • RQ1階層的な画像→テキストモデルは、流暢さと臨床的正確さの両方を満たす放射線報告を生成できるか?
  • RQ2Clinically Coherent Reward の組み込みは CheXpert に基づく疾病状態の整合を向上させつつ、可読性を損なわないか?
  • RQ3提案法は大規模胸部X線データセット上で最先端の放射線報告生成ベースラインと比較してどうか?
  • RQ4NLG 報酬と CCR 報酬を組み合わせることと、一方だけを最適化することの影響は何か?

主な発見

ModelCIDErROUGEBLEU-1BLEU-2BLEU-3BLEU-4Accuracy
MIMIC-CXR Noise-RNN0.7160.2720.2690.1720.1130.0740.803
MIMIC-CXR 1-NN0.7550.2440.3050.1710.0980.0570.818
MIMIC-CXR S&T0.8860.3000.3070.2010.1370.0930.837
MIMIC-CXR SA&T0.9670.2880.3180.2050.1370.0930.849
MIMIC-CXR TieNet1.0040.2960.3320.2120.1420.0950.848
MIMIC-CXR Ours (NLG)1.1530.3070.3520.2230.1530.1040.834
MIMIC-CXR Ours (CCR)0.9560.2840.2940.1900.1340.0940.868
MIMIC-CXR Ours (full)1.0460.3060.3130.2060.1460.1030.867
Open-I Noise-RNN0.7470.2910.2330.1300.0870.0610.914
Open-I 1-NN0.7280.2010.2320.1160.0510.0180.911
Open-I S&T0.9260.3060.2650.1570.1050.0730.915
Open-I SA&T1.2760.3130.3280.1950.1230.0800.908
Open-I TieNet1.3340.3110.3300.1940.1240.0810.902
Open-I Ours (NLG)1.4900.3590.3690.2460.1710.1150.916
Open-I Ours (CCR)0.7070.2440.1620.0840.0550.0360.917
Open-I Ours (full)1.4240.3540.3590.2370.1640.1130.918
  • 全体モデルは臨床的疾病注釈精度(CheXpert 一致)を最も高く達成しつつ、NLG 指標も堅実に維持している
  • NLG に特化した Variante は CIDEr などの言語指標を向上させるが、臨床的正確性の改善は限定的
  • CCR のみの Variante は臨床的精度/PPV を高める一方で recall が低下する可能性があり、共同目的の重要性を示唆
  • MIMIC-CXR と Open-I の両方で、提案手法は 1-NN、Show & Tell、ShowAtten,& Tell、TieNet を含むベースラインを上回り、言語と臨床指標の両方で優れる
  • 後処理で完全に重複する文を削除すると、NLG 指標への影響を最小限に抑えつつ読みやすさが向上する
  • アブレーションから、NLG 報酬と CCR 報酬を組み合わせると、言語品質と臨床整合の両方で最も良い総合成績となることが分かる
  • Open-I はデータ量が少なく病態の有病率が低いため、MIMIC-CXR と比べてモデルの性能と評価ダイナミクスに影響する
Figure 2: The model for our proposed Clinically Coherent Reward . Images are first encoded into image embedding maps, and a sentence decoder takes the pooled embedding to recurrently generate topics for sentences. The word decoder then generates the sequence from the topic with attention on the orig
Figure 2: The model for our proposed Clinically Coherent Reward . Images are first encoded into image embedding maps, and a sentence decoder takes the pooled embedding to recurrently generate topics for sentences. The word decoder then generates the sequence from the topic with attention on the orig

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

論文設計から論文執筆まで、研究時間を劇的に削減しましょう。

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

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