Skip to content

NUBagciLab/Peri-Pancreatic-Edema-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Detection of Peri-Pancreatic Edema using Deep Learning and Radiomics Techniques

[Paper ![Conference]

Authors:

-Ziliang Hong3, Debesh Jha11, Koushik Biswas1, Zheyuan Zhang1, Yury Velichko1, Cemal Yazici3, Temel Tirkes4, Amir Borhani1, Baris Turkbey2, Alpay Medetalibeyoglu1, Gorkem Durak1, Ulas Bagci1

Affiliations:

1 Machine & Hybrid Intelligence Lab, Northwestern University

2 National Cancer Institute

3 University of Illionis at Chicago

4 Indiana University

Abstract

Workflow

This study introduces a novel CT dataset sourced from 255 patients with pancreatic diseases, featuring annotated pancreas segmentation masks and corresponding diagnostic labels for peri-pancreatic edema condition. With the novel dataset, we first evaluate the efficacy of the LinTransUNet model, a linear Transformer based segmentation algorithm, to segment the pancreas accurately from CT imaging data. Then, we use segmented pancreas regions with two distinctive machine learning classifiers to identify existence of peri-pancreatic edema: deep learning-based models and a radiomics-based eXtreme Gradient Boosting (XGBoost).

The LinTransUNet achieved promising results, with a Dice coefficient of 80.85%, and mIoU of 68.73%. Among the nine benchmarked classification models for peri-pancreatic edema detection, Swin-Tiny transformer model demonstrated the highest recall of 98.85% and precision of 98.38%. Comparatively, the radiomics-based XGBoost model achieved an accuracy of 79.61% and recall of 91.05%, showcasing its potential as a supplementary diagnostic tool given its rapid processing speed and reduced training time.

To our knowledge, this is the first study aiming to detect peri-pancreatic edema automatically. We propose to use modern deep learning architectures and radiomics together and created a benchmarking for the first time for this particular problem, impacting clinical evaluation of pancreatitis, specifically detecting peri-pancreatic edema.

Installation

Use the package manager pip to install foobar.

pip install -r requirements.txt

Dataset

The trainable data used in this project has the following structure. ROI are sourced form peri-pancreatic image and segmentation mask.

-- data
   |-- ROI
   |   |-- PeripancreaticEdema
   |   |-- Pancreas
   |-- ROI_slices
   |   |-- PeripancreaticEdema
   |   |-- Pancreas

Source code changes

Four models was redefined in the pytorch source code. Modifyied source code is also included. These code should be put as the following path:

path/to/your/torchvision/model/redefined_model.py

check these models here

Citations

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages