MLJul 10, 2013

Optimisation dans la détection de communautés recouvrantes et équilibre de Nash

arXiv:1307.2715v11 citations
Originality Incremental advance
AI Analysis

This work addresses community detection in graphs, which is incremental as it builds on existing modularity optimization methods.

The paper tackles the NP-complete problem of community detection in graphs by introducing an algorithm that refines an approximate solution to achieve a local optimum using a potential function, resulting in a Nash equilibrium, with experiments demonstrating its effectiveness.

Community detection in graphs has been the subject of many algorithms. Recent methods want to optimize a modularity function which shows a maximum of relationships within communities and found a minimum of inter-community relations. these algorithms are applied to unipartite, multipartite and directed graphs. However, given the NP-completeness of the problem, these algorithms are heuristics that do not guarantee an optimum. In this paper we introduce an algorithm which, based on an approximate solution obtained through a efficient detection algorithm, modifie it to achieve a local optimum based on a function. this reassignment function is a potential function and therefore the computed optimum is a Nash equilibrium. We supplement our method with an overlap function that allows to have simultaneously the two detection modes. Several experiments show the interest of our approach.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes