Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

CS541-Deep Learning Course Project

NotificationsYou must be signed in to change notification settings

wmjpillow/DiseasesDetection-On-ChestXRays-With-DeepLearning

Repository files navigation

Yet another PyTorch implementation of theCheXNet algorithm for pathology detection infrontal chest X-ray images. This implementation is based on approach presentedhere. Ten-cropstechnique is used to transform images at the testing stage to get better accuracy.

The highest accuracy evaluated with AUROC was 0.8508 (see the model m-25012018-123527 in the models directory).The same training (70%), validation (10%) and testing (20%) datasets were used as inthisimplementation.

alt text

Prerequisites

  • Python 3.5.2
  • Pytorch
  • OpenCV (for generating CAMs)

Usage

  • Download the ChestX-ray14 database fromhere
  • Unpack archives in separate directories (e.g. images_001.tar.gz into images_001)
  • Runpython Main.py to run test using the pre-trained model (m-25012018-123527)
  • Use therunTrain() function in theMain.py to train a model from scratch

This implementation allows to conduct experiments with 3 different densenet architectures: densenet-121, densenet-169 anddensenet-201.

  • To generate CAM of a test file run script HeatmapGenerator

Results

The highest accuracy 0.8508 was achieved by the model m-25012018-123527 (see the models directory).

PathologyAUROC
Atelectasis0.8321
Cardiomegaly0.9107
Effusion0.8860
Infiltration0.7145
Mass0.8653
Nodule0.8037
Pneumonia0.7655
Pneumothorax0.8857
Consolidation0.8157
Edema0.9017
Emphysema0.9422
Fibrosis0.8523
P.T.0.7948
Hernia0.9416

Computation time

The training was done using single Tesla P100 GPU and took approximately 22h.

About

CS541-Deep Learning Course Project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp