paper-with-me

Papers

Making Better Mistakes: Leveraging Class Hierarchies with Deep Networks

2019-12-19 · CVPR 2020 6 · Luca Bertinetto, Romain Mueller, Konstantinos Tertikas, Sina Samangooei, Nicholas A. Lord

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 has led to a situation in which mistakes are less likely to be made than before, but are equally likely to be absurd or catastrophic when they do occur. Past works have recognised and tried to address this issue of mistake severity, often by using graph distances in class hierarchies, but this has largely been neglected since the advent of the current deep learning era in computer vision. In this paper, we aim to renew interest in this problem by reviewing past approaches and proposing two simple modifications of the cross-entropy loss which outperform the prior art under several metrics on two large datasets with complex class hierarchies: tieredImageNet and iNaturalist'19.

📄 PDF Abstract BibTeX arXiv:1912.09393

Code (1)

fiveai/making-better-mistakes 공식 구현 pytorch

Tasks

image-classificationImage Classification

Similar 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 …

No Cost Likelihood Manipulation at Test Time for Making Better Mistakes in Deep Networks

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

There has been increasing interest in building deep hierarchy-aware classifiers that aim to quantify and reduce the severity of mistakes, and not just reduce the number of errors. The idea is to exploit the label hierarc…

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…

Trading off Mistakes and Don't-Know Predictions

2010-12-01 · NeurIPS 2010 12 · Amin Sayedi, Morteza Zadimoghaddam, Avrim Blum

We discuss an online learning framework in which the agent is allowed to say ``I don't know'' as well as making incorrect predictions on given examples. We analyze the trade off between saying ``I don't know'' and making…

Improving Pretrained Models for Zero-shot Multi-label Text Classification through Reinforced Label Hierarchy Reasoning

2021-04-04 · NAACL 2021 4 · Hui Liu, Danqing Zhang, Bing Yin, Xiaodan Zhu

Exploiting label hierarchies has become a promising approach to tackling the zero-shot multi-label text classification (ZS-MTC) problem. Conventional methods aim to learn a matching model between text and labels, using a…

BenchmarkingMulti Label Text ClassificationMulti-Label Text ClassificationNatural Language Inference+2