paper-with-me

Papers

Fully Linear Graph Convolutional Networks for Semi-Supervised Learning and Clustering

2021-11-15 · Yaoming Cai, Zijia Zhang, Zhihua Cai, Xiaobo Liu, Yao Ding, Pedram Ghamisi

This paper presents FLGC, a simple yet effective fully linear graph convolutional network for semi-supervised and unsupervised learning. Instead of using gradient descent, we train FLGC based on computing a global optimal closed-form solution with a decoupled procedure, resulting in a generalized linear framework and making it easier to implement, train, and apply. We show that (1) FLGC is powerful to deal with both graph-structured data and regular data, (2) training graph convolutional models with closed-form solutions improve computational efficiency without degrading performance, and (3) FLGC acts as a natural generalization of classic linear models in the non-Euclidean domain, e.g., ridge regression and subspace clustering. Furthermore, we implement a semi-supervised FLGC and an unsupervised FLGC by introducing an initial residual strategy, enabling FLGC to aggregate long-range neighborhoods and alleviate over-smoothing. We compare our semi-supervised and unsupervised FLGCs against many state-of-the-art methods on a variety of classification and clustering benchmarks, demonstrating that the proposed FLGC models consistently outperform previous methods in terms of accuracy, robustness, and learning efficiency. The core code of our FLGC is released at https://github.com/AngryCai/FLGC.

📄 PDF Abstract BibTeX arXiv:2111.07942

Code (1)

angrycai/flgc 공식 구현 pytorch

Tasks

ClusteringComputational Efficiency

Similar Papers 제목 키워드 기반

Anisotropic Graph Convolutional Network for Semi-supervised Learning

2020-10-20 · Mahsa Mesgaran, A. Ben Hamza

Graph convolutional networks learn effective node embeddings that have proven to be useful in achieving high-accuracy prediction results in semi-supervised learning tasks, such as node classification. However, these netw…

ClassificationGeneral ClassificationNode Classification

Semi-Supervised Classification with Graph Convolutional Networks

2016-09-09 · Thomas N. Kipf, Max Welling

We present a scalable approach for semi-supervised learning on graph-structured data that is based on an efficient variant of convolutional neural networks which operate directly on graphs. We motivate the choice of our …

Document ClassificationDrug DiscoveryGeneral ClassificationGraph Classification+8

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

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

Infinitely Wide Graph Convolutional Networks: Semi-supervised Learning via Gaussian Processes

2020-02-26 · Jilin Hu, Jianbing Shen, Bin Yang, Ling Shao

Graph convolutional neural networks~(GCNs) have recently demonstrated promising results on graph-based semi-supervised classification, but little work has been done to explore their theoretical properties. Recently, seve…

Gaussian ProcessesGeneral Classification