paper-with-me

Papers

Rethinking Graph Auto-Encoder Models for Attributed Graph Clustering

2021-07-19 · Nairouz Mrabah, Mohamed Bouguessa, Mohamed Fawzi Touati, Riadh Ksantini

Most recent graph clustering methods have resorted to Graph Auto-Encoders (GAEs) to perform joint clustering and embedding learning. However, two critical issues have been overlooked. First, the accumulative error, inflicted by learning with noisy clustering assignments, degrades the effectiveness and robustness of the clustering model. This problem is called Feature Randomness. Second, reconstructing the adjacency matrix sets the model to learn irrelevant similarities for the clustering task. This problem is called Feature Drift. Interestingly, the theoretical relation between the aforementioned problems has not yet been investigated. We study these issues from two aspects: (1) there is a trade-off between Feature Randomness and Feature Drift when clustering and reconstruction are performed at the same level, and (2) the problem of Feature Drift is more pronounced for GAE models, compared with vanilla auto-encoder models, due to the graph convolutional operation and the graph decoding design. Motivated by these findings, we reformulate the GAE-based clustering methodology. Our solution is two-fold. First, we propose a sampling operator $\Xi$ that triggers a protection mechanism against the noisy clustering assignments. Second, we propose an operator $\Upsilon$ that triggers a correction mechanism against Feature Drift by gradually transforming the reconstructed graph into a clustering-oriented one. As principal advantages, our solution grants a considerable improvement in clustering effectiveness and robustness and can be easily tailored to existing GAE models.

📄 PDF Abstract BibTeX arXiv:2107.08562

Code (1)

nairouz/R-GAE 공식 구현 pytorch

Tasks

ClusteringGraph ClusteringNode Clustering

Similar Papers 제목 키워드 기반

Deep Manifold Graph Auto-Encoder for Attributed Graph Embedding

2024-01-12 · Bozhen Hu, Zelin Zang, Jun Xia, Lirong Wu 외

Representing graph data in a low-dimensional space for subsequent tasks is the purpose of attributed graph embedding. Most existing neural network approaches learn latent representations by minimizing reconstruction erro…

Graph Embedding

Deep attributed graph clustering with self-separation regularization and parameter-free cluster estimation

2021-07-15 · Neural Networks 2021 7 · Junzhong Ji, Ye Liang, Minglong Lei

Detecting clusters over attributed graphs is a fundamental task in the graph analysis field. The goal is to partition nodes into dense clusters based on both their attributes and structures. Modern graph neural network…

ClusteringDeep ClusteringGraph Clustering

Variational Graph Autoencoder for Heterogeneous Information Networks with Missing and Inaccurate Attributes

2023-11-14 · Yige Zhao, Jianxiang Yu, Yao Cheng, Chengcheng Yu 외

Heterogeneous Information Networks (HINs), which consist of various types of nodes and edges, have recently demonstrated excellent performance in graph mining. However, most existing heterogeneous graph neural networks (…

AttributeDecoderGraph Mining

Rethinking Message Passing as Retrieval for Text-Attributed Graph Learning

2026-08-27 · Jintang Li, Yuhong Chen, Ruofan Wu, Binli Luo 외 arxiv

Graph neural networks (GNNs) are typically conceptualized as message-passing neural networks, yet it remains unclear why neighborhood aggregation reliably outperforms node-wise multilayer perceptrons (MLPs). Despite its …

Graph Learning

AnomMAN: Detect Anomaly on Multi-view Attributed Networks

2022-01-08 · Ling-Hao Chen, He Li, Wanyuan Zhang, Jianbin Huang 외

Anomaly detection on attributed networks is widely used in online shopping, financial transactions, communication networks, and so on. However, most existing works trying to detect anomalies on attributed networks only c…

Anomaly Detection