Coherent Feed Forward Quantum Neural Network

Utkarsh Singh,Aaron Z. Goldberg,Khabat Heshami
2024-02-01
Abstract:Quantum machine learning, focusing on quantum neural networks (QNNs), remains a vastly uncharted field of study. Current QNN models primarily employ variational circuits on an ansatz or a quantum feature map, often requiring multiple entanglement layers. This methodology not only increases the computational cost of the circuit beyond what is practical on near-term quantum devices but also misleadingly labels these models as neural networks, given their divergence from the structure of a typical feed-forward neural network (FFNN). Moreover, the circuit depth and qubit needs of these models scale poorly with the number of data features, resulting in an efficiency challenge for real-world machine-learning tasks. We introduce a bona fide QNN model, which seamlessly aligns with the versatility of a traditional FFNN in terms of its adaptable intermediate layers and nodes, absent from intermediate measurements such that our entire model is coherent. This model stands out with its reduced circuit depth and number of requisite C-NOT gates to outperform prevailing QNN models. Furthermore, the qubit count in our model remains unaffected by the data's feature quantity. We test our proposed model on various benchmarking datasets such as the diagnostic breast cancer (Wisconsin) and credit card fraud detection datasets. We compare the outcomes of our model with the existing QNN methods to showcase the advantageous efficacy of our approach, even with a reduced requirement on quantum resources. Our model paves the way for application of quantum neural networks to real relevant machine learning problems.
Quantum Physics,Machine Learning
What problem does this paper attempt to address?
### Problems the paper attempts to solve This paper aims to solve several key problems in the practical applications of Quantum Neural Networks (QNNs): 1. **Circuit depth and computational cost**: Existing QNN models usually use variational circuits, which rely on quantum feature mapping or parameterized quantum circuits. This approach not only increases the circuit depth but also leads to excessively high computational costs, especially being difficult to implement on the quantum devices available in the near future. 2. **Deviation from the structure of classical Feed - Forward Neural Networks (FFNN)**: Although existing QNN models are called "neural networks", their structures are very different from those of classical FFNNs. In particular, they lack flexibility in the design of intermediate layers and cannot truly simulate the behavior of FFNNs. 3. **Scalability and efficiency challenges**: As the number of data features increases, the number of qubits and circuit depth required by existing QNN models will also increase substantially, which makes it very inefficient to process large - scale and complex data sets. To solve these problems, the author proposes a new quantum neural network model - **Coherent Feed - Forward Quantum Neural Network (CFFQNN)**. This model has the following characteristics: - **Maintaining the structure of classical FFNN**: CFFQNN seamlessly inherits the multi - layer structure of classical FFNN, including adjustable intermediate layers and nodes. - **Reducing circuit depth and the number of C - NOT gates**: By optimizing the circuit design, the required quantum resources are reduced, thereby improving computational efficiency. - **Qubit requirements independent of the number of data features**: The number of qubits in CFFQNN does not increase with the increase in the number of data features, making it more suitable for processing large - scale data sets. In addition, the author also tested CFFQNN on multiple benchmark data sets (such as the breast cancer diagnosis data set and the credit card fraud detection data set) and compared its performance with existing QNN methods, demonstrating its significant advantages in accuracy and computational efficiency. ### Summary The main goal of this paper is to develop a more efficient, flexible quantum neural network model suitable for practical machine - learning tasks, in order to overcome the bottlenecks of existing QNN models in terms of scalability and computational efficiency.