paper-with-me

홈 › Papers

Learning When to Stop: Selective Imitation Learning Under Arbitrary Dynamics Shift

2026-05-09 · Surbhi Goel, Jonathan Pei, James Wang arxiv

Behavior cloning provides strong imitation learning guarantees when training and test environments share the same dynamics. However, in many deployment settings the test environment's transitions differ from training, and classical offline IL offers no recourse: the learner must commit to an action at every state, even when its demonstrations are uninformative and could lead to arbitrary degradation of performance. This motivates the study of selective imitation, where the learner may choose to stop when it cannot act reliably. We introduce a model for selective imitation under arbitrary dynamics shift: given labeled expert demonstrations from a training environment and unlabeled state trajectories from the same expert in a test environment, the learner outputs a selective policy that is complete (rarely stops in training) and sound (incurs low regret before stopping in test). Our algorithm, SeqRejectron, constructs a stopping rule using a small set of validator policies whose size is independent of the horizon or policy class. For deterministic policies, this yields horizon-free $\tilde{O}(\log|Π|/ε^2)$ sample complexity, assuming sparse costs. For stochastic policies, we obtain analogous horizon-free guarantees using a cumulative Hellinger stopping time. We extend the framework to misspecified experts and different expert policies across train and test and obtain results that gracefully degrade with the amount of misspecification.

📄 PDF Abstract BibTeX arXiv:2605.09183

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

On Regularization via Early Stopping for Least Squares Regression

2024-06-06 · Rishi Sonthalia, Jackie Lok, Elizaveta Rebrova

A fundamental problem in machine learning is understanding the effect of early stopping on the parameters obtained and the generalization capabilities of the model. Even for linear models, the effect is not fully underst…

regression

Uncertainty estimation for out-of-distribution detection in computational histopathology

2022-10-18 · Lea Goetz

In computational histopathology algorithms now outperform humans on a range of tasks, but to date none are employed for automated diagnoses in the clinic. Before algorithms can be involved in such high-stakes decisions t…

Out-of-Distribution Detection

Safe to Stop? Risk-Constrained Stopping for Sequential Clinical Diagnosis Agents

2026-09-09 · Yuexin Wu, Vasile Rus arxiv

Clinical diagnosis agents must decide not only what test to request next, but also when to diagnose or defer. Existing agent benchmarks largely evaluate accuracy after fixed or unconstrained interaction, leaving autonomo…

Selective Synthetic Augmentation with HistoGAN for Improved Histopathology Image Classification

2021-11-10 · Yuan Xue, Jiarong Ye, Qianying Zhou, Rodney Long 외

Histopathological analysis is the present gold standard for precancerous lesion diagnosis. The goal of automated histopathological classification from digital images requires supervised training, which requires a large n…

Classificationimage-classificationImage Classificationwhole slide images

CITE: Anytime-Valid Statistical Inference in LLM Self-Consistency

2026-05-07 · Hirofumi Ota, Naoto Iwase, Yuki Ichihara, Junpei Komiyama 외 arxiv

Large language models often improve reasoning by sampling multiple outputs and aggregating their final answers, but precise and efficient control of error levels remains a challenging task. In particular, deciding when t…