LGOCFeb 5, 2021

Exact Optimization of Conformal Predictors via Incremental and Decremental Learning

arXiv:2102.03236v214 citations
AI Analysis

This work significantly reduces the computational burden of Conformal Predictors, making them more practical for researchers and practitioners working with large datasets across various machine learning tasks, particularly classification and regression.

This paper addresses the high computational complexity of Conformal Predictors (CP) when applied to large datasets. By integrating CP with underlying machine learning methods and utilizing incremental and decremental learning, the authors achieved a one order of magnitude reduction in running time for CP classifiers using k-NN, KDE, and kernel LS-SVM, while maintaining exact solutions. They also demonstrated a linear speed-up for bootstrapping and improved k-NN CP optimization for regression.

Conformal Predictors (CP) are wrappers around ML models, providing error guarantees under weak assumptions on the data distribution. They are suitable for a wide range of problems, from classification and regression to anomaly detection. Unfortunately, their very high computational complexity limits their applicability to large datasets. In this work, we show that it is possible to speed up a CP classifier considerably, by studying it in conjunction with the underlying ML method, and by exploiting incremental&decremental learning. For methods such as k-NN, KDE, and kernel LS-SVM, our approach reduces the running time by one order of magnitude, whilst producing exact solutions. With similar ideas, we also achieve a linear speed up for the harder case of bootstrapping. Finally, we extend these techniques to improve upon an optimization of k-NN CP for regression. We evaluate our findings empirically, and discuss when methods are suitable for CP optimization.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes