paper-with-me

홈 › Papers

Learnable quantum spectral filters for hybrid graph neural networks

2025-07-08 · Ammar Daskin arxiv

In this paper, we describe a parameterized quantum circuit that can be considered as convolutional and pooling layers for graph neural networks. The circuit incorporates the parameterized quantum Fourier circuit where the qubit connections for the controlled gates derived from the Laplacian operator. Specifically, we show that the eigenspace of the Laplacian operator of a graph can be approximated by using QFT based circuit whose connections are determined from the adjacency matrix. For an $N\times N$ Laplacian, this approach yields an approximate polynomial-depth circuit requiring only $n=log(N)$ qubits. These types of circuits can eliminate the expensive classical computations for approximating the learnable functions of the Laplacian through Chebyshev polynomial or Taylor expansions. Using this circuit as a convolutional layer provides an $n-$ dimensional probability vector that can be considered as the filtered and compressed graph signal. Therefore, the circuit along with the measurement can be considered a very efficient convolution plus pooling layer that transforms an $N$-dimensional signal input into $n-$dimensional signal with an exponential compression. We then apply a classical neural network prediction head to the output of the circuit to construct a complete graph neural network. Since the circuit incorporates geometric structure through its graph connection-based approach, we present graph classification results for the benchmark datasets listed in TUDataset library. Using only [1-100] learnable parameters for the quantum circuit and minimal classical layers (1000-5000 parameters) in a generic setting, the obtained results are comparable to and in some cases better than many of the baseline results, particularly for the cases when geometric structure plays a significant role.

📄 PDF Abstract BibTeX arXiv:2507.05640

Code (0)

등록된 구현이 없습니다.

Tasks

Graph ClassificationGraph Neural Network

Similar Papers 제목 키워드 기반

Learnable Quantum Efficiency Filters for Urban Hyperspectral Segmentation

2026-03-27 · Imad Ali Shah, Jiarong Li, Ethan Delaney, Enda Ward 외 arxiv

Hyperspectral sensing provides rich spectral information for scene understanding in urban driving, but its high dimensionality poses challenges for interpretation and efficient learning. We introduce Learnable Quantum Ef…

Dimensionality ReductionSemantic SegmentationScene Understanding

Specformer: Spectral Graph Neural Networks Meet Transformers

2023-03-02 · Deyu Bo, Chuan Shi, Lele Wang, Renjie Liao

Spectral graph neural networks (GNNs) learn graph representations via spectral-domain graph convolutions. However, most existing spectral graph filters are scalar-to-scalar functions, i.e., mapping a single eigenvalue to…

Decoder

LanczosNet: Multi-Scale Deep Graph Convolutional Networks

2019-01-06 · ICLR 2019 5 · Renjie Liao, Zhizhen Zhao, Raquel Urtasun, Richard S. Zemel

We propose the Lanczos network (LanczosNet), which uses the Lanczos algorithm to construct low rank approximations of the graph Laplacian for graph convolution. Relying on the tridiagonal decomposition of the Lanczos alg…

Node Classification

Aligning the Spectrum: Hybrid Graph Pre-training and Prompt Tuning across Homophily and Heterophily

2025-08-15 · Haitong Luo, Suhang Wang, Weiyao Zhang, Ruiqi Meng 외 arxiv

Graph ``pre-training and prompt-tuning'' aligns downstream tasks with pre-trained objectives to enable efficient knowledge transfer under limited supervision. However, current methods typically rely on single-filter back…

Addressing Heterogeneity and Heterophily in Graphs: A Heterogeneous Heterophilic Spectral Graph Neural Network

2024-10-17 · Kangkang Lu, Yanhua Yu, Zhiyong Huang, Jia Li 외

Graph Neural Networks (GNNs) have garnered significant scholarly attention for their powerful capabilities in modeling graph structures. Despite this, two primary challenges persist: heterogeneity and heterophily. Existi…

Graph Neural Network