TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/CKGConv: General Graph Convolution with Continuous Kernels

CKGConv: General Graph Convolution with Continuous Kernels

Liheng Ma, Soumyasundar Pal, Yitian Zhang, Jiaming Zhou, Yingxue Zhang, Mark Coates

2024-04-21Graph RegressionGraph ClassificationGraph LearningNode Classification
PaperPDFCode(official)

Abstract

The existing definitions of graph convolution, either from spatial or spectral perspectives, are inflexible and not unified. Defining a general convolution operator in the graph domain is challenging due to the lack of canonical coordinates, the presence of irregular structures, and the properties of graph symmetries. In this work, we propose a novel and general graph convolution framework by parameterizing the kernels as continuous functions of pseudo-coordinates derived via graph positional encoding. We name this Continuous Kernel Graph Convolution (CKGConv). Theoretically, we demonstrate that CKGConv is flexible and expressive. CKGConv encompasses many existing graph convolutions, and exhibits a stronger expressiveness, as powerful as graph transformers in terms of distinguishing non-isomorphic graphs. Empirically, we show that CKGConv-based Networks outperform existing graph convolutional networks and perform comparably to the best graph transformers across a variety of graph datasets. The code and models are publicly available at https://github.com/networkslab/CKGConv.

Results

TaskDatasetMetricValueModel
Graph RegressionZINCMAE0.059CKGCN
Graph RegressionZINC-500kMAE5.9CKGCN
Graph RegressionPeptides-structMAE0.2477CKGCN
Graph ClassificationMNISTAccuracy98.423CKGCN
Graph ClassificationPeptides-funcAP0.6952CKGCN
Graph ClassificationCIFAR-10Accuracy72.785CKGCN
Node ClassificationPATTERNAccuracy88.661CKGCN
Node ClassificationCLUSTERAccuracy79.003CKGCN
ClassificationMNISTAccuracy98.423CKGCN
ClassificationPeptides-funcAP0.6952CKGCN
ClassificationCIFAR-10Accuracy72.785CKGCN

Related Papers

SGCL: Unifying Self-Supervised and Supervised Learning for Graph Recommendation2025-07-17A Graph-in-Graph Learning Framework for Drug-Target Interaction Prediction2025-07-15Graph World Model2025-07-14Federated Learning with Graph-Based Aggregation for Traffic Forecasting2025-07-13Graph Learning2025-07-08GDGB: A Benchmark for Generative Dynamic Text-Attributed Graph Learning2025-07-04S2FGL: Spatial Spectral Federated Graph Learning2025-07-03Interpretable Hierarchical Concept Reasoning through Attention-Guided Graph Learning2025-06-26