English

Computationally lightweight classifiers with frequentist bounds on predictions

Machine Learning 2026-04-10 v2 Machine Learning

Abstract

While both classical and neural network classifiers can achieve high accuracy, they fall short on offering uncertainty bounds on their predictions, making them unfit for safety-critical applications. Existing kernel-based classifiers that provide such bounds scale with O(n3)\mathcal O (n^{\sim3}) in time, making them computationally intractable for large datasets. To address this, we propose a novel, computationally efficient classification algorithm based on the Nadaraya-Watson estimator, for whose estimates we derive frequentist uncertainty intervals. We evaluate our classifier on synthetically generated data and on electrocardiographic heartbeat signals from the MIT-BIH Arrhythmia database. We show that the method achieves competitive accuracy >>\SI{96}{\percent} at O(n)\mathcal O(n) and O(logn)\mathcal O(\log n) operations, while providing actionable uncertainty bounds. These bounds can, e.g., aid in flagging low-confidence predictions, making them suitable for real-time settings with resource constraints, such as diagnostic monitoring or implantable devices.

Keywords

Cite

@article{arxiv.2603.22128,
  title  = {Computationally lightweight classifiers with frequentist bounds on predictions},
  author = {Shreeram Murali and Cristian R. Rojas and Dominik Baumann},
  journal= {arXiv preprint arXiv:2603.22128},
  year   = {2026}
}

Comments

9 pages, references, checklist, and appendix. Total 23 pages. Accepted to AISTATS2026

R2 v1 2026-07-01T11:33:34.775Z