Hyperedge Modeling in Hypergraph Neural Networks by using Densest Overlapping Subgraphs
Mehrad Soltani, Luis Rueda

TL;DR
This paper introduces the DOSAGE algorithm to improve hypergraph construction by identifying densest overlapping subgraphs, leading to enhanced hypergraph neural network performance in node classification tasks.
Contribution
The paper proposes a novel DOSAGE algorithm for densest overlapping subgraph detection, improving hypergraph neural network construction and performance.
Findings
DOSAGE outperforms existing methods in node classification accuracy.
Enhanced hypergraph construction leads to richer structural information.
Significant improvements over six baseline methods.
Abstract
Hypergraphs tackle the limitations of traditional graphs by introducing {\em hyperedges}. While graph edges connect only two nodes, hyperedges connect an arbitrary number of nodes along their edges. Also, the underlying message-passing mechanisms in Hypergraph Neural Networks (HGNNs) are in the form of vertex-hyperedge-vertex, which let HGNNs capture and utilize richer and more complex structural information than traditional Graph Neural Networks (GNNs). More recently, the idea of overlapping subgraphs has emerged. These subgraphs can capture more information about subgroups of vertices without limiting one vertex belonging to just one group, allowing vertices to belong to multiple groups or subgraphs. In addition, one of the most important problems in graph clustering is to find densest overlapping subgraphs (DOS). In this paper, we propose a solution to the DOS problem via…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNeural Networks and Applications · Advanced Graph Neural Networks · Graph Theory and Algorithms
