LGAISep 18, 2024

Topological Deep Learning with State-Space Models: A Mamba Approach for Simplicial Complexes

arXiv:2409.12033v12 citationsh-index: 5
Originality Incremental advance
AI Analysis

This addresses the problem of modeling complex systems with n-body relations for researchers in topological deep learning, representing an incremental advancement by adapting existing methods to a new domain.

The paper tackles the limitation of graph neural networks in capturing higher-order interactions by proposing a novel architecture for topological deep learning using simplicial complexes, achieving competitive performance compared to state-of-the-art models.

Graph Neural Networks based on the message-passing (MP) mechanism are a dominant approach for handling graph-structured data. However, they are inherently limited to modeling only pairwise interactions, making it difficult to explicitly capture the complexity of systems with $n$-body relations. To address this, topological deep learning has emerged as a promising field for studying and modeling higher-order interactions using various topological domains, such as simplicial and cellular complexes. While these new domains provide powerful representations, they introduce new challenges, such as effectively modeling the interactions among higher-order structures through higher-order MP. Meanwhile, structured state-space sequence models have proven to be effective for sequence modeling and have recently been adapted for graph data by encoding the neighborhood of a node as a sequence, thereby avoiding the MP mechanism. In this work, we propose a novel architecture designed to operate with simplicial complexes, utilizing the Mamba state-space model as its backbone. Our approach generates sequences for the nodes based on the neighboring cells, enabling direct communication between all higher-order structures, regardless of their rank. We extensively validate our model, demonstrating that it achieves competitive performance compared to state-of-the-art models developed for simplicial complexes.

Foundations

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

Your Notes