Skip to main content
QUICK REVIEW

[論文レビュー] Auto-Encoding Knowledge Graph for Unsupervised Medical Report Generation

Fenglin Liu, Chenyu You|arXiv (Cornell University)|Nov 8, 2021
Multimodal Machine Learning Applications被引用数 64
ひとこと要約

本論文は KGAE を提案する。事前構築された知識グラフを共有潜在空間として利用し、画像と報告を橋渡しする無監督の医療報告生成モデルであり、画像と報告の対を必要とせず報告を生成できるだけでなく、半教師ありおよび教師ありの訓練もサポートする。

ABSTRACT

Medical report generation, which aims to automatically generate a long and coherent report of a given medical image, has been receiving growing research interests. Existing approaches mainly adopt a supervised manner and heavily rely on coupled image-report pairs. However, in the medical domain, building a large-scale image-report paired dataset is both time-consuming and expensive. To relax the dependency on paired data, we propose an unsupervised model Knowledge Graph Auto-Encoder (KGAE) which accepts independent sets of images and reports in training. KGAE consists of a pre-constructed knowledge graph, a knowledge-driven encoder and a knowledge-driven decoder. The knowledge graph works as the shared latent space to bridge the visual and textual domains; The knowledge-driven encoder projects medical images and reports to the corresponding coordinates in this latent space and the knowledge-driven decoder generates a medical report given a coordinate in this space. Since the knowledge-driven encoder and decoder can be trained with independent sets of images and reports, KGAE is unsupervised. The experiments show that the unsupervised KGAE generates desirable medical reports without using any image-report training pairs. Moreover, KGAE can also work in both semi-supervised and supervised settings, and accept paired images and reports in training. By further fine-tuning with image-report pairs, KGAE consistently outperforms the current state-of-the-art models on two datasets.

研究の動機と目的

  • 医療報告生成における対のある画像-報告データセットへの依存を解消する。
  • 独立した画像セットと報告セットを用いて医療報告を生成する無監督フレームワークを提案する。
  • 視覚と言語の領域を橋渡しするために事前構築された医療知識グラフを活用する。
  • 利用可能な場合には対を組み込んで半教師あり・教師ありの訓練を可能にする。
  • 標準データセットで定量指標と人間評価を通じて有効性を示す。

提案手法

  • レポートコーパス(例:MIMIC-CXR)から共通の異常と正常を表すノード、共起から生じるエッジを持つ事前定義の医療知識グラフを構築する。
  • 知識グラフをグラフ畳み込みネットワークで埋め込み、知識空間のノード埋め込み V' を得る。
  • 知識グラフ上の注意機構を介して画像 (I) と報告 (R) を共通空間 G_I および G_R の潜在座標へ写す知識駆動型エンコーダー(KE)を開発し、共通の写像関数 F を共有する。
  • Knowledge-driven Attention (KA) を用いた Transformer ベースの長 sequence 生成と知識銀行 B を用いたデコード時の知識蒸留・参照を組み込んだ知識駆動型デコーダーを設計する(R -> G_R -> R 訓練;I -> G_I -> R 生成)。
  • 無監督で R を G_R から再構成することにより (R -> G_R -> R) クロスエントロピー損失で訓練する。推論時には I から G_I を経て R を生成する (I -> G_I -> R)。
  • 任意で画像-報告対を組み込んで I -> G_I -> R パイプラインを微調整し、半教師ありまたは教師ありの訓練を継続する。

実験結果

リサーチクエスチョン

  • RQ1対を持たない画像-報告データから共通の潜在知識グラフ空間を用いて医療報告生成は可能か。
  • RQ2知識駆動型エンコーダ/デコーダは独立した画像と報告データをどれだけうまく活用して視覚と言語のギャップを埋められるか。
  • RQ3無監督の KGAE の上に半教師ありまたは教師ありの微調整が、標準指標と臨床有効性の観点でどの程度影響を与えるか。
  • RQ4異なる知識グラフとその構成に対してアプローチはどれほど頑健か。
  • RQ5モデルは IU X-ray および MIMIC-CXR データセットで、さまざまな訓練設定において競合的または最先端の性能を達成するか。

主な発見

手法対の比率IU X-ray [9] B-1IU X-ray [9] B-2IU X-ray [9] B-3IU X-ray [9] B-4IU X-ray [9] MIU X-ray [9] R-LMIMIC-CXR [17] B-1MIMIC-CXR [17] B-2MIMIC-CXR [17] B-3MIMIC-CXR [17] B-4MIMIC-CXR [17] MMIMIC-CXR [17] R-L
NIC2015100%0.2160.1240.0870.066-0.3060.2990.1840.1210.0840.263
AdaAtt2017100%0.2200.1270.0890.068-0.3080.2990.1850.1240.0880.266
Att2in2017100%0.2240.1290.0890.068-0.3080.3250.2030.1360.0960.276
Transformer2020100%0.3960.2540.1790.1350.1640.3420.3140.1920.1270.0900.1250.265
M^2 Trans.2020100%0.4370.2900.2050.1520.1760.3530.2380.1510.1020.0670.1100.249
R2Gen2020100%0.4700.3040.2190.1650.1870.3710.3530.2180.1450.1030.1420.277
KGAEOurs0%0.4170.2630.1810.1260.1490.3180.2210.1440.0960.0620.0970.208
KGAE-Semi60%0%0.4970.3200.2320.1710.1890.3790.3520.2190.1490.1080.1470.290
KGAE-Supervised100%0%0.5120.3270.2400.1790.1950.3830.3690.2310.1560.1180.1530.295
  • 無監督の KGAE は教師ありモデルと競合する結果を達成し、IU X-ray および MIMIC-CXR でいくつかのモデルを上回る。
  • 半教師あり設定(60% 対)で KGAE はベースラインの教師ありモデルをすべての指標で上回り、対が極めて少ないデータでより大きな利得を示す。
  • 完全な教師あり設定では、KGAE-Supervised は IU X-ray および MIMIC-CXR データセットにおいて自然言語生成および臨床有効性指標で新たな最先端結果を設定する。
  • 人間評価は KGAE の変種が信頼性と網羅性で競争力を示し、半教師あり・完全教師ありの組み合わせで顕著な改善を示す。
  • 知識グラフの違いに対してもアプローチは頑健で、デコード時の知識銀行メカニズムの恩恵を受ける。

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

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

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

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