LGSIMLDec 28, 2018

Hypergraph Clustering: A Modularity Maximization Approach

arXiv:1812.10869v14 citations
Originality Incremental advance
AI Analysis

This work addresses clustering in hypergraphs for applications like network analysis, but it is incremental as it adapts existing graph methods to hypergraphs.

The authors tackled hypergraph clustering by generalizing modularity maximization to hypergraphs, introducing a null model and reduction method, and demonstrated improved performance on real-world datasets.

Clustering on hypergraphs has been garnering increased attention with potential applications in network analysis, VLSI design and computer vision, among others. In this work, we generalize the framework of modularity maximization for clustering on hypergraphs. To this end, we introduce a hypergraph null model, analogous to the configuration model on undirected graphs, and a node-degree preserving reduction to work with this model. This is used to define a modularity function that can be maximized using the popular and fast Louvain algorithm. We additionally propose a refinement over this clustering, by reweighting cut hyperedges in an iterative fashion. The efficacy and efficiency of our methods are demonstrated on several real-world datasets.

Foundations

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

Your Notes