paper-with-me

Papers

Unsupervised Neighborhood Propagation Kernel Layers for Semi-supervised Node Classification

2023-01-31 · Sonny Achten, Francesco Tonin, Panagiotis Patrinos, Johan A. K. Suykens

We present a deep Graph Convolutional Kernel Machine (GCKM) for semi-supervised node classification in graphs. The method is built of two main types of blocks: (i) We introduce unsupervised kernel machine layers propagating the node features in a one-hop neighborhood, using implicit node feature mappings. (ii) We specify a semi-supervised classification kernel machine through the lens of the Fenchel-Young inequality. We derive an effective initialization scheme and efficient end-to-end training algorithm in the dual variables for the full architecture. The main idea underlying GCKM is that, because of the unsupervised core, the final model can achieve higher performance in semi-supervised node classification when few labels are available for training. Experimental results demonstrate the effectiveness of the proposed framework.

📄 PDF Abstract BibTeX arXiv:2301.13764

Code (1)

sonnyachten/gckm 공식 구현 pytorch

Tasks

ClassificationNode Classification

Similar Papers 제목 키워드 기반

Attention-based Graph Neural Network for Semi-supervised Learning

2018-03-10 · ICLR 2018 1 · Kiran K. Thekumparampil, Chong Wang, Sewoong Oh, Li-Jia Li

Recently popularized graph neural networks achieve the state-of-the-art accuracy on a number of standard benchmark datasets for graph-based semi-supervised learning, improving significantly over existing approaches. Thes…

Graph Neural NetworkGraph Regression

Semi-supervised Learning with Adaptive Neighborhood Graph Propagation Network

2019-08-14 · Bo Jiang, Leiling Wang, Jin Tang, Bin Luo

Graph Convolutional Networks (GCNs) have been widely studied for compact data representation and semi-supervised learning tasks. However, existing GCNs usually use a fixed neighborhood graph which is not guaranteed to be…

graph construction

Kernel-Induced Label Propagation by Mapping for Semi-Supervised Classification

2019-05-29 · Zhao Zhang, Lei Jia, Mingbo Zhao, Guangcan Liu 외

Kernel methods have been successfully applied to the areas of pattern recognition and data mining. In this paper, we mainly discuss the issue of propagating labels in kernel space. A Kernel-Induced Label Propagation (Ker…

ClassificationGeneral Classification

Low-rank Label Propagation for Semi-supervised Learning with 100 Millions Samples

2017-02-28 · Raphael Petegrosso, Wei zhang, Zhuliu Li, Yousef Saad 외

The success of semi-supervised learning crucially relies on the scalability to a huge amount of unlabelled data that are needed to capture the underlying manifold structure for better classification. Since computing the …

Graph Elimination Networks

2024-01-02 · Shuo Wang, Ge Cheng, Yun Zhang

Graph Neural Networks (GNNs) are widely applied across various domains, yet they perform poorly in deep layers. Existing research typically attributes this problem to node over-smoothing, where node representations becom…