Previous Article in Journal
A Single-Scale Regular Black-Hole Background for Black-Hole Quantum Information
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Review

Hybrid Quantum–Classical Architectures in Medical Imaging: A Taxonomy-Based Survey of COVID-19 Models

1
School of Intelligent Systems Engineering, College of Interdisciplinary Science and Technology, University of Tehran, Tehran 1417466191, Iran
2
Department of Computer Engineering, Dezful Branch, Islamic Azad University, Dezful 6461645169, Iran
3
Department of Electrical and Computer Engineering, Polytechnique Montreal, Montreal, QC H3C 3A7, Canada
*
Author to whom correspondence should be addressed.
Quantum Rep. 2026, 8(2), 54; https://doi.org/10.3390/quantum8020054 (registering DOI)
Submission received: 29 April 2026 / Revised: 2 June 2026 / Accepted: 9 June 2026 / Published: 12 June 2026
(This article belongs to the Section Quantum Computing and Information Processing)

Abstract

This paper reviews hybrid quantum–classical (HQC) architectures for COVID-19-related respiratory medical-image analysis. To address the heterogeneity of existing studies, we propose an architecture-centric taxonomy based on the functional role and placement of the quantum module. Reviewed models are grouped into three archetypes: Archetype A, where quantum circuits act as patch-level quanvolutional preprocessors; Archetype B, where classical feature extractors are coupled with quantum classifier heads; and Archetype C, where quantum circuits generate intermediate features for downstream classical classifiers. Ten peer-reviewed journal studies were selected through a PRISMA-inspired search and analyzed across architecture, diagnostic performance, quantum resource reporting, validation rigor, computational scalability, and deployment feasibility. The review shows that HQC models often report promising binary COVID-19 screening results on CT or chest X-ray images, but multiclass respiratory classification remains less stable. Key limitations include simulator-dominated evaluation, limited external validation, unclear patient-wise splitting, incomplete reporting of qubit counts, circuit depth, and shots, and insufficient comparison with strong classical baselines. Overall, current HQC models should be viewed as exploratory quantum-augmented classical pipelines rather than clinically validated diagnostic systems. No conclusive task-level quantum advantage has yet been demonstrated for COVID-19 medical imaging. Future progress requires standardized benchmarking, transparent quantum-resource reporting, patient-wise and multi-center validation, hardware-aware evaluation, and interpretable hybrid designs compatible with NISQ-era constraints.

1. Introduction

The COVID-19 pandemic, declared a global health emergency by the World Health Organization in March 2020, exposed critical vulnerabilities in large-scale diagnostic infrastructures [1]. Although reverse transcription polymerase chain reaction (RT-PCR) remains the clinical gold standard, its diagnostic performance is constrained by suboptimal early sensitivity, processing delays, and reliance on specialized laboratory facilities [2]. These limitations motivated the expanded use of medical imaging, particularly chest computed tomography (CT) and chest X-ray (CXR), as complementary modalities for screening, triage, and disease monitoring. CT demonstrates high sensitivity for hallmark manifestations, such as ground-glass opacities and multifocal consolidations [3,4], while CXR offers greater accessibility and cost-effectiveness for large-scale deployment [3]. Artificial intelligence (AI), especially deep learning based on convolutional neural networks (CNNs), has been extensively explored to automate COVID-19 image-based diagnosis. Transfer learning with pretrained backbones such as ResNet, DenseNet, VGG, and EfficientNet has achieved strong performance across CT and CXR datasets [4,5,6,7,8].
Nevertheless, persistent methodological limitations and barriers to clinical translation remain. Dataset scarcity and class imbalance increase the risk of overfitting and inflated performance estimates [2,8]. Generalization across imaging centers, scanners, and acquisition protocols is often weak [5,9]. Large-scale or three-dimensional CT models introduce substantial computational and memory overhead [10], while the limited interpretability of deep neural networks continues to hinder clinical trust and regulatory acceptance [11]. These challenges highlight the need for alternative or complementary computational paradigms that enhance representation efficiency and robustness without excessive architectural scaling.
Quantum machine learning (QML) has recently emerged as a complementary paradigm that enriches feature representations through high-dimensional Hilbert-space embeddings [12]. Parameterized quantum circuits can, in principle, model complex nonlinear correlations within comparatively compact parameter spaces. However, current quantum devices operate in the noisy intermediate-scale quantum (NISQ) regime, characterized by limited qubit counts, shallow circuit depths, restricted connectivity, and sensitivity to noise and decoherence [13]. These constraints render end-to-end quantum processing of high-resolution medical images impractical. To reconcile theoretical expressivity with hardware limitations, hybrid quantum–classical (HQC) frameworks have been proposed. These approaches embed compact quantum modules—such as variational quantum circuits, quantum convolutional operators, or quantum classifier heads—within classical deep learning pipelines [14,15,16]. Early investigations report encouraging parameter efficiency and binary classification performance under simulation settings. However, multi-class diagnostic robustness, real-hardware validation, and multi-site evaluation remain limited, and reported improvements are often sensitive to encoding strategies, circuit design, and optimization settings.
Several survey articles have broadly reviewed quantum machine learning or summarized artificial intelligence techniques for COVID-19 diagnosis. As summarized in Table 1, existing reviews predominantly focus on algorithmic categories, cross-domain applications, or high-level trends. While some mention hybrid quantum–classical approaches or COVID-19 imaging, none provide a dedicated architecture-centric analysis of how quantum computation is structurally integrated into medical imaging pipelines for COVID-19 classification.
Despite the growing number of HQC applications in COVID-19 imaging, the literature lacks a unified, architecture-centric framework for systematically organizing and comparing these approaches. Most contributions are presented as isolated algorithmic proposals, emphasizing performance metrics rather than structural integration within the end-to-end learning pipeline. Consequently, a fundamental design question remains: what functional role does the quantum component play in hybrid systems, and how does its architectural placement influence representational capacity, optimization behavior, computational cost, and scalability under NISQ constraints?
To clearly guide the reader, we introduce an architecture-centric taxonomy of hybrid quantum–classical models, as illustrated in Figure 1. Rather than grouping studies by model name or reported performance, the reviewed works are classified according to the dominant functional role of the quantum module within the diagnostic pipeline. Specifically, the taxonomy is based on the quantum module’s structural position, the type of input it receives, the type of output it produces, and the component responsible for the final diagnostic decision. Based on these criteria, the reviewed studies are organized into three main archetypes. Archetype A comprises quantum-based or patch-level quantum preprocessing models, in which quantum circuits operate at the early feature-extraction stage and act as localized, nonlinear feature transformers over small image regions. Archetype B includes classical feature-extractor–quantum-classifier-head architectures, in which a classical backbone first learns compact image embeddings, and a quantum module performs decision-stage classification or decision refinement. Archetype C corresponds to quantum feature-extractor architectures with classical classifiers, in which the quantum circuit transforms compact classical representations into quantum-derived discriminative features that are subsequently processed by a lightweight classical classifier.
Figure 1 provides a process-oriented visual summary of the proposed taxonomy and highlights the main structural differences among the three HQC archetypes. The revised figure presents the archetypes as three vertically stacked pipelines, allowing the placement and functional role of the quantum module to be compared more clearly across architectures. Archetype A represents early-stage quanvolutional processing, where quantum circuits operate after classical preprocessing and before classical feature aggregation and classification. Archetype B represents a late-stage quantum decision architecture, where classical preprocessing and feature-map generation are followed by a quantum classifier head. Archetype C represents an intermediate quantum feature-extraction architecture, where compact classical representations are transformed by a quantum feature extractor before final classification by a classical classifier. This architectural perspective supports a more systematic comparison of quantum-module placement, classical–quantum coupling, encoding strategies, computational implications, reproducibility requirements, and diagnostic behavior. It also clarifies why some HQC designs achieve promising binary screening results while still facing challenges in multiclass generalization, scalability, and clinical robustness.
The remainder of this article is organized as follows: Section 2 reviews prior studies and outlines the literature search strategy; Section 3 introduces the theoretical foundations of hybrid quantum–classical computation; Section 4 presents a detailed technical analysis of the three architectural archetypes; Section 5 provides a comparative synthesis supported by consolidated tables; Section 6 discusses key methodological and translational challenges; Section 7 outlines future research directions; and Section 8 concludes with the main insights and implications for the development of clinically credible hybrid quantum–classical diagnostic systems.

2. Review of Prior Studies and Literature Search

This section provides a structured overview of prior work related to hybrid quantum–classical (HQC) models for COVID-19 medical imaging. It first describes the literature search and study-selection process using a PRISMA-inspired workflow, followed by a review of the main research streams relevant to this survey, including classical deep-learning approaches for COVID-19 imaging, quantum machine learning principles, hybrid quantum–classical frameworks in healthcare, COVID-19-specific HQC imaging models, and the remaining research gaps that motivate the proposed architecture-centric taxonomy.

2.1. Literature Search Strategy and Study Selection

To ensure transparency and reproducibility, this survey followed a structured PRISMA-inspired search and selection workflow, as summarized in Figure 2. The literature search covered the period from January 2016 to January 2026 and was conducted across IEEE Xplore, PubMed, Scopus, Web of Science, and arXiv, using English-language search queries combining terms related to hybrid quantum–classical learning, quantum machine learning, medical imaging, and COVID-19 diagnosis. Representative search terms included “hybrid quantum–classical,” “quantum machine learning,” “variational quantum circuit,” “quanvolution,” “quantum classifier,” “medical imaging,” “image classification,” “chest X-ray,” “CT,” “COVID-19,” “SARS-CoV-2,” and “coronavirus.” The initial database search identified 1248 records, and 37 additional records were obtained through reference checking and manual search, resulting in 1285 total records. After removing 312 duplicates, 973 records were screened by title and abstract, of which 778 were excluded as out of scope. The full texts of 195 potentially relevant studies were then assessed for eligibility. Studies were included if they proposed an original HQC model, focused on COVID-19 medical-imaging diagnosis or classification, provided sufficient technical detail to identify the role and placement of the quantum module, and reported quantitative results or an experimentally evaluable framework. Studies were excluded if they were reviews, editorials, purely theoretical papers, non-COVID-19 imaging studies, not genuine models, lacked sufficient architectural detail, or were conference papers, preprints, duplicates, or inaccessible full texts. Among the 195 full-text articles assessed, 185 were excluded for the reasons summarized in Figure 2, including lack of HQC architecture, lack of relevance to COVID-19 diagnosis, insufficient technical detail, review/theoretical status, conference or preprint status, or inaccessible/duplicate full text. Finally, 10 peer-reviewed journal studies were retained for qualitative and comparative synthesis. These studies constitute the evidence base for the architecture-centric taxonomy, comparative tables, and cross-study analyses presented in the remainder of this survey.

2.2. Classical AI for COVID-19 Medical Imaging

Classical COVID-19 imaging diagnosis is dominated by transfer learning and CNN-based classification/segmentation pipelines evaluated on public CXR and CT datasets. A major CXR benchmark effort introduced an open-access dataset and a tailored CNN design, reporting strong COVID-19 detection performance and emphasizing transparency in dataset curation; the benchmark scale (CXR images and patient cases) is explicitly documented and widely reused for subsequent comparisons [8]. Subsequent classical studies built CXR classifiers with various backbones and transfer-learning strategies, typically reporting high accuracy/sensitivity on multi-class settings (COVID vs. normal vs. pneumonia) but showing sensitivity to class imbalance and dataset origin; representative works include robust detection frameworks and transfer-learning-based pipelines that report strong performance under standard splits [26]. For CT-based diagnosis, several influential works created large-scale CT benchmarks and tailored CNN architectures, explicitly reporting dataset sizes and patient counts. One benchmark is documented at the scale of 104,009 CT slices across 1489 patients (COVIDx-CT), enabling reproducible evaluation and consistent reporting across studies using this dataset [27]. In parallel, smaller but highly cited public CT collections were introduced to catalyze research when large CT datasets were scarce; for example, an open dataset reports 349 COVID CT images from 216 patients and 463 non-COVID CT images, along with baseline experiments and metrics for reference [28]. Another widely used CT dataset reports 2482 CT scans split between 1252 COVID-positive and 1230 non-COVID cases; multiple classical CT pipelines (including end-to-end DL and feature-engineering hybrids) report very high classification accuracy on this dataset, sometimes approaching ~99% under certain experimental settings. Additional CT studies emphasize clinical slice selection (radiologist-guided informative-slice selection) and curated institutional datasets, reporting improved reliability but at the cost of reduced comparability due to private data and differing protocols [29]. Across these classical studies, high headline accuracy is common, but methodological reviews and critiques show that results can be inflated by non-patient-wise splitting, hidden dataset leakage, and spurious correlations arising from multi-source aggregation (scanner/site artifacts). These issues directly affect clinical generalization and must be treated as first-order variables when judging any “improvement,” including quantum/hybrid claims [8].

2.3. Hybrid Quantum–Classical Frameworks in Healthcare

