paper-with-me

Papers

Simultaneous Linear Multi-view Attributed Graph Representation Learning and Clustering

2023-02-01 · WSDM '23: Proceedings of the Sixteenth ACM International Conference on Web Search and Data Mining 2023 2 · Chakib Fettal, Lazhar Labiod, Mohamed Nadif

Over the last few years, various multi-view graph clustering methods have shown promising performances. However, we argue that these methods can have limitations. In particular, they are often unnecessarily complex, leading to scalability problems that make them prohibitive for most real-world graph applications. Furthermore, many of them can handle only specific types of multi-view graphs. Another limitation is that the process of learning graph representations is separated from the clustering process, and in some cases these methods do not even learn a graph representation, which severely restricts their flexibility and usefulness. In this paper we propose a simple yet effective linear model that addresses the dual tasks of multi-view attributed graph representation learning and clustering in a unified framework. The model starts by performing a first-order neighborhood smoothing step for the different individual views, then gives each one a weight corresponding to its importance. Finally, an iterative process of simultaneous clustering and representation learning is performed w.r.t. the importance of each view, yielding a consensus embedding and partition of the graph. Our model is generic and can deal with any type of multi-view graph. Finally, we show through extensive experimentation that this simple model consistently achieves competitive performances w.r.t. state-of-the-art multi-view attributed graph clustering models, while at the same time having training times that are shorter, in some cases by orders of magnitude.

📄 PDF Abstract BibTeX

Code (1)

chakib401/LMGEC tf

Tasks

ClusteringGraph ClusteringGraph Representation LearningRepresentation Learning

Similar Papers 제목 키워드 기반

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

Learning on Large-scale Text-attributed Graphs via Variational Inference

2022-10-26 · Jianan Zhao, Meng Qu, Chaozhuo Li, Hao Yan 외

This paper studies learning on text-attributed graphs (TAGs), where each node is associated with a text description. An ideal solution for such a problem would be integrating both the text and graph structure information…

Variational Inference

Deep Embedded Clustering with Distribution Consistency Preservation for Attributed Networks

2022-05-28 · Yimei Zheng, Caiyan Jia, Jian Yu, Xuanya Li

Many complex systems in the real world can be characterized by attributed networks. To mine the potential information in these networks, deep embedded clustering, which obtains node representations and clusters simultane…

AttributeClustering

Heterogeneous Attributed Graph Learning via Neighborhood-Aware Star Kernels

2025-11-14 · Hong Huang, Chengyu Yao, Haiming Chen, Hang Gao arxiv

Attributed graphs, typically characterized by irregular topologies and a mix of numerical and categorical attributes, are ubiquitous in diverse domains such as social networks, bioinformatics, and cheminformatics. While …

Graph SimilarityGraph Learning

Dual Information Enhanced Multi-view Attributed Graph Clustering

2022-11-28 · Jia-Qi Lin, Man-Sheng Chen, Xi-Ran Zhu, Chang-Dong Wang 외

Multi-view attributed graph clustering is an important approach to partition multi-view data based on the attribute feature and adjacent matrices from different views. Some attempts have been made in utilizing Graph Neur…

AttributeClusteringGraph ClusteringGraph Neural Network