Research
On-device research index

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.

168,657 papers · 148 categories

Trend · papers per month

164328492656 · Jun 202019922001200920172026
48 results for fast rate bounds

Unified derivation of PAC-Bayes and MI bounds for general VC classes with fast rates.

problem Generalization bounds for machine learning models with VC classes.
method Unified derivation of conditional PAC-Bayesian and mutual information bounds, including MAC-Bayesian bounds.
result Nontrivial bounds for general VC classes and faster rates for specific conditions.

Improved fast rates for decision making with forward-KL regularization in contextual bandits.

problem Improving fast rates for decision making with forward-KL regularization in contextual bandits.
method Streamlined analysis of forward-KL-regularized offline CBs, exploiting the pessimism principle and convex-analytical pipeline.
result First ildeO(ε1) ilde{O}(ε^{-1}) upper bounds in tabular and general function approximation settings.

New algorithm reduces best-in-class regret in contextual bandits.

problem Compete with the best policy in a class without model restrictions.
method Proposes an algorithm that updates policies by minimizing a pessimistic objective, including a clipped inverse-propensity estimate and variance penalty.
result Achieves fast best-in-class regret rates, including polylogarithmic rates in the parametric case.

Study shows convergence rate for empirical minimizer of unbounded functions with fast growth.

problem Convergence rate of empirical minimizer for unbounded functions with fast growth.
method Analyzes L1L^1-distance convergence rate of the empiric minimizer for coercive functions sampled with noise.
result Convergence rate is bounded above by ann1/qa_n n^{-1/q}, where qq is the dimension and an=o(nε)a_n = o(n^\varepsilon) for every ε>0\varepsilon > 0.

Paper improves PAC-Bayes bounds for various loss types.

problem Improving PAC-Bayes bounds for different types of losses.
method Introducing new high-probability PAC-Bayes bounds for bounded and general tail behaviors losses, and extending to anytime-valid bounds.
result New fast-rate and mixed-rate bounds for losses with bounded ranges, and parameter-free bounds for losses with general tail behaviors.

Paper optimizes multi-fidelity function with fast learning rates.

problem Optimizing a locally smooth function with limited budget and varying fidelity approximations.
method Kometo algorithm that achieves simple regret rates without knowing function smoothness or fidelity assumptions.
result Kometo algorithm outperforms previous methods empirically.

New learning dynamics achieve fast convergence in games without needing to know utility scales.

problem Fast convergence guarantees in learning games require prior knowledge of utility scales.
method Developed scale-free and scale-invariant learning dynamics using optimistic follow-the-regularized-leader with adaptive learning rates and clipping techniques.
result Achieved fast convergence rates to Nash and correlated equilibria without prior utility scale knowledge.

New bounds for balanced classification improve understanding of imbalanced datasets.

problem Negligible size of the minority class in imbalanced datasets.
method Developed non-asymptotic and consistent bounds for balanced empirical risk minimization and balanced nearest neighbors estimates.
result Improved understanding of class-weighting benefits in real-world imbalanced classification settings.

We study fast learning rates when the losses are not necessarily bounded and may have a distribution with heavy tails. To enable such analyses, we introduce two new conditions: (i) the envelope function supfFf\sup_{f \in \mathcal{F}}|\ell \circ f|, where \ell is the loss function and F\mathcal{F} is the hypothesis class…

2016-09-29abs ↗pdf ↗

In the setting of sequential prediction of individual {0,1}\{0, 1\}-sequences with expert advice, we show that by allowing the learner to abstain from the prediction by paying a cost marginally smaller than 12\frac 12 (say, 0.490.49), it is possible to achieve expected regret bounds that are independent of the time horizon …

2020-01-28abs ↗pdf ↗

The speed with which a learning algorithm converges as it is presented with more data is a central problem in machine learning --- a fast rate of convergence means less data is needed for the same level of performance. The pursuit of fast rates in online and statistical learning has led to the discovery of many conditi…

2015-07-09abs ↗pdf ↗

