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.
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.
We applied the following six traditional feature extractors to the Chen Medical dataset:
ResNet-50
ResNet-512
VGG-16
VGG-19
MobileNet
XceptionNet
InceptionNet
For the quantum classification, we used two different quantum circuits:
Layers: AngleEmbedding layer, Basic Untangling layer, and PauliZ layer.
Layers: Hadamard gate, CNOT gate, and Ry gate.
Feature Extractor: ResNet-50 (benchmark FE)
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.
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.
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.
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.