paper-with-me

홈 › Papers

Minimizing Localized Ratio Cut Objectives in Hypergraphs

2020-02-21 · Nate Veldt, Austin R. Benson, Jon Kleinberg

Hypergraphs are a useful abstraction for modeling multiway relationships in data, and hypergraph clustering is the task of detecting groups of closely related nodes in such data. Graph clustering has been studied extensively, and there are numerous methods for detecting small, localized clusters without having to explore an entire input graph. However, there are only a few specialized approaches for localized clustering in hypergraphs. Here we present a framework for local hypergraph clustering based on minimizing localized ratio cut objectives. Our framework takes an input set of reference nodes in a hypergraph and solves a sequence of hypergraph minimum $s$-$t$ cut problems in order to identify a nearby well-connected cluster of nodes that overlaps substantially with the input set. Our methods extend graph-based techniques but are significantly more general and have new output quality guarantees. First, our methods can minimize new generalized notions of hypergraph cuts, which depend on specific configurations of nodes within each hyperedge, rather than just on the number of cut hyperedges. Second, our framework has several attractive theoretical properties in terms of output cluster quality. Most importantly, our algorithm is strongly-local, meaning that its runtime depends only on the size of the input set, and does not need to explore the entire hypergraph to find good local clusters. We use our methodology to effectively identify clusters in hypergraphs of real-world data with millions of nodes, millions of hyperedges, and large average hyperedge size with runtimes ranging between a few seconds and a few minutes.

📄 PDF Abstract BibTeX arXiv:2002.09441

Code (1)

nveldt/HypergraphFlowClustering 공식 구현

Tasks

ClusteringGraph Clustering

Similar Papers 제목 키워드 기반

Particle Swarm Optimized Power Consumption of Trilateration

2016-02-08 · Hussein S. Al-Olimat, Robert C. Green II, Mansoor Alam, Vijay Devabhaktuni 외

Trilateration-based localization (TBL) has become a corner stone of modern technology. This study formulates the concern on how wireless sensor networks can take advantage of the computational intelligent techniques usin…

HYGENE: A Diffusion-based Hypergraph Generation Method

2024-08-29 · Dorian Gailhard, Enzo Tartaglione, Lirida Naviner, Jhony H. Giraldo

Hypergraphs are powerful mathematical structures that can model complex, high-order relationships in various domains, including social networks, bioinformatics, and recommender systems. However, generating realistic and …

Graph Generation

Feature-aware Hypergraph Generation via Next-Scale Prediction

2025-06-02 · Dorian Gailhard, Enzo Tartaglione, Lirida Naviner, Jhony H. Giraldo

Hypergraphs generalize traditional graphs by allowing hyperedges to connect multiple nodes, making them well-suited for modeling complex structures with higher-order relationships, such as 3D meshes, molecular systems, a…

Prediction

A New Decomposition Paradigm for Graph-structured Nonlinear Programs via Message Passing

2025-12-31 · Kuangyu Ding, Marie Maros, Gesualdo Scutari arxiv

We study finite-sum nonlinear programs with localized variable coupling encoded by a (hyper)graph. We introduce a graph-compliant decomposition framework that brings message passing into continuous optimization in a rigo…

Edge-Colored Clustering in Hypergraphs: Beyond Minimizing Unsatisfied Edges

2025-02-18 · Alex Crane, Thomas Stanley, Blair D. Sullivan, Nate Veldt

We consider a framework for clustering edge-colored hypergraphs, where the goal is to cluster (equivalently, to color) objects based on the primary type of multiway interactions they participate in. One well-studied obje…

ClusteringFairness