paper-with-me

홈 › Papers

Hybrid Graph Embeddings and Louvain Algorithm for Unsupervised Community Detection

2025-09-27 · Dalila Khettaf, Djamel Djenouri, Zeinab Rezaeifar, Youcef Djenouri arxiv

This paper proposes a novel community detection method that integrates the Louvain algorithm with Graph Neural Networks (GNNs), enabling the discovery of communities without prior knowledge. Compared to most existing solutions, the proposed method does not require prior knowledge of the number of communities. It enhances the Louvain algorithm using node embeddings generated by a GNN to capture richer structural and feature information. Furthermore, it introduces a merging algorithm to refine the results of the enhanced Louvain algorithm, reducing the number of detected communities. To the best of our knowledge, this work is the first one that improves the Louvain algorithm using GNNs for community detection. The improvement of the proposed method was empirically confirmed through an evaluation on real-world datasets. The results demonstrate its ability to dynamically adjust the number of detected communities and increase the detection accuracy in comparison with the benchmark solutions.

📄 PDF Abstract BibTeX arXiv:2509.23411

Code (0)

등록된 구현이 없습니다.

Tasks

Community Detection

Similar Papers 제목 키워드 기반

Ising-Based Louvain Method: Clustering Large Graphs with Specialized Hardware

2020-12-06 · Pouya Rezazadeh Kalehbasti, Hayato Ushijima-Mwesigwa, Avradip Mandal, Indradeep Ghosh

Recent advances in specialized hardware for solving optimization problems such quantum computers, quantum annealers, and CMOS annealers give rise to new ways for solving real-word complex problems. However, given current…

ClusteringCommunity Detection

Unsupervised segmentation of irradiation$\unicode{x2010}$induced order$\unicode{x2010}$disorder phase transitions in electron microscopy

2023-11-14 · Arman H Ter-Petrosyan, Jenna A Bilbrey, Christina M Doty, Bethany E Matthews 외

We present a method for the unsupervised segmentation of electron microscopy images, which are powerful descriptors of materials and chemical systems. Images are oversegmented into overlapping chips, and similarity graph…

Community DetectionSegmentation

Modularity Based Community Detection in Hypergraphs

2024-06-25 · Bogumił Kamiński, Paweł Misiorek, Paweł Prałat, François Théberge

In this paper, we propose a scalable community detection algorithm using hypergraph modularity function, h-Louvain. It is an adaptation of the classical Louvain algorithm in the context of hypergraphs. We observe that a …

Bayesian OptimizationCommunity Detection

Recurrent Graph Neural Network Algorithm for Unsupervised Network Community Detection

2021-03-03 · Stanislav Sobolevsky

Network community detection often relies on optimizing partition quality functions, like modularity. This optimization appears to be a complex problem traditionally relying on discrete heuristics. And although the proble…

Community DetectionGraph Neural Network

Multidimensional Hopfield Networks for clustering

2023-10-11 · Gergely Stomfai, Łukasz Sienkiewicz, Barbara Rychalska

We present the Multidimensional Hopfield Network (DHN), a natural generalisation of the Hopfield Network. In our theoretical investigations we focus on DHNs with a certain activation function and provide energy functions…

ClusteringGraph Embedding