paper-with-me

Papers

Oracle-Efficient Online Learning for Beyond Worst-Case Adversaries

2022-02-17 · Nika Haghtalab, Yanjun Han, Abhishek Shetty, Kunhe Yang

In this paper, we study oracle-efficient algorithms for beyond worst-case analysis of online learning. We focus on two settings. First, the smoothed analysis setting of [RST11,HRS22] where an adversary is constrained to generating samples from distributions whose density is upper bounded by $1/\sigma$ times the uniform density. Second, the setting of $K$-hint transductive learning, where the learner is given access to $K$ hints per time step that are guaranteed to include the true instance. We give the first known oracle-efficient algorithms for both settings that depend only on the pseudo (or VC) dimension of the class and parameters $\sigma$ and $K$ that capture the power of the adversary. In particular, we achieve oracle-efficient regret bounds of $ \widetilde{O} ( \sqrt{T d\sigma^{-1}} ) $ and $ \widetilde{O} ( \sqrt{T dK} ) $ for learning real-valued functions and $ O ( \sqrt{T d\sigma^{-\frac{1}{2}} } )$ for learning binary-valued functions. For the smoothed analysis setting, our results give the first oracle-efficient algorithm for online learning with smoothed adversaries [HRS22]. This contrasts the computational separation between online learning with worst-case adversaries and offline learning established by [HK16]. Our algorithms also achieve improved bounds for worst-case setting with small domains. In particular, we give an oracle-efficient algorithm with regret of $O ( \sqrt{T(d |\mathcal{X}|)^{1/2} })$, which is a refinement of the earlier $O ( \sqrt{T|\mathcal{X}|})$ bound by [DS16].

📄 PDF Abstract BibTeX arXiv:2202.08549

Code (0)

등록된 구현이 없습니다.

Tasks

Transductive Learning

Similar Papers 제목 키워드 기반

Online Covering with Multiple Experts

2023-12-22 · Enikő Kevi, Kim-Thang Nguyen

Designing online algorithms with machine learning predictions is a recent technique beyond the worst-case paradigm for various practically relevant online problems (scheduling, caching, clustering, ski rental, etc.). Whi…

Scheduling

Oracle-Robust Online Alignment for Large Language Models

2026-02-24 · Zimeng Li, Mudit Gaur, Vaneet Aggarwal arxiv

We study online alignment of large language models under misspecified preference feedback, where the observed preference oracle deviates from an ideal but unknown ground-truth oracle. The online LLM alignment problem is …

Robust Multi-Agent Reinforcement Learning by Mutual Information Regularization

2023-10-15 · Simin Li, Ruixiao Xu, Jingqiao Xiu, Yuwei Zheng 외

In multi-agent reinforcement learning (MARL), ensuring robustness against unpredictable or worst-case actions by allies is crucial for real-world deployment. Existing robust MARL methods either approximate or enumerate a…

Multi-agent Reinforcement LearningOff-policy evaluationreinforcement-learningReinforcement Learning+2

Delayed Assignments in Online Non-Centroid Clustering with Stochastic Arrivals

2026-01-22 · Saar Cohen arxiv

Clustering is a fundamental problem, aiming to partition a set of elements, like agents or data points, into clusters such that elements in the same cluster are closer to each other than to those in other clusters. In th…

Follow the Perturbed Leader: Optimism and Fast Parallel Algorithms for Smooth Minimax Games

2020-06-13 · NeurIPS 2020 12 · Arun Sai Suggala, Praneeth Netrapalli

We consider the problem of online learning and its application to solving minimax games. For the online learning problem, Follow the Perturbed Leader (FTPL) is a widely studied algorithm which enjoys the optimal $O(T^{1/…