In this paper, we give a new sharp generalization bound of lp-MKL which is a generalized framework of multiple kernel learning (MKL) and imposes lp-mixed-norm regularization instead of l1-mixed-norm regularization. We utilize localization techniques to obtain the sharp learning rate. The bound is characterized by the d…

2011-03-27abs ↗pdf ↗

For binary classification we establish learning rates up to the order of n1n^{-1} for support vector machines (SVMs) with hinge loss and Gaussian RBF kernels. These rates are in terms of two assumptions on the considered distributions: Tsybakov's noise assumption to establish a small estimation error, and a new geometr…

2007-08-14abs ↗pdf ↗

Linear-Core Surrogates combine fast optimization and statistical efficiency in classification and structured prediction.

problem The trade-off between smoothness and margin-based losses in classification and structured prediction.
method Linear-Core (LC) Surrogates, a family of convex loss functions that stitch a linear core to a smooth tail.
result LC Surrogates achieve fast linear consistency rates while maintaining differentiability and strict HH-consistency bounds.

Improved bounds for non-linear SA with fast convergence.

problem Stochastic approximation with non-linear mappings and multiple time scales.
method Mean squared error bounds with O(1/k)O(1/k) rate for contractive mappings.
result First O(1/k)O(1/k) rate for non-linear two-time-scale SA without additional smoothness assumptions.

Study shows exponential error reduction in multiclass classification without bias-variance trade-off.

problem Multiclass classification with margin conditions.
method Analysis of classification error under hard-margin conditions.
result Exponential decrease in classification error without bias-variance trade-off.

We derive an upper bound on the local Rademacher complexity of p\ell_p-norm multiple kernel learning, which yields a tighter excess risk bound than global approaches. Previous local approaches aimed at analyzed the case p=1p=1 only while our analysis covers all cases 1p1\leq p\leq\infty, assuming the different feature …

2011-03-03abs ↗pdf ↗

Paper studies deep learning for solving elliptic PDEs, proving optimal bounds and neural scaling laws.

problem Solving elliptic PDEs from random samples using machine learning.
method Deep Ritz Method and Physics-Informed Neural Networks (PINNs) for the Schrödinger equation.
result Proves minimax optimal bounds and neural scaling laws for deep PDE solvers.

This paper tightens information-theoretic bounds on generalization errors.

problem Understanding the discrepancy between training and testing data losses.
method Investigates the tightness of information-theoretic bounds on generalization error.
result The individual sample mutual information bound can be asymptotically tight under specific assumptions.

Paper offers a fast convergence theory for offline decision making.

problem Offline decision making problems, including reinforcement learning and off-policy evaluation.
method Introduces a framework (DMOF) and algorithm (EDD) with a fast convergence guarantee.
result Demonstrates a fast convergence guarantee with a lower bound complement.

The paper explains how data augmentation improves semi-supervised learning efficiency.

problem Improving accuracy from a small fraction of labeled data.
method Data augmentation induces a similarity graph, which is graph-Laplacian-regularized for downstream learning.
result A fast transductive rate of O(1/nL)O(1/n_L) is achieved, reducing the number of labels needed.

Empirical risk minimization (ERM) is a fundamental learning rule for statistical learning problems where the data is generated according to some unknown distribution P\mathsf{P} and returns a hypothesis ff chosen from a fixed class F\mathcal{F} with small loss \ell. In the parametric setting, depending upon $(\ell…

2014-06-14abs ↗pdf ↗

The paper bounds the expectation of empirical processes indexed by Hölder classes.

problem Estimating the expectation of the supremum of empirical processes for distributions on bounded sets.
method Providing upper bounds on the expectation of the supremum of empirical processes indexed by Hölder classes.
result Deriving non-asymptotic risk bounds for estimating distributions using empirical processes and IPM.

Paper analyzes normal approximation for two-timescale stochastic algorithms, revealing interaction between fast and slow timescales.

problem Non-asymptotic bounds for accuracy of normal approximation in linear two-timescale stochastic approximation algorithms.
method Established bounds for normal approximation in terms of convex distance, focusing on last iterate and Polyak-Ruppert averaging.
result Normal approximation rate for the last iterate improves with increased timescale separation, while it decreases in the averaged setting.