paper-with-me

홈 › Papers

An Efficient Data Reuse with Tile-Based Adaptive Stationary for Transformer Accelerators

2025-03-25 · Tseng-Jen Li, Tian-Sheuan Chang

Transformer-based models have become the \textit{de facto} backbone across many fields, such as computer vision and natural language processing. However, as these models scale in size, external memory access (EMA) for weight and activations becomes a critical bottleneck due to its significantly higher energy consumption compared to internal computations. While most prior work has focused on optimizing the self-attention mechanism, little attention has been given to optimizing data transfer during linear projections, where EMA costs are equally important. In this paper, we propose the Tile-based Adaptive Stationary (TAS) scheme that selects the input or weight stationary in a tile granularity, based on the input sequence length. Our experimental results demonstrate that TAS can significantly reduce EMA by more than 97\% compared to traditional stationary schemes, while being compatible with various attention optimization techniques and hardware accelerators.

📄 PDF Abstract BibTeX arXiv:2503.19640

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

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$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

VersatileFFN: Achieving Parameter Efficiency in LLMs via Adaptive Wide-and-Deep Reuse

2025-12-16 · Ying Nie, Kai Han, Hongguang Li, Hang Zhou 외 arxiv

The rapid scaling of Large Language Models (LLMs) has achieved remarkable performance, but it also leads to prohibitive memory costs. Existing parameter-efficient approaches such as pruning and quantization mainly compre…

Tiled Bit Networks: Sub-Bit Neural Network Compression Through Reuse of Learnable Binary Vectors

2024-07-16 · Matt Gorbett, Hossein Shirazi, Indrakshi Ray

Binary Neural Networks (BNNs) enable efficient deep learning by saving on storage and computational costs. However, as the size of neural networks continues to grow, meeting computational requirements remains a challenge…

GPUNeural Network CompressionQuantizationTime Series Forecasting

Segmented Confidence Sequences and Multi-Scale Adaptive Confidence Segments for Anomaly Detection in Nonstationary Time Series

2025-08-08 · Muyan Anna Li, Aditi Gautam arxiv

As time series data become increasingly prevalent in domains such as manufacturing, IT, and infrastructure monitoring, anomaly detection must adapt to nonstationary environments where statistical properties shift over ti…

Anomaly Detection

Transformer-based Image Compression

2021-11-12 · Ming Lu, Peiyao Guo, Huiqing Shi, Chuntong Cao 외

A Transformer-based Image Compression (TIC) approach is developed which reuses the canonical variational autoencoder (VAE) architecture with paired main and hyper encoder-decoders. Both main and hyper encoders are compri…

Image CompressionImage Reconstruction

The adaptable buffer algorithm for high quantile estimation in non-stationary data streams

2015-04-21 · Ognjen Arandjelovic, Duc-Son Pham, Svetha Venkatesh

The need to estimate a particular quantile of a distribution is an important problem which frequently arises in many computer vision and signal processing applications. For example, our work was motivated by the requirem…