Generalizing CNNs to graphs with learnable neighborhood quantization

Isaac Osafo Nkansah, Neil Gallagher, Ruchi Sandilya, Conor Liston, L. Grosenick
2/3/2026

Abstract

Convolutional neural networks (CNNs) have led to a revolution in analyzing array data. However, many important sources of data, such as biological and social networks, are naturally structured as graphs rather than arrays, making the design of graph neural network (GNN) architectures that retain the strengths of CNNs an active and exciting area of research. Here, we introduce Quantized Graph Convolution Networks (QGCNs), the first framework for GNNs that formally and directly extends CNNs to graphs. QGCNs do this by decomposing the convolution operation into non-overlapping sub-kernels, allowing them to fit graph data while reducing to a 2D CNN layer on array data. We generalize this approach to graphs of arbitrary size and dimension by approaching sub-kernel assignment as a learnable multinomial assignment problem. Integrating this approach into a residual network architecture, we demonstrate performance that matches or exceeds other state-of-the-art GNNs on benchmark graph datasets and for predicting properties of nonlinear dynamics on a new finite element graph dataset. In summary, QGCNs are a novel GNN framework that generalizes CNNs and their strengths to graph data, allowing for more accurate and expressive models.

DOISemantic Scholar

Code Implementations

No confident code match yet

We couldn't find an author-owned or strongly-evidenced community implementation for this paper. 1 weaker match is hidden by default — verify before relying on them.

No code implementations found yet.

Know of an implementation? Let us know in the comments below!

Cite this paper

@article{nkansah2026generalizing,
  title  = {Generalizing CNNs to graphs with learnable neighborhood quantization},
  author = {Isaac Osafo Nkansah and Neil Gallagher and Ruchi Sandilya and Conor Liston and L. Grosenick},
  year   = {2026},
  doi    = {10.52202/079017-2617},
  url    = {https://doi.org/10.52202/079017-2617},
  journal = {NEURIPS 2024 2024}
}

Discussion