paper-with-me

Papers

Practical, Provably-Correct Interactive Learning in the Realizable Setting: The Power of True Believers

2021-11-09 · NeurIPS 2021 12 · Julian Katz-Samuels, Blake Mason, Kevin Jamieson, Rob Nowak

We consider interactive learning in the realizable setting and develop a general framework to handle problems ranging from best arm identification to active classification. We begin our investigation with the observation that agnostic algorithms \emph{cannot} be minimax-optimal in the realizable setting. Hence, we design novel computationally efficient algorithms for the realizable setting that match the minimax lower bound up to logarithmic factors and are general-purpose, accommodating a wide variety of function classes including kernel methods, H{\"o}lder smooth functions, and convex functions. The sample complexities of our algorithms can be quantified in terms of well-known quantities like the extended teaching dimension and haystack dimension. However, unlike algorithms based directly on those combinatorial quantities, our algorithms are computationally efficient. To achieve computational efficiency, our algorithms sample from the version space using Monte Carlo "hit-and-run" algorithms instead of maintaining the version space explicitly. Our approach has two key strengths. First, it is simple, consisting of two unifying, greedy algorithms. Second, our algorithms have the capability to seamlessly leverage prior knowledge that is often available and useful in practice. In addition to our new theoretical results, we demonstrate empirically that our algorithms are competitive with Gaussian process UCB methods.

📄 PDF Abstract BibTeX arXiv:2111.04915

Code (0)

등록된 구현이 없습니다.

Tasks

Computational Efficiency

Methods 이 논문이 사용한 방법론

Gaussian Process Gaussian Processes are non-parametric models for approximating functions. They rely upon a measure of similarity between points (the kernel function) to predict the value for…

Similar Papers 제목 키워드 기반

Discriminative Feature Feedback with General Teacher Classes

2025-10-08 · Omri Bar Oz, Tosca Lechner, Sivan Sabato arxiv

We study the theoretical properties of the interactive learning protocol Discriminative Feature Feedback (DFF) (Dasgupta et al., 2018). The DFF learning protocol uses feedback in the form of discriminative feature explan…

Feedback in Imitation Learning: The Three Regimes of Covariate Shift

2021-02-04 · Jonathan Spencer, Sanjiban Choudhury, Arun Venkatraman, Brian Ziebart 외

Imitation learning practitioners have often noted that conditioning policies on previous actions leads to a dramatic divergence between "held out" error and performance of the learner in situ. Interactive approaches can …

Causal InferenceDecision MakingImitation Learning

Lower Generalization Bounds for GD and SGD in Smooth Stochastic Convex Optimization

2023-03-19 · Peiyuan Zhang, Jiaye Teng, Jingzhao Zhang

This work studies the generalization error of gradient methods. More specifically, we focus on how training steps $T$ and step-size $\eta$ might affect generalization in smooth stochastic convex optimization (SCO) proble…

Generalization BoundsLearning Theory

On Efficient Online Imitation Learning via Classification

2022-09-26 · Yichen Li, Chicheng Zhang

Imitation learning (IL) is a general learning paradigm for tackling sequential decision-making problems. Interactive imitation learning, where learners can interactively query for expert demonstrations, has been shown to…

ClassificationDecision MakingImitation LearningSequential Decision Making

When Does Online Imitation Learning Help in LLM Post-Training? The Role of (Non-)Realizability Beyond Horizon

2026-06-29 · Huaqing Zhang, Jingchu Gai, Juno Kim, Bingbin Liu 외 arxiv

Online imitation learning (IL), particularly on-policy distillation, has emerged as a strong LLM post-training approach, often outperforming offline supervised fine-tuning (SFT). Yet a principled understanding of when an…