Classical methods to medical image analysis and healthcare-related classification tasks. From a theoretical perspective, the trainability of variational quantum circuits can be affected by barren plateau phenomena, which may hinder optimization as circuit complexity increases [30].
To improve visual feature extraction, quanvolutional neural networks have been proposed as quantum-enhanced alternatives to classical convolutional operations [31]. More recent studies have explored medical image classification on real quantum hardware [32] and introduced specialized architectures, including hybrid quantum–classical convolutional neural networks [33], federated quantum convolutional neural networks for privacy-preserving learning [34], and noise-aware quantum neural networks designed to improve robustness under realistic quantum conditions [35]. In parallel, broader quantum image classification frameworks [36] and transfer-learning-based quantum neural networks for early disease detection [37] further illustrate the growing interest in applying quantum learning paradigms to healthcare and medical imaging applications. Hybrid quantum–classical learning in healthcare extends beyond imaging to clinical decision support, bio-signal interpretation, and risk prediction, where tabular EHR-like datasets are common, and dimensionality can be controlled. Broad healthcare reviews synthesize applications spanning diagnosis assistance, imaging, genomics, and operational optimization. They consistently frame hybrid designs as the most viable path under NISQ constraints [38]. A systematic review of digital health assesses whether QML (including hybrid models) outperforms classical methods for clinical decision-making and health service delivery, summarizes thousands of screened studies, and concludes that a consistent advantage has not yet been established due to heterogeneous baselines, proxy datasets, and uneven reporting [14]. In heart-disease prediction, hybrid/QML evaluations on standard cardiology datasets report incremental accuracy improvements and/or faster training compared to classical baselines under particular settings, highlighting sensitivity to feature selection and evaluation choices [39]. For diabetes prediction on the Pima Indians Diabetes Dataset, multiple QML studies test variational quantum classifiers and quantum support vector approaches, reporting performance competitive with classical ML but often below strong deep baselines; some works emphasize that optimizer choice, feature maps (e.g., ZZ), and error-aware tuning can noticeably change reported metrics [40]. In biosignal analysis, Hybrid Quantum–Classical ECG/arrhythmia pipelines propose quantum transforms or quantum-enhanced feature stages followed by classical learners, often evaluated on large ECG corpora (e.g., MIT-BIH style settings) and reporting high accuracy in arrhythmia classification when paired with strong classical feature extractors [41]. In oncology-style classification, breast cancer benchmarks (e.g., WDBC-type datasets) are repeatedly used to test VQC/QSVM variants and compare them against classical baselines; these studies show that careful circuit/ansatz design and tuning are necessary for stability, and that improvements can be small or dataset-dependent [42]. In healthcare decisioning, the most credible hybrid studies (i) evaluate on widely recognized clinical datasets, (ii) report multiple clinically meaningful metrics (not only accuracy), and (iii) explicitly state quantum resources and whether results are simulator- or hardware-based. Systematic evidence indicates that many “advantages” are not yet robust across datasets or protocols, underscoring the need for standardized reporting and stronger external validation—lessons that directly translate to COVID imaging [14].

2.4. Hybrid Quantum–Classical Models for COVID-19 Imaging

Early hybrid quantum–classical (HQC) models for COVID-19 imaging predominantly explored patch-wise quantum processing via quantum convolutional designs. A representative framework is introduced in [43], in which a random quantum circuit-based quanvolutional layer is embedded in a classical convolutional neural network. In this approach, small chest X-ray patches are angle-encoded into shallow quantum circuits, and the resulting expectation values are aggregated as quantum-enhanced feature maps for subsequent classical convolutional layers. The model is evaluated across multiple chest X-ray datasets with sample sizes ranging from approximately 7000 to 11,000 images, in both binary and multi-class classification settings. While binary COVID–normal classification achieves accuracy exceeding 98%, performance in the multi-class scenario (COVID, normal, pneumonia) degrades to the high-80% range, indicating reduced separability among visually similar classes. A closely related random quanvolution-based hybrid CNN is further investigated in [44], with a more systematic evaluation across multiple classification scenarios. In this design, the quantum layer explicitly replaces the first classical convolutional stage and feeds into a conventional CNN backbone. Experiments conducted on chest X-ray datasets for binary COVID–normal and multi-class COVID–pneumonia–normal classification report binary accuracy around 98% and multi-class accuracy in the range of 90–93%. These results suggest that random quantum feature maps can enhance early-stage representation learning, but their contribution diminishes as classification complexity increases. Moving beyond fixed random circuits, a parameterized quanvolutional variant is proposed in [45], where trainable quantum convolutional layers are integrated into a hybrid CNN. Image patches are encoded using rotation gates into variational quantum circuits, whose parameters are optimized jointly with classical network weights. Evaluated on chest X-ray datasets for binary COVID-19 detection, the model reports simulator-based accuracy above 97%. However, the introduction of trainable quantum parameters increases sensitivity to optimization instability, particularly under shallow circuit and limited-qubit constraints.
In contrast to patch-wise quantum processing, ref. [46] introduces a quantum feature extraction architecture with a compact classifier (HQF-CC). In this framework, chest X-ray images from a large radiography dataset with over 15,000 samples are first processed using classical feature-extraction pipelines. The resulting compact feature vectors are then encoded into a variational quantum circuit to generate quantum-enhanced representations, which are classified using a lightweight custom classical classifier. Reported test accuracy reaches approximately 98.8%, with COVID-class sensitivity around 88–89% and specificity above 97%, demonstrating that high aggregate accuracy may coexist with uneven class-wise performance. Hybrid quantum transfer learning for CT imaging is examined in [47], in which a pretrained classical CNN backbone extracts high-dimensional CT embeddings, which are subsequently processed by a dressed quantum circuit (DQC) classifier. Multi-class CT classification involving COVID-19, community-acquired pneumonia, and normal cases is evaluated using reduced feature vectors encoded into 4–8 qubits via angle encoding. The results show that the DQC-based hybrid achieves competitive multi-class accuracy while maintaining more stable training behavior than purely quantum classifier heads, particularly under restricted qubit budgets. A closely related hybrid classical–quantum transfer-learning study is presented in [48], although it targets cardiomegaly detection rather than COVID-19 diagnosis. In this work, chest X-ray images are processed using a pretrained DenseNet-121 backbone, and a parameterized quantum circuit is integrated into the downstream classification pipeline. The study uses the CheXpert repository to construct a balanced dataset of 2436 posteroanterior chest X-rays, including cardiomegaly and control cases. The hybrid models are implemented using Qiskit and PennyLane and evaluated with k-fold cross-validation under a state-vector simulation setting. Reported results show ROC-AUC values up to 0.93 and accuracies up to 0.87, comparable to the classical baseline. The study demonstrates how compact quantum modules can be coupled with pretrained classical feature extractors in radiographic diagnosis. However, since it is not COVID-19-specific and is evaluated under simulation, it should be interpreted as supporting evidence for hybrid classical–quantum transfer learning in medical imaging rather than direct evidence for COVID-19 classification. Finally, ref. [49] presents a CT-based hybrid framework that combines a strong pretrained classical encoder, such as a VGG-type architecture, with a quantum neural network classifier head implemented using modern quantum software toolchains. Evaluated on a CT dataset of approximately 2500 images using an 80/20 train–test split, the model reports accuracy near 96–97%, precision above 98%, recall around 95%, and high specificity. These findings indicate that quantum classifier heads can be effectively integrated into established deep learning pipelines, although the resulting gains remain incremental rather than transformative.

2.5. Gap Analysis and Motivation of This Survey

Although hybrid quantum–classical (HQC) models have attracted growing attention for COVID-19 medical imaging, the existing literature remains fragmented and difficult to compare. Most studies report binary COVID-19 screening results using heterogeneous datasets, split strategies, and evaluation metrics, making cross-study comparison difficult. A central gap is the lack of a unified, architecture-centric perspective that clarifies the functional role of quantum modules within classical pipelines. The interaction among architectural placement, encoding strategies, and circuit scale under NISQ constraints has rarely been systematically and quantitatively analyzed. Moreover, multi-class diagnostic robustness and class-wise sensitivity—critical for clinical deployment—are often underexplored compared to binary accuracy. Generalization and bias also remain insufficiently addressed. Heavy reliance on small or curated datasets, limited external validation, and instability in optimization further raise concerns about reproducibility and clinical credibility. Existing surveys typically focus on general quantum machine learning or classical COVID-19 imaging, without providing a targeted, architecture-driven, and quantitative synthesis of HQC frameworks tailored to medical imaging workflows. Motivated by these gaps, this survey contributes in three main ways:
  • It introduces a clear taxonomy of HQC architectures based on the functional placement of quantum modules, enabling structured comparison across studies with similar architecture types.
  • It provides a quantitative comparative analysis of ten representative HQC models, covering datasets, encoding strategies, quantum resource usage, and performance in both binary and multi-class settings. This approach enables more meaningful comparisons, mitigating the effects of dataset heterogeneity and other confounding factors.
  • It identifies key challenges and open research directions under NISQ constraints, linking algorithmic design decisions to validation rigor and practical deployment feasibility.
By addressing these issues, this survey establishes a structured baseline for evaluating HQC approaches and provides guidance for advancing hybrid models from simulation-based studies toward clinically credible diagnostic systems while alleviating difficulties caused by fragmented datasets and inconsistent protocols.

3. Background and Theoretical Foundations

Before analyzing specific hybrid quantum–classical models for COVID-19 diagnosis, it is essential to review the theoretical underpinnings that motivate their design. This section first revisits the role and limitations of classical deep learning pipelines in medical imaging. It then introduces principles of quantum computation relevant to machine learning, including encoding strategies, variational quantum circuits, and kernel methods. Finally, we discuss quanvolutional approaches and NISQ-era constraints, providing the rationale for why hybrid designs are currently the most viable path for quantum-enhanced COVID-19 imaging.

3.1. Medical Imaging and Classical AI Pipelines

Chest computed tomography (CT) and chest X-ray (CXR) remain the primary imaging modalities for COVID-19 diagnosis. CT offers high sensitivity to radiological hallmarks such as ground-glass opacities, crazy-paving, and multifocal consolidations, while CXR provides broader accessibility for fast triage [50,51]. Automated AI pipelines generally include: (i) preprocessing, such as lung segmentation and intensity normalization; (ii) feature extraction via deep CNN backbones (e.g., ResNet, DenseNet); and (iii) classification through task-specific fully connected layers [52]. Despite their success, several limitations persist: (a) heavy computational burden for volumetric 3D CT requiring GPU clusters [53]; (b) dataset bias and distributional shifts across institutions leading to poor generalization [54]; and (c) limited interpretability, which hampers clinical trust and regulatory approval [55]. These shortcomings motivate exploration of alternative paradigms, including quantum-enhanced pipelines.

3.2. Quantum Machine Learning (QML)

Quantum machine learning leverages the exponentially large Hilbert space spanned by n qubits to encode richer feature representations than classical systems. An n-qubit register encodes vectors in a 2 n -dimensional space, with data transformed via parameterized unitary operations known as variational approaches [12,56]. In the reviewed HQC pipelines, clinical imaging data are not introduced as raw initial quantum states. Instead, classical image features or compressed embeddings are first mapped into quantum states through encoding schemes such as angle encoding or amplitude encoding. Thus, the effective Hilbert-space dimension is determined by the number of qubits in the quantum module. These models do not require solving time-dependent quantum evolution; the quantum component is implemented as a fixed-depth parameterized circuit evaluated through gate operations and measurements.
  • Encoding schemes
  • Amplitude encoding. A normalized vector x R 2 n with i x i 2 = 1 is embedded as:
    ψ ( x ) = i = 0 2 n 1 x i i  
    maximizing compression but requiring complex state preparation.
  • Angle encoding. Each feature is mapped to single-qubit rotations, e.g.,
    ψ ( x ) = j = 1 d R y ( x j )   0 ,   R y ( θ ) = e x p ( i θ Y / 2 ) .
    which scales linearly with the number of features and is practical for NISQ devices [12].
  • Image-specific encodings. FRQI and NEQR embed pixel intensities and positions directly into quantum states [57,58]. For example,
    I F R Q I = 1 2 n i = 0 2 2 n 1 ( c o s θ i 0 + s i n θ i 1 ) i ,
    I N E Q R = 1 2 n i = 0 2 2 n 1 k = 0 q 1 C k i i ,
    where C k i 0,1 encodes pixel intensities in binary. These remain largely conceptual for high-resolution CT/CXR due to qubit overhead.

3.3. Variational Quantum Circuits (VQCs)

A variational quantum circuit (VQC) prepares a data-dependent quantum state.
ρ ( x ; θ ) = U θ ρ e n c ( x ) U θ ,
where U θ denotes a parameterized unitary circuit. In hybrid classification settings, class-relevant information is extracted by measuring an observable O , yielding an expectation value
μ ( x ; θ ) = T r O ρ ( x ; θ ) ] ,
which is subsequently mapped to a class probability, e.g., for binary classification. In practice, VQCs are trained end-to-end within a classical optimization loop by minimizing a task-dependent loss function using gradient-based optimizers. Their appeal in hybrid quantum–classical models lies in their ability to provide trainable nonlinear transformations while maintaining shallow circuit depth, making them compatible with NISQ-era hardware constraints. However, variational training is known to suffer from fundamental optimization challenges, most notably barren plateaus, in which gradient variance decreases rapidly with increasing circuit depth or qubit count [30]. This phenomenon significantly limits scalability and motivates the use of compact circuits, restricted qubit counts, and careful architectural design in practical hybrid models. In the context of medical imaging applications such as COVID-19 diagnosis, these limitations strongly influence where and how VQCs are integrated within hybrid pipelines, as discussed in later sections.

3.4. Quantum Kernels

