paper-with-me

Papers

Graph Convolution for Semi-Supervised Classification: Improved Linear Separability and Out-of-Distribution Generalization

2021-02-13 · Aseem Baranwal, Kimon Fountoulakis, Aukosh Jagannath

Recently there has been increased interest in semi-supervised classification in the presence of graphical information. A new class of learning models has emerged that relies, at its most basic level, on classifying the data after first applying a graph convolution. To understand the merits of this approach, we study the classification of a mixture of Gaussians, where the data corresponds to the node attributes of a stochastic block model. We show that graph convolution extends the regime in which the data is linearly separable by a factor of roughly $1/\sqrt{D}$, where $D$ is the expected degree of a node, as compared to the mixture model data on its own. Furthermore, we find that the linear classifier obtained by minimizing the cross-entropy loss after the graph convolution generalizes to out-of-distribution data where the unseen data can have different intra- and inter-class edge probabilities from the training data.

📄 PDF Abstract BibTeX arXiv:2102.06966

Code (2)

aseemrb/graph-conv-classification
opallab/icml-21-graph-conv

Tasks

General ClassificationOut-of-Distribution GeneralizationStochastic Block Model

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Semi-Supervised Classification on Non-Sparse Graphs Using Low-Rank Graph Convolutional Networks

2019-05-24 · Dominik Alfke, Martin Stoll

Graph Convolutional Networks (GCNs) have proven to be successful tools for semi-supervised learning on graph-based datasets. For sparse graphs, linear and polynomial filter functions have yielded impressive results. For …

General Classification

Semi-Supervised Cervical Dysplasia Classification With Learnable Graph Convolutional Network

2020-04-01 · Yanglan Ou, Yuan Xue, Ye Yuan, Tao Xu 외

Cervical cancer is the second most prevalent cancer affecting women today. As the early detection of cervical carcinoma relies heavily upon screening and pre-clinical testing, digital cervicography has great potential as…

ClassificationGeneral Classification

Graph Convolutional Network For Semi-supervised Node Classification With Subgraph Sketching

2024-04-19 · Zibin Huang, Jun Xian

In this paper, we propose the Graph-Learning-Dual Graph Convolutional Neural Network called GLDGCN based on the classic Graph Convolutional Neural Network(GCN) by introducing dual convolutional layer and graph learning l…

ClassificationClusteringGraph LearningNode Classification

Structure fusion based on graph convolutional networks for semi-supervised classification

2019-07-02 · Guangfeng Lin, Jing Wang, Kaiyang Liao, Fan Zhao 외

Suffering from the multi-view data diversity and complexity for semi-supervised classification, most of existing graph convolutional networks focus on the networks architecture construction or the salient graph structure…

ClassificationGeneral ClassificationNode ClassificationSpecificity

Fusion Graph Convolutional Networks

2018-05-31 · Priyesh Vijayan, Yash Chandak, Mitesh M. Khapra, Srinivasan Parthasarathy 외

Semi-supervised node classification in attributed graphs, i.e., graphs with node features, involves learning to classify unlabeled nodes given a partially labeled graph. Label predictions are made by jointly modeling the…

General ClassificationNode Classification