Skip to content

karray/pathology_gan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generative Adversarial Networks for Digital Pathology

Description

Detection of metastases in hematoxylin and eosin stained whole-slide images of lymph node sections requires large amounts of reading and annotating time from pathologists. The result is a lack of labelled data and considerable challenges when attempting to train an accurate algorithm.

This project demonstrates how to use WGAN to generate synthetic but realistic images that can then be used to train other algorithms.

The model is trained on CAMELYON16 dataset. The dataset contains of whole slide images (WSIs) of sentinel lymph node including normal slides and slides containing metastases.

WSIs are generally stored in a multi-resolution pyramid structure. Image files contain multiple downsampled versions of the original image. Each image in the pyramid is stored as a series of tiles.

Due to the large size of the original images, the model was trained on the tiles from the third level of normal WSIs. The tiles are 256x256 RGB images, which can be found here.

The model has been trained on these tiles and is able to generate realsitic images.

Results

On the left - fake images, on the right - real images

Loss function

About

Generative Adversarial Networks for Digital Pathology

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages