paper-with-me

홈 › Papers

Deep Neural Networks Based Weight Approximation and Computation Reuse for 2-D Image Classification

2021-04-28 · Mohammed F. Tolba, Huruy Tekle Tesfai, Hani Saleh, Baker Mohammad, Mahmoud Al-Qutayri

Deep Neural Networks (DNNs) are computationally and memory intensive, which makes their hardware implementation a challenging task especially for resource constrained devices such as IoT nodes. To address this challenge, this paper introduces a new method to improve DNNs performance by fusing approximate computing with data reuse techniques to be used for image recognition applications. DNNs weights are approximated based on the linear and quadratic approximation methods during the training phase, then, all of the weights are replaced with the linear/quadratic coefficients to execute the inference in a way where different weights could be computed using the same coefficients. This leads to a repetition of the weights across the processing element (PE) array, which in turn enables the reuse of the DNN sub-computations (computational reuse) and leverage the same data (data reuse) to reduce DNNs computations, memory accesses, and improve energy efficiency albeit at the cost of increased training time. Complete analysis for both MNIST and CIFAR 10 datasets is presented for image recognition , where LeNet 5 revealed a reduction in the number of parameters by a factor of 1211.3x with a drop of less than 0.9% in accuracy. When compared to the state of the art Row Stationary (RS) method, the proposed architecture saved 54% of the total number of adders and multipliers needed. Overall, the proposed approach is suitable for IoT edge devices as it reduces the memory size requirement as well as the number of needed memory accesses.

📄 PDF Abstract BibTeX arXiv:2105.02954

Code (0)

등록된 구현이 없습니다.

Tasks

image-classificationImage Classification

Similar Papers 제목 키워드 기반

VISA: Variational Inference with Sequential Sample-Average Approximations

2024-03-14 · Heiko Zimmermann, Christian A. Naesseth, Jan-Willem van de Meent

We present variational inference with sequential sample-average approximation (VISA), a method for approximate inference in computationally intensive models, such as those based on numerical simulations. VISA extends imp…

validVariational Inference

Reusing Deep Neural Network Models through Model Re-engineering

2023-04-01 · Binhang Qi, Hailong Sun, Xiang Gao, Hongyu Zhang 외

Training deep neural network (DNN) models, which has become an important task in today's software development, is often costly in terms of computational resources and time. With the inspiration of software reuse, buildin…

Chorus II: Cross-Request Sparsity Reuse for Efficient Image-to-Video Generation

2026-06-23 · Hao Liu, Chenghuan Huang, Hao Liu, Xing Cai 외 arxiv

Serving diffusion models for image-to-video generation is computationally expensive, posing significant challenges for large-scale deployment. Real I2V workloads often contain similar requests, such as repeated effect te…

Video Generation

Domain Adaptation via Low-Rank Basis Approximation

2019-09-25 · Christoph Raab, Frank-Michael Schleif

Domain adaptation focuses on the reuse of supervised learning models in a new context. Prominent applications can be found in robotics, image processing or web mining. In these areas, learning scenarios change by nature,…

Domain Adaptation

UniForm: A Reuse Attention Mechanism Optimized for Efficient Vision Transformers on Edge Devices

2024-12-03 · Seul-Ki Yeom, Tae-Ho Kim

Transformer-based architectures have demonstrated remarkable success across various domains, but their deployment on edge devices remains challenging due to high memory and computational demands. In this paper, we introd…