Instead of training variational parameters, one may use fixed feature maps U ϕ ( x ) . The quantum kernel is defined as:
k x , x = 0 2 ,
Such kernels can be combined with classical kernel machines (e.g., SVM) and, with suitable U ϕ , achieve separations that may be intractable for classical kernels [59,60].

3.5. Quanvolution and Hybrid Quantum–Classical CNNs

Quanvolution integrates quantum circuits directly into CNN pipelines. Images are divided into patches x p . Each patch is encoded into qubits, processed by a quantum circuit U, and measured to produce nonlinear features:
f k ( p ) = Z k = 0 ,    k = 1 , , n ,
which serve as quantum analogs of convolutional filters [31]. Two regimes exist:
  • Random quanvolution: fixed, randomly initialized circuits (HQ-CNN [61]).
  • Parametric quanvolution: trainable circuits optimized end-to-end (HQCNN [62]).

3.6. NISQ Constraints

Qubit counts, gate fidelity, and decoherence restrict present-day hardware. Noise can be modeled as a depolarizing channel:
Λ p ρ = 1 p ρ + p I 2 ,
which attenuates expectation values as:
V a r μ ^ 1 μ 2 S ,             S 1 μ 2 ε 2 .
O n o i s y 1 p d O i d e a l
where d is circuit depth.
Consequently, practical HQC designs typically emphasize shallow, hardware-efficient approaches, classical dimensionality reduction prior to quantum processing, and shot-efficient measurement strategies [63].

4. Hybrid Quantum–Classical Models in COVID-19 Diagnosis

Hybrid quantum–classical learning has emerged as a pragmatic strategy for COVID-19 and respiratory medical-imaging diagnosis, aiming to combine the representational strength of classical deep learning with the expressive potential of quantum circuits. In the reviewed literature, quantum models are not used as fully standalone diagnostic systems; instead, they are integrated into classical pipelines as quantum convolutional layers, quantum feature extractors, or quantum classifier heads operating on compressed representations derived from chest X-ray (CXR) or computed tomography (CT) images. This section reviews ten peer-reviewed journal studies that form the final comparative corpus of this survey and uses them to define and instantiate the three architectural archetypes analyzed in Section 4.1, Section 4.2 and Section 4.3.
The first group of studies uses quantum circuits in an early feature-processing role. Ref. [43] proposed an HQ-CNN model for COVID-19 prediction from CXR images, in which random quantum circuits operate as quanvolutional filters before classical CNN-based aggregation. The model achieved strong binary classification performance, but its multiclass performance decreased when COVID-19, viral pneumonia, bacterial pneumonia, and normal cases were jointly considered. Ref. [64] extended a similar hybrid quantum–classical convolutional idea to CT imaging, using a random quantum convolutional layer within a CNN pipeline and evaluating the model on two public COVID-19 CT datasets. Their study reported high binary diagnostic performance and included both a train/validation/test split and 5-fold cross-validation. Ref. [65] proposed a quantum machine learning architecture in which CGAN-generated synthetic CT images are combined with a 4-qubit quanvolutional/QNN classifier, addressing data scarcity but also introducing a potential dependence on synthetic data quality. Ref. [66] investigated hybrid quantum–classical CNNs for multiclass lung X-ray classification using Rotation and Pauli gates; although this study is not a direct COVID-19 detector, it is retained as a recent COVID-related lung-imaging comparator because it evaluates hybrid QCNN behavior in respiratory X-ray classification.
The second group of studies places the quantum module after classical feature extraction, using it as a classifier or decision-refinement component. Ref. [45] proposed a pre-trained QCNN architecture for COVID-19 CT classification, combining classical feature extraction, especially VGG16, with a Qiskit EstimatorQNN based on ZZFeatureMap and RealAmplitudes ansatz. Ref. [67] developed a hybrid framework for respiratory lung disease detection from CXR images, where a custom CNN extracts features and MMS/MSMS quantum classifiers perform final classification; this work is particularly important because it includes IBM Q-QASM circuit validation in addition to simulation. Ref. [68] introduced the MLDC framework for multi-lung disease classification, combining a CNN-based feature extractor with either an ANN classifier or an MMS-based quantum classifier, and reported improved performance for the quantum classifier over the ANN counterpart. Ref. [69] proposed the DI-QL approach for COVID-19 CT classification, using Hadamard and coupling gates within a quantum-assisted deep learning framework and reporting strong binary classification performance.
A third line of work assigns the quantum component a feature-generation or feature-extraction role between classical preprocessing and final classification. Ref. [70] proposed the HQF-CC framework for CXR-based respiratory disease detection, where an MMS quantum feature extractor generates representations that are subsequently classified by a custom classical classifier. This design differs from decision-stage quantum classifiers because the quantum circuit contributes directly to feature formation rather than only to the final decision boundary. Ref. [47] also investigated a quantum neural network framework for CT-based COVID-19 prognostic analysis and compared it against DNN, CNN, and 2D-CNN baselines, reporting improved accuracy and reduced runtime. Although the exact patient-level validation details remain limited, this study is included because it represents an early peer-reviewed attempt to evaluate quantum neural networks for COVID-19 CT image analysis.
The reviewed hybrid quantum–classical studies differ not only in the type of medical image used or in the reported diagnostic performance, but more fundamentally in the functional position and responsibility of the quantum module within the diagnostic pipeline. Therefore, the taxonomy adopted in this review is architecture-based rather than performance-based. Each study is assigned to an archetype based on four structural criteria: where the quantum module is inserted, the type of input it receives, the type of output it produces, and the component responsible for the final diagnostic decision.
Figure 3 provides a conceptual comparison of the three proposed hybrid quantum–classical architectural archetypes. In Archetype A, the quantum module is placed at the front end and operates on local image patches before classical CNN aggregation. In Archetype B, a classical CNN or pretrained backbone first extracts a compact feature embedding, and the quantum circuit acts as a decision-stage classifier head. In Archetype C, the quantum circuit is placed between a compact classical feature-construction stage and a final classical classifier; thus, it acts primarily as a quantum feature extractor rather than as the final decision module.
The proposed taxonomy assigns each study according to the dominant functional role of the quantum module rather than the model name or reported performance. The assignment is based on three structural criteria: the input received by the quantum module, the output produced by the quantum module, and the component responsible for the final diagnostic decision. For mixed architectures, the dominant quantum function determines the primary archetype, while additional mechanisms such as CGAN-based augmentation, transfer learning, or custom feature extraction are recorded as secondary operational tags. The assignment criteria are summarized in Table 2. This table clarifies that the proposed taxonomy is not determined by the model name, dataset, accuracy, or publication year but by the dominant function of the quantum component inside the hybrid pipeline.
For studies with mixed design elements, the dominant quantum function is used to assign the primary archetype. For example, the presence of CGAN-based data augmentation, pretrained transfer learning, or custom feature construction is treated as an operational mechanism rather than a separate archetype. This prevents the taxonomy from mixing architectural placement with training strategy or dataset augmentation. Accordingly, the classification is based on the structural role of the quantum module: whether it transforms local image patches, refines the final decision boundary, or generates intermediate quantum-derived features. Based on this taxonomy, Section 4.1, Section 4.2 and Section 4.3 describe the three archetypes in detail. Section 4.1 discusses patch-level quanvolutional architectures, Section 4.2 explains classical feature extractors coupled with quantum classifier heads, and Section 4.3 presents quantum feature-extraction architectures followed by classical classifiers.

4.1. Archetype A: Quanvolution/Patch-Level Quantum Preprocessing

Archetype A represents hybrid quantum–classical architectures in which the quantum module is inserted at an early stage of image processing. In this design, the quantum circuit does not act as the final classifier. Instead, it functions as a local nonlinear transformation block applied to small image patches. The measured outputs of these patch-wise quantum circuits are reconstructed as quantum-generated feature maps, which a conventional classical CNN then processes for global feature aggregation and final diagnostic prediction. The conceptual workflow of this archetype is illustrated in Figure 4. The architecture can be divided into three functional blocks: a classical front-end, a quantum local feature-transformation module, and a classical decision stage.
  • Classical front-end
Let the input medical image be
I R H × W × C ,
where H , W , and C denote image height, width, and number of channels. For chest X-ray images, C is often one after grayscale conversion, while CT slices may be treated as single-channel images after preprocessing. Classical preprocessing includes resizing, normalization, optional denoising, and intensity scaling:
I ~ = P c ( I ) ,
where P c ( ) denotes the classical preprocessing operator.
The preprocessed image is then partitioned into local patches:
I ~ { P k } k = 1 K , P k R p × p × C ,
where P k is the k -th image patch and K is the total number of patches. Each patch is vectorized before quantum encoding:
x k = v e c ( P k ) R d , d = p 2 C .
Thus, x k forms the classical-to-quantum interface. In most practical quantum computational models, small patches such as 2 × 2 are used to keep the input dimension, qubit count, and circuit depth compatible with near-term quantum devices.
  • Quantum local feature transformation
Each patch vector x k is encoded into an n -qubit quantum state using an encoding map E ( ) :
ψ k = E ( x k ) 0 n .
A commonly used encoding strategy is angle encoding, where each feature controls the rotation angle of a single-qubit gate:
E ( x k ) = i = 1 n R y β ,
where x k i is the i -th component of the vectorized patch and α , β are scaling constants used to map pixel values into valid angular ranges.
After encoding, a shallow quantum circuit transforms the encoded patch:
ϕ k = U θ ψ k .
The unitary U θ may be a fixed random quantum circuit or a trainable parameterized quantum circuit. A generic shallow circuit can be expressed as
U θ = l = 1 L U e n t l U r o t l ( θ l ) ,
where U r o t l contains single-qubit rotations, U e n t l contains entangling gates such as CNOT, and L is the circuit depth.
The transformed state is measured through a set of observables { O j } j = 1 c :
z k j = ϕ k O j ϕ k ,   j = 1 , , c .
The measurement vector for the k -th patch is
z k = [ z k 1 , z k 2 , , z k c ] R c .
After all patches are processed, the quantum-derived vectors are rearranged according to their original spatial locations to form a quantum-generated feature tensor:
F q R H × W × c .
For non-overlapping patches,
H = H p , W = W p .
This tensor plays a role analogous to the output of a classical convolutional layer, but the local transformation is generated by quantum state preparation, unitary evolution, and measurement rather than by learned classical kernels.
  • Classical decision stage
The quantum feature tensor is passed to a classical CNN:
y ^ = f ϕ ( F q ) ,
where f ϕ ( ) denotes the classical CNN and y ^ is the diagnostic prediction. This stage aggregates local quantum-derived responses, learns global spatial structure, and performs the final classification.
Two training regimes are possible. In fixed quanvolution, the quantum circuit is not optimized and only the classical parameters are trained:
m i n ϕ L f ϕ ( F q ) , y .
In trainable quanvolution, both the quantum and classical parameters are optimized:
m i n θ , ϕ L f ϕ ( F q ( θ ) ) , y .
The fixed setting is generally more stable and computationally efficient, while the trainable setting provides greater task adaptivity but increases optimization cost and measurement sensitivity. The main advantage of Archetype A is that the quantum module directly participates in early local representation learning. This makes it attractive for texture-sensitive diagnostic tasks, such as COVID-19 screening from chest X-ray or CT images. However, because the quantum circuit is applied patch by patch, the total quantum execution cost scales with the number of patches, measurement shots, circuit depth, and measured observables:
C A K × S × D q × c ,
where K is the number of patches, S is the number of shots, D q is the circuit depth, and c is the number of measured observables.
In summary, Archetype A is a patch-level quantum preprocessing architecture. The quantum module enriches local image patches, while the classical CNN performs global aggregation and final diagnosis. As shown in Figure 4, this architecture has a clear classical–quantum–classical structure, but its scalability depends strongly on patch count, shot efficiency, and hardware-aware circuit execution.

4.2. Archetype B: Classical Feature Extractor with Quantum Classifier Head

Archetype B describes hybrid architectures in which the quantum module is placed at the decision stage of the diagnostic pipeline. Unlike Archetype A, the quantum circuit does not process raw image patches. Instead, a classical CNN or pretrained backbone first learns a high-level feature representation from the input image. This representation is then compressed into a low-dimensional vector and passed to a quantum classifier head. The conceptual structure of this archetype is shown in Figure 5. This architecture reflects a practical constraint of near-term quantum computing: high-dimensional medical images cannot be directly processed by small quantum circuits. Therefore, the classical network performs the main representation-learning task, while the quantum module performs compact nonlinear decision mapping. The architecture consists of four functional stages: classical feature extraction, feature compression, quantum decision mapping, and classical output formation.
  • Classical feature extraction
Let the input image be
I R H × W × C .
After classical preprocessing, the image is passed through a classical feature extractor:
h = g ϕ ( I ) , h R D ,
where g ϕ denotes a CNN or a pretrained backbone, and ℎ is a high-dimensional semantic embedding. This stage learns global visual patterns, including opacity distribution, texture changes, and disease-related lung structures.
Since the embedding dimension D is usually larger than the feasible quantum input dimension, a classical adapter compresses h into a compact vector:
x = a ω ( h ) , x R d , d D .
The adapter a ω may be a dense layer, projection layer, bottleneck block, or dimensionality-reduction module. The vector x is the classical-to-quantum interface.
  • Quantum encoding and classifier head
