paper-with-me

Papers

Instance-Level Costs for Nuanced Classifier Evaluation

2026-05-04 · Kabir Kang, Stephen Mussmann arxiv

Standard classification treats all errors equally, but in applications such as content moderation and medical screening, mistakes on clear-cut cases are more costly than errors on ambiguous ones. From a contextual bandit framework, we propose normalized excess cost (NEC), a metric that weighs classification errors by per-example costs and reduces to standard error rate when costs are uniform. Costs can derive from annotator vote margins, distance from decision thresholds, or confidence ratings. Across text, image, and tabular benchmarks, we find that NEC is often substantially lower than error rate: models with 5% error rate can achieve 1.8% NEC, revealing that most mistakes concentrate on ambiguous, low-cost examples. We also find that incorporating costs into training via loss weighting, sampling strategies, or regression yields inconsistent benefits. Our framework provides a practical methodology for deriving and evaluating instance-level misclassification costs, even if cost-sensitive training offers limited benefit.

📄 PDF Abstract BibTeX arXiv:2605.03135

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Cost-Sensitive Stacking: an Empirical Evaluation

2023-01-04 · Natalie Lawrance, Marie-Anne Guerry, George Petrides

Many real-world classification problems are cost-sensitive in nature, such that the misclassification costs vary between data instances. Cost-sensitive learning adapts classification algorithms to account for differences…

Classification

Bag-Level Aggregation for Multiple Instance Active Learning in Instance Classification Problems

2017-10-06 · Marc-André Carbonneau, Eric Granger, Ghyslain Gagnon

A growing number of applications, e.g. video surveillance and medical image analysis, require training recognition systems from large amounts of weakly annotated data while some targeted interactions with a domain expert…

Active LearningGeneral ClassificationInformativenessMedical Image Analysis+1

InstanceFlow: Visualizing the Evolution of Classifier Confusion on the Instance Level

2020-07-22 · Michael Pühringer, Andreas Hinterreiter, Marc Streit

Classification is one of the most important supervised machine learning tasks. During the training of a classification model, the training instances are fed to the model multiple times (during multiple epochs) in order t…

ClassificationGeneral Classification

Channel-Wise Contrastive Learning for Learning with Noisy Labels

2023-08-14 · Hui Kang, Sheng Liu, Huaxi Huang, Tongliang Liu

In real-world datasets, noisy labels are pervasive. The challenge of learning with noisy labels (LNL) is to train a classifier that discerns the actual classes from given instances. For this, the model must identify feat…

Contrastive LearningLearning with noisy labels

Rethinking Global Average Pooling: Your Classifier Is Secretly a Multi-Instance Learner

2026-06-12 · Aray Karjauv arxiv

Modern image classifiers widely adopt global average pooling (GAP) followed by a linear classification head. This linearity ensures that the image-level logits equal the average of logits obtained by applying the classif…