The Good, the Bad, and the Sampled: a No-Regret Approach to Safe Online Classification

πŸ“… 2025-10-01
πŸ“ˆ Citations: 0
✨ Influential: 0
πŸ“„ PDF
πŸ€– AI Summary
This paper addresses cost-minimization in online binary disease diagnosis: minimizing expensive diagnostic tests while guaranteeing, with probability β‰₯1βˆ’Ξ΄, that the misclassification rate remains within a given tolerance Ξ±β€”under an unknown underlying logical model. We propose the first safe, no-regret sequential algorithm satisfying the Ξ±-misclassification constraint. Our method dynamically interleaves label acquisition with contextual distribution estimation to adaptively update a conservative risk threshold. It integrates online logistic regression, data-driven threshold generation, and tight probabilistic bound analysis. Theoretically, our algorithm incurs test cost only O(√T) higher than the oracle optimal solution under known models, while strictly enforcing the Ξ±-misclassification constraint. Extensive simulations validate both its safety (i.e., guaranteed constraint satisfaction) and efficiency (i.e., significantly reduced testing cost compared to baselines).

Technology Category

Application Category

πŸ“ 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 $alpha$, with probability at least $1-delta$. To address this, we develop a novel algorithm that interleaves label-collection and distribution estimation to estimate both $ heta^{*}$ and the context distribution $P$, and computes a conservative, data-driven threshold $ au_t$ on the logistic score $|x_t^ op heta|$ to decide when testing is necessary. We prove that, with probability at least $1-delta$, 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 $ heta^{*}$ 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 $ heta^{*}$ while retaining safety guarantees, and does not require too many excess tests.
Problem

Research questions and friction points this paper is trying to address.

Sequentially testing individuals for binary disease with unknown logistic model
Minimizing costly diagnostic tests while controlling misclassification rate
Developing no-regret algorithm for safe online classification with error constraints
Innovation

Methods, ideas, or system contributions that make the work stand out.

Interleaves label-collection and distribution estimation
Computes data-driven threshold for testing necessity
Ensures error rate constraint with no-regret guarantees
πŸ”Ž Similar Papers
No similar papers found.
T
Tavor Z. Baharav
Eric and Wendy Schmidt Center, Broad Institute, Cambridge, MA 02142
S
Spyros Dragazis
Department of Computer Science, Boston University, Boston, MA 02215
Aldo Pacchiano
Aldo Pacchiano
Boston University and Broad Institute of MIT and Harvard
Artificial IntelligenceMachine LearningReinforcement Learning