paper-with-me

홈 › Papers

Exploiting Class Similarity for Machine Learning with Confidence Labels and Projective Loss Functions

2021-03-25 · Gautam Rajendrakumar Gare, John Michael Galeotti

Class labels used for machine learning are relatable to each other, with certain class labels being more similar to each other than others (e.g. images of cats and dogs are more similar to each other than those of cats and cars). Such similarity among classes is often the cause of poor model performance due to the models confusing between them. Current labeling techniques fail to explicitly capture such similarity information. In this paper, we instead exploit the similarity between classes by capturing the similarity information with our novel confidence labels. Confidence labels are probabilistic labels denoting the likelihood of similarity, or confusability, between the classes. Often even after models are trained to differentiate between classes in the feature space, the similar classes' latent space still remains clustered. We view this type of clustering as valuable information and exploit it with our novel projective loss functions. Our projective loss functions are designed to work with confidence labels with an ability to relax the loss penalty for errors that confuse similar classes. We use our approach to train neural networks with noisy labels, as we believe noisy labels are partly a result of confusability arising from class similarity. We show improved performance compared to the use of standard loss functions. We conduct a detailed analysis using the CIFAR-10 dataset and show our proposed methods' applicability to larger datasets, such as ImageNet and Food-101N.

📄 PDF Abstract BibTeX arXiv:2103.13607

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine Learning

Similar Papers 제목 키워드 기반

Learning from Similarity/Dissimilarity and Pairwise Comparison

2026-03-20 · Tomoya Tate, Kosuke Sugiyama, Masato Uchida arxiv

This paper addresses binary classification in scenarios where obtaining explicit instance level labels is impractical, by exploiting multiple weak labels defined on instance pairs. The existing SconfConfDiff classificati…

Binary Classification

Partial Label Learning with Dissimilarity Propagation guided Candidate Label Shrinkage

2023-09-21 · NeurIPS 2023 11

In partial label learning (PLL), each sample is associated with a group of candidate labels, among which only one label is correct. The key of PLL is to disambiguate the candidate label set to find the ground-truth label…

Learning from Similarity-Confidence and Confidence-Difference

2025-08-07 · Tomoya Tate, Kosuke Sugiyama, Masato Uchida arxiv

In practical machine learning applications, it is often challenging to assign accurate labels to data, and increasing the number of labeled instances is often limited. In such cases, Weakly Supervised Learning (WSL), whi…

Estimating Multi-label Accuracy using Labelset Distributions

2022-09-09 · Laurence A. F. Park, Jesse Read

A multi-label classifier estimates the binary label state (relevant vs irrelevant) for each of a set of concept labels, for any given instance. Probabilistic multi-label classifiers provide a predictive posterior distrib…

Decision Making

Binary Classification with Confidence Difference

2023-10-09 · NeurIPS 2023 11

Recently, learning with soft labels has been shown to achieve better performance than learning with hard labels in terms of model generalization, calibration, and robustness. However, collecting pointwise labeling confid…

Binary ClassificationClassificationRecommendation Systems