paper-with-me

Papers

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 causes the crucial inconsistency problem. Most of the previous methods design different estimators instead of STE to mitigate it. However, they ignore the fact that when reducing the estimating error, the gradient stability will decrease concomitantly. These highly divergent gradients will harm the model training and increase the risk of gradient vanishing and gradient exploding. To fully take the gradient stability into consideration, we present a new perspective to the BNNs training, regarding it as the equilibrium between the estimating error and the gradient stability. In this view, we firstly design two indicators to quantitatively demonstrate the equilibrium phenomenon. In addition, in order to balance the estimating error and the gradient stability well, we revise the original straight through estimator and propose a power function based estimator, Rectified Straight Through Estimator (ReSTE for short). Comparing to other estimators, ReSTE is rational and capable of flexibly balancing the estimating error with the gradient stability. Extensive experiments on CIFAR-10 and ImageNet datasets show that ReSTE has excellent performance and surpasses the state-of-the-art methods without any auxiliary modules or losses.

📄 PDF Abstract BibTeX arXiv:2308.06689

Code (1)

dravenalg/reste 공식 구현 pytorch

Tasks

Binarization

Similar Papers 제목 키워드 기반

Flow Straight and Fast: Learning to Generate and Transfer Data with Rectified Flow

2022-09-07 · Xingchao Liu, Chengyue Gong, Qiang Liu

We present rectified flow, a surprisingly simple approach to learning (neural) ordinary differential equation (ODE) models to transport between two empirically observed distributions \pi_0 and \pi_1, hence providing a un…

Domain AdaptationImage GenerationImage-to-Image TranslationTranslation

Rectified Diffusion: Straightness Is Not Your Need in Rectified Flow

2024-10-09 · Fu-Yun Wang, Ling Yang, Zhaoyang Huang, Mengdi Wang 외

Diffusion models have greatly improved visual generation but are hindered by slow generation speed due to the computationally intensive nature of solving generative ODEs. Rectified flow, a widely recognized solution, imp…

On the Wasserstein Convergence and Straightness of Rectified Flow

2024-10-19 · Vansh Bansal, Saptarshi Roy, Purnamrita Sarkar, Alessandro Rinaldo

Diffusion models have emerged as a powerful tool for image generation and denoising. Typically, generative models learn a trajectory between the starting noise distribution and the target data distribution. Recently Liu …

DenoisingImage Generation

Differentiable Thermodynamic Phase-Equilibria for Machine Learning

2026-03-11 · Karim K. Ben Hicham, Moreno Ascani, Jan G. Rittig, Alexander Mitsos arxiv

Accurate prediction of phase equilibria remains a central challenge in chemical engineering. Physics-consistent machine learning methods that incorporate thermodynamic structure into neural networks have recently shown s…

Frieren: Efficient Video-to-Audio Generation Network with Rectified Flow Matching

2024-06-01 · Yongqi Wang, Wenxiang Guo, Rongjie Huang, Jiawei Huang 외

Video-to-audio (V2A) generation aims to synthesize content-matching audio from silent video, and it remains challenging to build V2A models with high generation quality, efficiency, and visual-audio temporal synchrony. W…

Audio GenerationVideo-to-Sound Generation