Papers › Deep Learning to Quantify Pulmonary Edema in Chest Radiographs

Deep Learning to Quantify Pulmonary Edema in Chest Radiographs

13 Aug 2020arXiv:2008.05975archive 2025-07-28

Steven Horng, Ruizhi Liao, Xin Wang, Sandeep Dalal, Polina Golland, Seth J. Berkowitz

Purpose: To develop a machine learning model to classify the severity grades of pulmonary edema on chest radiographs. Materials and Methods: In this retrospective study, 369,071 chest radiographs and associated radiology reports from 64,581 (mean age, 51.71; 54.51% women) patients from the MIMIC-CXR chest radiograph dataset were included. This dataset was split into patients with and without congestive heart failure (CHF). Pulmonary edema severity labels from the associated radiology reports were extracted from patients with CHF as four different ordinal levels: 0, no edema; 1, vascular congestion; 2, interstitial edema; and 3, alveolar edema. Deep learning models were developed using two approaches: a semi-supervised model using a variational autoencoder and a pre-trained supervised learning model using a dense neural network. Receiver operating characteristic curve analysis was performed on both models. Results: The area under the receiver operating characteristic curve (AUC) for differentiating alveolar edema from no edema was 0.99 for the semi-supervised model and 0.87 for the pre-trained models. Performance of the algorithm was inversely related to the difficulty in categorizing milder states of pulmonary edema (shown as AUCs for semi-supervised model and pre-trained model, respectively): 2 versus 0, 0.88 and 0.81; 1 versus 0, 0.79 and 0.66; 3 versus 1, 0.93 and 0.82; 2 versus 1, 0.69 and 0.73; and, 3 versus 2, 0.88 and 0.63. Conclusion: Deep learning models were trained on a large chest radiograph dataset and could grade the severity of pulmonary edema on chest radiographs with high performance.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2008.05975")

Code

Syntology Ran 2 of 12 code samples harvested from 1 repository linked to this paper; 10 have no recorded run. Of those that ran: 2 ran · our draft was wrong.

By repository: official repository: 12 samples from 1 repository, 2 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

12 samples harvested; 2 ran; 0 honoured the contract we drafted; 10 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

2ran · our draft was wrong
10unverified

Licence: 0 of the 12 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from RayRuizhiLiao/resnet_chestxray. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

conv1x1 RayRuizhiLiao/resnet_chestxray/resnet_chestxray/model.py official repository ran · our draft was wrong MIT (permissive) · d9def42110729a85 · report
conv3x3 RayRuizhiLiao/resnet_chestxray/resnet_chestxray/model.py official repository ran · our draft was wrong MIT (permissive) · 160bb14bd76201b4 · report
build_evaluation_dataset RayRuizhiLiao/resnet_chestxray/resnet_chestxray/main_utils.py official repository unverified MIT (permissive) · 6dd31388eb935e8b · report
build_model RayRuizhiLiao/resnet_chestxray/resnet_chestxray/main_utils.py official repository unverified MIT (permissive) · 19719033be4c338d · report
build_resnet2048_7_2_1 RayRuizhiLiao/resnet_chestxray/resnet_chestxray/model.py official repository unverified MIT (permissive) · c34eec73ff0c6b1f · report
build_training_dataset RayRuizhiLiao/resnet_chestxray/resnet_chestxray/main_utils.py official repository unverified MIT (permissive) · 880d86202dcbbe07 · report
compute_multiclass_auc RayRuizhiLiao/resnet_chestxray/eval_metrics.py official repository unverified MIT (permissive) · 50b253f3e12e1a5e · report
compute_ordinal_auc RayRuizhiLiao/resnet_chestxray/eval_metrics.py official repository unverified MIT (permissive) · 2cfb16ad941ee8b9 · report
compute_pairwise_auc RayRuizhiLiao/resnet_chestxray/eval_metrics.py official repository unverified MIT (permissive) · f93238736839f414 · report
convert_to_onehot RayRuizhiLiao/resnet_chestxray/resnet_chestxray/model_utils.py official repository unverified MIT (permissive) · 318cc2b5cc8a9ccd · report
convert_to_ordinal RayRuizhiLiao/resnet_chestxray/resnet_chestxray/model_utils.py official repository unverified MIT (permissive) · 3ab260806061221e · report
load_image RayRuizhiLiao/resnet_chestxray/resnet_chestxray/model_utils.py official repository unverified MIT (permissive) · 506454818ffce899 · report

Tasks

Deep Learning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections