paper-with-me

Papers

SparseMap: A Sparse Tensor Accelerator Framework Based on Evolution Strategy

2025-08-18 · Boran Zhao, Haiming Zhai, Zihang Yuan, Hetian Liu, Tian Xia, Wenzhe Zhao, Pengju Ren arxiv

The growing demand for sparse tensor algebra (SpTA) in machine learning and big data has driven the development of various sparse tensor accelerators. However, most existing manually designed accelerators are limited to specific scenarios, and it's time-consuming and challenging to adjust a large number of design factors when scenarios change. Therefore, automating the design of SpTA accelerators is crucial. Nevertheless, previous works focus solely on either mapping (i.e., tiling communication and computation in space and time) or sparse strategy (i.e., bypassing zero elements for efficiency), leading to suboptimal designs due to the lack of comprehensive consideration of both. A unified framework that jointly optimizes both is urgently needed. However, integrating mapping and sparse strategies leads to a combinatorial explosion in the design space(e.g., as large as $O(10^{41})$ for the workload $P_{32 \times 64} \times Q_{64 \times 48} = Z_{32 \times 48}$). This vast search space renders most conventional optimization methods (e.g., particle swarm optimization, reinforcement learning and Monte Carlo tree search) inefficient. To address this challenge, we propose an evolution strategy-based sparse tensor accelerator optimization framework, called SparseMap. SparseMap constructing a more comprehensive design space with the consideration of both mapping and sparse strategy. We introduce a series of enhancements to genetic encoding and evolutionary operators, enabling SparseMap to efficiently explore the vast and diverse design space. We quantitatively compare SparseMap with prior works and classical optimization methods, demonstrating that SparseMap consistently finds superior solutions.

📄 PDF Abstract BibTeX arXiv:2508.12906

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

LP-SparseMAP: Differentiable Relaxed Optimization for Sparse Structured Prediction

2020-01-13 · ICML 2020 1 · Vlad Niculae, André F. T. Martins

Structured prediction requires manipulating a large number of combinatorial structures, e.g., dependency trees or alignments, either as latent or output variables. Recently, the SparseMAP method has been proposed as a di…

Structured Prediction

SparseMAP: Differentiable Sparse Structured Inference

2018-02-12 · ICML 2018 7 · Vlad Niculae, André F. T. Martins, Mathieu Blondel, Claire Cardie

Structured prediction requires searching over a combinatorial number of structures. To tackle it, we introduce SparseMAP: a new method for sparse structured inference, and its natural loss function. SparseMAP automatical…

Dependency ParsingNatural Language InferenceStructured Prediction

Sparseloop: An Analytical Approach To Sparse Tensor Accelerator Modeling

2022-05-12 · Yannan Nellie Wu, Po-An Tsai, Angshuman Parashar, Vivienne Sze 외

In recent years, many accelerators have been proposed to efficiently process sparse tensor algebra applications (e.g., sparse neural networks). However, these proposals are single points in a large and diverse design spa…

tensor algebra

COGNATE: Acceleration of Sparse Tensor Programs on Emerging Hardware using Transfer Learning

2025-05-31 · Chamika Sudusinghe, Gerasimos Gerogiannis, Damitha Lenadora, Charles Block 외

Sparse tensor programs are essential in deep learning and graph analytics, driving the need for optimized processing. To meet this demand, specialized hardware accelerators are being developed. Optimizing these programs …

Transfer Learning

Hardware Acceleration of Sparse and Irregular Tensor Computations of ML Models: A Survey and Insights

2020-07-02 · Shail Dave, Riyadh Baghdadi, Tony Nowatzki, Sasikanth Avancha 외

Machine learning (ML) models are widely used in many important domains. For efficiently processing these computational- and memory-intensive applications, tensors of these over-parameterized models are compressed by leve…

Medical DiagnosisQuantizationRecommendation Systems