Parameter-Free Hypergraph Neural Network for Few-Shot Node Classification
Chaewoon Bae, Doyun Choi, Jaehyun Lee, Jaemin Yoo
TL;DR
ZEN tackles few-shot node classification on hypergraphs with a fully linear, parameter-free architecture. By linearizing HNNs into a single propagation matrix and a weight matrix, and then deriving a tractable closed-form for the weight while applying redundancy-aware propagation to remove self-information, it achieves strong generalization with minimal computation. The method yields state-of-the-art average performance across 11 real hypergraphs and delivers substantial speedups over nonlinear baselines, while offering interpretable class-feature relations through its linear decision process. This approach significantly improves scalability for hypergraph learning in low-label regimes and opens avenues for broader, training-free graph-based reasoning. $\text{Key ideas include: a unified linearization of HNNs, a closed-form weight solution, and a 2-hop redundancy-aware propagation design.}$
Abstract
Few-shot node classification on hypergraphs requires models that generalize from scarce labels while capturing high-order structures. Existing hypergraph neural networks (HNNs) effectively encode such structures but often suffer from overfitting and scalability issues due to complex, black-box architectures. In this work, we propose ZEN (Zero-Parameter Hypergraph Neural Network), a fully linear and parameter-free model that achieves both expressiveness and efficiency. Built upon a unified formulation of linearized HNNs, ZEN introduces a tractable closed-form solution for the weight matrix and a redundancy-aware propagation scheme to avoid iterative training and to eliminate redundant self information. On 11 real-world hypergraph benchmarks, ZEN consistently outperforms eight baseline models in classification accuracy while achieving up to 696x speedups over the fastest competitor. Moreover, the decision process of ZEN is fully interpretable, providing insights into the characteristic of a dataset. Our code and datasets are fully available at https://github.com/chaewoonbae/ZEN.
