Skip to content

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Brain Tumor Classification using Quantum Transfer Learning

Project Overview

This project focuses on classifying brain tumors using a combination of traditional feature extraction methods and quantum transfer learning techniques. We implemented models based on three selected journal papers and tested them on the Chen Medical dataset. Our approach involved utilizing six different traditional feature extractors and combining them with quantum circuit classifiers to improve classification performance.

Literature Survey

We conducted a comprehensive literature survey to identify state-of-the-art methods in brain tumor classification. From this survey, we selected three journal papers that provided the foundation for our implementation. Although we don't have a record of the literature survey or the papers, the chosen models significantly influenced our work.

Methodology

Traditional Feature Extractors

We applied the following six traditional feature extractors to the Chen Medical dataset:

ResNet-50
ResNet-512
VGG-16
VGG-19
MobileNet
XceptionNet
InceptionNet

Quantum Circuit Classifiers

For the quantum classification, we used two different quantum circuits:

Quantum Circuit 1:

Layers: AngleEmbedding layer, Basic Untangling layer, and PauliZ layer.

Quantum Circuit 2:

Layers: Hadamard gate, CNOT gate, and Ry gate.
Feature Extractor: ResNet-50 (benchmark FE)

Implementation of Research Paper Models

We implemented the models from the three selected journal papers and evaluated their performance on the Chen Medical dataset. These implementations served as benchmarks for comparing the effectiveness of our proposed quantum transfer learning approach.

Implementation

We implemented the models using Python and various deep learning and quantum computing libraries. The primary steps included:

Preprocessing the Chen Medical dataset.
Extracting features using the traditional feature extractors.
Feeding the extracted features into the quantum circuit classifiers.
Evaluating the performance of each model.

Results

The results demonstrated that combining traditional feature extractors with quantum circuit classifiers can enhance the performance of brain tumor classification models. Detailed results and comparisons are available in the project repository.

Acknowledgements

We would like to thank the authors of the three journal papers for their valuable contributions to this field. Special thanks to the developers of the libraries we used in this project.

About

Performed Brain Tumor Classification using QTL by integrating a Quantum Classifier with Hadamard, Cnot, and Ry gates into a pre-trained ResNet50 (FE), and tested a variation with angle-embedding, entangler, and PauliZ layers on six traditional feature extractors. Evaluated their efficiency against three research paper CNN models.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages