Skip to main content
QUICK REVIEW

[論文レビュー] Modeling Missing Data in Clinical Time Series with RNNs

Zachary C. Lipton, David C. Kale|arXiv (Cornell University)|Jun 13, 2016
Machine Learning in Healthcare参考文献 18被引用数 180
ひとこと要約

本論文は、欠測を特徴量として扱うことが不規則な小児ICU時系列データにおけるRNNベースの多ラベル診断分類を改善し、補完を多用するベースラインを上回ることを示している。さらに、線形モデルは手作業で設計した欠測データ特徴量の恩恵を受けること、そして欠測性だけでも一部診断の予測に有効であることを示す。

ABSTRACT

We demonstrate a simple strategy to cope with missing data in sequential inputs, addressing the task of multilabel classification of diagnoses given clinical time series. Collected from the pediatric intensive care unit (PICU) at Children's Hospital Los Angeles, our data consists of multivariate time series of observations. The measurements are irregularly spaced, leading to missingness patterns in temporally discretized sequences. While these artifacts are typically handled by imputation, we achieve superior predictive performance by treating the artifacts as features. Unlike linear models, recurrent neural networks can realize this improvement using only simple binary indicators of missingness. For linear models, we show an alternative strategy to capture this signal. Training models on missingness patterns only, we show that for some diseases, what tests are run can be as predictive as the results themselves.

研究の動機と目的

  • PICUデータの臨床時系列における不規則で非ランダムな欠測を動機づけ、対処する。
  • 欠測データ指標が多ラベル診断の予測性能を改善できるかを評価する。
  • エンジニアリング済み特徴量と生データ特徴量を用いたRNN、補完戦略、MLP、および線形モデルを比較する。

提案手法

  • 時間単位で離散化した臨床系列に対してLSTMベースのRNNを用いた多ラベル診断を行う。
  • 各時点の各特徴量についてバイナリの欠測指標を入力に追加する。
  • 単純な補完(ゼロ埋め、前方埋め)を検討し、指標のみの使用または指標と併用した場合と比較する。
  • 指標系列と時間ウィンドウに基づく手作業で設計した欠測データ特徴を導入する。
  • シーケンスの各ステップに局所的な監視を提供するターゲット再現法と、訓練時の最終ステップ損失を使用する。

実験結果

リサーチクエスチョン

  • RQ1標準的な補完戦略と比較して、欠測を入力特徴としてモデル化することはICU表現型の予測性能を改善するか?
  • RQ2RNNは臨床時系列の非ランダム欠測パターンを捉えるために欠測データ指標を効果的に活用できるか?
  • RQ3手作業で設計した欠測データ特徴は線形モデルとMLPを改善するか、そしてこれらはRNNとどのように比較されるか?
  • RQ4欠測データ情報のみ(指標のみ)で特定の診断を予測できるか?

主な発見

モデルマイクロAUCマクロAUCマイクロF1マクロF1P@10
Base Rate0.71280.50.13460.03430.0788
Best Possible1.01.01.01.00.2281
Logistic Regression - Zeros0.81080.72440.21490.09990.1014
Log Reg - Impute0.82010.74550.24040.11890.1038
Log Reg - Zeros & Indicators0.81430.72690.22390.10820.1017
Log Reg - Impute & Indicators0.82420.74420.24670.12340.1045
Log Reg - Indicators Only0.79290.69240.19520.08890.0939
Multilayer Perceptron - Zeros0.82630.75020.23440.10720.1048
MLP - Impute0.83760.77080.25570.12450.1031
MLP - Zeros & Indicators0.83810.77050.25300.12240.1067
MLP - Impute & Indicators0.84190.78050.26370.12960.1082
MLP - Indicators Only0.81120.73210.19620.09490.0947
LSTMs - Zeros0.86620.81330.29090.15570.1176
LSTMs - Impute0.86000.80620.29670.15690.1159
LSTMs - Zeros & Indicators0.87300.82500.30410.16560.1215
LSTMs - Impute & Indicators0.86890.82060.30270.16090.1196
LSTMs - Indicators Only0.84090.78340.24030.12910.1074
Log Reg HE0.83960.77140.27080.13270.1118
Log Reg HE + Indicators0.84720.77520.28410.13760.1165
Log Reg HE Indicators Only0.81870.73220.22870.10010.1020
MLP HE0.85990.80520.29530.15560.1168
MLP HE + Indicators0.86690.81600.29540.16100.1202
MLP HE Indicators Only0.83710.76820.23510.11790.1028
  • ゼロ補完と欠測データ指標を組み合わせたLSTMが、総合的なマイクロAUC0.8730およびマクロAUC0.8250で最高を達成した。
  • 欠測データ指標を追加することでRNN、MLP、および線形モデルの性能が向上し、特にニューラルモデルで最大の改善が見られた。
  • 線形モデルは手作業で設計した欠測データ特徴から大きな恩恵を受け、一部の設定でニューラル網に近づいた。
  • いくつかの診断では欠測パターンだけで高い予測信号を得られ、非ランダムな情報を含む欠測が有用であることを示している。
  • RNNはゼロ埋め入力から欠測値を認識することを暗黙的に学習する可能性があり、データと欠測の間の複雑な相互作用を示唆している。

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

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

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

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