paper-with-me

Papers

Transformer Reconstructed with Dynamic Value Attention

2025-12-22 · Xiaowei Wang arxiv

Since transformer was firstly published in 2017, several works have been proposed to optimize it. However, the major structure of transformer remains unchanged, ignoring one of its main intrinsic limitations, which is the same static value is used for every query in a head. Transformer itself tries to solve this problem by implementing multi-head attentions, yet the number of heads is limited by complexity. I propose a method to decide a value for each query dynamically, which could cut down all the redundant heads, keeping only one. Consequently, the following feed forward network could be cut down entirely, as each revised embedding has already fetched enough useful values far beyond the context. As a result, a single-head Dynamic Value Attention (DVA) is all you need in a transformer. According to the experiment, DVA may save 37.6% training time than the original transformer meanwhile increasing the learning capability.

📄 PDF Abstract BibTeX arXiv:2512.22212

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Dynamic Group Transformer: A General Vision Transformer Backbone with Dynamic Group Attention

2022-03-08 · Kai Liu, Tianyi Wu, Cong Liu, Guodong Guo

Recently, Transformers have shown promising performance in various vision tasks. To reduce the quadratic computation complexity caused by each query attending to all keys/values, various methods have constrained the rang…

image-classificationImage ClassificationInstance Segmentationobject-detection+2

DRAformer: Differentially Reconstructed Attention Transformer for Time-Series Forecasting

2022-06-11 · Benhan Li, Shengdong Du, Tianrui Li, Jie Hu 외

Time-series forecasting plays an important role in many real-world scenarios, such as equipment life cycle forecasting, weather forecasting, and traffic flow forecasting. It can be observed from recent research that a va…

DecoderTime SeriesTime Series AnalysisTime Series Forecasting+1

Multistability of Self-Attention Dynamics in Transformers

2025-11-14 · Claudio Altafini arxiv

In machine learning, a self-attention dynamics is a continuous-time multiagent-like model of the attention mechanisms of transformers. In this paper we show that such dynamics is related to a multiagent version of the Oj…

Training Dynamics of Transformers to Recognize Word Co-occurrence via Gradient Flow Analysis

2024-10-12 · Hongru Yang, Bhavya Kailkhura, Zhangyang Wang, Yingbin Liang

Understanding the training dynamics of transformers is important to explain the impressive capabilities behind large language models. In this work, we study the dynamics of training a shallow transformer on a task of rec…

Proximal Gradient Descent Unfolding Dense-spatial Spectral-attention Transformer for Compressive Spectral Imaging

2023-12-25 · Ziyan Chen, Jing Cheng

The Coded Aperture Snapshot Spectral Compressive Imaging (CASSI) system modulates three-dimensional hyperspectral images into two-dimensional compressed images in a single exposure. Subsequently, three-dimensional hypers…

GPU