Improved batched SH algorithm maintains original performance.
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
E algorithm optimizes batched linear bandits with minimal regret and batches.
A new algorithm is proposed which accelerates the mini-batch k-means algorithm of Sculley (2010) by using the distance bounding approach of Elkan (2003). We argue that, when incorporating distance bounds into a mini-batch algorithm, already used data should preferentially be reused. To this end we propose using nested …
Polynomial-time algorithm for list-decodable linear regression with batches.
Opt-BBAI identifies the best arm with minimal batches and pulls, optimizing both sample and batch complexity.
A batched Gaussian Process bandit optimization method achieves near-optimal regret bounds.
We make policy optimization algorithms batch size-invariant by decoupling proximal and behavior policies.
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…
The study analyzes batched methods for early stopping in stochastic multi-armed bandits.
GN algorithm solves batched bandit for nondegenerate functions near-optimally.
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…
BLAE solves batched linear bandits with optimal regret and practical performance.
Dynamic neural network toolkits such as PyTorch, DyNet, and Chainer offer more flexibility for implementing models that cope with data of varying dimensions and structure, relative to toolkits that operate on statically declared computations (e.g., TensorFlow, CNTK, and Theano). However, existing toolkits - both static…
Widely-used deep reinforcement learning algorithms have been shown to fail in the batch setting--learning from a fixed data set without interaction with the environment. Following this result, there have been several papers showing reasonable performances under a variety of environments and batch settings. In this pape…
Algorithm achieves comparable performance to fully dynamic data with only a few batches.
Paper tackles robust batched bandits for heavy-tailed rewards.
The paper tackles fast rates in batch active learning with pool-based data.
The paper refines and extends batched kernelized bandits, improving regret bounds and introducing a robust setting.
Two new algorithms improve Q* approximation in batch RL with linear error propagation.
QC-ST and CoCo methods correct batch effects in metabolomics data.
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…
New streaming methods improve convergence rates for optimization problems.
In many applications of black-box optimization, one can evaluate multiple points simultaneously, e.g. when evaluating the performances of several different neural network architectures in a parallel computing environment. In this paper, we develop a novel batch Bayesian optimization algorithm --- the parallel knowledge…
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…
Study batch learning in linear bandits with context, achieving near-optimal performance.
AdaScale SGD adapts learning rates for large-batch training efficiently.
We design a new algorithm for batch active learning with deep neural network models. Our algorithm, Batch Active learning by Diverse Gradient Embeddings (BADGE), samples groups of points that are disparate and high-magnitude when represented in a hallucinated gradient space, a strategy designed to incorporate both pred…
In this paper, we study a simple algorithm to construct asymptotically valid confidence regions for model parameters using the batch means method. The main idea is to cancel out the covariance matrix which is hard/costly to estimate. In the process of developing the algorithm, we establish process-level functional cent…
In statistical learning for real-world large-scale data problems, one must often resort to "streaming" algorithms which operate sequentially on small batches of data. In this work, we present an analysis of the information-theoretic limits of mini-batch inference in the context of generalized linear models and low-rank…
New algorithm for batch list-decodable linear regression with stronger guarantees.
Mini-batch gradient descent based methods are the de facto algorithms for training neural network architectures today. We introduce a mini-batch selection strategy based on submodular function maximization. Our novel submodular formulation captures the informativeness of each sample and diversity of the whole subset. W…
Matching pursuit (MP) methods are a promising class of feature construction algorithms for value function approximation. Yet existing MP methods require creating a pool of potential features, mandating expert knowledge or enumeration of a large feature pool, both of which hinder scalability. This paper introduces batch…
New study reveals a polynomial penalty for adapting to unknown margin parameters in batched nonparametric bandits.
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 present K-Means Batch Bayesian Optimization (KMBBO), a novel batch sampling algorithm for Bayesian Optimization (BO). KMBBO uses unsupervised learning to efficiently estimate peaks of the model acquisition function. We show in empirical experiments that our method outperforms the current state-of-the-art batch alloc…
We propose an adaptive optimization method for deep learning that dynamically adjusts batch size.
Standard optimizers perform as well as LARS and LAMB at large batch sizes.
Develops a flexible batched experimentation framework for limited adaptivity.
We introduce a novel apprenticeship learning algorithm to learn an expert's underlying reward structure in off-policy model-free \emph{batch} settings. Unlike existing methods that require a dynamics model or additional data acquisition for on-policy evaluation, our algorithm requires only the batch data of observed ex…
The standard L-BFGS method relies on gradient approximations that are not dominated by noise, so that search directions are descent directions, the line search is reliable, and quasi-Newton updating yields useful quadratic models of the objective function. All of this appears to call for a full batch approach, but sinc…
Study model selection in batch policy optimization with three error sources.
TS-RSR improves batch Bayesian Optimization by minimizing redundancy and focusing on high uncertainty points.
BatchGFN uses generative flow networks for efficient batch active learning.
Efficient RL algorithms for linear function approximation with limited adaptivity constraints.
New batch RL method avoids overly optimistic policies.
New method for identifying best arm in batched multi-armed bandit problems.
New algorithms for batched dueling bandits with improved regret bounds.
One important partition of algorithms for controlling the false discovery rate (FDR) in multiple testing is into offline and online algorithms. The first generally achieve significantly higher power of discovery, while the latter allow making decisions sequentially as well as adaptively formulating hypotheses based on …