LGMar 31, 2022

Hypergraph Convolutional Networks via Equivalency between Hypergraphs and Undirected Graphs

arXiv:2203.16939v330 citations
Originality Incremental advance
AI Analysis

This work addresses a modeling gap in hypergraph learning for researchers and practitioners dealing with complex relational data, though it is incremental as it builds on existing graph neural network methods.

The paper tackles the limitation of existing hypergraph learning frameworks that ignore edge-dependent vertex weights (EDVWs) by introducing General Hypergraph Spectral Convolution (GHSC), a framework that handles both EDVW and edge-independent vertex weight hypergraphs and enables the use of existing Graph Convolutional Neural Networks, achieving state-of-the-art performance in experiments across domains like social network analysis and protein learning.

As a powerful tool for modeling complex relationships, hypergraphs are gaining popularity from the graph learning community. However, commonly used frameworks in deep hypergraph learning focus on hypergraphs with edge-independent vertex weights (EIVWs), without considering hypergraphs with edge-dependent vertex weights (EDVWs) that have more modeling power. To compensate for this, we present General Hypergraph Spectral Convolution (GHSC), a general learning framework that not only handles EDVW and EIVW hypergraphs, but more importantly, enables theoretically explicitly utilizing the existing powerful Graph Convolutional Neural Networks (GCNNs) such that largely ease the design of Hypergraph Neural Networks. In this framework, the graph Laplacian of the given undirected GCNNs is replaced with a unified hypergraph Laplacian that incorporates vertex weight information from a random walk perspective by equating our defined generalized hypergraphs with simple undirected graphs. Extensive experiments from various domains including social network analysis, visual objective classification, and protein learning demonstrate the state-of-the-art performance of the proposed framework.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes