Skip to content

ostwind/MSK_Cell_Image_Classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hodgkin's Lymphoma Cell Classification

Tumor tissues and images were procured by the Ingo Mellinghoff Lab at Memorial Sloan Kettering Cancer Center as part of on-going oncology research. As such, the images are not publicly available.

Our machine learning task may be formulated as: given a multi-channel cell image where individual channels correspond to experimentally introduced biological markers, classify the cell between tumor/T-cell types, and if possible, the specific T-cell type.

See report.pdf for details

Data

alt text

Right angle rotations are applied to individual cell samples as data augmentation. Zero mean and unit variance normalization are also applied to each image. Images below correspond to the same sample viewed through different immunofluorescence markers. The values above denote class probabilities.

alt text alt text alt text

Model

The model is an implementation of the Ladder Network as described in Rasmus et. al.. The pipeline from sample generation to postprocessing can be found under MSK_Cell_Image_Classification/src/ alt text

Research UI

To reduce the cost of generating our first labeled dataset, oncology researchers are prompted to proceed through the labeling process via an user-interface. This is found at MSK_Cell_Image_Classification/src/UI/run_UI.py. To assist in inputting images into HALO proprietary software, an automatic .afi writer is found in MSK_Cell_Image_Classification/src/HALO_util/afi.py.

alt text

About

Hodgkin's Lymphoma Cell Classification

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages