Hypergraph Isomorphism Computation
Yifan Feng, Jiashu Han, Shihui Ying, Yue Gao

TL;DR
This paper introduces a novel hypergraph isomorphism testing algorithm based on the Weisfiler-Lehman test, along with kernel methods, significantly improving accuracy and efficiency in hypergraph classification tasks.
Contribution
It generalizes the Weisfiler-Lehman test to hypergraphs and develops new kernel frameworks, achieving superior performance and speed in hypergraph classification.
Findings
Significant accuracy improvements over existing methods.
Over 80 times faster runtime on complex hypergraphs.
Effective in both graph and hypergraph classification tasks.
Abstract
The isomorphism problem is a fundamental problem in network analysis, which involves capturing both low-order and high-order structural information. In terms of extracting low-order structural information, graph isomorphism algorithms analyze the structural equivalence to reduce the solver space dimension, which demonstrates its power in many applications, such as protein design, chemical pathways, and community detection. For the more commonly occurring high-order relationships in real-life scenarios, the problem of hypergraph isomorphism, which effectively captures these high-order structural relationships, cannot be straightforwardly addressed using graph isomorphism methods. Besides, the existing hypergraph kernel methods may suffer from high memory consumption or inaccurate sub-structure identification, thus yielding sub-optimal performance. In this paper, to address the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsBioinformatics and Genomic Networks · Advanced Graph Neural Networks · Computational Drug Discovery Methods
