paper-with-me

Papers

Structured Graph Learning for Clustering and Semi-supervised Classification

2020-08-31 · Zhao Kang, Chong Peng, Qiang Cheng, Xinwang Liu, Xi Peng, Zenglin Xu, Ling Tian

Graphs have become increasingly popular in modeling structures and interactions in a wide variety of problems during the last decade. Graph-based clustering and semi-supervised classification techniques have shown impressive performance. This paper proposes a graph learning framework to preserve both the local and global structure of data. Specifically, our method uses the self-expressiveness of samples to capture the global structure and adaptive neighbor approach to respect the local structure. Furthermore, most existing graph-based methods conduct clustering and semi-supervised classification on the graph learned from the original data matrix, which doesn't have explicit cluster structure, thus they might not achieve the optimal performance. By considering rank constraint, the achieved graph will have exactly $c$ connected components if there are $c$ clusters or classes. As a byproduct of this, graph learning and label inference are jointly and iteratively implemented in a principled way. Theoretically, we show that our model is equivalent to a combination of kernel k-means and k-means methods under certain condition. Extensive experiments on clustering and semi-supervised classification demonstrate that the proposed method outperforms other state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2008.13429

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationClusteringGeneral ClassificationGraph Learning

Similar Papers 제목 키워드 기반

Rethinking Semi-Supervised Node Classification with Self-Supervised Graph Clustering

2025-11-25 · Songbo Wang, Renchi Yang, Yurui Lai, Xiaoyang Lin 외 arxiv

The emergence of graph neural networks (GNNs) has offered a powerful tool for semi-supervised node classification tasks. Subsequent studies have achieved further improvements through refining the message passing schemes …

Node ClassificationData AugmentationGraph Clustering

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

2021-11-15 · Yaoming Cai, Zijia Zhang, Zhihua Cai, Xiaobo Liu 외

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 optima…

ClusteringComputational Efficiency

Graph Laplacian for Semi-Supervised Learning

2023-01-12 · Or Streicher, Guy Gilboa

Semi-supervised learning is highly useful in common scenarios where labeled data is scarce but unlabeled data is abundant. The graph (or nonlocal) Laplacian is a fundamental smoothing operator for solving various learnin…

Clustering

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

Robust Graph Learning from Noisy Data

2018-12-17 · Zhao Kang, Haiqi Pan, Steven C. H. Hoi, Zenglin Xu

Learning graphs from data automatically has shown encouraging performance on clustering and semisupervised learning tasks. However, real data are often corrupted, which may cause the learned graph to be inexact or unreli…

ClusteringGeneral Classificationgraph constructionGraph Learning+5