paper-with-me

Papers

Stop Measuring Calibration When Humans Disagree

2022-10-28 · Joris Baan, Wilker Aziz, Barbara Plank, Raquel Fernández

Calibration is a popular framework to evaluate whether a classifier knows when it does not know - i.e., its predictive probabilities are a good indication of how likely a prediction is to be correct. Correctness is commonly estimated against the human majority class. Recently, calibration to human majority has been measured on tasks where humans inherently disagree about which class applies. We show that measuring calibration to human majority given inherent disagreements is theoretically problematic, demonstrate this empirically on the ChaosNLI dataset, and derive several instance-level measures of calibration that capture key statistical properties of human judgements - class frequency, ranking and entropy.

📄 PDF Abstract BibTeX arXiv:2210.16133

Code (1)

jsbaan/calibration-on-disagreement-data 공식 구현

Similar Papers 제목 키워드 기반

Through the Lens of Split Vote: Exploring Disagreement, Difficulty and Calibration in Legal Case Outcome Classification

2024-02-11 · Shanshan Xu, T. Y. S. S Santosh, Oana Ichim, Barbara Plank 외

In legal decisions, split votes (SV) occur when judges cannot reach a unanimous decision, posing a difficulty for lawyers who must navigate diverse legal arguments and opinions. In high-stakes domains, understanding the …

Navigate

Calibrating Histopathology Image Classifiers using Label Smoothing

2022-01-28 · Jerry Wei, Lorenzo Torresani, Jason Wei, Saeed Hassanpour

The classification of histopathology images fundamentally differs from traditional image classification tasks because histopathology images naturally exhibit a range of diagnostic features, resulting in a diverse range o…

ClassificationDiagnosticimage-classificationImage Classification

UfM*: Uncertainty from Motion* for DNN Depth Estimation Using Gaussians

2026-05-21 · Soumya Sudhakar, Sertac Karaman, Vivienne Sze arxiv

Reliable uncertainty estimation is critical for deploying monocular depth deep neural networks (DNNs) in safety-critical robotic systems. Conventional uncertainty methods such as ensembles and sampling-based approaches r…

Depth Estimation

Humans disagree with the IoU for measuring object detector localization error

2022-07-28 · Ombretta Strafforello, Vanathi Rajasekart, Osman S. Kayhan, Oana Inel 외

The localization quality of automatic object detectors is typically evaluated by the Intersection over Union (IoU) score. In this work, we show that humans have a different view on localization quality. To evaluate this,…

A Note on "Assessing Generalization of SGD via Disagreement"

2022-02-03 · Andreas Kirsch, Yarin Gal

Several recent works find empirically that the average test error of deep neural networks can be estimated via the prediction disagreement of models, which does not require labels. In particular, Jiang et al. (2022) show…