paper-with-me

Papers

Clustering in graphs and hypergraphs with categorical edge labels

2019-10-22 · Ilya Amburg, Nate Veldt, Austin R. Benson

Modern graph or network datasets often contain rich structure that goes beyond simple pairwise connections between nodes. This calls for complex representations that can capture, for instance, edges of different types as well as so-called "higher-order interactions" that involve more than two nodes at a time. However, we have fewer rigorous methods that can provide insight from such representations. Here, we develop a computational framework for the problem of clustering hypergraphs with categorical edge labels --- or different interaction types --- where clusters corresponds to groups of nodes that frequently participate in the same type of interaction. Our methodology is based on a combinatorial objective function that is related to correlation clustering on graphs but enables the design of much more efficient algorithms that also seamlessly generalize to hypergraphs. When there are only two label types, our objective can be optimized in polynomial time, using an algorithm based on minimum cuts. Minimizing our objective becomes NP-hard with more than two label types, but we develop fast approximation algorithms based on linear programming relaxations that have theoretical cluster quality guarantees. We demonstrate the efficacy of our algorithms and the scope of the model through problems in edge-label community detection, clustering with temporal data, and exploratory data analysis.

📄 PDF Abstract BibTeX arXiv:1910.09943

Code (1)

nveldt/CategoricalEdgeClustering 공식 구현

Tasks

ClusteringCommunity Detection

Similar Papers 제목 키워드 기반

Classification of Edge-dependent Labels of Nodes in Hypergraphs

2023-06-05 · Minyoung Choe, Sunwoo Kim, Jaemin Yoo, Kijung Shin

A hypergraph is a data structure composed of nodes and hyperedges, where each hyperedge is an any-sized subset of nodes. Due to the flexibility in hyperedge size, hypergraphs represent group interactions (e.g., co-author…

ClassificationNode Clustering

Submodular Hypergraphs: p-Laplacians, Cheeger Inequalities and Spectral Clustering

2018-03-10 · ICML 2018 7 · Pan Li, Olgica Milenkovic

We introduce submodular hypergraphs, a family of hypergraphs that have different submodular weights associated with different cuts of hyperedges. Submodular hypergraphs arise in clustering applications in which higher-or…

Clustering

Hypergraphs with Edge-Dependent Vertex Weights: p-Laplacians and Spectral Clustering

2022-08-15 · Yu Zhu, Santiago Segarra

We study p-Laplacians and spectral clustering for a recently proposed hypergraph model that incorporates edge-dependent vertex weights (EDVW). These weights can reflect different importance of vertices within a hyperedge…

Clustering

Hypergraphs as Weighted Directed Self-Looped Graphs: Spectral Properties, Clustering, Cheeger Inequality

2024-10-23 · Zihao Li, Dongqi Fu, Hengyu Liu, Jingrui He

Hypergraphs naturally arise when studying group relations and have been widely used in the field of machine learning. There has not been a unified formulation of hypergraphs, yet the recently proposed edge-dependent vert…

Clustering

Perfect Clustering in Nonuniform Hypergraphs

2025-04-11 · Ga-Ming Angus Chan, Zachary Lubberts

While there has been tremendous activity in the area of statistical network inference on graphs, hypergraphs have not enjoyed the same attention, on account of their relative complexity and the lack of tractable statisti…

Clustering