LGNEMar 14, 2022

Simplicial Attention Neural Networks

arXiv:2203.07485v237 citationsh-index: 60
Originality Incremental advance
AI Analysis

This work addresses the challenge of handling complex topological data for applications like network analysis, though it appears incremental as it builds on existing architectures for simplicial complexes.

The paper tackles the problem of processing data on simplicial complexes by introducing simplicial attention networks (SANs), which use a self-attention mechanism to weight neighborhoods across different layers like nodes and edges, resulting in favorable performance in tasks such as trajectory prediction and missing data imputation in citation complexes.

The aim of this work is to introduce simplicial attention networks (SANs), i.e., novel neural architectures that operate on data defined on simplicial complexes leveraging masked self-attentional layers. Hinging on formal arguments from topological signal processing, we introduce a proper self-attention mechanism able to process data components at different layers (e.g., nodes, edges, triangles, and so on), while learning how to weight both upper and lower neighborhoods of the given topological domain in a totally task-oriented fashion. The proposed SANs generalize most of the current architectures available for processing data defined on simplicial complexes. The proposed approach compares favorably with other methods when applied to different (inductive and transductive) tasks such as trajectory prediction and missing data imputations in citation complexes.

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