SOBER framework optimizes Bayesian optimization tasks efficiently.
arXiv research
A locally-built, LLM-digested index of recent arXiv papers in quant finance, geometry/topology, and statistical ML — keyword search served straight from SQLite on this machine.
Trend · papers per month
Training deep neural networks with Stochastic Gradient Descent, or its variants, requires careful choice of both learning rate and batch size. While smaller batch sizes generally converge in fewer training epochs, larger batch sizes offer more parallelism and hence better computational efficiency. We have developed a n…
A new scaling law predicts optimal batch size for training models.
Determining the appropriate batch size for mini-batch gradient descent is always time consuming as it often relies on grid search. This paper considers a resizable mini-batch gradient descent (RMGD) algorithm based on a multi-armed bandit for achieving best performance in grid search by selecting an appropriate batch s…
Riemannian stochastic gradient descent converges faster with increasing batch size.
To deal with very large datasets a mini-batch version of the Monte Carlo Markov Chain Stochastic Approximation Expectation-Maximization algorithm for general latent variable models is proposed. For exponential models the algorithm is shown to be convergent under classicalconditions as the number of iterations increases…
Large batch sizes reduce gradient variance in DP-SGD, improving privacy.
Adaptive batch size schedules improve language model training efficiency and generalization.
SGD's performance improves with critical batch size, minimizing SFO complexity.
Adaptive batch sizes improve active learning efficiency and flexibility.
When using active learning, smaller batch sizes are typically more efficient from a learning efficiency perspective. However, in practice due to speed and human annotator considerations, the use of larger batch sizes is necessary. While past work has shown that larger batch sizes decrease learning efficiency from a lea…
Existing research shows that the batch size can seriously affect the performance of stochastic gradient descent~(SGD) based learning, including training speed and generalization ability. A larger batch size typically results in less parameter updates. In distributed training, a larger batch size also results in less fr…
Seesaw optimizes training by balancing learning rate and batch size, accelerating model pretraining.
Mini-batch stochastic gradient descent and variants thereof have become standard for large-scale empirical risk minimization like the training of neural networks. These methods are usually used with a constant batch size chosen by simple empirical inspection. The batch size significantly influences the behavior of the …
We make policy optimization algorithms batch size-invariant by decoupling proximal and behavior policies.
We present a novel Metropolis-Hastings method for large datasets that uses small expected-size minibatches of data. Previous work on reducing the cost of Metropolis-Hastings tests yield variable data consumed per sample, with only constant factor reductions versus using the full dataset for each sample. Here we present…
AdAdaGrad optimizes batch sizes for deep learning models, reducing the generalization gap.
Empirical study on SGD hyperparameters and adversarial robustness.
Adaptive SGD learns optimal batch size for strong convex functions.
New analysis reveals batch size effects on stochastic conditional gradient methods.
Batch normalisation doesn't affect variational inference but fails for larger batch sizes.
Adaptive batch sizes improve local gradient methods in distributed training.
Analysis of SGD+M convergence rates in high dimensions with batch size considerations.
SGD batch size affects autoencoder global minima sparsity and sharpness.
Standard optimizers perform as well as LARS and LAMB at large batch sizes.
Variance-reduced algorithms, although achieve great theoretical performance, can run slowly in practice due to the periodic gradient estimation with a large batch of data. Batch-size adaptation thus arises as a promising approach to accelerate such algorithms. However, existing schemes either apply prescribed batch-siz…
Increasing the batch size is a popular way to speed up neural network training, but beyond some critical batch size, larger batch sizes yield diminishing returns. In this work, we study how the critical batch size changes based on properties of the optimization algorithm, including acceleration and preconditioning, thr…
This paper explores the limits of large batch sizes in deep learning.
Batch Normalization (BN) uses mini-batch statistics to normalize the activations during training, introducing dependence between mini-batch elements. This dependency can hurt the performance if the mini-batch size is too small, or if the elements are correlated. Several alternatives, such as Batch Renormalization and G…
Modern deep neural network training is typically based on mini-batch stochastic gradient optimization. While the use of large mini-batches increases the available computational parallelism, small batch training has been shown to provide improved generalization performance and allows a significantly smaller memory footp…
Adam optimizer's bias is influenced by mini-batch size and momentum hyperparameters.
New method improves generalization in deep learning models.
ABS dynamically adjusts batch size based on policy stability, improving RL performance.
Momentum affects optimization differently at small vs large batch sizes near instability.
In an increasing number of domains it has been demonstrated that deep learning models can be trained using relatively large batch sizes without sacrificing data efficiency. However the limits of this massive data parallelism seem to differ from domain to domain, ranging from batches of tens of thousands in ImageNet to …
In this paper we study a family of variance reduction methods with randomized batch size---at each step, the algorithm first randomly chooses the batch size and then selects a batch of samples to conduct a variance-reduced stochastic update. We give the linear convergence rate for this framework for composite functions…
New method improves model accuracy in Byzantine-robust distributed learning by optimizing batch size.
New framework optimizes deep learning training by deferring large batch sizes to late stages.
We propose an adaptive optimization method for deep learning that dynamically adjusts batch size.
Stochastic momentum methods trade compute efficiency for serial runtime.
In stochastic optimization, using large batch sizes during training can leverage parallel resources to produce faster wall-clock training times per training epoch. However, for both training loss and testing error, recent results analyzing large batch Stochastic Gradient Descent (SGD) have found sharp diminishing retur…
Optimal batch size minimizes training time for neural networks.
We analyze the learning properties of the stochastic gradient method when multiple passes over the data and mini-batches are allowed. We study how regularization properties are controlled by the step-size, the number of passes and the mini-batch size. In particular, we consider the square loss and show that for a unive…
Large-scale distributed training of deep neural networks suffer from the generalization gap caused by the increase in the effective mini-batch size. Previous approaches try to solve this problem by varying the learning rate and batch size over epochs and layers, or some ad hoc modification of the batch normalization. W…
Increasing the mini-batch size for stochastic gradient descent offers significant opportunities to reduce wall-clock training time, but there are a variety of theoretical and systems challenges that impede the widespread success of this technique. We investigate these issues, with an emphasis on time to convergence and…
Improved variance reduction for Riemannian non-convex optimization with adaptive batch size.
Mini-batch stochastic gradient descent (SGD) and variants thereof approximate the objective function's gradient with a small number of training examples, aka the batch size. Small batch sizes require little computation for each model update but can yield high-variance gradient estimates, which poses some challenges for…
Study shows how mini-batch GD with random reshuffling affects least squares regression dynamics.