Inductive Graph Representation Learning with Quantum Graph Neural Networks
Arthur M. Faria, Ignacio F. Graña, Savvas Varsamopoulos
TL;DR
The paper addresses inductive learning on graphs using quantum computing by introducing a GraphSAGE–inspired Quantum Graph Neural Network (QGNN) that uses a modular quantum aggregator (QGCN) and a quantum feature map to process local node features. It demonstrates that a single minimal QGCN circuit can handle graphs with varying sizes, while extending to multiple per-hop quantum aggregators to improve trainability and performance. On QM9 molecular graphs, the QGNN shows stronger generalization as molecular complexity increases, and gradient-variance analyses indicate the absence of barren plateaus as qubit counts grow, supporting scalability. Overall, the work provides a flexible, scalable quantum framework for inductive graph representation learning with practical implications for complex graph-structured data.
Abstract
Quantum Graph Neural Networks (QGNNs) offer a promising approach to combining quantum computing with graph-structured data processing. While classical Graph Neural Networks (GNNs) are scalable and robust, existing QGNNs often lack flexibility due to graph-specific quantum circuit designs, limiting their applicability to diverse real-world problems. To address this, we propose a versatile QGNN framework inspired by GraphSAGE, using quantum models as aggregators. We integrate inductive representation learning techniques with parameterized quantum convolutional and pooling layers, bridging classical and quantum paradigms. The convolutional layer is flexible, allowing tailored designs for specific tasks. Benchmarked on a node regression task with the QM9 dataset, our framework, using a single minimal circuit for all aggregation steps, handles molecules with varying numbers of atoms without changing qubits or circuit architecture. While classical GNNs achieve higher training performance, our quantum approach remains competitive and often shows stronger generalization as molecular complexity increases. We also observe faster learning in early training epochs. To mitigate trainability limitations of a single-circuit setup, we extend the framework with multiple quantum aggregators on QM9. Assigning distinct circuits to each hop substantially improves training performance across all cases. Additionally, we numerically demonstrate the absence of barren plateaus as qubit numbers increase, suggesting that the proposed model can scale to larger, more complex graph-based problems.