The compressed vector x is encoded into an n -qubit state:
ψ = E ( x ) 0 n .
For angle encoding,
E ( x ) = i = 1 n R y ( α x i + β ) ,
where x i is the i -th component of the compressed embedding. Under this encoding, n is typically close to d , or d is selected according to the available qubit budget. The encoded state is processed by a variational quantum classifier:
ϕ = U θ ψ ,
where U θ is a trainable quantum circuit. A generic variational classifier can be written as
U θ = l = 1 L U e n t l U r o t l ( θ l ) ,
where U r o t l contains parameterized rotations, U e n t l contains entangling gates, and L is the circuit depth. The final quantum state is measured through observables { O j } j = 1 m :
z j = ϕ O j ϕ ,   j = 1 , , m .
The resulting measurement vector is
z = [ z 1 , z 2 , , z m ] R m .
In this archetype, z is interpreted as decision evidence, class-related features, or a compact representation for final logit formation.
  • Classical output layer and diagnosis
A lightweight classical output layer maps the quantum measurement vector to class logits:
y ^ = r η ( z ) , y ^ R K ,
where r η ( ) may be a linear layer or small dense classifier, and K is the number of diagnostic classes. The final predicted class can be obtained as
c ^ = a r g m a x k y ^ k .
This setting includes two common variants. In a variational quantum classifier head, the quantum circuit directly produces decision features or class evidence. In a dressed quantum circuit head, small classical layers are placed before and after the quantum circuit to improve trainability, stabilize feature scaling, and calibrate logits. The supervised training objective can be expressed as
m i n ϕ , ω , θ , η E y L y ,
where M ( ) denotes quantum measurement and L is the classification loss. Depending on data availability, the classical backbone may be frozen and only the adapter and quantum head may be trained:
m i n ω , θ , η L ( y ^ , y ) ,
or the entire hybrid model may be fine-tuned end-to-end:
m i n ϕ , ω , θ , η L ( y ^ , y ) .
Archetype B typically requires only one or a few quantum-circuit evaluations per image. Its quantum execution cost can be approximated as
C B S × D q × m ,
where S is the number of shots, D q is the circuit depth, and m is the number of measured observables. Unlike Archetype A, this cost does not scale directly with the number of image patches. In summary, Archetype B is a classical-representation/quantum-decision architecture. The classical backbone learns high-level image representations, while the quantum head performs compact nonlinear decision refinement. As shown in Figure 5, this structure is more scalable than patch-wise quanvolution, but its quantum contribution depends strongly on the quality of the classical embedding. Therefore, fair evaluation requires strong classical baselines and ablation studies that isolate the effect of the quantum classifier head.

4.3. Archetype C: Quantum Feature Extractor with Classical Classifier

Archetype C represents hybrid architectures in which the quantum circuit is positioned as an intermediate feature extractor. In this design, the image is first converted into a compact classical representation. The quantum circuit then transforms this compact representation into a quantum-derived feature vector. Unlike Archetype B, the quantum module is not primarily treated as the final classifier. Instead, the final decision is made by a downstream classical classifier operating on the quantum-generated feature space. The conceptual structure of this archetype is shown in Figure 6. This architecture occupies a middle position between Archetype A and Archetype B. It avoids the patch-wise scaling cost of quanvolution while assigning the quantum circuit a more explicit feature-generation role than a decision-stage quantum head.
  • Classical feature preparation
Let the input medical image be
I R H × W × C .
After classical preprocessing,
I ~ = P c ( I ) ,
a lightweight classical mapping constructs an initial compact representation:
u = b ρ ( I ~ ) , u R D ,
where b ρ ( ) may be a shallow CNN, handcrafted feature extractor, small embedding network, or feature-construction block.
Because the quantum circuit requires a small-dimensional input, an additional compression step is applied:
x = c ω ( u ) , x R d , d D .
The vector x forms the classical-to-quantum interface. The quality of this vector is critical because excessive compression can remove clinically relevant information before quantum processing.
  • Quantum feature extraction
The compact vector x is encoded into a quantum state:
ψ = E ( x ) 0 n .
Using angle encoding,
E ( x ) = i = 1 n R y ( α x i + β ) ,
where x i is the i -th component of the compact vector.
The encoded state is processed by a parameterized quantum feature extractor:
ϕ = U θ ψ .
The quantum circuit can be represented as
U θ = l = 1 L U e n t l U r o t l ( θ l ) ,
where U r o t l contains trainable rotation gates and U e n t l introduces entanglement. The purpose of this circuit is to generate a nonlinear quantum-derived representation, not to directly produce final class logits.
The circuit output is measured through a set of observables:
z j = ϕ O j ϕ , j = 1 , , m .
The resulting quantum-derived feature vector is
z = [ z 1 , z 2 , , z m ] R m .
Here, m is the number of quantum-derived features and does not necessarily equal the number of classes. This distinction is important: in Archetype C, z is treated as a feature embedding rather than as the final diagnostic output.
  • Classical classifier
The feature vector z is passed to a classical classifier:
y ^ = q η ( z ) , y ^ R K ,
where q η ( ) may be a small multilayer perceptron, logistic regression layer, support vector machine, or custom classifier. The final class prediction is
c ^ = a r g m a x k y ^ k .
The supervised learning objective can be written as
m i n ρ , ω , θ , η E y L y .
In small-data scenarios, the classical front-end may be fixed or lightly tuned, while the quantum feature extractor and classical classifier are optimized. When sufficient data are available, all components can be trained jointly. The quantum execution cost of Archetype C can be approximated as
C C S × D q × m ,
where S is the number of shots, D q is the circuit depth, and m is the number of measured quantum features. Similar to Archetype B, this cost is bounded because the quantum circuit is not repeatedly applied to all image patches. However, unlike Archetype B, the quantum output is interpreted as a feature representation rather than as a decision head. In summary, Archetype C is a quantum-feature/classical-decision architecture. The classical front-end prepares compact inputs, the quantum circuit generates a discriminative feature embedding, and the classical classifier performs the final diagnosis. As shown in Figure 6, this design provides a balanced hybrid structure: it avoids patch-wise scaling while giving the quantum module a direct representational role. Its effectiveness depends on whether the quantum-derived feature space improves class separability beyond a strong classical feature baseline.

4.4. Instantiation of the Three Hybrid Architectural Archetypes in Reviewed Studies

The taxonomy introduced in Section 4.1, Section 4.2 and Section 4.3 categorizes hybrid quantum–classical architectures for COVID-19 and related medical-imaging diagnosis according to the functional role and placement of the quantum module within the diagnostic pipeline. Accordingly, the quantum component may operate at the early image-processing stage on local image patches, serve as a quantum classifier or decision-refinement head at the end of the network, or function as an intermediate quantum feature-extraction or feature-generation module. To operationalize this taxonomy, the ten peer-reviewed journal studies selected for the final comparative analysis are mapped in Table 3 by imaging modality, dataset context, diagnostic task, classical component, quantum component, hybrid coupling location, and corresponding architectural archetype.
Table 3 shows that current hybrid quantum–classical medical-imaging studies are concentrated mainly in Archetype A and Archetype B, whereas Archetype C remains comparatively less explored. The taxonomy assignment clarifies that each study is categorized by the dominant functional role of the quantum module in the diagnostic pipeline, rather than by model name, dataset type, or reported performance. The secondary operational tags further capture mixed design elements, such as CGAN-based augmentation, pretrained transfer learning, custom CNN feature extraction, or direct QNN-based classification, without introducing additional archetypes. The primary archetype assignment was based on the quantum module’s dominant functional role in the diagnostic pipeline. Secondary operational tags were used to capture mixed design elements such as synthetic data augmentation, pretrained transfer learning, custom CNN feature extraction, or direct QNN classification without introducing additional archetypes.
The distribution of studies in Table 3 reflects two dominant design philosophies. The first strategy places the quantum module early in the pipeline, where it functions as a quantum-enhanced local image transformer. The second strategy retains a strong classical feature extractor and introduces the quantum circuit only at the classification or decision-refinement stage. A third, less frequently adopted strategy uses the quantum circuit as an intermediate feature extractor, passing the quantum-generated features to a classical classifier.
Archetype A includes models in which quantum circuits process local image regions before the main classical classifier. Refs. [43,64] are representative examples of this design. In both cases, local CXR or CT image patches are encoded into shallow quantum circuits and transformed into feature maps that are subsequently processed by classical CNN layers. Ref. [65] is also assigned to Archetype A because the dominant role of the quantum module is quanvolutional or QNN-based image processing after CGAN-assisted CT data generation; the CGAN component is therefore captured as a secondary operational tag rather than as a separate archetype. Ref. [66] also falls into this group as a hybrid QCNN lung-imaging comparator, although it is not a direct COVID-19 detection study because its task involves normal, lung opacity, and viral pneumonia classification. The main advantage of Archetype A is that the quantum circuit participates directly in early feature formation, potentially enriching local nonlinear representations before classical aggregation. However, this benefit comes with an important scalability cost: patch-wise quantum processing requires repeated circuit evaluations across many local image regions, thereby increasing the computational burden with image resolution, patch count, measurement shots, and circuit depth.
Archetype B includes models in which a classical network first extracts compact feature representations, and the quantum module is then used as a classifier or decision-refinement head. Refs. [45,47,67,68,69] follow this strategy in different forms. In these architectures, the quantum circuit does not process raw image patches directly; instead, it receives lower-dimensional representations generated by a pretrained CNN, a custom CNN, a deep learning pipeline, or classical preprocessing. This design is more compatible with near-term quantum constraints because the quantum module operates on compressed feature embeddings rather than high-dimensional image data. It also reduces the number of quantum circuit invocations per image compared with Archetype A. The trade-off is that the quantum component may contribute mainly to decision refinement rather than to low-level image representation, making it more difficult to determine whether performance gains arise from the quantum module itself or from the strength of the classical feature extractor. Archetype C is represented by models that use the quantum component as an intermediate feature-generation or feature-extraction mechanism before a classical classifier. Rao and Rajitha’s HQF-CC model [70] is the clearest example of this category. In this architecture, an MMS quantum-based feature extractor generates quantum-enhanced representations, which are then passed to a custom classical classifier for the final decision. This design differs from Archetype B because the quantum module is not merely a final classifier head; instead, it explicitly constructs an intermediate feature representation. It also differs from Archetype A because the quantum circuit is not repeatedly applied to dense local image patches. As a result, Archetype C offers a compromise between representational involvement and computational scalability. Nevertheless, the limited number of studies in this category suggests that intermediate quantum-feature generation strategies remain underdeveloped in COVID-19 and respiratory imaging.
Overall, Table 3 supports three key observations. First, most reviewed studies do not use quantum models as standalone diagnostic systems; rather, quantum circuits are embedded within classical medical-imaging pipelines. Second, the placement of the quantum component strongly determines the computational behavior of the model: patch-level quantum preprocessing maximizes direct quantum participation but is less scalable, whereas decision-stage quantum classifiers are more computationally bounded but may provide less interpretable quantum contributions. Third, the secondary operational tags reveal that hybrid quantum–classical models are methodologically heterogeneous even within the same archetype. Studies differ in modality, task formulation, dataset source, feature-extraction strategy, data augmentation mechanism, and hybrid coupling design. This heterogeneity motivates a more detailed evaluation in the following tables, where diagnostic performance, quantum-resource reporting, validation rigor, and deployment feasibility are analyzed separately.

4.5. Diagnostic Performance and Evaluation Context of Reviewed HQC Models

Table 4 summarizes the reported diagnostic performance and evaluation protocols for the 10 reviewed hybrid quantum–classical or quantum-assisted models for COVID-19 and related respiratory/lung imaging tasks. Each study is contextualised by its dataset and evaluation protocol, baseline or comparator models, best-reported performance, reported clinical metrics, and main empirical observation. Table 4 shows that the strongest reported results are generally obtained in binary COVID-19 classification, particularly in CT- and CXR-based studies, where the classification boundary is limited to COVID-19 versus normal or COVID-19 versus non-COVID cases. For example, ref. [43] report near-98–99% performance in binary CXR experiments, while [64] report 99.39% and 97.91% accuracy across two CT datasets. Ref. [69] also reports very high binary COVID-CT performance using DI-QL. These results suggest that current hybrid quantum–classical pipelines are most effective when the diagnostic task is well constrained and the number of target classes is limited. However, Table 3 also shows that high binary performance does not necessarily translate into robust multiclass respiratory classification. The clearest example is [43], where binary experiments achieve high performance, but the multiclass experiment drops to 82.6% accuracy.
Similarly, the lung X-ray comparator study by [66] shows that adding a quantum convolutional layer does not automatically improve performance; the classical CNN achieves 91% accuracy, whereas the best hybrid QCNN reaches 87%. This is an important negative or cautionary result because it indicates that quantum integration alone is not sufficient to guarantee improved diagnostic accuracy. Across the reviewed studies, baseline selection strongly affects how the quantum contribution should be interpreted. Models that combine a strong pretrained or custom CNN feature extractor with a quantum decision stage, such as [45,67,68], often report strong performance. Nevertheless, in these cases, part of the improvement may come from the representational power of the classical backbone rather than the quantum module alone. Therefore, fair interpretation requires comparing each hybrid model not only with weak classical baselines but also with strong CNNs, pretrained CNNs, and classical machine learning alternatives. The table further highlights substantial heterogeneity in evaluation protocols. Some studies use fixed train–test splits, others use random hold-out validation, while [64] additionally report 5-fold cross-validation. Patient-wise separation, independent external validation, and confidence intervals are inconsistently reported, which limits direct comparability across studies. This means that reported accuracy values should not be interpreted as direct evidence of quantum advantage unless the dataset source, split strategy, baseline strength, and clinical validation rigor are considered together. Overall, Table 4 supports three conclusions. First, hybrid quantum–classical models show promising diagnostic performance, especially for binary COVID-19 screening. Second, multiclass classification and broader respiratory-disease discrimination remain more challenging and reveal performance instability. Third, claims of quantum advantage remain preliminary because most studies differ in datasets, baselines, validation protocols, and metric completeness. These issues motivate the subsequent analyses of quantum-resource reporting, validation rigor, and deployment feasibility in Table 4, Table 5 and Table 6.

