paper-with-me

Papers

CoDR: Computation and Data Reuse Aware CNN Accelerator

2021-04-20 · Alireza Khadem, Haojie Ye, Trevor Mudge

Computation and Data Reuse is critical for the resource-limited Convolutional Neural Network (CNN) accelerators. This paper presents Universal Computation Reuse to exploit weight sparsity, repetition, and similarity simultaneously in a convolutional layer. Moreover, CoDR decreases the cost of weight memory access by proposing a customized Run-Length Encoding scheme and the number of memory accesses to the intermediate results by introducing an input and output stationary dataflow. Compared to two recent compressed CNN accelerators with the same area of 2.85 mm^2, CoDR decreases SRAM access by 5.08x and 7.99x, and consumes 3.76x and 6.84x less energy.

📄 PDF Abstract BibTeX arXiv:2104.09798

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

EPIM: Efficient Processing-In-Memory Accelerators based on Epitome

2023-11-12 · Chenyu Wang, Zhen Dong, Daquan Zhou, Zhenhua Zhu 외

The utilization of large-scale neural networks on Processing-In-Memory (PIM) accelerators encounters challenges due to constrained on-chip memory capacity. To tackle this issue, current works explore model compression al…

Model CompressionNeural Architecture SearchQuantization

Mini-batch Serialization: CNN Training with Inter-layer Data Reuse

2018-09-30 · Sangkug Lym, Armand Behroozi, Wei Wen, Ge Li 외

Training convolutional neural networks (CNNs) requires intense computations and high memory bandwidth. We find that bandwidth today is over-provisioned because most memory accesses in CNN training can be eliminated by re…

CoDrone: Autonomous Drone Navigation Assisted by Edge and Cloud Foundation Models

2025-12-22 · Pengyu Chen, Tao Ouyang, Ke Luo, Weijie Hong 외 arxiv

Autonomous navigation for Unmanned Aerial Vehicles faces key challenges from limited onboard computational resources, which restrict deployed deep neural networks to shallow architectures incapable of handling complex en…

Reinforcement LearningScene UnderstandingDepth EstimationDrone navigation

SWAT: Scalable and Efficient Window Attention-based Transformers Acceleration on FPGAs

2024-05-27 · Zhenyu Bai, Pranav Dangi, Huize Li, Tulika Mitra

Efficiently supporting long context length is crucial for Transformer models. The quadratic complexity of the self-attention computation plagues traditional Transformers. Sliding window-based static sparse attention miti…

GPU

UCNN: Exploiting Computational Reuse in Deep Neural Networks via Weight Repetition

2018-04-18 · Kartik Hegde, Jiyong Yu, Rohit Agrawal, Mengjia Yan 외

Convolutional Neural Networks (CNNs) have begun to permeate all corners of electronic society (from voice recognition to scene generation) due to their high accuracy and machine efficiency per operation. At their core, C…

Scene Generation