paper-with-me

홈 › Papers

Hardware-Software Codesign of Accurate, Multiplier-free Deep Neural Networks

2017-05-11 · Hokchhay Tann, Soheil Hashemi, Iris Bahar, Sherief Reda

While Deep Neural Networks (DNNs) push the state-of-the-art in many machine learning applications, they often require millions of expensive floating-point operations for each input classification. This computation overhead limits the applicability of DNNs to low-power, embedded platforms and incurs high cost in data centers. This motivates recent interests in designing low-power, low-latency DNNs based on fixed-point, ternary, or even binary data precision. While recent works in this area offer promising results, they often lead to large accuracy drops when compared to the floating-point networks. We propose a novel approach to map floating-point based DNNs to 8-bit dynamic fixed-point networks with integer power-of-two weights with no change in network architecture. Our dynamic fixed-point DNNs allow different radix points between layers. During inference, power-of-two weights allow multiplications to be replaced with arithmetic shifts, while the 8-bit fixed-point representation simplifies both the buffer and adder design. In addition, we propose a hardware accelerator design to achieve low-power, low-latency inference with insignificant degradation in accuracy. Using our custom accelerator design with the CIFAR-10 and ImageNet datasets, we show that our method achieves significant power and energy savings while increasing the classification accuracy.

📄 PDF Abstract BibTeX arXiv:1705.04288

Code (0)

등록된 구현이 없습니다.

Tasks

General Classification

Similar Papers 제목 키워드 기반

Hardware-Software Codesign for Software Defined Radio: IEEE 802.11p receiver case study

2020-03-24

Software Defined Radio (SDR) platforms are useful tools to design new wireless technologies or to improve specifications of existing ones. The IEEE 802.11p is the de-facto standard for Wireless Vehicular Ad-hoc NETworks …

Tailor: Altering Skip Connections for Resource-Efficient Inference

2023-01-18 · Olivia Weng, Gabriel Marcano, Vladimir Loncar, Alireza Khodamoradi 외

Deep neural networks use skip connections to improve training convergence. However, these skip connections are costly in hardware, requiring extra buffers and increasing on- and off-chip memory utilization and bandwidth …

Energy Efficient Software Hardware CoDesign for Machine Learning: From TinyML to Large Language Models

2026-03-24 · Mohammad Saleh Vahdatpour, Yanqing Zhang arxiv

The rapid deployment of machine learning across platforms from milliwatt-class TinyML devices to large language models has made energy efficiency a primary constraint for sustainable AI. Across these scales, performance …

hls4ml: An Open-Source Codesign Workflow to Empower Scientific Low-Power Machine Learning Devices

2021-03-09 · Farah Fahim, Benjamin Hawks, Christian Herwig, James Hirschauer 외

Accessible machine learning algorithms, software, and diagnostic tools for energy-efficient devices and systems are extremely valuable across a broad range of application domains. In scientific domains, real-time near-se…

BIG-bench Machine LearningDiagnosticExperimental DesignQuantization

Best of Both Worlds: AutoML Codesign of a CNN and its Hardware Accelerator

2020-02-11 · Mohamed S. Abdelfattah, Łukasz Dudziak, Thomas Chau, Royson Lee 외

Neural architecture search (NAS) has been very successful at outperforming human-designed convolutional neural networks (CNN) in accuracy, and when hardware information is present, latency as well. However, NAS-designed …

AutoMLGeneral ClassificationGPUimage-classification+4