paper-with-me

Papers

Latent Weights Do Not Exist: Rethinking Binarized Neural Network Optimization

2019-06-05 · NeurIPS 2019 12 · Koen Helwegen, James Widdicombe, Lukas Geiger, Zechun Liu, Kwang-Ting Cheng, Roeland Nusselder

Optimization of Binarized Neural Networks (BNNs) currently relies on real-valued latent weights to accumulate small update steps. In this paper, we argue that these latent weights cannot be treated analogously to weights in real-valued networks. Instead their main role is to provide inertia during training. We interpret current methods in terms of inertia and provide novel insights into the optimization of BNNs. We subsequently introduce the first optimizer specifically designed for BNNs, Binary Optimizer (Bop), and demonstrate its performance on CIFAR-10 and ImageNet. Together, the redefinition of latent weights as inertia and the introduction of Bop enable a better understanding of BNN optimization and open up the way for further improvements in training methodologies for BNNs. Code is available at: https://github.com/plumerai/rethinking-bnn-optimization

📄 PDF Abstract BibTeX arXiv:1906.02107

Code (3)

plumerai/rethinking-bnn-optimization 공식 구현 tf
larq/larq tf
nikvaessen/Rethinking-Binarized-Neural-Network-Optimization tf

Similar Papers 제목 키워드 기반

Rethinking 1-bit Optimization Leveraging Pre-trained Large Language Models

2025-08-09 · Zhijun Tu, Jian Li, Yuanyuan Xi, Siqi Liu 외 arxiv

1-bit LLM quantization offers significant advantages in reducing storage and computational costs. However, existing methods typically train 1-bit LLMs from scratch, failing to fully leverage pre-trained models. This resu…

An SMT-Based Approach for Verifying Binarized Neural Networks

2020-11-05 · Guy Amir, Haoze Wu, Clark Barrett, Guy Katz

Deep learning has emerged as an effective approach for creating modern software systems, with neural networks often surpassing hand-crafted systems. Unfortunately, neural networks are known to suffer from various safety …

FTBNN: Rethinking Non-linearity for 1-bit CNNs and Going Beyond

2020-10-19 · Zhuo Su, Linpu Fang, Deke Guo, Dewen Hu 외

Binary neural networks (BNNs), where both weights and activations are binarized into 1 bit, have been widely studied in recent years due to its great benefit of highly accelerated computation and substantially reduced me…

Image ClassificationQuantization

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

Matrix and tensor decompositions for training binary neural networks

2019-04-16 · Adrian Bulat, Jean Kossaifi, Georgios Tzimiropoulos, Maja Pantic

This paper is on improving the training of binary neural networks in which both activations and weights are binary. While prior methods for neural network binarization binarize each filter independently, we propose to in…

BinarizationClassification with Binary Neural NetworkModel CompressionPose Estimation+2