Table of Contents
Fetching ...

Improved Esophageal Varices Assessment from Non-Contrast CT Scans

Chunli Li, Xiaoming Zhang, Yuan Gao, Xiaoli Yin, Le Lu, Ling Zhang, Ke Yan, Yu Shi

TL;DR

The paper tackles non-invasive grading of esophageal varices (EV) from non-contrast CT (NC-CT), addressing limitations of endoscopy and contrast-enhanced CT by leveraging multi-organ information. It introduces MOON, a Multi-Organ-cOhesion-Network with Organ Representation Interaction (ORI) and Hierarchical Feature Enhancement (HFE) modules, built on UniFormer backbones and guided by an off-the-shelf nnUNet segmentation, to fuse esophagus, liver, and spleen features. Training uses a hybrid loss $\mathcal{L}_{Overall}$ combining ordinal regression $\mathcal{L}_{Ordinal}$ and canonical correlation analysis $\mathcal{L}_{CCA}$ to align multi-organ representations, and experiments on 1,255 NC-CT cases show superior AUC over esophagus-only and some DCE-CT baselines (e.g., severe EV: $0.864$ vs $0.803$; >=G2: $0.832$ vs $0.793$). The results support NC-CT as a viable, less invasive alternative for EV assessment with MOON offering improved accuracy and potential clinical integration with broader data.

Abstract

Esophageal varices (EV), a serious health concern resulting from portal hypertension, are traditionally diagnosed through invasive endoscopic procedures. Despite non-contrast computed tomography (NC-CT) imaging being a less expensive and non-invasive imaging modality, it has yet to gain full acceptance as a primary clinical diagnostic tool for EV evaluation. To overcome existing diagnostic challenges, we present the Multi-Organ-cOhesion-Network (MOON), a novel framework enhancing the analysis of critical organ features in NC-CT scans for effective assessment of EV. Drawing inspiration from the thorough assessment practices of radiologists, MOON establishes a cohesive multiorgan analysis model that unifies the imaging features of the related organs of EV, namely esophagus, liver, and spleen. This integration significantly increases the diagnostic accuracy for EV. We have compiled an extensive NC-CT dataset of 1,255 patients diagnosed with EV, spanning three grades of severity. Each case is corroborated by endoscopic diagnostic results. The efficacy of MOON has been substantiated through a validation process involving multi-fold cross-validation on 1,010 cases and an independent test on 245 cases, exhibiting superior diagnostic performance compared to methods focusing solely on the esophagus (for classifying severe grade: AUC of 0.864 versus 0.803, and for moderate to severe grades: AUC of 0.832 versus 0.793). To our knowledge, MOON is the first work to incorporate a synchronized multi-organ NC-CT analysis for EV assessment, providing a more acceptable and minimally invasive alternative for patients compared to traditional endoscopy.

Improved Esophageal Varices Assessment from Non-Contrast CT Scans

TL;DR

The paper tackles non-invasive grading of esophageal varices (EV) from non-contrast CT (NC-CT), addressing limitations of endoscopy and contrast-enhanced CT by leveraging multi-organ information. It introduces MOON, a Multi-Organ-cOhesion-Network with Organ Representation Interaction (ORI) and Hierarchical Feature Enhancement (HFE) modules, built on UniFormer backbones and guided by an off-the-shelf nnUNet segmentation, to fuse esophagus, liver, and spleen features. Training uses a hybrid loss combining ordinal regression and canonical correlation analysis to align multi-organ representations, and experiments on 1,255 NC-CT cases show superior AUC over esophagus-only and some DCE-CT baselines (e.g., severe EV: vs ; >=G2: vs ). The results support NC-CT as a viable, less invasive alternative for EV assessment with MOON offering improved accuracy and potential clinical integration with broader data.

Abstract

Esophageal varices (EV), a serious health concern resulting from portal hypertension, are traditionally diagnosed through invasive endoscopic procedures. Despite non-contrast computed tomography (NC-CT) imaging being a less expensive and non-invasive imaging modality, it has yet to gain full acceptance as a primary clinical diagnostic tool for EV evaluation. To overcome existing diagnostic challenges, we present the Multi-Organ-cOhesion-Network (MOON), a novel framework enhancing the analysis of critical organ features in NC-CT scans for effective assessment of EV. Drawing inspiration from the thorough assessment practices of radiologists, MOON establishes a cohesive multiorgan analysis model that unifies the imaging features of the related organs of EV, namely esophagus, liver, and spleen. This integration significantly increases the diagnostic accuracy for EV. We have compiled an extensive NC-CT dataset of 1,255 patients diagnosed with EV, spanning three grades of severity. Each case is corroborated by endoscopic diagnostic results. The efficacy of MOON has been substantiated through a validation process involving multi-fold cross-validation on 1,010 cases and an independent test on 245 cases, exhibiting superior diagnostic performance compared to methods focusing solely on the esophagus (for classifying severe grade: AUC of 0.864 versus 0.803, and for moderate to severe grades: AUC of 0.832 versus 0.793). To our knowledge, MOON is the first work to incorporate a synchronized multi-organ NC-CT analysis for EV assessment, providing a more acceptable and minimally invasive alternative for patients compared to traditional endoscopy.
Paper Structure (8 sections, 1 equation, 4 figures, 1 table, 1 algorithm)

This paper contains 8 sections, 1 equation, 4 figures, 1 table, 1 algorithm.

Figures (4)

  • Figure 1: An overview of Multi-Organ-cOhesion-Network (MOON). (a) The pipeline of multi-stage pipeline. (b) Organ representation interaction (ORI). (c) Hierarchical feature enhancement (HFE).
  • Figure 2: Ablation experiments on different strategies on 5-fold validation.
  • Figure 3: Ablation experiments on different strategies on independent test dataset.
  • Figure 4: Comparison of Grad-CAM visualizations across different organs.