English

Hypercore Decomposition for Non-Fragile Hyperedges: Concepts, Algorithms, Observations, and Applications

Social and Information Networks 2023-08-24 v2 Data Structures and Algorithms

Abstract

Hypergraphs are a powerful abstraction for modeling high-order relations, which are ubiquitous in many fields. A hypergraph consists of nodes and hyperedges (i.e., subsets of nodes); and there have been a number of attempts to extend the notion of kk-cores, which proved useful with numerous applications for pairwise graphs, to hypergraphs. However, the previous extensions are based on an unrealistic assumption that hyperedges are fragile, i.e., a high-order relation becomes obsolete as soon as a single member leaves it. In this work, we propose a new substructure model, called (kk, tt)-hypercore, based on the assumption that high-order relations remain as long as at least tt fraction of the members remain. Specifically, it is defined as the maximal subhypergraph where (1) every node is contained in at least kk hyperedges in it and (2) at least tt fraction of the nodes remain in every hyperedge. We first prove that, given tt (or kk), finding the (kk, tt)-hypercore for every possible kk (or tt) can be computed in time linear w.r.t the sum of the sizes of hyperedges. Then, we demonstrate that real-world hypergraphs from the same domain share similar (kk, tt)-hypercore structures, which capture different perspectives depending on tt. Lastly, we show the successful applications of our model in identifying influential nodes, dense substructures, and vulnerability in hypergraphs.

Keywords

Cite

@article{arxiv.2301.08440,
  title  = {Hypercore Decomposition for Non-Fragile Hyperedges: Concepts, Algorithms, Observations, and Applications},
  author = {Fanchen Bu and Geon Lee and Kijung Shin},
  journal= {arXiv preprint arXiv:2301.08440},
  year   = {2023}
}

Comments

ECML PKDD 2023 Journal Track (Data Mining and Knowledge Discovery journal)

R2 v1 2026-06-28T08:15:58.689Z