paper-with-me

Papers

Binary Search and First Order Gradient Based Method for Stochastic Optimization

2020-07-27 · Vijay Pandey

In this paper, we present a novel stochastic optimization method, which uses the binary search technique with first order gradient based optimization method, called Binary Search Gradient Optimization (BSG) or BiGrad. In this optimization setup, a non-convex surface is treated as a set of convex surfaces. In BSG, at first, a region is defined, assuming region is convex. If region is not convex, then the algorithm leaves the region very fast and defines a new one, otherwise, it tries to converge at the optimal point of the region. In BSG, core purpose of binary search is to decide, whether region is convex or not in logarithmic time, whereas, first order gradient based method is primarily applied, to define a new region. In this paper, Adam is used as a first order gradient based method, nevertheless, other methods of this class may also be considered. In deep neural network setup, it handles the problem of vanishing and exploding gradient efficiently. We evaluate BSG on the MNIST handwritten digit, IMDB, and CIFAR10 data set, using logistic regression and deep neural networks. We produce more promising results as compared to other first order gradient based optimization methods. Furthermore, proposed algorithm generalizes significantly better on unseen data as compared to other methods.

📄 PDF Abstract BibTeX arXiv:2007.13413

Code (1)

vijayiitkgp/binary_search_gradient_optimization 공식 구현 tf

Tasks

Stochastic Optimization

Methods 이 논문이 사용한 방법론

Logistic Regression Logistic Regression, despite its name, is a linear model for classification rather than regression. Logistic regression is also known in the literature as logit regression,…
Adam 설명 없음

Similar Papers 제목 키워드 기반

Improved Binary Forward Exploration: Learning Rate Scheduling Method for Stochastic Optimization

2022-07-09 · Xin Cao

A new gradient-based optimization approach by automatically scheduling the learning rate has been proposed recently, which is called Binary Forward Exploration (BFE). The Adaptive version of BFE has also been discussed t…

SchedulingStochastic Optimization

Estimating or Propagating Gradients Through Stochastic Neurons for Conditional Computation

2013-08-15 · Yoshua Bengio, Nicholas Léonard, Aaron Courville

Stochastic neurons and hard non-linearities can be useful for a number of reasons in deep learning models, but in many cases they pose a challenging problem: how to estimate the gradient of a loss function with respect t…

Condition Number Analysis of Logistic Regression, and its Implications for Standard First-Order Solution Methods

2018-10-20 · Robert M. Freund, Paul Grigas, Rahul Mazumder

Logistic regression is one of the most popular methods in binary classification, wherein estimation of model parameters is carried out by solving the maximum likelihood (ML) optimization problem, and the ML estimator is …

Binary ClassificationGeneral Classificationregression

Layerwise Progressive Freezing: A Training Scaffold for Depth-Scalable Binary Networks

2026-06-26 · Evan Gibson Smith, Bashima Islam arxiv

Training binary neural networks (BNNs) from scratch is dominated by the straight-through estimator (STE), whose forward/backward mismatch produces severe accuracy degradation as networks deepen. We study an orthogonal ax…

SSRGD: Simple Stochastic Recursive Gradient Descent for Escaping Saddle Points

2019-04-19 · NeurIPS 2019 12 · Zhize Li

We analyze stochastic gradient algorithms for optimizing nonconvex problems. In particular, our goal is to find local minima (second-order stationary points) instead of just finding first-order stationary points which ma…