paper-with-me

Papers

Quantum-based subgraph convolutional neural networks

2019-04-01 · Pattern Recognition 2019 4 · Zhihong Zhang, Dong-Dong Chen, Jianjia Wang, Lu Bai, Edwin R. Hancock

This paper proposes a new graph convolutional neural network architecture based on a depth-based representation of graph structure deriving from quantum walks, which we refer to as the quantum-based subgraph convolutional neural network (QS-CNNs). This new architecture captures both the global topological structure and the local connectivity structure within a graph. Specifically, we commence by establishing a family of K-layer expansion subgraphs for each vertex of a graph by quantum walks, which captures the global topological arrangement information for substructures contained within a graph. We then design a set of fixed-size convolution filters over the subgraphs, which helps to characterise multi-scale patterns residing in the data. The idea is to apply convolution filters sliding over the entire set of subgraphs rooted at a vertex to extract the local features analogous to the standard convolution operation on grid data. Experiments on eight graph-structured datasets demonstrate that QS-CNNs architecture is capable of outperforming fourteen state-of-the-art methods for the tasks of node classification and graph classification.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

General ClassificationGraph ClassificationNode Classification

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Molecular Docking via Weighted Subgraph Isomorphism on Quantum Annealers

2024-04-19 · Emanuele Triuzzi, Riccardo Mengoni, Francesco Micucci, Domenico Bonanni 외

Molecular docking is an essential step in the drug discovery process involving the detection of three-dimensional poses of a ligand inside the active site of the protein. In this paper, we address the Molecular Docking s…

Drug DiscoveryMolecular Docking

Cloning and Beyond: A Quantum Solution to Duplicate Code

2023-10-19 · Onward!: ACM SIGPLAN International Symposium on New Ideas, New Paradigms, and Reflections on Programming and Software, Pages 32–49 2023 10 · Samyak Jhaveri, Cristina V. Lopes, Alberto Krone-Martins

Quantum computers are becoming a reality. The advantage of quantum computing is that it has the potential to solve computationally complex problems in a fixed amount time, independent of the size of the problem. However,…

Clone Detection

Quantum Circuits for Quantum Convolutions: A Quantum Convolutional Autoencoder

2025-08-30 · Javier Orduz, Pablo Rivas, Erich Baker arxiv

Quantum machine learning deals with leveraging quantum theory with classic machine learning algorithms. Current research efforts study the advantages of using quantum mechanics or quantum information theory to accelerate…

Quantum Machine Learning

Quantum Adjoint Convolutional Layers for Effective Data Representation

2024-04-26 · Ren-xin Zhao, Shi Wang, Yaonan Wang

Quantum Convolutional Layer (QCL) is considered as one of the core of Quantum Convolutional Neural Networks (QCNNs) due to its efficient data feature extraction capability. However, the current principle of QCL is not as…

QuCNN : A Quantum Convolutional Neural Network with Entanglement Based Backpropagation

2022-10-11 · Samuel A. Stein, Ying Mao, James Ang, Ang Li

Quantum Machine Learning continues to be a highly active area of interest within Quantum Computing. Many of these approaches have adapted classical approaches to the quantum settings, such as QuantumFlow, etc. We push fo…

Quantum Machine Learning