paper-with-me

홈 › Papers

ReBNet: Residual Binarized Neural Network

2017-11-03 · Mohammad Ghasemzadeh, Mohammad Samragh, Farinaz Koushanfar

This paper proposes ReBNet, an end-to-end framework for training reconfigurable binary neural networks on software and developing efficient accelerators for execution on FPGA. Binary neural networks offer an intriguing opportunity for deploying large-scale deep learning models on resource-constrained devices. Binarization reduces the memory footprint and replaces the power-hungry matrix-multiplication with light-weight XnorPopcount operations. However, binary networks suffer from a degraded accuracy compared to their fixed-point counterparts. We show that the state-of-the-art methods for optimizing binary networks accuracy, significantly increase the implementation cost and complexity. To compensate for the degraded accuracy while adhering to the simplicity of binary networks, we devise the first reconfigurable scheme that can adjust the classification accuracy based on the application. Our proposition improves the classification accuracy by representing features with multiple levels of residual binarization. Unlike previous methods, our approach does not exacerbate the area cost of the hardware accelerator. Instead, it provides a tradeoff between throughput and accuracy while the area overhead of multi-level binarization is negligible.

📄 PDF Abstract BibTeX arXiv:1711.01243

Code (1)

mohaghasemzadeh/ReBNet 공식 구현 mxnet

Tasks

BinarizationGeneral Classification

Similar Papers 제목 키워드 기반

BILLNET: A Binarized Conv3D-LSTM Network with Logic-gated residual architecture for hardware-efficient video inference

2025-01-24 · Van Thien Nguyen, William Guicquero, Gilles Sicard

Long Short-Term Memory (LSTM) and 3D convolution (Conv3D) show impressive results for many video-based applications but require large memory and intensive computing. Motivated by recent works on hardware-algorithmic co-d…

ResBinNet: Residual Binary Neural Network

2018-01-01 · ICLR 2018 1 · Mohammad Ghasemzadeh, Mohammad Samragh, Farinaz Koushanfar

Recent efforts on training light-weight binary neural networks offer promising execution/memory efficiency. This paper introduces ResBinNet, which is a composition of two interlinked methodologies aiming to address the s…

Binarization

Efficient Super Resolution Using Binarized Neural Network

2018-12-16 · Yinglan Ma, Hongyu Xiong, Zhe Hu, Lizhuang Ma

Deep convolutional neural networks (DCNNs) have recently demonstrated high-quality results in single-image super-resolution (SR). DCNNs often suffer from over-parametrization and large amounts of redundancy, which result…

Binarizationimage-classificationImage ClassificationImage Enhancement+3

Basic Binary Convolution Unit for Binarized Image Restoration Network

2022-10-02 · Bin Xia, Yulun Zhang, Yitong Wang, Yapeng Tian 외

Lighter and faster image restoration (IR) models are crucial for the deployment on resource-limited devices. Binary neural network (BNN), one of the most promising model compression methods, can dramatically reduce the c…

BinarizationImage RestorationModel Compression

PB-LLM: Partially Binarized Large Language Models

2023-09-29 · Yuzhang Shang, Zhihang Yuan, Qiang Wu, Zhen Dong

This paper explores network binarization, a radical form of quantization, compressing model weights to a single bit, specifically for Large Language Models (LLMs) compression. Due to previous binarization methods collaps…

BinarizationQuantization