This is the official code release for the paper titled -
"ResQ: A Hybrid Classical-Quantum Model for Efficient Breast Cancer Image Classification"
Copyright 2025, Dibyasree Guha, Somenath Kuiry, Shyamali Mitra, Siddhartha Bhattacharyya and Nibaran Das, All rights reserved.
Breast cancer remains one of the leading causes of mortality worldwide, necessitating accurate and efficient diagnostic systems to improve treatment outcomes. While deep learning-based computer-aided diagnostic (CAD) tools have demonstrated promise in analyzing histopathological images, they face challenges in handling high-dimensional data and computational inefficiencies. Simultaneously, quantum computing has emerged as a transformative technology, offering unparalleled capabilities in modeling complex data distributions and accelerating computations.
This paper introduces ResQ, a hybrid classical-quantum framework designed for breast cancer classification. ResQ integrates a ResNet-based feature extraction module with a Variational Quantum Circuit (VQC) classifier, leveraging the complementary strengths of classical deep learning and quantum computing.
Evaluations on two publicly available datasets, BreakHis and Bioimaging, reveal significant performance improvements, achieving accuracies of
Dataset_Name
|-- Original
|-- Train
|-- Benign
|-- Malignant
|-- Test
|-- Benign
|-- Malignant
|-- Validation
|-- Benign
|-- Malignant
- Numpy 2.0.2
- PIL 5.0.0
- Scipy 1.15.2
- Matplotlib 3.8.4
- Pytorch 0.4.0
- PennyLane 0.41.1
- qiskit 2.0.0
- qiskit-ibm-runtime 0.37.0