paper-with-me

Papers

Amending Mistakes Post-hoc in Deep Networks by Leveraging Class Hierarchies

2021-01-01 · ICLR 2021 1 · Shyamgopal Karthik, Ameya Prabhu, Puneet K. Dokania, Vineet Gandhi

There has been increasing interest in building deep hierarchy-aware classifiers, aiming to quantify and reduce the severity of mistakes and not just count the number of errors. The idea is to exploit the label hierarchy (e.g., WordNet ontology) and consider graph distances as a proxy for mistake severity. Surprisingly, on examining mistake-severity distributions of the top-1 prediction, we find that current state-of-the-art hierarchy-aware deep classifiers do not show practical improvement in making better mistakes than the standard cross-entropy baseline. In fact, they reduce the average mistake-severity metric by largely making additional low-severity or easily avoidable mistakes. This might explain the noticeable accuracy drop. To this end, we resort to the classical Conditional Risk Minimization (CRM) framework for hierarchy aware classification. Given a cost matrix and a reliable estimate of likelihoods (obtained from a trained network), CRM simply amends mistakes at inference time; it needs no extra parameters; it requires adding just one line of code to the standard cross-entropy baseline. It significantly outperforms the state-of-the-art and consistently obtains large reductions in the average hierarchical distance of top-k predictions across datasets, with very little loss in accuracy. Since CRM does not require retraining or fine-tuning of any hyperparameter, it can be used with any off-the-shelf cross-entropy trained model.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

AWARE We propose to theoretically and empirically examine the effect of incorporating weighting schemes into walk-aggregating GNNs. To this end, we propose a simple, interpretable, and…

Similar Papers 제목 키워드 기반

Making Better Mistakes: Leveraging Class Hierarchies with Deep Networks

2019-12-19 · CVPR 2020 6 · Luca Bertinetto, Romain Mueller, Konstantinos Tertikas, Sina Samangooei 외

Deep neural networks have improved image classification dramatically over the past decade, but have done so by focusing on performance measures that treat all classes other than the ground truth as equally wrong. This ha…

image-classificationImage Classification

Amendable Generation for Dialogue State Tracking

2021-10-29 · EMNLP (NLP4ConvAI) 2021 11 · Xin Tian, Liankai Huang, Yingzhan Lin, Siqi Bao 외

In task-oriented dialogue systems, recent dialogue state tracking methods tend to perform one-pass generation of the dialogue state based on the previous dialogue state. The mistakes of these models made at the current t…

Dialogue State TrackingMulti-domain Dialogue State TrackingTask-Oriented Dialogue Systems

Learning Hierarchy Aware Features for Reducing Mistake Severity

2022-07-26 · Ashima Garg, Depanshu Sani, Saket Anand

Label hierarchies are often available apriori as part of biological taxonomy or language datasets WordNet. Several works exploit these to learn hierarchy aware features in order to improve the classifier to make semantic…

GoldenWind at SemEval-2021 Task 5: Orthrus - An Ensemble Approach to Identify Toxicity

2021-08-01 · SEMEVAL 2021 · Marco Palomino, Dawid Grad, James Bedwell

Many new developments to detect and mitigate toxicity are currently being evaluated. We are particularly interested in the correlation between toxicity and the emotions expressed in online posts. While toxicity may be di…

Explaining, Verifying, and Aligning Semantic Hierarchies in Vision-Language Model Embeddings

2026-03-26 · Gesina Schwalbe, Mert Keser, Moritz Bayerkuhnlein, Edgar Heinert 외 arxiv

Vision-language model (VLM) encoders such as CLIP enable strong retrieval and zero-shot classification in a shared image-text embedding space, yet the semantic organization of this space is rarely inspected. We present a…