The Good, the Bad, and the Sampled: a No-Regret Approach to Safe Online Classification
Tavor Z. Baharav, Spyros Dragazis, Aldo Pacchiano
TL;DR
The paper tackles safe online binary classification under an unknown logistic model and unknown context distribution by proposing SCOUT, a no-regret algorithm that interleaves label collection with distribution estimation. SCOUT computes a data-driven, conservative testing threshold to decide when to test, and uses a sample-splitting scheme to learn both ${\theta^*}$ and ${P}$. The authors prove high-probability safety guarantees and sublinear excess testing ${O(\sqrt{T})}$ relative to an oracle, yielding a tilde-${O}(d\sqrt{T})$ regret bound after accounting for problem geometry. Simulations corroborate the theory, showing efficient parameter estimation while maintaining safety, making the method attractive for cost-sensitive medical screening and other high-stakes sequential decision tasks.
Abstract
We study the problem of sequentially testing individuals for a binary disease outcome whose true risk is governed by an unknown logistic model. At each round, a patient arrives with feature vector $x_t$, and the decision maker may either pay to administer a (noiseless) diagnostic test--revealing the true label--or skip testing and predict the patient's disease status based on their feature vector and prior history. Our goal is to minimize the total number of costly tests required while guaranteeing that the fraction of misclassifications does not exceed a prespecified error tolerance $α$, with probability at least $1-δ$. To address this, we develop a novel algorithm that interleaves label-collection and distribution estimation to estimate both $θ^{*}$ and the context distribution $P$, and computes a conservative, data-driven threshold $τ_t$ on the logistic score $|x_t^\topθ|$ to decide when testing is necessary. We prove that, with probability at least $1-δ$, our procedure does not exceed the target misclassification rate, and requires only $O(\sqrt{T})$ excess tests compared to the oracle baseline that knows both $θ^{*}$ and the patient feature distribution $P$. This establishes the first no-regret guarantees for error-constrained logistic testing, with direct applications to cost-sensitive medical screening. Simulations corroborate our theoretical guarantees, showing that in practice our procedure efficiently estimates $θ^{*}$ while retaining safety guarantees, and does not require too many excess tests.
