XanaduAI / QHack2021

Official repo for QHack—the quantum machine learning hackathon
https://qhack.ai
122 stars 94 forks source link

[Power Up] [submission] Quantum-Aided Medical Image Diagnosis #18

Closed techwithshadab closed 3 years ago

techwithshadab commented 3 years ago

Team Name:

qt

Project Description:

Quantum-Aided Medical Image Diagnosis

Objective

Invasive ductal carcinoma (IDC) is - with ~ 80 % of cases - one of the most common types of breast cancer. It's malicious and able to form metastases which makes it especially dangerous. Often a biopsy is done to remove small tissue samples. Then a pathologist has to decide whether a patient has IDC, another type of breast cancer, or is healthy. In addition, sick cells need to be located to find out how advanced the disease is and which grade should be assigned. This has to be done manually and is a time-consuming process. Furthermore, the decision depends on the expertise of the pathologist and his or her equipment. Here, I'm proposing to use Quantum Genetic Algorithm (QGA) and Support Vector Machines (SVMs). I hope this method will be having effective results when compared to some of the standard approaches. This way one would be able to overcome the dependence on the pathologist which would be especially useful in regions where no experts are available. Also, after classifying images using QGA and SVMs, I will use Quanvolutional Neural Networks (QNN) or a hybrid quantum-classical model which can have the advantage over the classical approach and make a comparative analysis with standard approaches like Convolutional Neural Networks (CNN) Note- Finally testing this approach on different Quantum Devices and Simulators and come up with final results.

Dataset:

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.

Content

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: uxXyYclassC.png — > example 10253idx5x1351y1101class0.png. Where u is the patient ID (10253idx5), 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.

Source code:

Code

References:

Resource Estimate:

We intend to use the power-up prize to further investigate the algorithms and try different approaches to increase the accuracy of our model using simulators and quantum hardware provided by AWS

Original Dataset Size- 278k Number of records going to consider in the base model- 5k Number of Shots- 500 Number of iterations- 2 or 3

Cost Estimation:

Rough Cost breakup of 250USD (got as being in top 40 team) + 4000USD (POWER UP if given) Hardware Estimated Cost
D-Wave $950 = 5000 500 2 * 0.00019
Rigetti $2625 = 5000 500 3 * 0.00035
Simulation $675

First design and test the model on the simulator, for which I'm taking a rough estimation of around $650+, after that run the code on Quantum Devices to get actual results and compare results. Note- This is just a rough estimate, actual cost may increase/decrease based on the usage

Future Work:

I'm pursuing my MS, so I will take forward this research as my final dissertation and will:

co9olguy commented 3 years ago

Thanks so much for the draft submission @shadab-entrepreneur! :ok:

Make sure to include a detailed resource estimate before the 12pm EST deadline. It is an important criteria for us when evaluating submissions

techwithshadab commented 3 years ago

Thanks @co9olguy, I have given a rough estimate but it might vary based on the actual implementation

co9olguy commented 3 years ago

Thanks for your Power Up Submission @shadab-entrepreneur !

To help us keep track of final submissions, we will be closing all of the [Power Up] issues. We ask you to open a new issue for your final submission. Please use this pre-formatted [Entry] Issue template. Note that for the final submission, the Resource Estimate requirement is replaced by a Presentation item.