paper-with-me

홈 › Papers

Fast Binarized Neural Network Training with Partial Pre-training

2021-01-01 · Alex Renda, Joshua Wolff Fromm

Binarized neural networks, networks with weights and activations constrained to lie in a 2-element set, allow for more time- and resource-efficient inference than standard floating-point networks. However, binarized neural networks typically take more training to plateau in accuracy than their floating-point counterparts, in terms of both iteration count and wall clock time. We demonstrate a technique, partial pre-training, that allows for faster from-scratch training of binarized neural networks by first training the network as a standard floating-point network for a short amount of time, then converting the network to a binarized neural network and continuing to train from there. Without tuning any hyperparameters across four networks on three different datasets, partial pre-training is able to train binarized neural networks between $1.26\times$ and $1.61\times$ faster than when training a binarized network from scratch using standard low-precision training.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

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

FBI-LLM: Scaling Up Fully Binarized LLMs from Scratch via Autoregressive Distillation

2024-07-09 · Liqun Ma, MingJie Sun, Zhiqiang Shen

This work presents a Fully BInarized Large Language Model (FBI-LLM), demonstrating for the first time how to train a large-scale binary language model from scratch (not the partial binary or ternary LLM like BitNet b1.58…

Language ModelingLanguage ModellingLarge Language Model

PBGen: Partial Binarization of Deconvolution-Based Generators for Edge Intelligence

2018-02-26 · Jinglan Liu, Jiaxin Zhang, Yukun Ding, Xiaowei Xu 외

This work explores the binarization of the deconvolution-based generator in a GAN for memory saving and speedup of image construction. Our study suggests that different from convolutional neural networks (including the d…

Binarization

Taming Binarized Neural Networks and Mixed-Integer Programs

2023-10-05 · Johannes Aspman, Georgios Korpas, Jakub Marecek

There has been a great deal of recent interest in binarized neural networks, especially because of their explainability. At the same time, automatic differentiation algorithms such as backpropagation fail for binarized n…

Binarized Neural Networks: Training Deep Neural Networks with Weights and Activations Constrained to +1 or -1

2016-02-09 · Matthieu Courbariaux, Itay Hubara, Daniel Soudry, Ran El-Yaniv 외

We introduce a method to train Binarized Neural Networks (BNNs) - neural networks with binary weights and activations at run-time. At training-time the binary weights and activations are used for computing the parameters…

GPU