Hands-on session on Breast Cancer detection

Hands-on session on Breast Cancer detection

Breast cancer awareness month, also referred to as National Breast Cancer Awareness Month (NBCAM) is a yearly campaign that intends to educate people about the importance of early screening, test and more. This campaign starts on October 1 and ends on October 31 every year. NBCAM was founded in 1985 in October as a partnership between the American Cancer Society and the pharmaceutical division of Imperial Chemical Industries (now part of AstraZeneca, producer of several anti-breast cancer drugs).

In recent times, breast cancer has become the most common type of cancer affecting women worldwide accounting for 25% of all cancer cases. Early diagnosis in these cases significantly increases the chances of survival. The key challenge in cancer detection is how to classify tumours into malignant or benign. Research indicates that most experienced physicians can diagnose cancer with 79% accuracy while using artificial intelligence based diagnosis, it is possible to achieve 91% accuracy.

NASSCOM CoE-IoT & AI & Eqounix Tech Lab organised a hands-on session on 28th September 2019, 10am onwards at the CoE Gurugram center on Breast Cancer detection. This was a paid session and there were over 50 attendees, consisting of basic & advanced developers from enterprises like Sopra Steria, United Health Group, TCS, HCL, Inventum Technologies, Publicis Sapient, Globallogic etc and startups like Attentive AI, Empass, Anasakta Labs, NEbulARC, SirionLabs, Vision Networkz etc. Students from ICGEB/JMI, Indira Gandhi Delhi Technical University etc also participated in the session.

The session first half focussed on Wisconsin Diagnostic Cancer (WDBC) & Invasive Ductal Carcinoma (IDC) datasets insights, Visualization of Dataset, feature selection and why they are chosen and how the physical parameters are translated into a dataset. In the second part, the focus was on Feature Selection and CNN, random forest based classification of cancer as malignant or benign followed by the optimised the deployment strategy & cost estimation

WISCONSIN DIAGNOSTIC BREAST CANCER (WDBC)

The samples consist of visually assessed nuclear features of Fine Needle Aspirates (FNAs) taken from patients. Attributes 3 to 11 were used to form a 9-dimensional vector which was used to obtain a neural network to discriminate between benign and malignant samples. Cross-validation was used to project the accuracy of the diagnostic algorithm. 

Field Attribute

1 || Sample code number

2 || Class: 2 for benign, 4 for malignant

3 || Clump Thickness

4 || Uniformity of Cell Size

5 || Uniformity of Cell Shape

6 || Marginal Adhesion

7 || Single Epithelial Cell Size

8 || Bare Nuclei

9 || Bland Chromatin

10 || Normal Nucleoli

11 || Mitoses

INVASIVE DUCTAL CARCINOMA (IDC)

Invasive Ductal Carcinoma dataset originally consisted of 162 slide images, scanned at 40x. From that, 277,524 patches of 50×50 pixels (which is converted to 32 x 32pixels to fit the model architecture) were extracted, including, 198,738 IDC negative examples & 78,786 IDC positive examples. Each image in the dataset is labelled based on the following parameters:

  • Patient ID: 10253_idx5
  • x-coordinate of the crop: 1,351
  • y-coordinate of the crop: 1,101
  • Class label: 0 (0 indicates no IDC while 1 indicates IDC)

CNN Architecture used:

1. Used exclusively 3×3 CONV filters, similar to VGGNet

2. Stacked multiple 3×3 CONV filters on top of each other prior to performing max-pooling (again, similar to VGGNet)

3. But unlike VGGNet, used depthwise separable convolution rather than standard convolution layers

4. Keras Sequential API is used to build CancerNet

The model achieved 86% classification accuracy, 85% sensitivity, and 85% specificity.

CODE REPOSITORY

https://bitbucket.org/tdequonix/cancer_detect_meetup_resources/src/master/

Enter git clone and the repository URL at your command line:

git clone https://[email protected]/tdequonix/cancer_detect_meetup_resources.git

build_dataset.py : Builds the dataset by splitting images into training, validation and testing sets.

cancernet.py : Contains CancerNet breast cancer classification CNN

train_model.py : training and evaluation of Keras classification model

DATASET & PRESENTATION: 

https://drive.google.com/open?id=1kgbtXSkDhDXK1aTCb8l1GvQcOn3iTjZQ

NEXT SESSION:

The next session will be focussed on the Prognostic system. This recently put into clinical practice, is a method that predicts when the cancer is likely to recur in patients that have had their cancers excised. This gives the physician and the patient better information with which to plan treatment and may eliminate the need for a prognostic surgical procedure. The novel feature of the predictive approach is the ability to handle cases for which cancer has not recurred as well as cases for which cancer has recurred at a specific time.

SESSION IMAGES:

No alt text provided for this image
No alt text provided for this image

CoE - IoT & AI, Gurugram regularly hosts such sessions at it's Gurugram center. Please stay tuned to this space for updates. For any queries, reach out to [email protected]


要查看或添加评论,请登录

Shantanu Gaur的更多文章