paper-with-me

Papers

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 slow convergence speed and limited accuracy of binary convolutional neural networks. The first method, called residual binarization, learns a multi-level binary representation for the features within a certain neural network layer. The second method, called temperature adjustment, gradually binarizes the weights of a particular layer. The two methods jointly learn a set of soft-binarized parameters that improve the convergence rate and accuracy of binary neural networks. We corroborate the applicability and scalability of ResBinNet by implementing a prototype hardware accelerator. The accelerator is reconfigurable in terms of the numerical precision of the binarized features, offering a trade-off between runtime and inference accuracy.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Binarization

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Distillation Guided Residual Learning for Binary Convolutional Neural Networks

2020-07-10 · Jianming Ye, Shiliang Zhang, Jingdong Wang

It is challenging to bridge the performance gap between Binary CNN (BCNN) and Floating point CNN (FCNN). We observe that, this performance gap leads to substantial residuals between intermediate feature maps of BCNN and …

Balanced Binary Neural Networks with Gated Residual

2019-09-26 · Mingzhu Shen, Xianglong Liu, Ruihao Gong, Kai Han

Binary neural networks have attracted numerous attention in recent years. However, mainly due to the information loss stemming from the biased binarization, how to preserve the accuracy of networks still remains a critic…

BinarizationGeneral Classificationimage-classificationImage Classification

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

ReStoCNet: Residual Stochastic Binary Convolutional Spiking Neural Network for Memory-Efficient Neuromorphic Computing

2019-02-11 · Gopalakrishnan Srinivasan, Kaushik Roy

In this work, we propose ReStoCNet, a residual stochastic multilayer convolutional Spiking Neural Network (SNN) composed of binary kernels, to reduce the synaptic memory footprint and enhance the computational efficiency…

Computational EfficiencyDimensionality Reduction

RaBiT: Residual-Aware Binarization Training for Accurate and Efficient LLMs

2026-02-05 · Youngcheon You, Banseok Lee, Minseop Choi, Seonyoung Kim 외 arxiv

Efficient deployment of large language models (LLMs) requires extreme quantization, forcing a critical trade-off between low-bit efficiency and performance. Residual binarization enables hardware-friendly, matmul-free in…