5. Cross-Study Synthesis: Quantum Resources, Validation Rigor, and Deployment Feasibility

Building on Table 3 and Table 4, this section synthesizes the reviewed HQC studies across quantum-resource reporting, validation rigor, and deployment readiness. These dimensions are essential because high internal accuracy alone does not establish clinical relevance, practical quantum utility, or real-world feasibility.

5.1. Quantum-Resource Reporting and Reproducibility

Table 5 summarizes the quantum resource and implementation characteristics of the reviewed studies. The comparison includes the encoding or feature-map strategy, qubit count, circuit depth, circuit or ansatz structure, backend and shot reporting, trainable quantum parameters, and quantum invocation pattern. These factors are central to reproducibility because they determine whether a reported hybrid model can be independently implemented, simulated, or migrated to near-term quantum hardware.
Across the reviewed studies, small-qubit and shallow-circuit designs dominate. Here, small-qubit refers to quantum modules with a limited number of qubits, typically around four qubits in several reviewed models, while shallow-circuit denotes circuits with only a small number of sequential gate layers. This design choice is consistent with NISQ-era constraints, where limited qubit availability, gate noise, decoherence, and measurement uncertainty restrict the feasible width and depth of quantum circuits. Patch-level quanvolutional models typically encode local image regions into compact quantum circuits, often using 2 × 2 patches or low-dimensional feature blocks. Refs. [43,64,65,66] are representative of this design family. In contrast, decision-stage models such as [45,67,68,69] apply quantum circuits after classical feature extraction, thereby reducing the dimensionality of the quantum input and limiting the number of quantum calls per image. A key observation from Table 5 is that quantum-resource reporting remains inconsistent. Some studies provide useful implementation details, including the number of qubits, Qdepth, rotational gates, CNOT entanglement, Pauli-Z measurements, and PennyLane/Qiskit implementation. For example, ref. [70] report Qdepth values of 4 and 6 with 72 and 114 parameters, respectively, while [68] reports a four-qubit classifier with Qdepth 4 and 72 total parameters. Ref. [43] also report shot-based experimentation with 500 and 1000 shots. However, several studies do not fully report exact qubit count, transpiled circuit depth, number of shots, backend configuration, noise model, error-mitigation strategy, or per-image quantum latency.
This lack of standardization limits the interpretability of the claimed quantum advantage. Without explicit information about circuit depth, shot count, backend, and noise assumptions, it is difficult to determine whether reported gains originate from the quantum module, the classical backbone, dataset characteristics, or simulation-specific conditions. Therefore, the reviewed evidence supports the need for a minimum quantum-reporting checklist that includes encoding strategy; qubit count; circuit depth before and after transpilation; trainable quantum parameters; shots; backend; noise model; error mitigation; and the number of circuit calls per image.

5.2. Validation Rigor and Medical-Imaging Evidence Quality

Table 6 evaluates the reviewed studies in terms of patient-level separation, external validation, dataset bias, metric completeness, and generalization risk. These factors are critical because image-level leakage, slice-level correlation, synthetic augmentation, and class imbalance can inflate reported performance.
The main limitation is that patient-wise splitting is rarely stated explicitly. Several studies report 70/30, 80/20, random hold-out, or 7:1:2 protocols without clarifying whether images or CT slices from the same patient were kept in the same subset. This is especially important for CT studies, where correlated slices may lead to overestimated generalization.
External validation is also limited. Most studies rely on internal splits of public, private, or constructed datasets, and prospective clinical validation is absent. Metric reporting varies across studies: some report sensitivity, specificity, F1-score, AUC, Kappa, MCC, or computational cost, but confidence intervals and uncertainty estimates are generally missing. Overall, Table 6 shows that validation design remains a major barrier to clinical credibility.

5.3. Computational Scaling and Deployment Feasibility

Table 7 summarizes computational scaling and deployment readiness. HQC models introduce additional costs beyond conventional CNNs, including circuit construction, repeated execution, measurement shots, backend latency, and hardware noise.
A key trade-off is between quantum involvement and deployment feasibility. Patch-wise models give the quantum circuit a direct feature-extraction role, but their cost scales with image resolution, patch count, shots, and circuit evaluations. This makes [43,64,65,66] less suitable for latency-sensitive deployment unless hardware-aware optimization is reported. In contrast, decision-stage models usually invoke the quantum circuit once or only a few times per image, making [45,67,68,69] more plausible for early hardware testing.
Hardware-aware reporting remains limited. Most studies rely on simulators, and only a few report real or near-real backend validation. Study [67] is notable for IBM Q-QASM circuit validation, but full end-to-end clinical latency is still not established. Overall, deployment readiness remains preliminary.

5.4. Integrated Methodological Synthesis

Taken together, Table 3, Table 4, Table 5, Table 6 and Table 7 show that current HQC models for COVID-19 and respiratory imaging are best interpreted as quantum-augmented classical pipelines rather than replacements for classical deep learning. The reviewed studies demonstrate that quantum modules can be placed at different points of the diagnostic workflow, but the practical consequences of this placement differ substantially. Patch-level quantum preprocessing provides the most direct quantum involvement in image representation, but it scales poorly with image resolution and measurement cost. Decision-stage quantum classifiers are more computationally bounded and more compatible with NISQ limitations, but their contribution may be incremental relative to the classical feature extractor. Intermediate quantum feature-generation models offer a potentially useful compromise, but this design remains less explored in the reviewed literature.
Empirically, the strongest results are concentrated in binary COVID-19 screening. Multiclass respiratory classification remains challenging and often results in performance degradation. This suggests that current HQC models may be more effective at separating strongly distinct categories than at performing fine-grained differential diagnosis among visually overlapping respiratory diseases. Methodologically, the most important unresolved issues are validation and reproducibility. Patient-wise splitting, external validation, confidence intervals, and hardware-aware quantum-resource reporting are inconsistently addressed. Without these elements, it is difficult to determine whether reported improvements reflect genuine hybrid quantum–classical utility or are driven by dataset-specific effects, strong classical backbones, synthetic augmentation, or permissive evaluation protocols. Therefore, progress in HQC medical imaging should not be measured only by higher reported accuracy. Future studies must combine strong classical baselines, transparent quantum-resource reporting, patient-level validation, independent external testing, and realistic hardware-aware deployment analysis. Only under these conditions can the field meaningfully assess whether hybrid quantum–classical models provide clinically relevant advantages over well-optimized classical deep learning systems.

6. Challenges and Open Issues in Hybrid Quantum–Classical COVID-19 Imaging

Despite encouraging experimental results, hybrid quantum–classical (HQC) models for COVID-19 and related respiratory medical imaging remain at an exploratory stage. The comparative analyses in Section 4 and Section 5 show that reported performance depends strongly on the architectural placement of the quantum module, dataset characteristics, evaluation protocol, quantum resource availability, and validation rigor. Therefore, the main challenges are not purely algorithmic; they span data quality, medical-imaging evidence standards, NISQ hardware limitations, quantum-resource reporting, optimization stability, interpretability, and deployment feasibility. Table 8 summarizes the principal open issues identified from the revised comparative synthesis. The challenges are linked to the evidence presented in Table 3, Table 4, Table 5 and Table 6, including diagnostic performance heterogeneity, quantum resource reporting, validation quality, and computational deployment constraints. Table 8 indicates that the main bottlenecks of HQC COVID-19 imaging systems are systemic rather than only architectural. Although several studies report high binary COVID-19 screening performance, these results are difficult to compare directly because the reviewed works differ in modality, dataset composition, task formulation, split strategy, validation protocol, backend, and baseline models.
This heterogeneity makes it difficult to attribute reported gains solely to the quantum component. From a medical-imaging perspective, validation rigor remains a major limitation. Patient-wise splitting is not consistently reported, and external validation is rare. This is particularly important for CT-based studies, where multiple slices from the same patient may be highly correlated. If slices from the same patient appear in both training and testing subsets, performance may be inflated. Moreover, accuracy alone is insufficient for assessing clinical utility; sensitivity, specificity, AUROC, F1-score, confidence intervals, calibration, and per-class results are necessary for evaluating diagnostic reliability.
From a quantum-computing perspective, the reviewed models remain constrained by NISQ-era limitations. Most architectures use small-qubit and shallow-circuit designs, which are practical but limit expressivity. Quantum-resource reporting is also inconsistent. Several studies do not fully report circuit depth, shots, the backend, the noise model, the error-mitigation strategy, trainable quantum parameters, or the number of quantum calls per image. Without these details, reproducibility and practical feasibility are difficult to assess. Computational scaling is another important challenge. Patch-level quanvolutional models provide the most direct quantum involvement in image representation, but their cost increases with the number of image patches, measurement shots, circuit depth, and measured observables. In contrast, decision-stage and intermediate quantum feature-extraction models are more computationally constrained because the quantum circuit is invoked only once or a few times per image. However, these models depend heavily on the quality of the classical feature representation, and their quantum contribution must be validated using strong classical baselines and ablation studies. Overall, progress toward clinically credible HQC systems will require more than new circuit designs or higher reported accuracy. Future studies should prioritize standardized benchmarking, transparent reporting of quantum resources, patient-level and external validation, uncertainty-aware metrics, hardware-aware evaluation, and interpretability analysis. These steps are necessary to determine whether hybrid quantum–classical models can provide practical, clinically meaningful advantages beyond well-optimized classical deep learning systems.

7. Future Research Directions

The transition of hybrid quantum–classical (HQC) medical-imaging models from exploratory prototypes to clinically meaningful systems requires progress along multiple interconnected directions. The analyses in Section 4, Section 5 and Section 6 show that future work should not focus only on increasing reported accuracy or circuit complexity. Instead, progress depends on improving dataset quality, validation rigor, transparency of quantum resources, hardware-aware evaluation, interpretability, and fair benchmarking against strong classical baselines. Table 9 summarizes the main future research directions derived from the observed limitations in the reviewed literature.

7.1. Near-Term Priorities

In the near term, the most urgent priority is to improve the methodological reliability of HQC evaluation. Future studies should use larger and more diverse datasets, explicitly report patient-wise train–test separation, and avoid slice-level leakage, particularly in CT-based studies. Performance should be reported using clinically meaningful metrics, including sensitivity, specificity, AUROC, F1-score, calibration, confidence intervals, and per-class results, rather than relying primarily on accuracy. A second near-term priority is standardized quantum-resource reporting. Every HQC study should report the encoding strategy, number of qubits, circuit depth, ansatz or gate structure, number of shots, simulator or hardware backend, noise model, error-mitigation strategy, trainable quantum parameters, and quantum calls per image. Without this information, it is difficult to reproduce the method or assess feasibility under NISQ constraints.

7.2. Mid-Term Methodological Advancements

Mid-term progress should focus on fair attribution of quantum contribution. Hybrid models must be compared against strong and matched classical baselines, including CNNs, pretrained backbones, and classical dense classifier heads with similar parameter budgets. Ablation studies are essential for determining whether improvements arise from the quantum module, the classical backbone, data augmentation, feature compression, or the evaluation protocol. Another key direction is the development of domain-aware hybrid interfaces. Current HQC models often use generic feature encodings, while medical images contain structured anatomical and pathological information. Future models should explore ROI-guided encoding, lung-mask-based patch selection, pathology-aware feature compression, and clinically informed quantum feature maps. These strategies may reduce unnecessary dimensionality while preserving diagnostically relevant patterns. Hardware-aware design is also necessary. Patch-level quanvolutional architectures should optimize patch sampling, shot efficiency, and circuit reuse to reduce inference cost. Decision-stage and intermediate feature-extraction models should be tested under noisy simulation and real-device constraints to evaluate whether their compact quantum modules remain stable outside idealized simulators.

7.3. Long-Term Translational Development

Long-term development should move beyond proof-of-concept accuracy reports toward clinically and operationally validated HQC systems. This requires multi-centre testing, prospective validation, uncertainty-aware decision support, failure mode analysis, and integration with explainability tools. Explainable quantum AI will be especially important because clinicians and regulators must understand not only model outputs but also whether quantum-derived features have meaningful diagnostic relevance. Future studies should also evaluate HQC frameworks beyond COVID-19. Potential domains include lung cancer screening, pneumonia subtyping, tuberculosis detection, tumor classification, segmentation-assisted diagnosis, and neurological imaging. Such studies would help determine whether HQC models offer generalizable advantages or whether their benefits are limited to narrow benchmark settings. Overall, future progress in HQC medical imaging will depend less on increasing qubit count alone and more on principled architecture design, transparent resource reporting, rigorous validation, and hardware-aware benchmarking. These steps are necessary before claims of clinical utility or quantum advantage can be made with confidence.

8. Conclusions

