paper-with-me

Papers

Reintroducing Straight-Through Estimators as Principled Methods for Stochastic Binary Networks

2020-06-11 · Alexander Shekhovtsov, Viktor Yanush

Training neural networks with binary weights and activations is a challenging problem due to the lack of gradients and difficulty of optimization over discrete weights. Many successful experimental results have been achieved with empirical straight-through (ST) approaches, proposing a variety of ad-hoc rules for propagating gradients through non-differentiable activations and updating discrete weights. At the same time, ST methods can be truly derived as estimators in the stochastic binary network (SBN) model with Bernoulli weights. We advance these derivations to a more complete and systematic study. We analyze properties, estimation accuracy, obtain different forms of correct ST estimators for activations and weights, explain existing empirical approaches and their shortcomings, explain how latent weights arise from the mirror descent method when optimizing over probabilities. This allows to reintroduce ST methods, long known empirically, as sound approximations, apply them with clarity and develop further improvements.

📄 PDF Abstract BibTeX arXiv:2006.06880

Code (0)

등록된 구현이 없습니다.

Tasks

Variational Inference

Similar Papers 제목 키워드 기반

Spectral M-estimation with Applications to Hidden Markov Models

2016-03-29 · Dustin Tran, Minjae Kim, Finale Doshi-Velez

Method of moment estimators exhibit appealing statistical properties, such as asymptotic unbiasedness, for nonconvex problems. However, they typically require a large number of samples and are extremely sensitive to mode…

Rao-Blackwellizing the Straight-Through Gumbel-Softmax Gradient Estimator

2020-10-09 · ICLR 2021 1 · Max B. Paulus, Chris J. Maddison, Andreas Krause

Gradient estimation in models with discrete latent variables is a challenging problem, because the simplest unbiased estimators tend to have high variance. To counteract this, modern estimators either introduce bias, rel…

Estimator Meets Equilibrium Perspective: A Rectified Straight Through Estimator for Binary Neural Networks Training

2023-08-13 · ICCV 2023 1 · Xiao-Ming Wu, Dian Zheng, Zuhao Liu, Wei-Shi Zheng

Binarization of neural networks is a dominant paradigm in neural networks compression. The pioneering work BinaryConnect uses Straight Through Estimator (STE) to mimic the gradients of the sign function, but it also caus…

Binarization

Understanding the Mechanics of SPIGOT: Surrogate Gradients for Latent Structure Learning

2020-10-05 · EMNLP 2020 11 · Tsvetomila Mihaylova, Vlad Niculae, André F. T. Martins

Latent structure models are a powerful tool for modeling language data: they can mitigate the error propagation and annotation bottleneck in pipeline systems, while simultaneously uncovering linguistic insights about the…

Custom Gradient Estimators are Straight-Through Estimators in Disguise

2024-05-08 · Matt Schoenbauer, Daniele Moro, Lukasz Lew, Andrew Howard

Quantization-aware training comes with a fundamental challenge: the derivative of quantization functions such as rounding are zero almost everywhere and nonexistent elsewhere. Various differentiable approximations of qua…

Quantization