Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

ESPFormer: Doubly-Stochastic Attention with Expected Sliced Transport Plans

About

While self-attention has been instrumental in the success of Transformers, it can lead to over-concentration on a few tokens during training, resulting in suboptimal information flow. Enforcing doubly-stochastic constraints in attention matrices has been shown to improve structure and balance in attention distributions. However, existing methods rely on iterative Sinkhorn normalization, which is computationally costly. In this paper, we introduce a novel, fully parallelizable doubly-stochastic attention mechanism based on sliced optimal transport, leveraging Expected Sliced Transport Plans (ESP). Unlike prior approaches, our method enforces doubly stochasticity without iterative Sinkhorn normalization, significantly enhancing efficiency. To ensure differentiability, we incorporate a temperature-based soft sorting technique, enabling seamless integration into deep learning models. Experiments across multiple benchmark datasets, including image classification, point cloud classification, sentiment analysis, and neural machine translation, demonstrate that our enhanced attention regularization consistently improves performance across diverse applications. Our implementation code can be found at https://github.com/dariansal/ESPFormer.

Ashkan Shahbazi, Elaheh Akbari, Darian Salehi, Xinran Liu, Navid Naderializadeh, Soheil Kolouri• 2025

Related benchmarks

TaskDatasetResultRank
Image ClassificationCIFAR-100 (test)
Accuracy58.46
295
Text ClassificationDBPedia-14
Accuracy (Acc)96.58
22
Text ClassificationYelp Review Full (YRF)
Accuracy49.49
16
Image ClassificationCats and Dogs full-data
Accuracy (%)81.23
10
Text ClassificationAG-News
Accuracy86.5
8
Showing 5 of 5 rows

Other info

Follow for update