Hybrid quantum–classical (HQC) models are an emerging research direction for COVID- Hybrid quantum–classical (HQC) models for COVID-19 medical imaging are best viewed as quantum-augmented classical pipelines, not standalone quantum diagnostic systems. This review proposes an architecture-centric taxonomy that classifies HQC models by the functional role and placement of the quantum module into three archetypes: patch-level quantum convolutional preprocessing, classical feature extraction with quantum classifier heads, and quantum feature extraction followed by classical classification. Across 10 peer-reviewed studies, HQC models show promising results, particularly for binary COVID-19 screening using CXR or CT images. However, performance is less stable in multiclass respiratory diagnosis, where COVID-19 must be separated from visually similar conditions such as pneumonia, lung opacity, or tuberculosis. Thus, high binary accuracy alone is not sufficient evidence of clinical robustness. The review also shows that current evidence remains limited by simulator-based evaluation, incomplete reporting of quantum resources, unclear patient-wise splitting, limited external validation, and heterogeneous baselines. Key details such as qubit count, circuit depth, shots, backend, noise model, error mitigation, trainable parameters, and quantum calls per image are often missing, making it difficult to verify claims of quantum contribution. From a deployment perspective, patch-wise quanvolution gives the quantum circuit a direct representational role but scales poorly with image resolution and patch count. Decision-stage and intermediate feature-extraction models are more NISQ-compatible, but their added value must be proven against strong classical baselines. Overall, there is no conclusive task-level quantum advantage yet for COVID-19 medical imaging. Future progress requires standardized benchmarking, transparent quantum-resource reporting, patient-wise and multi-center validation, uncertainty-aware metrics, robust ablation studies, and hardware-aware latency evaluation. Only then can HQC models be fairly assessed for clinically meaningful benefit beyond optimized classical deep learning.

Author Contributions

Conceptualization, S.A.S., J.C. and H.N.; methodology, S.A.S., J.C. and H.N.; formal analysis, S.A.S., J.C. and H.N.; investigation, S.A.S. and J.C.; resources, S.A.S., J.C. and H.N.; data curation, S.A.S. and J.C.; writing—original draft preparation, S.A.S., J.C. and H.N.; writing—review and editing, H.N., S.A.A., J.C. and Y.S.; visualization, S.A.S. and J.C.; supervision, H.N., S.A.A. and Y.S.; project administration, H.N. and S.A.A.; validation, H.N., S.A.A. and Y.S. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Data Availability Statement

No new data were created or analyzed in this study.

Acknowledgments

During the preparation of this manuscript, the authors used ChatGPT-5.5 (OpenAI) for language editing and text refinement. The authors have reviewed and edited the output and take full responsibility for the content of this publication.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. World Health Organization. WHO Director-General’s Opening Remarks at the Media Briefing on COVID-19; World Health Organization: Geneva, Switzerland, January 2022; Volume 30. [Google Scholar]
  2. Shah, F.M.; Joy, S.K.S.; Ahmed, F.; Hossain, T.; Humaira, M.; Ami, A.S.; Paul, S.; Jim, M.A.R.K.; Ahmed, S. A comprehensive survey of covid-19 detection using medical images. SN Comput. Sci. 2021, 2, 434. [Google Scholar] [CrossRef]
  3. Bernheim, A.; Mei, X.; Huang, M.; Yang, Y.; Fayad, Z.A.; Zhang, N.; Diao, K.; Lin, B.; Zhu, X.; Li, K. Chest CT findings in coronavirus disease-19 (COVID-19): Relationship to duration of infection. Radiology 2020, 295, 685–691. [Google Scholar] [CrossRef]
  4. Bhatele, K.R.; Jha, A.; Tiwari, D.; Bhatele, M.; Sharma, S.; Mithora, M.R.; Singhal, S. COVID-19 detection: A systematic review of machine and deep learning-based approaches utilizing chest X-rays and CT scans. Cogn. Comput. 2024, 16, 1889–1926. [Google Scholar] [CrossRef]
  5. Han, X.; Hu, Z.; Wang, S.; Zhang, Y. A survey on deep learning in COVID-19 diagnosis. J. Imaging 2022, 9, 1. [Google Scholar] [CrossRef] [PubMed]
  6. Khan, A.; Khan, S.H.; Saif, M.; Batool, A.; Sohail, A.; Waleed Khan, M. A Survey of Deep Learning Techniques for the Analysis of COVID-19 and their usability for Detecting Omicron. J. Exp. Theor. Artif. Intell. 2024, 36, 1779–1821. [Google Scholar]
  7. Apostolopoulos, I.D.; Mpesiana, T.A. COVID-19: Automatic detection from X-ray images utilizing transfer learning with convolutional neural networks. Phys. Eng. Sci. Med. 2020, 43, 635–640. [Google Scholar] [CrossRef]
  8. Wang, L.; Lin, Z.Q.; Wong, A. COVID-Net: A tailored deep convolutional neural network design for detection of COVID-19 cases from chest X-ray images. Sci. Rep. 2020, 10, 19549. [Google Scholar] [CrossRef] [PubMed]
  9. Mozaffari, J.; Amirkhani, A.; Shokouhi, S.B. A survey on deep learning models for detection of COVID-19. Neural Comput. Appl. 2023, 35, 16945–16973. [Google Scholar] [CrossRef]
  10. Ismael, A.M.; Şengür, A. Deep learning approaches for COVID-19 detection based on chest X-ray images. Expert Syst. Appl. 2021, 164, 114054. [Google Scholar] [CrossRef]
  11. Lundervold, A.S.; Lundervold, A. An overview of deep learning in medical imaging focusing on MRI. Z. Med. Phys. 2019, 29, 102–127. [Google Scholar] [CrossRef]
  12. Schuld, M.; Killoran, N. Quantum machine learning in feature Hilbert spaces. Phys. Rev. Lett. 2019, 122, 040504. [Google Scholar] [CrossRef]
  13. Ciliberto, C.; Herbster, M.; Ialongo, A.D.; Pontil, M.; Rocchetto, A.; Severini, S.; Wossnig, L. Quantum machine learning: A classical perspective. Proc. R. Soc. A Math. Phys. Eng. Sci. 2018, 474, 20170551. [Google Scholar] [CrossRef]
  14. Gupta, R.S.; Wood, C.E.; Engstrom, T.; Pole, J.D.; Shrapnel, S. A systematic review of quantum machine learning for digital health. NPJ Digit. Med. 2025, 8, 237. [Google Scholar] [CrossRef]
  15. Fairburn, S.C.; Jehi, L.; Bicknell, B.T.; Wilkes, B.G.; Panuganti, B. Applications of quantum computing in clinical care. Front. Med. 2025, 12, 1573016. [Google Scholar] [CrossRef]
  16. Flöther, F.F. The state of quantum computing applications in health and medicine. Res. Dir. Quantum Technol. 2023, 1, e10. [Google Scholar] [CrossRef]
  17. Radhi, E.A.; Kamil, M.Y.; Mohammed, M.A. Quantum Machine and Deep Learning for Medical Image Classification: A Systematic Review of Trends, Methodologies, and Future Directions. Iraqi J. Comput. Sci. Math. 2025, 6, 9. [Google Scholar] [CrossRef]
  18. Ullah, U.; Garcia-Zapirain, B. Quantum machine learning revolution in healthcare: A systematic review of emerging perspectives and applications. IEEE Access 2024, 12, 11423–11450. [Google Scholar] [CrossRef]
  19. Yan, F.; Huang, H.; Pedrycz, W.; Hirota, K. Review of medical image processing using quantum-enabled algorithms. Artif. Intell. Rev. 2024, 57, 300. [Google Scholar] [CrossRef]
  20. Mohammadisavadkoohi, E.; Shafiabady, N.; Vakilian, J. A systematic review on quantum machine learning applications in classification. IEEE Trans. Artif. Intell. 2026, 7, 4–21. [Google Scholar] [CrossRef]
  21. Chetioui, H. Leveraging Quantum Computing to Revolutionize Deep Learning: A Focus on Hybrid Algorithms for Medical Image Classification. In Proceedings of the 2025 2nd International Conference on Artificial Intelligence for Innovations in Healthcare Industries (ICAIIHI), Raipur, India, 4–5 December 2025. [Google Scholar]
  22. Khanal, P.; Khanal, A. Machine Learning for Advancing Quantum Field Theory-Enabled Sensor Networks in Precision Disease Detection: A Review. Crimson J. Sci. Technol. 2025, 1, 97–129. [Google Scholar] [CrossRef]
  23. Lamichhane, P.; Rawat, D.B. Quantum Machine Learning: Recent Advances, Challenges and Perspectives. IEEE Access 2025, 13, 94057–94105. [Google Scholar] [CrossRef]
  24. Sonavane, A.; Jaiswar, S.; Mistry, M.; Aylani, A.; Hajoary, D. Quantum machine learning models in healthcare: Future trends and challenges in healthcare. In Quantum Computing for Healthcare Data; Academic Press: Cambridge, MA, USA, 2025; pp. 167–187. [Google Scholar]
  25. Shahriyar, M.F.; Tanbhir, G. Advancements and Challenges in Quantum Machine Learning for Medical Image Classification: A Comprehensive Review. In 2025 3rd International Conference on Intelligent Systems, Advanced Computing and Communication (ISACC); IEEE: Piscataway, NJ, USA, 2025; pp. 1126–1133. [Google Scholar]
  26. Asif, S.; Zhao, M.; Tang, F.; Zhu, Y. A deep learning-based framework for detecting COVID-19 patients using chest X-rays. Multimed. Syst. 2022, 28, 1495–1513. [Google Scholar] [CrossRef]
  27. Gunraj, H.; Wang, L.; Wong, A. COVIDNet-CT: A tailored deep convolutional neural network design for detection of COVID-19 cases from chest CT images. Front. Med. 2020, 7, 608525. [Google Scholar] [CrossRef] [PubMed]
  28. Yang, X.; He, X.; Zhao, J.; Zhang, Y.; Zhang, S.; Xie, P. COVID-CT-Dataset: A CT scan dataset about COVID-19. arXiv 2020, arXiv:2003.13865. [Google Scholar]
  29. Ghassemi, N.; Shoeibi, A.; Khodatars, M.; Heras, J.; Rahimi, A.; Zare, A.; Zhang, Y.-D.; Pachori, R.B.; Gorriz, J.M. Automatic diagnosis of COVID-19 from CT images using CycleGAN and transfer learning. Appl. Soft Comput. 2023, 144, 110511. [Google Scholar] [CrossRef]
  30. McClean, J.R.; Boixo, S.; Smelyanskiy, V.N.; Babbush, R.; Neven, H. Barren plateaus in quantum neural network training landscapes. Nat. Commun. 2018, 9, 4812. [Google Scholar] [CrossRef]
  31. Henderson, M.; Shakya, S.; Pradhan, S.; Cook, T. Quanvolutional neural networks: Powering image recognition with quantum circuits. Quantum Mach. Intell. 2020, 2, 2. [Google Scholar] [CrossRef]
  32. Singh, G.; Jin, H.; Merz, K.M., Jr. Benchmarking MedMNIST dataset on real quantum hardware. arXiv 2025, arXiv:2502.13056. [Google Scholar] [CrossRef]
  33. Fahim, J.K.; Paul, P.C.; Hossain, M.R.; Ahmed, M.T.; Chakraborty, D. HQCNN: A Hybrid Quantum-Classical Neural Network for Medical Image Classification. arXiv 2025, arXiv:2509.14277. [Google Scholar] [CrossRef]
  34. Nandy Pal, M.; De, D. FedQCNN: A Privacy-Preserving Federated Quantum Convolutional Neural Network for Retinal Image Classification. IET Quantum Commun. 2025, 6, e70010. [Google Scholar] [CrossRef]
  35. Rahman, M.; Zhuang, J. NQNN: Noise-Aware Quantum Neural Networks for Medical Image Classification. In Medical Image Computing and Computer Assisted Intervention—MICCAI 2025; Springer: Cham, Switzerland, 2025; pp. 433–442. [Google Scholar]
  36. Senokosov, A.; Sedykh, A.; Sagingalieva, A.; Kyriacou, B.; Melnikov, A. Quantum machine learning for image classification. Mach. Learn. Sci. Technol. 2024, 5, 015040. [Google Scholar] [CrossRef]
  37. Sun, Y.; Deng, X.; Shao, H. Quantum dual-branch neural networks with transfer learning for early detection of skin cancer. Am. J. Transl. Res. 2025, 17, 3357. [Google Scholar] [CrossRef]
  38. Ur Rasool, R.; Ahmad, H.F.; Rafique, W.; Qayyum, A.; Qadir, J.; Anwar, Z. Quantum computing for healthcare: A review. Future Internet 2023, 15, 94. [Google Scholar] [CrossRef]
  39. Babu, S.V.; Ramya, P.; Gracewell, J. Revolutionizing heart disease prediction with quantum-enhanced machine learning. Sci. Rep. 2024, 14, 7453. [Google Scholar] [CrossRef]
  40. Gupta, H.; Varshney, H.; Sharma, T.K.; Pachauri, N.; Verma, O.P. Comparative performance analysis of quantum machine learning with deep learning for diabetes prediction. Complex Intell. Syst. 2022, 8, 3073–3087. [Google Scholar] [CrossRef]
  41. Dhara, B.; Agrawal, M.; Roy, S.D. A Generalised Transform Methodology Using Quantum Computation and Its Application for Electrocardiogram (ECG) Classification. IET Quantum Commun. 2025, 6, e70012. [Google Scholar] [CrossRef]
  42. Lee, S.J.; Durant, T.J.; Dudgeon, S.; Nelson, B.; Young, H.P.; Horn, G.; Schulz, W.L. Quantum Neural Network Tuning and Performance Evaluation for a Breast Cancer Dataset. medRxiv 2025. [Google Scholar] [CrossRef]
  43. Houssein, E.H.; Abohashima, Z.; Elhoseny, M.; Mohamed, W.M. Hybrid quantum-classical convolutional neural network model for COVID-19 prediction using chest X-ray images. J. Comput. Des. Eng. 2022, 9, 343–363. [Google Scholar] [CrossRef]
  44. Houssein, E.H.; Abohashima, Z.; Elhoseny, M.; Mohamed, W.M. Hybrid quantum convolutional neural networks model for COVID-19 prediction using chest X-ray images. arXiv 2021, arXiv:2102.06535. [Google Scholar] [CrossRef]
  45. Asadoorian, N.; Yaraghi, S.; Tahmasian, A. Pre-trained quantum convolutional neural network for COVID-19 disease classification using computed tomography images. PeerJ Comput. Sci. 2024, 10, e2343. [Google Scholar] [CrossRef]
  46. Sünkel, L.; Martyniuk, D.; Reichwald, J.J.; Morariu, A.; Seggoju, R.H.; Altmann, P.; Roch, C.; Paschke, A. Hybrid quantum machine learning assisted classification of COVID-19 from computed tomography scans. In 2023 IEEE International Conference on Quantum Computing and Engineering (QCE); IEEE: Piscataway, NJ, USA, 2023; pp. 356–366. [Google Scholar]
  47. Sengupta, K.; Srivastava, P.R. Quantum algorithm for quicker clinical prognostic analysis: An application and experimental study using CT scan images of COVID-19 patients. BMC Med. Inform. Decis. Mak. 2021, 21, 227. [Google Scholar] [CrossRef]
  48. Decoodt, P.; Liang, T.J.; Bopardikar, S.; Santhanam, H.; Eyembe, A.; Garcia-Zapirain, B.; Sierra-Sosa, D. Hybrid Classical–Quantum Transfer Learning for Cardiomegaly Detection in Chest X-Rays. J. Imaging 2023, 9, 128. [Google Scholar] [CrossRef]
  49. Kulkarni, V.; Pawale, S.; Kharat, A. A classical–quantum convolutional neural network for detecting pneumonia from chest radiographs. Neural Comput. Appl. 2023, 35, 15503–15510. [Google Scholar] [CrossRef]
  50. Li, Y.; Xia, L. Coronavirus Disease 2019 (COVID-19): Role of Chest CT in Diagnosis and Management. AJR Am. J. Roentgenol. 2020, 214, 1280–1286. [Google Scholar] [CrossRef]
  51. Kooraki, S.; Hosseiny, M.; Myers, L.; Gholamrezanezhad, A. Coronavirus outbreak: What the department of radiology should know. J. Am. Coll. Radiol. 2020, 17, 447–451. [Google Scholar] [CrossRef]
  52. He, K.; Zhang, X.; Ren, S.; Sun, J. Deep residual learning for image recognition. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR); IEEE: Piscataway, NJ, USA, 2016; pp. 770–778. [Google Scholar]
  53. Raghu, M.; Zhang, C.; Kleinberg, J.; Bengio, S. Transfusion: Understanding transfer learning for medical imaging. In Advances in Neural Information Processing Systems 32 (NeurIPS 2019); NeurIPS: San Diego, CA, USA, 2019; pp. 3342–3352. [Google Scholar]
  54. Biamonte, J. Quantum machine learning. Nature 2017, 549, 195–202. [Google Scholar] [CrossRef] [PubMed]
  55. Schuld, M.; Petruccione, F. Supervised Learning with Quantum Computers; Springer: Berlin/Heidelberg, Germany, 2018. [Google Scholar]
  56. Havlíček, V.; Córcoles, A.D.; Temme, K.; Harrow, A.W.; Kandala, A.; Chow, J.M.; Gambetta, J.M. Supervised learning with quantum-enhanced feature spaces. Nature 2019, 567, 209–212. [Google Scholar] [CrossRef]
  57. Chaharlang, J.; Mosleh, M.; Rasouli-Heikalabad, S. A novel quantum steganography-Steganalysis system for audio signals. Multimed. Tools Appl. 2020, 79, 17551–17577. [Google Scholar] [CrossRef]
  58. Chaharlang, J.; Mosleh, M.; Rasouli Heikalabad, S. A novel quantum audio steganography–steganalysis approach using LSFQ-based embedding and QKNN-based classifier. Circuits Syst. Signal Process. 2020, 39, 3925–3957. [Google Scholar] [CrossRef]
  59. Chaharlang, J.; Mosleh, M.; Rasouli-Heikalabad, S. Quantum reversible audio steganalysis using quantum Schmidt decomposition and quantum support vector machine. J. Inf. Secur. Appl. 2024, 82, 103755. [Google Scholar] [CrossRef]
  60. Blank, C.; Park, D.; Rhee, J.K.; Petruccione, F. Quantum classifiers with tailored quantum kernels. NPJ Quantum Inf. 2020, 6, 41. [Google Scholar] [CrossRef]
  61. Houssein, E.H. HQ-CNN with Random Quantum Circuits for CXR. J. Comput. Des. Eng. 2022, 9, 343–363. [Google Scholar]
  62. Zhao, H. Hybrid quantum–classical CNN for COVID-19 CT classification. J. Biomol. Struct. Dyn. 2024, 42, 3737–3746. [Google Scholar] [CrossRef]
  63. Preskill, J. Quantum Computing in the NISQ era and beyond. Quantum 2018, 2, 79. [Google Scholar] [CrossRef]
  64. Zhao, H.; Deng, X.; Shao, H.; Jiang, Y. COVID-19 diagnostic prediction on chest CT scan images using hybrid quantum-classical convolutional neural network. J. Biomol. Struct. Dyn. 2024, 42, 3737–3746. [Google Scholar] [CrossRef] [PubMed]
  65. Amin, J.; Sharif, M.; Gul, N.; Kadry, S.; Chakraborty, C. Quantum machine learning architecture for COVID-19 classification based on synthetic data generation using conditional adversarial neural network. Cogn. Comput. 2022, 14, 1677–1688. [Google Scholar] [CrossRef] [PubMed]
  66. Alfajri, A.I.; Sumaryada, T.; Yani, S.; Tai, D.T.; Tamam, N.; Sulieman, A. Hybrid quantum-classical convolutional neural networks for multiclass lung X-ray image classification. J. Radiat. Res. Appl. Sci. 2026, 19, 102165. [Google Scholar] [CrossRef]
  67. Rao, G.E.; Rajitha, B.; Srinivasu, P.N.; Ijaz, M.F.; Woźniak, M. Hybrid framework for respiratory lung diseases detection based on classical CNN and quantum classifiers from chest X-rays. Biomed. Signal Process. Controls 2024, 88, 105567. [Google Scholar] [CrossRef]
  68. Arora, R.; Rao, G.E.; Banerjea, S.; Rajitha, B. MLDC: Multi-lung disease classification using quantum classifier and artificial neural networks. Neural Comput. Appl. 2024, 36, 3803–3816. [Google Scholar] [CrossRef]
  69. Alharbi, M.; Ahmad, S. Enhancing COVID-19 detection using CT-scan image analysis and disease classification: The DI-QL approach. Health Technol. 2025, 15, 477–488. [Google Scholar] [CrossRef]
  70. Eswara Rao, G.; Rajitha, B. HQF-CC: Hybrid framework for automated respiratory disease detection based on quantum feature extractor and custom classifier model using chest X-rays. Int. J. Inf. Technol. 2024, 16, 1145–1153. [Google Scholar] [CrossRef]
