Cost-Sensitive Deep Learning with Layer-Wise Cost Estimation
Yu-An Chung,Shao-Wen Yang,Hsuan-Tien Lin
DOI: https://doi.org/10.1109/taai51410.2020.00028
2020-12-01
Abstract:While deep neural networks have succeeded in several applications, such as image classification, object detection, and speech recognition, by reaching very high classification accuracies, it is important to note that many real-world applications demand varying costs for different types of misclassification errors, thus requiring cost-sensitive classification algorithms. Current models of deep neural networks for cost-sensitive classification are restricted to some specific network structures and limited depth. In this paper, we propose a novel framework that can be applied to deep neural networks with any structure to facilitate their learning of meaningful representations for cost-sensitive classification problems. Furthermore, the framework allows end-to-end training of deeper networks directly. The framework is designed by augmenting auxiliary neurons to the output of each hidden layer for layer-wise cost estimation, and including the total estimation loss within the optimization objective. Experimental results on public benchmark data sets with two cost information settings demonstrate that the proposed framework outperforms state-of-the-art cost-sensitive deep learning models.
What problem does this paper attempt to address?