CVLGMar 17, 2022

Optimal Rejection Function Meets Character Recognition Tasks

arXiv:2203.09151v1h-index: 34
AI Analysis

This work addresses the challenge of improving classification accuracy by rejecting uncertain samples in practical pattern recognition tasks, representing an incremental application of theoretical LwR to real-world problems.

The paper tackles the problem of rejecting ambiguous samples in pattern classification by proposing an optimal rejection method based on Learning-with-Rejection (LwR), which trains a rejection function alongside a classification function. The method achieves better performance than traditional rejection strategies in experiments on notMNIST and character/non-character classification tasks.

In this paper, we propose an optimal rejection method for rejecting ambiguous samples by a rejection function. This rejection function is trained together with a classification function under the framework of Learning-with-Rejection (LwR). The highlights of LwR are: (1) the rejection strategy is not heuristic but has a strong background from a machine learning theory, and (2) the rejection function can be trained on an arbitrary feature space which is different from the feature space for classification. The latter suggests we can choose a feature space that is more suitable for rejection. Although the past research on LwR focused only on its theoretical aspect, we propose to utilize LwR for practical pattern classification tasks. Moreover, we propose to use features from different CNN layers for classification and rejection. Our extensive experiments of notMNIST classification and character/non-character classification demonstrate that the proposed method achieves better performance than traditional rejection strategies.

Foundations

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

Your Notes