English

How Smoothing is N-simplicial Attention?

Machine Learning 2025-12-18 v1 Artificial Intelligence

Abstract

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.

Keywords

Cite

@article{arxiv.2512.15600,
  title  = {How Smoothing is N-simplicial Attention?},
  author = {Alexandre Dussolle and Pietro Liò},
  journal= {arXiv preprint arXiv:2512.15600},
  year   = {2025}
}

Comments

arXiv preprint

R2 v1 2026-07-01T08:29:31.730Z