paper-with-me

Papers

Equal Bits: Enforcing Equally Distributed Binary Network Weights

2021-12-02 · Yunqiang Li, Silvia L. Pintea, Jan C. van Gemert

Binary networks are extremely efficient as they use only two symbols to define the network: $\{+1,-1\}$. One can make the prior distribution of these symbols a design choice. The recent IR-Net of Qin et al. argues that imposing a Bernoulli distribution with equal priors (equal bit ratios) over the binary weights leads to maximum entropy and thus minimizes information loss. However, prior work cannot precisely control the binary weight distribution during training, and therefore cannot guarantee maximum entropy. Here, we show that quantizing using optimal transport can guarantee any bit ratio, including equal ratios. We investigate experimentally that equal bit ratios are indeed preferable and show that our method leads to optimization benefits. We show that our quantization method is effective when compared to state-of-the-art binarization methods, even when using binary weight pruning.

📄 PDF Abstract BibTeX arXiv:2112.03406

Code (1)

liyunqianggyn/equal-bits-bnn 공식 구현 pytorch

Tasks

BinarizationQuantization

Similar Papers 제목 키워드 기반

Variational Hashing-based Collaborative Filtering with Self-Masking

2019-09-25 · Casper Hansen, Christian Hansen, Jakob Grue Simonsen, Stephen Alstrup 외

Hashing-based collaborative filtering learns binary vector representations (hash codes) of users and items, such that recommendations can be computed very efficiently using the Hamming distance, which is simply the sum o…

Collaborative Filtering

Less bits is more: How pruning deep binary networks increases weight capacity

2021-01-01 · Yunqiang Li, Silvia Laura Pintea, Jan van Gemert

Binary networks are extremely efficient as multiplications and additions are replaced by bit shifts. Yet, binarizing network models reduces their representational power: a binary weight with a value of -1 or +1 cannot re…

ROOT13: Spotting Hypernyms, Co-Hyponyms and Randoms

2016-03-29 · Enrico Santus, Tin-Shing Chiu, Qin Lu, Alessandro Lenci 외

In this paper, we describe ROOT13, a supervised system for the classification of hypernyms, co-hyponyms and random words. The system relies on a Random Forest algorithm and 13 unsupervised corpus-based features. We evalu…

ClassificationGeneral Classification

Don't Throw it Away! The Utility of Unlabeled Data in Fair Decision Making

2022-05-10 · Miriam Rateike, Ayan Majumdar, Olga Mineeva, Krishna P. Gummadi 외

Decision making algorithms, in practice, are often trained on data that exhibits a variety of biases. Decision-makers often aim to take decisions based on some ground-truth target that is assumed or expected to be unbias…

Decision MakingFairness

Binary output layer of feedforward neural networks for solving multi-class classification problems

2018-01-22 · Sibo Yang, Chao Zhang, Wei Wu

Considered in this short note is the design of output layer nodes of feedforward neural networks for solving multi-class classification problems with r (bigger than or equal to 3) classes of samples. The common and conve…

General ClassificationMulti-class Classification