Neyman-Pearson Multi-class Classification via Cost-sensitive Learning
Ye Tian, Yang Feng
TL;DR
This work tackles multi-class asymmetric classification by linking Neyman-Pearson NP constraints with cost-sensitive (CS) learning through strong duality. It introduces two practical algorithms, NPMC-CX and NPMC-ER, that solve the NP multi-class problem by solving a CS problem in the dual, with theoretical NP oracle properties and conditions for strong duality. The authors provide feasibility and strong duality checking procedures, enabling practitioners to map out the landscape of a given NPMC problem and select target error levels. Empirical results on simulations and real data (e.g., LendingClub) demonstrate that the proposed methods effectively control per-class errors around specified targets while maintaining competitive overall performance, outperforming vanilla classifiers under imbalanced conditions. The work also extends the framework to more general confusion-matrix controls (GNPMC) and discusses extensions, consistency, and practical considerations for broad applicability.
Abstract
Most existing classification methods aim to minimize the overall misclassification error rate. However, in applications such as loan default prediction, different types of errors can have varying consequences. To address this asymmetry issue, two popular paradigms have been developed: the Neyman-Pearson (NP) paradigm and the cost-sensitive (CS) paradigm. Previous studies on the NP paradigm have primarily focused on the binary case, while the multi-class NP problem poses a greater challenge due to its unknown feasibility. In this work, we tackle the multi-class NP problem by establishing a connection with the CS problem via strong duality and propose two algorithms. We extend the concept of NP oracle inequalities, crucial in binary classifications, to NP oracle properties in the multi-class context. Our algorithms satisfy these NP oracle properties under certain conditions. Furthermore, we develop practical algorithms to assess the feasibility and strong duality in multi-class NP problems, which can offer practitioners the landscape of a multi-class NP problem with various target error levels. Simulations and real data studies validate the effectiveness of our algorithms. To our knowledge, this is the first study to address the multi-class NP problem with theoretical guarantees. The proposed algorithms have been implemented in the R package \texttt{npcs}, which is available on CRAN.
