LGMar 30, 2021

Parameterized Hypercomplex Graph Neural Networks for Graph Classification

arXiv:2103.16584v119 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses graph classification for machine learning researchers, offering a novel regularization method that reduces overfitting and improves efficiency, though it is incremental in applying hypercomplex algebras to graphs.

The authors tackled the problem of graph classification by developing hypercomplex graph neural networks that infer multiplication rules from data, achieving state-of-the-art performance with 70% fewer parameters and lower memory usage.

Despite recent advances in representation learning in hypercomplex (HC) space, this subject is still vastly unexplored in the context of graphs. Motivated by the complex and quaternion algebras, which have been found in several contexts to enable effective representation learning that inherently incorporates a weight-sharing mechanism, we develop graph neural networks that leverage the properties of hypercomplex feature transformation. In particular, in our proposed class of models, the multiplication rule specifying the algebra itself is inferred from the data during training. Given a fixed model architecture, we present empirical evidence that our proposed model incorporates a regularization effect, alleviating the risk of overfitting. We also show that for fixed model capacity, our proposed method outperforms its corresponding real-formulated GNN, providing additional confirmation for the enhanced expressivity of HC embeddings. Finally, we test our proposed hypercomplex GNN on several open graph benchmark datasets and show that our models reach state-of-the-art performance while consuming a much lower memory footprint with 70& fewer parameters. Our implementations are available at https://github.com/bayer-science-for-a-better-life/phc-gnn.

Code Implementations1 repo
Foundations

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

Your Notes