A Novel Parallel QCNN Architecture with Efficient Classical Simulability

arXiv:2607.089287.5h-index: 2
Predicted impact top 45% in QUANT-PH · last 90 daysOriginality Incremental advance
AI Analysis

For quantum machine learning researchers, this work offers a scalable QCNN design that reduces hardware requirements while maintaining performance, though it is an incremental improvement over existing QCNN methods.

The paper introduces a parallel QCNN architecture that partitions images for efficient classical simulation, enabling training of a 128-qubit model on MNIST binary classification. Results show that partitioning does not degrade accuracy and sometimes improves it, likely by mitigating barren plateaus.

This work presents a study of an implementation of a novel Quantum Convolutional Neural Network (QCNN) for binary classification of images from the Modified National Institute of Standards and Technology (MNIST) dataset. Using a novel architecture inspired by previous QCNN and classical convolutional neural network (CNN) implementations, we use a hierarchical partitioning approach to implement a QCNN circuit that can be approximated and simulated efficiently on a classical machine for a large problem. First, the original image is partitioned such that each process handles a smaller portion of the image, which is encoded into independent states. Then, these partitions merge and combine, resulting in states that contain information from both partitions while halving the number of processes. After repeating this until one process remains, we reduce the dimensionality of the state until a single qubit remains for measurement. Using this approach, we can use multiple processes in parallel to simulate a large QCNN program without the need for exponentially growing hardware requirements as the number of qubits increases. In our work, we use this scheme to train a 128-qubit model, which is impossible to run on any classical supercomputer without the novel architecture. We also explore the impact of this new model architecture on prediction accuracy by training it to perform binary classification on the MNIST dataset with a small number of qubits, and comparing it to a model without partitioning. Our initial findings show that partitioning images into smaller sub-images with this architecture does not degrade the model's performance and sometimes even improves it, likely because it reduces the Barren plateaus issue in the partitioning process.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes