LGSPMay 7, 2024

Binarized Simplicial Convolutional Neural Networks

arXiv:2405.04098v221 citationsh-index: 29Neural Networks
AI Analysis

This work addresses the problem of time efficiency in processing higher-order structures for researchers and practitioners in graph-based machine learning, representing an incremental improvement over existing simplicial convolutional networks.

The paper tackled the limitation of Graph Neural Networks in processing high-dimensional structures like edges and triangles by proposing Binarized Simplicial Convolutional Neural Networks (Bi-SCNN), which reduced execution time without sacrificing prediction performance, as confirmed on real-world citation and ocean-drifter data.

Graph Neural Networks have a limitation of solely processing features on graph nodes, neglecting data on high-dimensional structures such as edges and triangles. Simplicial Convolutional Neural Networks (SCNN) represent higher-order structures using simplicial complexes to break this limitation albeit still lacking time efficiency. In this paper, we propose a novel neural network architecture on simplicial complexes named Binarized Simplicial Convolutional Neural Networks (Bi-SCNN) based on the combination of simplicial convolution with a binary-sign forward propagation strategy. The usage of the Hodge Laplacian on a binary-sign forward propagation enables Bi-SCNN to efficiently and effectively represent simplicial features that have higher-order structures than traditional graph node representations. Compared to the previous Simplicial Convolutional Neural Networks, the reduced model complexity of Bi-SCNN shortens the execution time without sacrificing the prediction performance and is less prone to the over-smoothing effect. Experimenting with real-world citation and ocean-drifter data confirmed that our proposed Bi-SCNN is efficient and accurate.

Foundations

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

Your Notes