# Near-Optimal Algorithms for Private Online Optimization in the   Realizable Regime

**Authors:** Hilal Asi, Vitaly Feldman, Tomer Koren, Kunal Talwar

arXiv: 2302.14154 · 2023-03-01

## TL;DR

This paper introduces new differentially private algorithms for online learning in the realizable setting, achieving near-optimal regret bounds that significantly improve over previous non-realizable results.

## Contribution

It presents the first near-optimal DP algorithms for online prediction and convex optimization in the realizable regime, with improved regret bounds.

## Key findings

- Expert prediction regret: O(ε^{-1} log^{1.5} d)
- Adaptive small-loss regret: O(L* log d + ε^{-1} log^{1.5} d)
- Convex optimization regret: O(ε^{-1} d^{1.5}) and O(ε^{-2/3} (dT)^{1/3})

## Abstract

We consider online learning problems in the realizable setting, where there is a zero-loss solution, and propose new Differentially Private (DP) algorithms that obtain near-optimal regret bounds. For the problem of online prediction from experts, we design new algorithms that obtain near-optimal regret ${O} \big( \varepsilon^{-1} \log^{1.5}{d} \big)$ where $d$ is the number of experts. This significantly improves over the best existing regret bounds for the DP non-realizable setting which are ${O} \big( \varepsilon^{-1} \min\big\{d, T^{1/3}\log d\big\} \big)$. We also develop an adaptive algorithm for the small-loss setting with regret $O(L^\star\log d + \varepsilon^{-1} \log^{1.5}{d})$ where $L^\star$ is the total loss of the best expert. Additionally, we consider DP online convex optimization in the realizable setting and propose an algorithm with near-optimal regret $O \big(\varepsilon^{-1} d^{1.5} \big)$, as well as an algorithm for the smooth case with regret $O \big( \varepsilon^{-2/3} (dT)^{1/3} \big)$, both significantly improving over existing bounds in the non-realizable regime.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/2302.14154/full.md

## References

20 references — full list in the complete paper: https://tomesphere.com/paper/2302.14154/full.md

---
Source: https://tomesphere.com/paper/2302.14154