paper-with-me

홈 › Papers

Hardware-aware Pruning of DNNs using LFSR-Generated Pseudo-Random Indices

2019-11-09 · Foroozan Karimzadeh, Ningyuan Cao, Brian Crafton, Justin Romberg, Arijit Raychowdhury

Deep neural networks (DNNs) have been emerged as the state-of-the-art algorithms in broad range of applications. To reduce the memory foot-print of DNNs, in particular for embedded applications, sparsification techniques have been proposed. Unfortunately, these techniques come with a large hardware overhead. In this paper, we present a hardware-aware pruning method where the locations of non-zero weights are derived in real-time from a Linear Feedback Shift Registers (LFSRs). Using the proposed method, we demonstrate a total saving of energy and area up to 63.96% and 64.23% for VGG-16 network on down-sampled ImageNet, respectively for iso-compression-rate and iso-accuracy.

📄 PDF Abstract BibTeX arXiv:1911.04468

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

ADMM-NN: An Algorithm-Hardware Co-Design Framework of DNNs Using Alternating Direction Method of Multipliers

2018-12-31 · Ao Ren, Tianyun Zhang, Shaokai Ye, Jiayu Li 외

To facilitate efficient embedded and hardware implementations of deep neural networks (DNNs), two important categories of DNN model compression techniques: weight pruning and weight quantization are investigated. The for…

Model CompressionQuantization

Hardware-Aware DNN Compression via Diverse Pruning and Mixed-Precision Quantization

2023-12-23 · Konstantinos Balaskas, Andreas Karatzas, Christos Sad, Kostas Siozios 외

Deep Neural Networks (DNNs) have shown significant advantages in a wide variety of domains. However, DNNs are becoming computationally intensive and energy hungry at an exponential pace, while at the same time, there is …

QuantizationReinforcement Learning (RL)

Archtree: on-the-fly tree-structured exploration for latency-aware pruning of deep neural networks

2023-11-17 · Rémi Ouazan Reboul, Edouard Yvinec, Arnaud Dapogny, Kevin Bailly

Deep neural networks (DNNs) have become ubiquitous in addressing a number of problems, particularly in computer vision. However, DNN inference is computationally intensive, which can be prohibitive e.g. when considering …

PatDNN: Achieving Real-Time DNN Execution on Mobile Devices with Pattern-based Weight Pruning

2020-01-01 · Wei Niu, Xiaolong Ma, Sheng Lin, Shihao Wang 외

With the emergence of a spectrum of high-end mobile devices, many applications that formerly required desktop-level computation capability are being transferred to these devices. However, executing the inference of Deep …

Code GenerationModel Compression

Structured Deep Neural Network Pruning via Matrix Pivoting

2017-12-01 · Ranko Sredojevic, Shaoyi Cheng, Lazar Supic, Rawan Naous 외

Deep Neural Networks (DNNs) are the key to the state-of-the-art machine vision, sensor fusion and audio/video signal processing. Unfortunately, their computation complexity and tight resource constraints on the Edge make…

DiversityNetwork PruningSensor Fusion