paper-with-me

Papers

Linear Self-Attention Approximation via Trainable Feedforward Kernel

2022-11-08 · Uladzislau Yorsh, Alexander Kovalenko

In pursuit of faster computation, Efficient Transformers demonstrate an impressive variety of approaches -- models attaining sub-quadratic attention complexity can utilize a notion of sparsity or a low-rank approximation of inputs to reduce the number of attended keys; other ways to reduce complexity include locality-sensitive hashing, key pooling, additional memory to store information in compacted or hybridization with other architectures, such as CNN. Often based on a strong mathematical basis, kernelized approaches allow for the approximation of attention with linear complexity while retaining high accuracy. Therefore, in the present paper, we aim to expand the idea of trainable kernel methods to approximate the self-attention mechanism of the Transformer architecture.

📄 PDF Abstract BibTeX arXiv:2211.04076

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Position-Wise Feed-Forward Layer 설명 없음
Adam 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…

Similar Papers 제목 키워드 기반

On the Expressive Power of Transformers for Maxout Networks and Continuous Piecewise Linear Functions

2026-03-03 · Linyan Gu, Lihua Yang, Feng Zhou arxiv

Transformer networks have achieved remarkable empirical success across a wide range of applications, yet their theoretical expressive power remains insufficiently understood. In this paper, we study the expressive capabi…

Transformers Can Overcome the Curse of Dimensionality: A Theoretical Study from an Approximation Perspective

2025-04-18 · Yuling Jiao, Yanming Lai, Yang Wang, Bokai Yan

The Transformer model is widely used in various application areas of machine learning, such as natural language processing. This paper investigates the approximation of the H\"older continuous function class $\mathcal{H}…

Lookup multivariate Kolmogorov-Arnold Networks

2025-09-08 · Sergey Pozdnyakov, Philippe Schwaller arxiv

High-dimensional linear mappings, or linear layers, dominate both the parameter count and the computational cost of most modern deep-learning models. We introduce a general-purpose drop-in replacement, lookup multivariat…

Bounds on the Approximation Power of Feedforward Neural Networks

2018-06-29 · ICML 2018 7 · Mohammad Mehrabi, Aslan Tchamkerten, Mansoor I. Yousefi

The approximation power of general feedforward neural networks with piecewise linear activation functions is investigated. First, lower bounds on the size of a network are established in terms of the approximation error …

Dead Weights, Live Signals: Feedforward Graphs of Frozen Language Models

2026-04-09 · Marcus Armstrong, Navid Ayoobi, Arjun Mukherjee arxiv

We present a feedforward graph architecture in which heterogeneous frozen large language models serve as computational nodes, communicating through a shared continuous latent space via learned linear projections. Buildin…