paper-with-me

Papers

Learning From Simplicial Data Based on Random Walks and 1D Convolutions

2024-04-04 · Florian Frantzen, Michael T. Schaub

Triggered by limitations of graph-based deep learning methods in terms of computational expressivity and model flexibility, recent years have seen a surge of interest in computational models that operate on higher-order topological domains such as hypergraphs and simplicial complexes. While the increased expressivity of these models can indeed lead to a better classification performance and a more faithful representation of the underlying system, the computational cost of these higher-order models can increase dramatically. To this end, we here explore a simplicial complex neural network learning architecture based on random walks and fast 1D convolutions (SCRaWl), in which we can adjust the increase in computational cost by varying the length and number of random walks considered while accounting for higher-order relationships. Importantly, due to the random walk-based design, the expressivity of the proposed architecture is provably incomparable to that of existing message-passing simplicial neural networks. We empirically evaluate SCRaWl on real-world datasets and show that it outperforms other simplicial neural networks.

📄 PDF Abstract BibTeX arXiv:2404.03434

Code (1)

https://git.rwth-aachen.de/netsci/scrawl 공식 구현

Similar Papers 제목 키워드 기반

Convergence of random walks to Brownian motion on cubical complexes

2019-05-22

Cubical complexes are metric spaces constructed by gluing together unit cubes in an analogous way to the construction of simplicial complexes. We construct Brownian motion on such spaces, define random walks, and prove t…

Convolutional Learning on Simplicial Complexes

2023-01-26 · Maosheng Yang, Elvin Isufi

We propose a simplicial complex convolutional neural network (SCCNN) to learn data representations on simplicial complexes. It performs convolutions based on the multi-hop simplicial adjacencies via common faces and cofa…

Trajectory Prediction

Modern Structure-Aware Simplicial Spatiotemporal Neural Network

2026-04-17 · Zhaobo Hu, Vincent Gauthier, Mehdi Naima arxiv

Spatiotemporal modeling has evolved beyond simple time series analysis to become fundamental in structural time series analysis. While current research extensively employs graph neural networks (GNNs) for spatial feature…

Computational EfficiencyTime Series Analysis

Random walks on simplicial complexes

2024-04-12 · Thomas Bonis, Laurent Decreusefond, Viet Chi Tran, Zhihan Iris Zhang

The notion of Laplacian of a graph can be generalized to simplicial complexes and hypergraphs, and contains information on the topology of these structures. Even for a graph, the consideration of associated simplicial co…

SWAG: Item Recommendations using Convolutions on Weighted Graphs

2019-11-22 · Amit Pande, Kai Ni, Venkataramani Kini

Recent advancements in deep neural networks for graph-structured data have led to state-of-the-art performance on recommender system benchmarks. In this work, we present a Graph Convolutional Network (GCN) algorithm SWAG…

Recommendation Systems