paper-with-me

홈 › Papers

SEADA: An efficient methodology for optimizing mixed-precision DNNs on multi-precision spatial architectures

2026-06-26 · Leandro Fiorin, Marco Ronzani, Cristina Silvano arxiv

Mixed-precision computation has been introduced in deep neural networks (DNNs) as an effective approach to reduce latency, energy consumption, and memory footprint. However, efficiently mapping mixed-precision networks onto multi-precision spatial architectures poses several challenges. These include determining the appropriate precision for each layer, balancing layer-wise accuracy sensitivity to quantization against architectural heterogeneity and system-level constraints, and accurately estimating the system-level cost of heterogeneous precision assignments. This work presents SEADA, an efficient methodology designed to address these challenges. SEADA comprises: (i) a configurable system-level analytical cost model of a multi-precision spatial accelerator architecture; (ii) a fast mapping tool that identifies near-optimal mappings of DNN workloads onto the target integer accelerator; (iii) analytical models for floating-point layers to estimate the overall benefits of mixed-precision execution; and (iv) a per-layer precision selection methodology based on bit-level entropy, enabling efficient assignment across multiple numerical precisions. SEADA's efficiency provides designers with a robust framework for the design-space exploration of multi-precision architectures.

📄 PDF Abstract BibTeX arXiv:2606.27884

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

ARQ: A Mixed-Precision Quantization Framework for Accurate and Certifiably Robust DNNs

2024-10-31 · Yuchen Yang, Shubham Ugare, Yifan Zhao, Gagandeep Singh 외

Mixed precision quantization has become an important technique for optimizing the execution of deep neural networks (DNNs). Certified robustness, which provides provable guarantees about a model's ability to withstand di…

Quantization

A Metric Driven Approach to Mixed Precision Training

2024-08-06 · Mitchelle Rasquinha, Gil Tabak

As deep learning methodologies have developed, it has been generally agreed that increasing neural network size improves model quality. However, this is at the expense of memory and compute requirements, which also need …

Joint Pruning and Channel-wise Mixed-Precision Quantization for Efficient Deep Neural Networks

2024-07-01 · Beatrice Alessandra Motetti, Matteo Risso, Alessio Burrello, Enrico Macii 외

The resource requirements of deep neural networks (DNNs) pose significant challenges to their deployment on edge devices. Common approaches to address this issue are pruning and mixed-precision quantization, which lead t…

Quantization

BMPQ: Bit-Gradient Sensitivity Driven Mixed-Precision Quantization of DNNs from Scratch

2021-12-24 · Souvik Kundu, Shikai Wang, Qirui Sun, Peter A. Beerel 외

Large DNNs with mixed-precision quantization can achieve ultra-high compression while retaining high classification performance. However, because of the challenges in finding an accurate metric that can guide the optimiz…

QuantizationSensitivity

MSQ: Memory-Efficient Bit Sparsification Quantization

2025-07-30 · Seokho Han, Seoyeon Yoon, Jinhee Kim, Dongwei Wang 외 arxiv

As deep neural networks (DNNs) see increased deployment on mobile and edge devices, optimizing model efficiency has become crucial. Mixed-precision quantization is widely favored, as it offers a superior balance between …