paper-with-me

홈 › Papers

Faster Algorithms and Constant Lower Bounds for the Worst-Case Expected Error

2021-12-27 · NeurIPS 2021 12 · Jonah Brown-Cohen

The study of statistical estimation without distributional assumptions on data values, but with knowledge of data collection methods was recently introduced by Chen, Valiant and Valiant (NeurIPS 2020). In this framework, the goal is to design estimators that minimize the worst-case expected error. Here the expectation is over a known, randomized data collection process from some population, and the data values corresponding to each element of the population are assumed to be worst-case. Chen, Valiant and Valiant show that, when data values are $\ell_{\infty}$-normalized, there is a polynomial time algorithm to compute an estimator for the mean with worst-case expected error that is within a factor $\frac{\pi}{2}$ of the optimum within the natural class of semilinear estimators. However, their algorithm is based on optimizing a somewhat complex concave objective function over a constrained set of positive semidefinite matrices, and thus does not come with explicit runtime guarantees beyond being polynomial time in the input. In this paper we design provably efficient algorithms for approximating the optimal semilinear estimator based on online convex optimization. In the setting where data values are $\ell_{\infty}$-normalized, our algorithm achieves a $\frac{\pi}{2}$-approximation by iteratively solving a sequence of standard SDPs. When data values are $\ell_2$-normalized, our algorithm iteratively computes the top eigenvector of a sequence of matrices, and does not lose any multiplicative approximation factor. We complement these positive results by stating a simple combinatorial condition which, if satisfied by a data collection process, implies that any (not necessarily semilinear) estimator for the mean has constant worst-case expected error.

📄 PDF Abstract BibTeX arXiv:2112.13832

Code (1)

justc2/worst-case-randomly-collected 공식 구현

Similar Papers 제목 키워드 기반

Adapting to Function Difficulty and Growth Conditions in Private Optimization

2021-08-05 · NeurIPS 2021 12 · Hilal Asi, Daniel Levy, John Duchi

We develop algorithms for private stochastic convex optimization that adapt to the hardness of the specific function we wish to optimize. While previous work provide worst-case bounds for arbitrary convex functions, it i…

Efficiently Learning Mixtures of Mallows Models

2018-08-17 · Allen Liu, Ankur Moitra

Mixtures of Mallows models are a popular generative model for ranking data coming from a heterogeneous population. They have a variety of applications including social choice, recommendation systems and natural language …

Recommendation Systems

Upper and lower bounds for the Lipschitz constant of random neural networks

2023-11-02 · Paul Geuchen, Thomas Heindl, Dominik Stöger, Felix Voigtlaender

Empirical studies have widely demonstrated that neural networks are highly sensitive to small, adversarial perturbations of the input. The worst-case robustness against these so-called adversarial examples can be quantif…

Fooling Algorithms in Non-Stationary Bandits using Belief Inertia

2025-11-06 · Gal Mendelson, Eyal Tadmor arxiv

We study the problem of worst case regret in piecewise stationary multi armed bandits. While the minimax theory for stationary bandits is well established, understanding analogous limits in time-varying settings is chall…

Provably Efficient Risk-Sensitive Reinforcement Learning: Iterated CVaR and Worst Path

2022-06-06 · Yihan Du, Siwei Wang, Longbo Huang

In this paper, we study a novel episodic risk-sensitive Reinforcement Learning (RL) problem, named Iterated CVaR RL, which aims to maximize the tail of the reward-to-go at each step, and focuses on tightly controlling th…

Autonomous Drivingreinforcement-learningReinforcement Learning (RL)