paper-with-me

홈 › Papers

How Smoothing is N-simplicial Attention?

2025-12-17 · Alexandre Dussolle, Pietro Liò arxiv

Going from pure Multilayer Perceptron (MLP) to a learnable graph message-passing mechanism at each layer has been foundational to state-of-the-art results, despite the computational trade-off (e.g. GATs or Transformers). To go a step further, in this work, we introduce N-simplicial attention, going from pairwise token similarity to higher-order interactions, and adapt it for Rotary Position Embeddings (RoPE). To help manage the increased complexity, we propose a cost-effective simplex selection enabling the model to focus its computation load onto the more task-sensitive interactions. Beyond these core mechanisms, we study how smoothing N-simplicial attention is by deriving a Lipschitz upper-bound and by demonstrating that by itself it also suffers from over-smoothing, despite opening the attention message-passing to higher-order interactions.

📄 PDF Abstract BibTeX arXiv:2512.15600

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Continuous Simplicial Neural Networks

2025-03-17 · Aref Einizade, Dorina Thanou, Fragkiskos D. Malliaros, Jhony H. Giraldo

Simplicial complexes provide a powerful framework for modeling high-order interactions in structured data, making them particularly suitable for applications such as trajectory prediction and mesh processing. However, ex…

Trajectory Prediction

Binarized Simplicial Convolutional Neural Networks

2024-05-07 · Yi Yan, Ercan E. Kuruoglu

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 …

E(n) Equivariant Message Passing Simplicial Networks

2023-05-11 · Floor Eijkelboom, Rob Hesselink, Erik Bekkers

This paper presents $\mathrm{E}(n)$ Equivariant Message Passing Simplicial Networks (EMPSNs), a novel approach to learning on geometric graphs and point clouds that is equivariant to rotations, translations, and reflecti…

Generalized Simplicial Attention Neural Networks

2023-09-05 · Claudio Battiloro, Lucia Testa, Lorenzo Giusti, Stefania Sardellitti 외

Graph machine learning methods excel at leveraging pairwise relations present in the data. However, graphs are unable to fully capture the multi-way interactions inherent in many complex systems. An effective way to inco…

Graph ClassificationImputationTrajectory Prediction

Simplicial Representation Learning with Neural $k$-Forms

2023-12-13 · Kelly Maggs, Celia Hacker, Bastian Rieck

Geometric deep learning extends deep learning to incorporate information about the geometry and topology data, especially in complex domains like graphs. Despite the popularity of message passing in this field, it has li…

Deep LearningRepresentation Learning