quantum convolutional neural network
QuPCG: Quantum Convolutional Neural Network for Detecting Abnormal Patterns in PCG Signals
Torabi, Yasaman, Shirani, Shahram, Reilly, James P.
Early identification of abnormal physiological patterns is essential for the timely detection of cardiac disease . This work introduces a hybrid quantum - classical convolutional neural network (QCNN) designed to classify S3 and murmur abnormalities in heart sound signals. The approach transforms one - dimensional phonocardiogram (PCG) signals into compact two - dimensional images through a combination of wavelet feature extraction and adaptive threshold compression methods . We compress the cardiac sound patterns into an 8 - pixel image so that only 8 qubits are needed for the quantum stage. Preliminary results on the HLS - CMDS dataset demonstrate 93.3 3 % classification accuracy on the test set, and 97.14% on the train set, suggesting that quantum models can effi-cientl y capture temporal - spectral correlations in biomedical signals. To our knowledge, this is the first application of a QCNN algorithm for bio acoustic signal processing . The proposed method represents an early step toward quantum - enhanced diagnostic systems f or resource - constrained healthcare environments.
Towards Quantum Machine Learning for Malicious Code Analysis
Lopez, Jesus, Nowmi, Saeefa Rubaiyet, Cadena, Viviana, Rahman, Mohammad Saidur
Classical machine learning (CML) has been extensively studied for malware classification. With the emergence of quantum computing, quantum machine learning (QML) presents a paradigm-shifting opportunity to improve malware detection, though its application in this domain remains largely unexplored. In this study, we investigate two hybrid quantum-classical models -- a Quantum Multilayer Perceptron (QMLP) and a Quantum Convolutional Neural Network (QCNN), for malware classification. Both models utilize angle embedding to encode malware features into quantum states. QMLP captures complex patterns through full qubit measurement and data re-uploading, while QCNN achieves faster training via quantum convolution and pooling layers that reduce active qubits. We evaluate both models on five widely used malware datasets -- API-Graph, EMBER-Domain, EMBER-Class, AZ-Domain, and AZ-Class, across binary and multiclass classification tasks. Our results show high accuracy for binary classification -- 95-96% on API-Graph, 91-92% on AZ-Domain, and 77% on EMBER-Domain. In multiclass settings, accuracy ranges from 91.6-95.7% on API-Graph, 41.7-93.6% on AZ-Class, and 60.7-88.1% on EMBER-Class. Overall, QMLP outperforms QCNN in complex multiclass tasks, while QCNN offers improved training efficiency at the cost of reduced accuracy.
Hybrid Quantum-Classical Learning for Multiclass Image Classification
Anwar, Shuchismita, Das, Sowmitra, Hossain, Muhammad Iqbal, Mahmud, Jishnu
This study explores the challenge of improving multiclass image classification through quantum machine-learning techniques. It explores how the discarded qubit states of Noisy Intermediate-Scale Quantum (NISQ) quantum convolutional neural networks (QCNNs) can be leveraged alongside a classical classifier to improve classification performance. Current QCNNs discard qubit states after pooling; yet, unlike classical pooling, these qubits often remain entangled with the retained ones, meaning valuable correlated information is lost. We experiment with recycling this information and combining it with the conventional measurements from the retained qubits. Accordingly, we propose a hybrid quantum-classical architecture that couples a modified QCNN with fully connected classical layers. Two shallow fully connected (FC) heads separately process measurements from retained and discarded qubits, whose outputs are ensembled before a final classification layer. Joint optimisation with a classical cross-entropy loss allows both quantum and classical parameters to adapt coherently. The method outperforms comparable lightweight models on MNIST, Fashion-MNIST and OrganAMNIST. These results indicate that reusing discarded qubit information is a promising approach for future hybrid quantum-classical models and may extend to tasks beyond image classification.
Quantum Machine Learning: A Hands-on Tutorial for Machine Learning Practitioners and Researchers
Du, Yuxuan, Wang, Xinbiao, Guo, Naixu, Yu, Zhan, Qian, Yang, Zhang, Kaining, Hsieh, Min-Hsiu, Rebentrost, Patrick, Tao, Dacheng
This tutorial intends to introduce readers with a background in AI to quantum machine learning (QML) -- a rapidly evolving field that seeks to leverage the power of quantum computers to reshape the landscape of machine learning. For self-consistency, this tutorial covers foundational principles, representative QML algorithms, their potential applications, and critical aspects such as trainability, generalization, and computational complexity. In addition, practical code demonstrations are provided in https://qml-tutorial.github.io/ to illustrate real-world implementations and facilitate hands-on learning. Together, these elements offer readers a comprehensive overview of the latest advancements in QML. By bridging the gap between classical machine learning and quantum computing, this tutorial serves as a valuable resource for those looking to engage with QML and explore the forefront of AI in the quantum era.
Benchmarking Quantum Convolutional Neural Networks for Signal Classification in Simulated Gamma-Ray Burst Detection
Farsian, Farida, Parmiggiani, Nicolò, Rizzo, Alessandro, Panebianco, Gabriele, Bulgarelli, Andrea, Schillirò, Francesco, Burigana, Carlo, Cardone, Vincenzo, Cappelli, Luca, Meneghetti, Massimo, Murante, Giuseppe, Sarracino, Giuseppe, Scaramella, Roberto, Testa, Vincenzo, Trombetti, Tiziana
This study evaluates the use of Quantum Convolutional Neural Networks (QCNNs) for identifying signals resembling Gamma-Ray Bursts (GRBs) within simulated astrophysical datasets in the form of light curves. The task addressed here focuses on distinguishing GRB-like signals from background noise in simulated Cherenkov Telescope Array Observatory (CTAO) data, the next-generation astrophysical observatory for very high-energy gamma-ray science. QCNNs, a quantum counterpart of classical Convolutional Neural Networks (CNNs), leverage quantum principles to process and analyze high-dimensional data efficiently. We implemented a hybrid quantum-classical machine learning technique using the Qiskit framework, with the QCNNs trained on a quantum simulator. Several QCNN architectures were tested, employing different encoding methods such as Data Reuploading and Amplitude encoding. Key findings include that QCNNs achieved accuracy comparable to classical CNNs, often surpassing 90\%, while using fewer parameters, potentially leading to more efficient models in terms of computational resources. A benchmark study further examined how hyperparameters like the number of qubits and encoding methods affected performance, with more qubits and advanced encoding methods generally enhancing accuracy but increasing complexity. QCNNs showed robust performance on time-series datasets, successfully detecting GRB signals with high precision. The research is a pioneering effort in applying QCNNs to astrophysics, offering insights into their potential and limitations. This work sets the stage for future investigations to fully realize the advantages of QCNNs in astrophysical data analysis.
A Distributed Hybrid Quantum Convolutional Neural Network for Medical Image Classification
Li, Yangyang, Qia, Zhengya, Lia, Yuelin, Yanga, Haorui, Shanga, Ronghua, Jiaoa, Licheng
Medical images are characterized by intricate and complex features, requiring interpretation by physicians with medical knowledge and experience. Classical neural networks can reduce the workload of physicians, but can only handle these complex features to a limited extent. Theoretically, quantum computing can explore a broader parameter space with fewer parameters, but it is currently limited by the constraints of quantum hardware.Considering these factors, we propose a distributed hybrid quantum convolutional neural network based on quantum circuit splitting. This model leverages the advantages of quantum computing to effectively capture the complex features of medical images, enabling efficient classification even in resource-constrained environments. Our model employs a quantum convolutional neural network (QCNN) to extract high-dimensional features from medical images, thereby enhancing the model's expressive capability.By integrating distributed techniques based on quantum circuit splitting, the 8-qubit QCNN can be reconstructed using only 5 qubits.Experimental results demonstrate that our model achieves strong performance across 3 datasets for both binary and multiclass classification tasks. Furthermore, compared to recent technologies, our model achieves superior performance with fewer parameters, and experimental results validate the effectiveness of our model.
Quantum Convolutional Neural Network: A Hybrid Quantum-Classical Approach for Iris Dataset Classification
Tomal, S. M. Yousuf Iqbal, Shafin, Abdullah Al, Afaf, Afrida, Bhattacharjee, Debojit
Quantum computing is transforming computational paradigms by offering new approaches to solving complex problems, particularly those that push the limits of classical computing. Quantum mechanics' principles, such as superposition, entanglement, and quantum parallelism, allow quantum systems to process information in ways fundamentally distinct from classical systems [1]. These features have the potential to revolutionize areas like machine learning, optimization, and simulation. However, the current limitations of quantum hardware, known as Noisy Intermediate-Scale Quantum (NISQ) devices, prevent the full realization of purely quantum algorithms [2]. In response, hybrid quantum-classical models have emerged as a promising compromise, leveraging the power of quantum computing while maintaining the scalability of classical methods [3]. The concept of Quantum Convolutional Neural Networks (QCNNs), as introduced by Cong et al., further highlights the potential of quantum machine learning, particularly for tasks involving pattern recognition and classification in quantum data [4]. In this study, we introduce an enhanced Quantum Convolutional Neural Network (QCNN) designed to highlight the advantages of hybrid quantum-classical frameworks in machine learning. Our model is applied to the classical Iris dataset, a well-established benchmark in machine learning, which presents a structured yet challenging problem for quantum models.
Quantum Convolutional Neural Networks are (Effectively) Classically Simulable
Bermejo, Pablo, Braccia, Paolo, Rudolph, Manuel S., Holmes, Zoë, Cincio, Lukasz, Cerezo, M.
Quantum Convolutional Neural Networks (QCNNs) are widely regarded as a promising model for Quantum Machine Learning (QML). In this work we tie their heuristic success to two facts. First, that when randomly initialized, they can only operate on the information encoded in low-bodyness measurements of their input states. And second, that they are commonly benchmarked on "locally-easy'' datasets whose states are precisely classifiable by the information encoded in these low-bodyness observables subspace. We further show that the QCNN's action on this subspace can be efficiently classically simulated by a classical algorithm equipped with Pauli shadows on the dataset. Indeed, we present a shadow-based simulation of QCNNs on up-to $1024$ qubits for phases of matter classification. Our results can then be understood as highlighting a deeper symptom of QML: Models could only be showing heuristic success because they are benchmarked on simple problems, for which their action can be classically simulated. This insight points to the fact that non-trivial datasets are a truly necessary ingredient for moving forward with QML. To finish, we discuss how our results can be extrapolated to classically simulate other architectures.
Permutation-equivariant quantum convolutional neural networks
Das, Sreetama, Caruso, Filippo
The Symmetric group $S_{n}$ manifests itself in large classes of quantum systems as the invariance of certain characteristics of a quantum state with respect to permuting the qubits. The subgroups of $S_{n}$ arise, among many other contexts, to describe label symmetry of classical images with respect to spatial transformations, e.g. reflection or rotation. Equipped with the formalism of geometric quantum machine learning, in this work we propose the architectures of equivariant quantum convolutional neural networks (EQCNNs) adherent to $S_{n}$ and its subgroups. We demonstrate that a careful choice of pixel-to-qubit embedding order can facilitate easy construction of EQCNNs for small subgroups of $S_{n}$. Our novel EQCNN architecture corresponding to the full permutation group $S_{n}$ is built by applying all possible QCNNs with equal probability, which can also be conceptualized as a dropout strategy in quantum neural networks. For subgroups of $S_{n}$, our numerical results using MNIST datasets show better classification accuracy than non-equivariant QCNNs. The $S_{n}$-equivariant QCNN architecture shows significantly improved training and test performance than non-equivariant QCNN for classification of connected and non-connected graphs. When trained with sufficiently large number of data, the $S_{n}$-equivariant QCNN shows better average performance compared to $S_{n}$-equivariant QNN . These results contribute towards building powerful quantum machine learning architectures in permutation-symmetric systems.
Quantum Convolutional Neural Networks for the detection of Gamma-Ray Bursts in the AGILE space mission data
Rizzo, A., Parmiggiani, N., Bulgarelli, A., Macaluso, A., Fioretti, V., Castaldini, L., Di Piano, A., Panebianco, G., Pittori, C., Tavani, M., Sartori, C., Burigana, C., Cardone, V., Farsian, F., Meneghetti, M., Murante, G., Scaramella, R., Schillirò, F., Testa, V., Trombetti, T.
Quantum computing represents a cutting-edge frontier in artificial intelligence. It makes use of hybrid quantum-classical computation which tries to leverage quantum mechanic principles that allow us to use a different approach to deep learning classification problems. The work presented here falls within the context of the AGILE space mission, launched in 2007 by the Italian Space Agency. We implement different Quantum Convolutional Neural Networks (QCNN) that analyze data acquired by the instruments onboard AGILE to detect Gamma-Ray Bursts from sky maps or light curves. We use several frameworks such as TensorFlow-Quantum, Qiskit and Penny-Lane to simulate a quantum computer. We achieved an accuracy of 95.1% on sky maps with QCNNs, while the classical counterpart achieved 98.8% on the same data, using however hundreds of thousands more parameters.