Skip to content

Experiments to show the usage of deep learning to detect breast cancer from breast histopathology images

License

Notifications You must be signed in to change notification settings

sayakpaul/Breast-Cancer-Detection-using-Deep-Learning

Repository files navigation

Context:

Invasive Ductal Carcinoma (IDC) is the most common subtype of all breast cancers. To assign an aggressiveness grade to a whole mount sample, pathologists typically focus on the regions which contain the IDC. As a result, one of the common pre-processing steps for automatic aggressiveness grading is to delineate the exact regions of IDC inside of a whole mount slide.

About the dataset:

The original dataset consisted of 162 whole mount slide images of Breast Cancer (BCa) specimens scanned at 40x. From that, 277,524 patches of size 50 x 50 were extracted (198,738 IDC negative and 78,786 IDC positive). Each patch’s file name is of the format: u_xX_yY_classC.png — > example 10253_idx5_x1351_y1101_class0.png . Where u is the patient ID (10253_idx5), X is the x-coordinate of where this patch was cropped from, Y is the y-coordinate of where this patch was cropped from, and C indicates the class where 0 is non-IDC and 1 is IDC.

Inspiration:

Breast cancer is the most common form of cancer in women, and invasive ductal carcinoma (IDC) is the most common form of breast cancer. Accurately identifying and categorizing breast cancer subtypes is an important clinical task, and automated methods can be used to save time and reduce error.

Adrian Rosebrock of PyImageSearch has this wonderful tutorial on this same topic as well. Be sure to check that out if you have not. I decided to use the fastai library and to see how could I improve the predictive performance by incorporating modern deep learning practices.

About

Experiments to show the usage of deep learning to detect breast cancer from breast histopathology images

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published