paper-with-me

Papers

Rethinking Kernel Methods for Node Representation Learning on Graphs

2019-10-06 · NeurIPS 2019 12 · Yu Tian, Long Zhao, Xi Peng, Dimitris N. Metaxas

Graph kernels are kernel methods measuring graph similarity and serve as a standard tool for graph classification. However, the use of kernel methods for node classification, which is a related problem to graph representation learning, is still ill-posed and the state-of-the-art methods are heavily based on heuristics. Here, we present a novel theoretical kernel-based framework for node classification that can bridge the gap between these two representation learning problems on graphs. Our approach is motivated by graph kernel methodology but extended to learn the node representations capturing the structural information in a graph. We theoretically show that our formulation is as powerful as any positive semidefinite kernels. To efficiently learn the kernel, we propose a novel mechanism for node feature aggregation and a data-driven similarity metric employed during the training phase. More importantly, our framework is flexible and complementary to other graph-based deep learning models, e.g., Graph Convolutional Networks (GCNs). We empirically evaluate our approach on a number of standard node classification benchmarks, and demonstrate that our model sets the new state of the art.

📄 PDF Abstract BibTeX arXiv:1910.02548

Code (1)

bluer555/KernelGCN 공식 구현 pytorch

Tasks

ClassificationGeneral ClassificationGraph ClassificationGraph Representation LearningGraph SimilarityLink PredictionNode ClassificationRepresentation Learning

Methods 이 논문이 사용한 방법론

Graph Convolutional Networks 설명 없음

Similar Papers 제목 키워드 기반

LLM as Graph Kernel: Rethinking Message Passing on Text-Rich Graphs

2026-03-16 · Ying Zhang, Hang Yu, Haipeng Zhang, Peng Di arxiv

Text-rich graphs, which integrate complex structural dependencies with abundant textual information, are ubiquitous yet remain challenging for existing learning paradigms. Conventional methods and even LLM-hybrids compre…

Graph Learning

DDGK: Learning Graph Representations for Deep Divergence Graph Kernels

2019-04-21 · Rami Al-Rfou, Dustin Zelle, Bryan Perozzi

Can neural networks learn to compare graphs without feature engineering? In this paper, we show that it is possible to learn representations for graph similarity with neither domain knowledge nor supervision (i.e.\ featu…

Feature EngineeringGraph AttentionGraph ClassificationGraph Similarity

KONG: Kernels for ordered-neighborhood graphs

2018-05-25 · NeurIPS 2018 12 · Moez Draief, Konstantin Kutzkov, Kevin Scaman, Milan Vojnovic

We present novel graph kernels for graphs with node and edge labels that have ordered neighborhoods, i.e. when neighbor nodes follow an order. Graphs with ordered neighborhoods are a natural data representation for evolv…

Graph Autoencoder for Graph Compression and Representation Learning

2021-03-04 · ICLR Workshop Neural_Compression 2021 5 · Yunhao Ge, Yunkui Pang, Linwei Li, Laurent Itti

We consider the problem of graph data compression and representation. Recent developments in graph neural networks (GNNs) focus on generalizing convolutional neural networks (CNNs) to graph data, which includes redesigni…

Data CompressionGraph ClassificationGraph Representation LearningRepresentation Learning

Boosting Graph Structure Learning with Dummy Nodes

2022-06-17 · Xin Liu, Jiayang Cheng, Yangqiu Song, Xin Jiang

With the development of graph kernels and graph representation learning, many superior methods have been proposed to handle scalability and oversmoothing issues on graph structure learning. However, most of those strateg…

Graph ClassificationGraph Representation LearningGraph structure learningRepresentation Learning