paper-with-me

홈 › Papers

Learning with Biased Complementary Labels

2017-11-27 · ECCV 2018 9 · Xiyu Yu, Tongliang Liu, Mingming Gong, DaCheng Tao

In this paper, we study the classification problem in which we have access to easily obtainable surrogate for true labels, namely complementary labels, which specify classes that observations do \textbf{not} belong to. Let $Y$ and $\bar{Y}$ be the true and complementary labels, respectively. We first model the annotation of complementary labels via transition probabilities $P(\bar{Y}=i|Y=j), i\neq j\in\{1,\cdots,c\}$, where $c$ is the number of classes. Previous methods implicitly assume that $P(\bar{Y}=i|Y=j), \forall i\neq j$, are identical, which is not true in practice because humans are biased toward their own experience. For example, as shown in Figure 1, if an annotator is more familiar with monkeys than prairie dogs when providing complementary labels for meerkats, she is more likely to employ "monkey" as a complementary label. We therefore reason that the transition probabilities will be different. In this paper, we propose a framework that contributes three main innovations to learning with \textbf{biased} complementary labels: (1) It estimates transition probabilities with no bias. (2) It provides a general method to modify traditional loss functions and extends standard deep neural network classifiers to learn with biased complementary labels. (3) It theoretically ensures that the classifier learned with complementary labels converges to the optimal one learned with true labels. Comprehensive experiments on several benchmark datasets validate the superiority of our method to current state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:1711.09535

Code (1)

takashiishida/comp pytorch

Similar Papers 제목 키워드 기반

Multi-Complementary and Unlabeled Learning for Arbitrary Losses and Models

2020-01-13 · Yuzhou Cao, Shuqi Liu, Yitian Xu

A weakly-supervised learning framework named as complementary-label learning has been proposed recently, where each sample is equipped with a single complementary label that denotes one of the classes the sample does not…

General ClassificationImage ClassificationWeakly-supervised Learning

CLImage: Human-Annotated Datasets for Complementary-Label Learning

2023-05-15 · Hsiu-Hsuan Wang, Tan-Ha Mai, Nai-Xuan Ye, Wei-I Lin 외

Complementary-label learning (CLL) is a weakly-supervised learning paradigm that aims to train a multi-class classifier using only complementary labels, which indicate classes to which an instance does not belong. Despit…

Weakly-supervised Learning

Unbiased Risk Estimators Can Mislead: A Case Study of Learning with Complementary Labels

2020-07-05 · ICML 2020 1 · Yu-Ting Chou, Gang Niu, Hsuan-Tien Lin, Masashi Sugiyama

In weakly supervised learning, unbiased risk estimator(URE) is a powerful tool for training classifiers when training and test data are drawn from different distributions. Nevertheless, UREs lead to overfitting in many p…

Weakly-supervised Learning

Learning from Complementary Labels

2017-05-22 · NeurIPS 2017 12 · Takashi Ishida, Gang Niu, Weihua Hu, Masashi Sugiyama

Collecting labeled data is costly and thus a critical bottleneck in real-world classification tasks. To mitigate this problem, we propose a novel setting, namely learning from complementary labels for multi-class classif…

ClassificationGeneral ClassificationMulti-class Classification

Learning with Complementary Labels Revisited: The Selected-Completely-at-Random Setting Is More Practical

2023-11-27 · Wei Wang, Takashi Ishida, Yu-Jie Zhang, Gang Niu 외

Complementary-label learning is a weakly supervised learning problem in which each training example is associated with one or multiple complementary labels indicating the classes to which it does not belong. Existing con…

Binary ClassificationMulti-class ClassificationWeakly-supervised Learning