paper-with-me

홈 › Papers

The Real-World-Weight Cross-Entropy Loss Function: Modeling the Costs of Mislabeling

2020-01-03 · Yaoshiang Ho, Samuel Wookey

In this paper, we propose a new metric to measure goodness-of-fit for classifiers, the Real World Cost function. This metric factors in information about a real world problem, such as financial impact, that other measures like accuracy or F1 do not. This metric is also more directly interpretable for users. To optimize for this metric, we introduce the Real-World- Weight Crossentropy loss function, in both binary and single-label classification variants. Both variants allow direct input of real world costs as weights. For single-label, multicategory classification, our loss function also allows direct penalization of probabilistic false positives, weighted by label, during the training of a machine learning model. We compare the design of our loss function to the binary crossentropy and categorical crossentropy functions, as well as their weighted variants, to discuss the potential for improvement in handling a variety of known shortcomings of machine learning, ranging from imbalanced classes to medical diagnostic error to reinforcement of social bias. We create scenarios that emulate those issues using the MNIST data set and demonstrate empirical results of our new loss function. Finally, we sketch a proof of this function based on Maximum Likelihood Estimation and discuss future directions.

📄 PDF Abstract BibTeX arXiv:2001.00570

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine LearningDiagnosticGeneral Classification

Similar Papers 제목 키워드 기반

Progress Measures for Grokking on Real-world Tasks

2024-05-21 · Satvik Golechha

Grokking, a phenomenon where machine learning models generalize long after overfitting, has been primarily observed and studied in algorithmic tasks. This paper explores grokking in real-world datasets using deep neural …

Resolving Class Imbalance in Object Detection with Weighted Cross Entropy Losses

2020-06-02 · Trong Huy Phan, Kazuma Yamamoto

Object detection is an important task in computer vision which serves a lot of real-world applications such as autonomous driving, surveillance and robotics. Along with the rapid thrive of large-scale data, numerous stat…

Autonomous DrivingObjectobject-detectionObject Detection

Domain Adaptation for Semantic Segmentation with Maximum Squares Loss

2019-09-30 · ICCV 2019 10 · Minghao Chen, Hongyang Xue, Deng Cai

Deep neural networks for semantic segmentation always require a large number of samples with pixel-level labels, which becomes the major difficulty in their real-world applications. To reduce the labeling cost, unsupervi…

Domain AdaptationSemantic SegmentationUnsupervised Domain Adaptation

Algorithms and Theory for Multiple-Source Adaptation

2018-05-20 · NeurIPS 2018 12 · Judy Hoffman, Mehryar Mohri, Ningshan Zhang

This work includes a number of novel contributions for the multiple-source adaptation problem. We present new normalized solutions with strong theoretical guarantees for the cross-entropy loss and other similar losses. W…

CAMRI Loss: Improving Recall of a Specific Class without Sacrificing Accuracy

2022-09-22 · Daiki Nishiyama, Kazuto Fukuchi, Youhei Akimoto, Jun Sakuma

In real-world applications of multi-class classification models, misclassification in an important class (e.g., stop sign) can be significantly more harmful than in other classes (e.g., speed limit). In this paper, we pr…

Multi-class Classification