paper-with-me

홈 › Papers

Multilayer Graph Clustering with Optimized Node Embedding

2021-03-30 · Mireille El Gheche, Pascal Frossard

We are interested in multilayer graph clustering, which aims at dividing the graph nodes into categories or communities. To do so, we propose to learn a clustering-friendly embedding of the graph nodes by solving an optimization problem that involves a fidelity term to the layers of a given multilayer graph, and a regularization on the (single-layer) graph induced by the embedding. The fidelity term uses the contrastive loss to properly aggregate the observed layers into a representative embedding. The regularization pushes for a sparse and community-aware graph, and it is based on a measure of graph sparsification called "effective resistance", coupled with a penalization of the first few eigenvalues of the representative graph Laplacian matrix to favor the formation of communities. The proposed optimization problem is nonconvex but fully differentiable, and thus can be solved via the descent gradient method. Experiments show that our method leads to a significant improvement w.r.t. state-of-the-art multilayer graph clustering algorithms.

📄 PDF Abstract BibTeX arXiv:2103.16534

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringGraph Clustering

Similar Papers 제목 키워드 기반

Multilayer Graph Contrastive Clustering Network

2021-12-28 · Liang Liu, Zhao Kang, Ling Tian, Wenbo Xu 외

Multilayer graph has garnered plenty of research attention in many areas due to their high utility in modeling interdependent systems. However, clustering of multilayer graph, which aims at dividing the graph nodes into …

ClusteringGraph Clustering

OrthoNet: Multilayer Network Data Clustering

2018-11-02 · Mireille El Gheche, Giovanni Chierchia, Pascal Frossard

Network data appears in very diverse applications, like biological, social, or sensor networks. Clustering of network nodes into categories or communities has thus become a very common task in machine learning and data m…

ClusteringGraph ClusteringNode Clustering

Multilayer Spectral Graph Clustering via Convex Layer Aggregation

2016-09-23 · Pin-Yu Chen, Alfred O. Hero III

Multilayer graphs are commonly used for representing different relations between entities and handling heterogeneous data processing tasks. New challenges arise in multilayer graph clustering for assigning clusters to a …

ClusteringGraph ClusteringSpectral Graph Clustering

Multilayer Spectral Graph Clustering via Convex Layer Aggregation: Theory and Algorithms

2017-08-08 · Pin-Yu Chen, Alfred O. Hero

Multilayer graphs are commonly used for representing different relations between entities and handling heterogeneous data processing tasks. Non-standard multilayer graph clustering methods are needed for assigning cluste…

ClusteringGraph ClusteringSpectral Graph Clustering

Deep Graph Clustering via Mutual Information Maximization and Mixture Model

2022-05-10 · Maedeh Ahmadi, Mehran Safayani, Abdolreza Mirzaei

Attributed graph clustering or community detection which learns to cluster the nodes of a graph is a challenging task in graph analysis. In this paper, we introduce a contrastive learning framework for learning clusterin…

ClusteringCommunity DetectionContrastive LearningGraph Clustering+1