paper-with-me

홈 › Papers

Systolic Arrays and Structured Pruning Co-design for Efficient Transformers in Edge Systems

2024-11-15 · Pedro Palacios, Rafael Medina, Jean-Luc Rouas, Giovanni Ansaloni, David Atienza

Efficient deployment of resource-intensive transformers on edge devices necessitates cross-stack optimization. We thus study the interrelation between structured pruning and systolic acceleration, matching the size of pruned blocks with the systolic array dimensions. In this setting, computations of pruned weight blocks can be skipped, reducing run-time and energy consumption, but potentially impacting quality of service (QoS). To evaluate the trade-offs between systolic array size and sparsity opportunities, we present a novel co-design framework that integrates algorithmic optimization, system simulation, and hardware design. Targeting speech recognition and machine translation using transformers as case study, we analyze how configuration choices across the stack affect performance metrics. Results demonstrate that structured pruning on systems featuring systolic array acceleration can effectively increase performance, while maintaining high QoS levels. Up to 44% system-wide speedups due to structured pruning and quantization were measured, with only 1.4% word error rate degradation on the standard LibriSpeech dataset.

📄 PDF Abstract BibTeX arXiv:2411.10285

Code (0)

등록된 구현이 없습니다.

Tasks

Machine TranslationQuantizationspeech-recognitionSpeech Recognition

Methods 이 논문이 사용한 방법론

Golden Queue Managers 설명 없음
Pruning 설명 없음

Similar Papers 제목 키워드 기반

FlexSA: Flexible Systolic Array Architecture for Efficient Pruned DNN Model Training

2020-04-27 · Sangkug Lym, Mattan Erez

Modern deep learning models have high memory and computation cost. To make them fast and memory-cost efficient, structured model pruning is commonly used. We find that pruning a model using a common training accelerator …

Tight Compression: Compressing CNN Through Fine-Grained Pruning and Weight Permutation for Efficient Implementation

2021-04-03 · Xizi Chen, Jingyang Zhu, Jingbo Jiang, Chi-Ying Tsui

The unstructured sparsity after pruning poses a challenge to the efficient implementation of deep learning models in existing regular architectures like systolic arrays. On the other hand, coarse-grained structured pruni…

Model Compression

Periodic Online Testing for Sparse Systolic Tensor Arrays

2025-04-25 · Christodoulos Peltekis, Chrysostomos Nicopoulos, Giorgos Dimitrakopoulos

Modern Machine Learning (ML) applications often benefit from structured sparsity, a technique that efficiently reduces model complexity and simplifies handling of sparse data in hardware. Sparse systolic tensor arrays - …

Design and Scaffolded Training of an Efficient DNN Operator for Computer Vision on the Edge

2021-08-25 · Vinod Ganesan, Pratyush Kumar

Massively parallel systolic arrays and resource-efficient depthwise separable convolutions are two promising techniques to accelerate DNN inference on the edge. Interestingly, their combination is inefficient: Computatio…

Neural Architecture Search

Scale-out Systolic Arrays

2022-03-22 · Ahmet Caner Yüzügüler, Canberk Sönmez, Mario Drumond, Yunho Oh 외

Multi-pod systolic arrays are emerging as the architecture of choice in DNN inference accelerators. Despite their potential, designing multi-pod systolic arrays to maximize effective throughput/Watt (i.e., throughput/Wat…