English

Efficient Computation of Hyper-triangles on Hypergraphs

Data Structures and Algorithms 2025-04-04 v1 Databases

Abstract

Hypergraphs, which use hyperedges to capture groupwise interactions among different entities, have gained increasing attention recently for their versatility in effectively modeling real-world networks. In this paper, we study the problem of computing hyper-triangles (formed by three fully-connected hyperedges), which is a basic structural unit in hypergraphs. Although existing approaches can be adopted to compute hyper-triangles by exhaustively examining hyperedge combinations, they overlook the structural characteristics distinguishing different hyper-triangle patterns. Consequently, these approaches lack specificity in computing particular hyper-triangle patterns and exhibit low efficiency. In this paper, we unveil a new formation pathway for hyper-triangles, transitioning from hyperedges to hyperwedges before assembling into hyper-triangles, and classify hyper-triangle patterns based on hyperwedges. Leveraging this insight, we introduce a two-step framework to reduce the redundant checking of hyperedge combinations. Under this framework, we propose efficient algorithms for computing a specific pattern of hyper-triangles. Approximate algorithms are also devised to support estimated counting scenarios. Furthermore, we introduce a fine-grained hypergraph clustering coefficient measurement that can reflect diverse properties of hypergraphs based on different hyper-triangle patterns. Extensive experimental evaluations conducted on 11 real-world datasets validate the effectiveness and efficiency of our proposed techniques.

Keywords

Cite

@article{arxiv.2504.02271,
  title  = {Efficient Computation of Hyper-triangles on Hypergraphs},
  author = {Haozhe Yin and Kai Wang and Wenjie Zhang and Ying Zhang and Ruijia Wu and Xuemin Lin},
  journal= {arXiv preprint arXiv:2504.02271},
  year   = {2025}
}
R2 v1 2026-06-28T22:44:46.421Z