Figure 1. Architecture-centric taxonomy of hybrid quantum–classical models for COVID-19 medical imaging.
Figure 1. Architecture-centric taxonomy of hybrid quantum–classical models for COVID-19 medical imaging.
Quantumrep 08 00054 g001
Figure 2. PRISMA-inspired flow diagram of the literature search and study selection for Hybrid Quantum–Classical COVID-19 imaging models.
Figure 2. PRISMA-inspired flow diagram of the literature search and study selection for Hybrid Quantum–Classical COVID-19 imaging models.
Quantumrep 08 00054 g002
Figure 3. Conceptual comparison of the three hybrid quantum–classical architectural archetypes.
Figure 3. Conceptual comparison of the three hybrid quantum–classical architectural archetypes.
Quantumrep 08 00054 g003
Figure 4. Conceptual workflow of patch-level quantum preprocessing in Archetype A.
Figure 4. Conceptual workflow of patch-level quantum preprocessing in Archetype A.
Quantumrep 08 00054 g004
Figure 5. Conceptual workflow of decision-stage quantum classification in Archetype B.
Figure 5. Conceptual workflow of decision-stage quantum classification in Archetype B.
Quantumrep 08 00054 g005
Figure 6. Conceptual workflow of quantum feature generation followed by classical classification in Archetype C.
Figure 6. Conceptual workflow of quantum feature generation followed by classical classification in Archetype C.
Quantumrep 08 00054 g006
Table 1. Recent Survey Articles on Quantum Machine Learning in Healthcare and Medical Imaging.
Table 1. Recent Survey Articles on Quantum Machine Learning in Healthcare and Medical Imaging.
Ref.Review FocusCOVID-19 ImagingHQC CoverageArchitecture-Level TaxonomyMain Gap Addressed
[17]QML and deep learning for medical image classificationYes; CT/CXRMentionedNoNo HQC architecture analysis
[18]QML in healthcarePartialGeneralNoLimited imaging-specific HQC analysis
[19]Quantum-enabled medical image processingMentionedConceptualNoNo structured HQC taxonomy
[20]QML for classificationMentionedAlgorithm-levelNoNo imaging-pipeline perspective
[21]Hybrid QML–DL for medical image classificationPartialGeneralNoNo architecture-centric taxonomy
[22]QML for quantum sensing and disease detectionNoGeneralNoFocuses on sensing, not imaging
[23]Cross-domain QML advances and challengesMentionedGeneralNoNo dedicated HQC imaging synthesis
[24]QML in healthcare diagnosticsPartialConceptualNoLimited pipeline-level analysis
[25]QML for medical image classificationPartialMentionedNoLacks HQC architectural synthesis
This workHQC models for COVID-19 medical imagingCore focusCore focusYes; three archetypesTaxonomy-driven HQC analysis
Table 2. Taxonomy assignment criteria for hybrid quantum–classical imaging architectures.
Table 2. Taxonomy assignment criteria for hybrid quantum–classical imaging architectures.
CriterionArchetype AArchetype BArchetype C
Position of quantum moduleEarly preprocessingDecision stageFeature-generation stage
Input to quantum moduleImage patchesCNN/pretrained embeddingsCompact classical features
Main quantum functionPatch transformationDecision refinementFeature generation
Output of quantum moduleQuantum feature mapsDecision features/logitsQuantum feature vector
Final decision componentClassical CNNQuantum classifier headClassical classifier
Quantum invocationRepeated patch-wise callsLimited calls per imageLimited calls per image
Computational implicationHigh quantum involvement; higher scaling costMore scalable; embedding-dependentBalanced design; input-quality dependent
Representative studies[43,64,65,66][45,47,68,69][70]
Table 3. Architectural Mapping of Reviewed Hybrid Quantum–Classical Imaging Models.
Table 3. Architectural Mapping of Reviewed Hybrid Quantum–Classical Imaging Models.
StudyModality/DatasetMain TaskClassical ComponentQuantum ComponentHybrid Coupling LocationPrimary ArchetypeSecondary Operational Tag
[43]CXR; COVID-19, normal, viral pneumonia, bacterial pneumoniaCOVID-19/pneumonia/normal classificationCNN backboneRandom quanvolutional layerEarly patch-level feature extractionAQuanvolutional front-end
[47]CT; COVID-19 vs. non-COVID/pneumonia CT imagesCOVID-19 classificationDNN/CNN-based preprocessingQNN classifierImage-level classificationBDirect QNN classifier
[65]CT; UCSD-AI4H/COVID-CT and POF Hospital datasetsCOVID-19/healthy classificationCGAN + CML classifier4-qubit QNNBefore classificationACGAN-assisted QNN
[45]CT; SARS-CoV-2 CT-scan datasetCOVID-19/non-COVID classificationPretrained CNN (VGG16)EstimatorQNN (ZZFeatureMap)After CNN feature extractionBCNN + QNN head
[70]CXR; COVID-19 Radiography Dataset (15,153 images)Three-class COVID-19, viral, and normal classificationCustom fully connected classifierMMS feature extractorBefore classical classifierCMMS + custom classifier
[67]CXR; COVID-19 Radiography DatasetThree-class COVID-19, viral, and normal classificationCustom CNN feature extractorMMS/MSMS quantum classifiersAfter CNN feature extractionBMMS/MSMS classifier
[64]CT; two public COVID-19 CT datasetsCOVID-19 diagnosisStandard CNNRandom quantum convolution layerBefore CNN layersACT hybrid quanvolution
[69]CT; COVID-CT datasetCOVID-19/non-COVID classificationDeep learning classifierDI-QL with Hadamard and coupling gatesClassification stageBDeep QNN classifier
[66]X-ray; normal, lung opacity, and viral pneumoniaCOVID-related lung X-ray comparatorClassical CNNQCNN (RX/RY + Pauli gates)Before dense classification layerAQCNN comparator
[68]CXR; COVID-19, pneumonia, tuberculosis, and normalMultilung disease classificationMLDC-F CNN + ANN baselineMLDC-QC classifierAfter CNN feature extractionBMLDC-QC pipeline
Table 4. Diagnostic Performance and Evaluation Protocols of Reviewed HQC Models.
Table 4. Diagnostic Performance and Evaluation Protocols of Reviewed HQC Models.
StudyEvaluation ProtocolBaseline/ComparatorBest Reported PerformanceMetrics ReportedMain Empirical Observation
[43]70/30 train–test split on CXR experimentsClassical CNNBinary: 98.6–99.0% accuracy; multiclass: 82.6%; validation: 93.3% accuracyAccuracy, recall, specificity, precision, F1, ROC-AUC, Kappa, MCCStrong binary performance; weaker multiclass results
[47]Multi-source CT experiment; patient-wise split unclearDNN, CNN, 2D-CNN>2.92% accuracy gain over baselines; recall ≈ 97.7%Accuracy, recall, runtimeImproved performance and runtime; limited validation transparency
[65]Random hold-out validation on real + synthetic CT imagesCML modelPrecision, accuracy, recall, and F1: 0.94–0.96Accuracy, precision, recall, F1Performance depends on CGAN-generated data
[45]SARS-CoV-2 CT datasetQCNN-only, ResNet50, ResNet18, VGG16, VGG19, EfficientNetV2LVGG16 + QCNN: 96.8% accuracy, 96.8% F1Accuracy, precision, recall, specificity, F1, lossPretrained CNN features improve QCNN performance
[70]80/20 split on COVID-19 Radiography DatasetMobileNet, VGG16, ResNet50, MMS4MMS6: 98.8% test accuracyAccuracy, loss, sensitivity, specificity, precision, F1, FPRHigh accuracy with compact model size
[67]80/20 split; multiple extractor/classifier experimentsSVM, KNN, DT, NB, AdaBoost, pretrained CNNsHybrid CCNN–quantum: 98.1% test accuracyAccuracy, sensitivity, specificity, precision, FPR, F1, AUC, costCNN + MMS/MSMS improves respiratory classification
[64]7:1:2 split + 5-fold CVInceptionV3, DenseNet, VGG16, Xception, EfficientNetAccuracy: 97.9–99.4%; AUC: 0.996–0.9996Accuracy, precision, recall, F1, AUCStrong CT performance across two datasets
[69]COVID-CT binary classification; 80/20 splitCNN, MLP, CNN + SVM, CNN + KNN, CNN + RF, CNN + XGBoost, HQCNNDI-QL: 99.8% accuracy, 99.6% F1Accuracy, precision, recall, F1Best reported performance; resource details limited
[66]80/20 train/validation split on lung X-raysClassical CNNClassical CNN: 91%; best QCNN: 87%Accuracy, precision, recall, F1QCNN does not outperform classical CNN
[68]Multiclass LDD evaluationRF, DT, KNN, NB, AdaBoost, SVM, MLDC-ANNMLDC-QC: 97.5% accuracyAccuracy, precision, recallQuantum classifier outperforms classical baselines
Table 5. Quantum Resource and Implementation Characteristics.
Table 5. Quantum Resource and Implementation Characteristics.
StudyEncoding/Feature MapQubits/DepthQuantum Circuit/GatesBackend/ShotsQuantum Trainable ParametersQuantum Invocation Pattern
[43]Angle encoding (RY/RX)4 qubits; shallow RQCRandom circuit on 2 × 2 patchesPennyLane; 500/1000 shotsParameters not reportedPatch-wise processing
[47]Image-to-circuit encodingNR; 2-layer circuitCirq/TFQ PQC-style QNNRuntime reported; shots NRNRQNN after preprocessing
[65]Rotations on 2 × 2 regions4-qubit layer; depth NRQuanvolutional QNN layerPennyLane simulator; shots NRNRQuanvolution after CGAN
[45]ZZFeatureMap + RealAmplitudesNREstimatorQNN + CNN featuresQiskit ML; shots NRAnsatz weights; count NRQNN head after CNN features
[70]Hadamard + RY/RX/RZ rotations4 qubits; Qdepth 4/6MMS feature extractor; CNOT; Pauli-ZPennyLane simulator; shots NR72 (Qdepth 4); 114 (Qdepth 6)Feature extraction before classifier
[67]Hadamard + rotational gates4/6 qubits; Qdepth 4/6MMS/MSMS classifiersPennyLane + IBM Q-QASMModel parameters reported; quantum-only count partialClassifier after CNN features
[64]2 × 2 kernel encoding4 qubits; depth NRRandom Rx/Ry/Rz + CNOT circuitBackend/shots NRNRPatch-wise quanvolution
[69]Hadamard/coupling-gate DI-QLQubits/depth NRDI-QL circuitBackend/shots NRNRQuantum classification layer
[66]RX/RY + Pauli-X/Y/Z4 qubits; shallow circuitsQCNN before dense layerBackend/shots NRNRQuantum layer in CNN
[68]Hadamard + RY/RX/RZ rotations4 qubits; Qdepth 4MLDC-QC classifier; CNOT; Pauli-ZPennyLane qdevice; shots NR72 total; 19 optimizedQuantum head after CNN
Table 6. Validation Rigor, Generalization Controls, and Evidence Quality.
Table 6. Validation Rigor, Generalization Controls, and Evidence Quality.
StudyPatient-Wise Split Explicit?External ValidationDataset Balance/Bias HandlingMetric CompletenessMain Generalization Risk
[43]No; 70/30 image splitNoBalanced binary; multiclass pneumonia subclassesStrong: Acc, recall, specificity, precision, F1, AUC, Kappa, MCCNo clinical validation; multiclass degradation
[47]Not clearly reportedNo independent external validationMulti-source CT; bias control discussedModerate: accuracy, recall, runtimeDataset heterogeneity; unclear patient separation
[65]No; random hold-outNoCGAN augmentation usedModerate: Acc, precision, recall, F1Synthetic-data dependence
[45]Not clearly reportedMultiple CT datasets; no prospective validationRelatively balanced CT datasetStrong: Acc, precision, recall, specificity, F1, lossLimited dataset diversity
[70]No; 80/20 splitNoImbalanced CRD datasetModerateClass imbalance; no external testing
[67]No; 80/20 splitNo external validation; IBM-QASM includedCRD imbalance remainsStrong: Acc, sensitivity, specificity, precision, F1, FPR, AUCClinical generalization untested
[64]No; 7:1:2 split + 5-fold CVNoStratified folds and augmentationStrong: Acc, precision, recall, F1, AUCNo patient-wise or external validation
[69]216 patients; split type unclearNo349 COVID/397 non-COVID CT imagesModerate: Acc, precision, recall, F1Limited validation and resource reporting
[66]NoNoBalanced classes; augmentation usedModerate: Acc, precision, recall, F1Non-COVID task; unclear patient independence
[68]Not clearly reportedNoMultisource dataset with class imbalanceModerate: Acc, precision, recallLimited split transparency
Table 7. Computational Scaling, Deployment Readiness, and Translational Risk.
Table 7. Computational Scaling, Deployment Readiness, and Translational Risk.
StudyQuantum Calls per ImageMain Scaling DriverHardware/Runtime ReportingEdge SuitabilityServer SuitabilityPrincipal Translational Risk
[43]Patch-wise; many callsPatch count × shotsShots reported; no hardware executionLow–ModerateHighPoor scaling to large datasets
[47]Circuit-based processingImage encoding + QNN optimizationRuntime reported (K80 GPU)ModerateHighLimited hardware reporting
[65]Quanvolution + CGANCGAN + patch-level quantum computationSimulator; shots/hardware NRLow–ModerateHighSynthetic-data dependence
[45]QNN head after CNN featuresVGG16 feature extractionQiskit implementation; no hardware latencyModerateHighLimited incremental quantum gain
[70]Feature extraction before classifierEncoding × Qdepth × classifier costPennyLane simulatorModerateHighClass imbalance; simulator-only evaluation
[67]Quantum classifier after CNN featuresCNN features + MMS/MSMS costIBM Q-QASM validation; 965 msModerateHighEnd-to-end latency unverified
[64]Patch-wise quanvolutionPatch count × circuit executionBackend/shots NRLowHighLimited scalability
[69]Quantum-assisted classificationCNN/DI-QL + quantum gatesBackend/shots/qubits/depth NRUnclearHighInsufficient resource reporting
[66]Quantum layer within CNNQuantum layers + gate combinationsBackend/shots NRLow–ModerateModerateClassical CNN outperforms QCNN
Table 8. Key Challenges and Open Issues in Hybrid Quantum–Classical Frameworks for COVID-19 Imaging.
Table 8. Key Challenges and Open Issues in Hybrid Quantum–Classical Frameworks for COVID-19 Imaging.
Challenge CategoryKey IssuePractical ImplicationEvidence from Reviewed StudiesRecommended Direction
Dataset heterogeneityDifferences in modality, dataset, task, and class distributionPerformance not directly comparableResults vary across CT/CXR and binary/multiclass tasksUse standardized benchmarks and report dataset details
Patient-level validationPatient-wise splits often unclearPossible data leakageRandom splits commonly reportedUse explicit patient-wise splitting
External validationLimited independent validationUncertain generalizationExternal validation rarely reportedAdd multi-center and prospective validation
Metric completenessAccuracy often emphasizedClinical performance may be overstatedConfidence intervals often missingReport AUROC, F1, calibration, CIs, and class-wise metrics
Quantum-resource reportingIncomplete reporting of qubits, depth, shots, and backendReproducibility difficult to assessReporting gaps remain commonAdopt a minimum quantum-reporting checklist
NISQ hardware constraintsLimited qubits, shallow circuits, and noiseRestricted scalabilityReal-device validation is rareEvaluate under realistic noise and hardware settings
Optimization instabilityEncoding and training sensitivityUnstable optimizationAngle encoding is most commonInclude encoding and ansatz ablations
Computational scalingRepeated quantum circuit callsIncreased inference costArchetype A shows higher scaling costReport quantum calls and optimize shot usage
InterpretabilityLimited explanation of quantum featuresReduced clinical trustFew interpretability analyses reportedCombine saliency and quantum-feature analysis
Deployment readinessLimited latency and hardware evaluationClinical feasibility uncertainMostly simulator-based studiesReport latency and real-device results
Table 9. Key Future Research Directions for Hybrid Quantum–Classical COVID-19 Imaging.
Table 9. Key Future Research Directions for Hybrid Quantum–Classical COVID-19 Imaging.
Research DirectionGap in Current LiteratureStrategic RationaleExpected Impact
Large-scale, multi-center datasetsSmall or single-source datasets dominateImprove generalization and reduce biasMore credible clinical validation
Patient-wise, leakage-free evaluationPatient-level splitting often unclearPrevent data leakageMore reliable performance estimates
Standardized clinical metricsAccuracy emphasized; CIs often missingCapture clinical relevance and uncertaintyBetter clinical assessment
Matched classical baselines and ablationsBaseline selection is inconsistentIsolate quantum contributionStronger evidence of quantum utility
Complete quantum-resource reportingQubits, shots, backend, and noise details often missingImprove reproducibility and NISQ assessmentMore transparent model comparison
Hardware-aware evaluationSimulator-based studies dominateAssess real-device constraintsMore realistic deployment assessment
Efficient hybrid interfacesCompression and patch-wise calls may limit scalabilityBalance information and circuit costMore scalable HQC architectures
Domain-aware encodingGeneric encodings dominateIncorporate task-specific priorsImproved multiclass generalization
Explainable quantum AIQuantum features rarely interpretedImprove trust and auditabilityMore clinically acceptable models
Beyond COVID-19 imagingFocus largely restricted to COVID-19 tasksEvaluate broader applicabilityBetter assessment of clinical relevance
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Salehi, S.A.; Naderi, H.; Asghari, S.A.; Chaharlang, J.; Savaria, Y. Hybrid Quantum–Classical Architectures in Medical Imaging: A Taxonomy-Based Survey of COVID-19 Models. Quantum Rep. 2026, 8, 54. https://doi.org/10.3390/quantum8020054

AMA Style

Salehi SA, Naderi H, Asghari SA, Chaharlang J, Savaria Y. Hybrid Quantum–Classical Architectures in Medical Imaging: A Taxonomy-Based Survey of COVID-19 Models. Quantum Reports. 2026; 8(2):54. https://doi.org/10.3390/quantum8020054

Chicago/Turabian Style

Salehi, Seyedeh Aram, Hanieh Naderi, Seyyed Amir Asghari, Javad Chaharlang, and Yvon Savaria. 2026. "Hybrid Quantum–Classical Architectures in Medical Imaging: A Taxonomy-Based Survey of COVID-19 Models" Quantum Reports 8, no. 2: 54. https://doi.org/10.3390/quantum8020054

APA Style

Salehi, S. A., Naderi, H., Asghari, S. A., Chaharlang, J., & Savaria, Y. (2026). Hybrid Quantum–Classical Architectures in Medical Imaging: A Taxonomy-Based Survey of COVID-19 Models. Quantum Reports, 8(2), 54. https://doi.org/10.3390/quantum8020054

Article Metrics

Back to TopTop