Fully Linear Graph Convolutional Networks for Semi-Supervised Learning
and Clustering
- URL: http://arxiv.org/abs/2111.07942v1
- Date: Mon, 15 Nov 2021 17:45:09 GMT
- Title: Fully Linear Graph Convolutional Networks for Semi-Supervised Learning
and Clustering
- Authors: Yaoming Cai, Zijia Zhang, Zhihua Cai, Xiaobo Liu, Yao Ding, Pedram
Ghamisi
- Abstract summary: We show that FLGC is powerful to deal with both graph-structured data and regular data.
We also show that FLGC acts as a natural generalization of classic linear models in the non-Euclidean domain.
- Score: 13.19688594704988
- License: http://arxiv.org/licenses/nonexclusive-distrib/1.0/
- Abstract: 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.
Related papers
- Geometric Mixture Classifier (GMC): A Discriminative Per-Class Mixture of Hyperplanes [1.4557098800700885]
Many real world categories are multimodal, with single classes occupying disjoint regions in feature space. Classical linear models (logistic regression, linear SVM) use a single global hyperplane and perform poorly on such data.<n>We propose the Geometric Mixture (GMC), a discriminative model that represents each class as a mixture of hyperplanes.
arXiv Detail & Related papers (2025-09-20T18:32:05Z) - Adversarial Graph Fusion for Incomplete Multi-view Semi-supervised Learning with Tensorial Imputation [22.080075025365208]
View missing remains a significant challenge in graph-based multi-view semi-supervised learning.<n>We propose a novel incomplete multi-view semi-supervised learning method, termed AGF-TI.
arXiv Detail & Related papers (2025-09-19T13:12:41Z) - Optimal Exact Recovery in Semi-Supervised Learning: A Study of Spectral Methods and Graph Convolutional Networks [11.090533263502937]
We tackle the challenge of semi-supervised node classification on the Contextual Block Model (CSBM) dataset.
We design an optimal spectral estimator inspired by Principal Component Analysis (PCA) with the training labels and essential data.
We also evaluate the efficacy of graph ridge regression and Graph Convolutional Networks (GCN) on this dataset.
arXiv Detail & Related papers (2024-12-18T11:44:19Z) - GP-FL: Model-Based Hessian Estimation for Second-Order Over-the-Air Federated Learning [52.295563400314094]
Second-order methods are widely adopted to improve the convergence rate of learning algorithms.
This paper introduces a novel second-order FL framework tailored for wireless channels.
arXiv Detail & Related papers (2024-12-05T04:27:41Z) - Fast Graph Sharpness-Aware Minimization for Enhancing and Accelerating Few-Shot Node Classification [53.727688136434345]
Graph Neural Networks (GNNs) have shown superior performance in node classification.
We present Fast Graph Sharpness-Aware Minimization (FGSAM) that integrates the rapid training of Multi-Layer Perceptrons with the superior performance of GNNs.
Our proposed algorithm outperforms the standard SAM with lower computational costs in FSNC tasks.
arXiv Detail & Related papers (2024-10-22T09:33:29Z) - Self-Supervised Contrastive Graph Clustering Network via Structural Information Fusion [15.293684479404092]
We propose a novel deep graph clustering method called CGCN.
Our approach introduces contrastive signals and deep structural information into the pre-training process.
Our method has been experimentally validated on multiple real-world graph datasets.
arXiv Detail & Related papers (2024-08-08T09:49:26Z) - Scalable Graph Compressed Convolutions [68.85227170390864]
We propose a differentiable method that applies permutations to calibrate input graphs for Euclidean convolution.
Based on the graph calibration, we propose the Compressed Convolution Network (CoCN) for hierarchical graph representation learning.
arXiv Detail & Related papers (2024-07-26T03:14:13Z) - Modularity aided consistent attributed graph clustering via coarsening [6.522020196906943]
Graph clustering is an important unsupervised learning technique for partitioning graphs with attributes and detecting communities.
We propose a loss function incorporating log-determinant, smoothness, and modularity components using a block majorization-minimization technique.
Our algorithm seamlessly integrates graph neural networks (GNNs) and variational graph autoencoders (VGAEs) to learn enhanced node features and deliver exceptional clustering performance.
arXiv Detail & Related papers (2024-07-09T10:42:19Z) - Rethinking and Accelerating Graph Condensation: A Training-Free Approach with Class Partition [56.26113670151363]
Graph condensation is a data-centric solution to replace the large graph with a small yet informative condensed graph.
Existing GC methods suffer from intricate optimization processes, necessitating excessive computing resources.
We propose a training-free GC framework termed Class-partitioned Graph Condensation (CGC)
CGC achieves state-of-the-art performance with a more efficient condensation process.
arXiv Detail & Related papers (2024-05-22T14:57:09Z) - MeanCut: A Greedy-Optimized Graph Clustering via Path-based Similarity
and Degree Descent Criterion [0.6906005491572401]
spectral clustering is popular and attractive due to the remarkable performance, easy implementation, and strong adaptability.
We propose MeanCut as the objective function and greedily optimize it in degree descending order for a nondestructive graph partition.
The validity of our algorithm is demonstrated by testifying on real-world benchmarks and application of face recognition.
arXiv Detail & Related papers (2023-12-07T06:19:39Z) - Deep Attention-guided Graph Clustering with Dual Self-supervision [49.040136530379094]
We propose a novel method, namely deep attention-guided graph clustering with dual self-supervision (DAGC)
We develop a dual self-supervision solution consisting of a soft self-supervision strategy with a triplet Kullback-Leibler divergence loss and a hard self-supervision strategy with a pseudo supervision loss.
Our method consistently outperforms state-of-the-art methods on six benchmark datasets.
arXiv Detail & Related papers (2021-11-10T06:53:03Z) - Structured Graph Learning for Clustering and Semi-supervised
Classification [74.35376212789132]
We propose a graph learning framework to preserve both the local and global structure of data.
Our method uses the self-expressiveness of samples to capture the global structure and adaptive neighbor approach to respect the local structure.
Our model is equivalent to a combination of kernel k-means and k-means methods under certain condition.
arXiv Detail & Related papers (2020-08-31T08:41:20Z) - Revisiting Graph based Collaborative Filtering: A Linear Residual Graph
Convolutional Network Approach [55.44107800525776]
Graph Convolutional Networks (GCNs) are state-of-the-art graph based representation learning models.
In this paper, we revisit GCN based Collaborative Filtering (CF) based Recommender Systems (RS)
We show that removing non-linearities would enhance recommendation performance, consistent with the theories in simple graph convolutional networks.
We propose a residual network structure that is specifically designed for CF with user-item interaction modeling.
arXiv Detail & Related papers (2020-01-28T04:41:25Z)
This list is automatically generated from the titles and abstracts of the papers in this site.
This site does not guarantee the quality of this site (including all information) and is not responsible for any consequences.