Open AccessPosted Content
Graph Inference Learning for Semi-supervised Classification
TL;DR: In this paper, a graph inference learning (GIL) framework is proposed to boost the performance of semi-supervised node classification by learning the inference of node labels on graph topology.
read more
Abstract: In this work, we address semi-supervised classification of graph data, where the categories of those unlabeled nodes are inferred from labeled nodes as well as graph structures. Recent works often solve this problem via advanced graph convolution in a conventionally supervised manner, but the performance could degrade significantly when labeled data is scarce. To this end, we propose a Graph Inference Learning (GIL) framework to boost the performance of semi-supervised node classification by learning the inference of node labels on graph topology. To bridge the connection between two nodes, we formally define a structure relation by encapsulating node attributes, between-node paths, and local topological structures together, which can make the inference conveniently deduced from one node to another node. For learning the inference process, we further introduce meta-optimization on structure relations from training nodes to validation nodes, such that the learnt graph inference capability can be better self-adapted to testing nodes. Comprehensive evaluations on four benchmark datasets (including Cora, Citeseer, Pubmed, and NELL) demonstrate the superiority of our proposed GIL when compared against state-of-the-art methods on the semi-supervised node classification task.
read more
Chat with Paper
AI Agents for this Paper
Find similar papers on Google Scholar, PubMed and Arxiv
Write a critical review of this paper
Analyze citations of this paper to find unaddressed research gaps
Citations
•Proceedings Article
Contrastive and Generative Graph Convolutional Networks for Graph-based Semi-Supervised Learning.
Sheng Wan,Shirui Pan,Jian Yang,Chen Gong +3 more
- 18 May 2021
TL;DR: Zhang et al. as mentioned in this paper proposed a GCN-based semi-supervised learning (SSL) algorithm which aims to enrich the supervision signals by utilizing both data similarities and graph structure.
Should Graph Convolution Trust Neighbors? A Simple Causal Inference Method
TL;DR: This work investigates whether a GCN should trust the local structure of a testing node when predicting its label, and analyzes the working mechanism of GCN with causal graph, estimating the causal effect of a node's local structure for the prediction.
•Proceedings Article
Relative and absolute location embedding for few-shot node classification on graph
Zemin Liu,Yuan Fang,Chenghao Liu,Steven C. H. Hoi +3 more
- 18 May 2021
TL;DR: Zhang et al. as mentioned in this paper proposed a novel model called Relative and Absolute Location Embedding (RALE) hinged on the concept of hub nodes, which captures the task-level dependency by assigning each node a relative location within a task, as well as the graph level dependency by assign each node an absolute location on the graph to further align different tasks toward learning a transferable prior.
Semi-supervised Anomaly Detection on Attributed Graphs
Atsutoshi Kumagai,Tomoharu Iwata,Yasuhiro Fujiwara +2 more
- 18 Jul 2021
TL;DR: In this paper, the authors propose a simple yet effective method for detecting anomalous instances on an attribute graph with label information of a small number of instances using graph convolutional networks (GCNs).
29
References
Deep Residual Learning for Image Recognition
Kaiming He,Xiangyu Zhang,Shaoqing Ren,Jian Sun +3 more
- 27 Jun 2016
TL;DR: In this article, the authors proposed a residual learning framework to ease the training of networks that are substantially deeper than those used previously, which won the 1st place on the ILSVRC 2015 classification task.
•Proceedings Article
The PageRank Citation Ranking : Bringing Order to the Web
Lawrence Page,Sergey Brin,Rajeev Motwani,Terry Winograd +3 more
- 11 Nov 1999
TL;DR: This paper describes PageRank, a mathod for rating Web pages objectively and mechanically, effectively measuring the human interest and attention devoted to them, and shows how to efficiently compute PageRank for large numbers of pages.
16.4K
•Proceedings Article
Semi-Supervised Classification with Graph Convolutional Networks
Thomas Kipf,Max Welling +1 more
- 09 Sep 2016
TL;DR: In this paper, a scalable approach for semi-supervised learning on graph-structured data is presented based on an efficient variant of convolutional neural networks which operate directly on graphs.
•Proceedings Article
Model-agnostic meta-learning for fast adaptation of deep networks
Chelsea Finn,Pieter Abbeel,Sergey Levine +2 more
- 06 Aug 2017
TL;DR: An algorithm for meta-learning that is model-agnostic, in the sense that it is compatible with any model trained with gradient descent and applicable to a variety of different learning problems, including classification, regression, and reinforcement learning is proposed.
•Proceedings Article
Convolutional neural networks on graphs with fast localized spectral filtering
Michaël Defferrard,Xavier Bresson,Pierre Vandergheynst +2 more
- 05 Dec 2016
TL;DR: This work presents a formulation of CNNs in the context of spectral graph theory, which provides the necessary mathematical background and efficient numerical schemes to design fast localized convolutional filters on graphs.