paper-with-me

홈 › Papers

Bridging Ordinary-Label Learning and Complementary-Label Learning

2020-02-06 · Yasuhiro Katsura, Masato Uchida

A supervised learning framework has been proposed for the situation where each training data is provided with a complementary label that represents a class to which the pattern does not belong. In the existing literature, complementary-label learning has been studied independently from ordinary-label learning, which assumes that each training data is provided with a label representing the class to which the pattern belongs. However, providing a complementary label should be treated as equivalent to providing the rest of all the labels as the candidates of the one true class. In this paper, we focus on the fact that the loss functions for one-versus-all and pairwise classification corresponding to ordinary-label learning and complementary-label learning satisfy certain additivity and duality, and provide a framework which directly bridge those existing supervised learning frameworks. Further, we derive classification risk and error bound for any loss functions which satisfy additivity and duality.

📄 PDF Abstract BibTeX arXiv:2002.02158

Code (2)

YasuhiroKatsura/comp-labels 공식 구현 pytorch
YasuhiroKatsura/ord-comp 공식 구현 pytorch

Tasks

General Classification

Similar Papers 제목 키워드 기반

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

Robust Loss Functions for Complementary Labels Learning

2021-01-01 · Defu Liu, Guowu Yang

In ordinary-label learning, the correct label is given to each training sample. Similarly, a complementary label is also provided for each training sample in complementary-label learning. A complementary label indicates …

Generative-Discriminative Complementary Learning

2019-04-02 · Yanwu Xu, Mingming Gong, Junxiang Chen, Tongliang Liu 외

Majority of state-of-the-art deep learning methods are discriminative approaches, which model the conditional distribution of labels given inputs features. The success of such approaches heavily depends on high-quality l…

Enhancing Label Sharing Efficiency in Complementary-Label Learning with Label Augmentation

2023-05-15 · Wei-I Lin, Gang Niu, Hsuan-Tien Lin, Masashi Sugiyama

Complementary-label Learning (CLL) is a form of weakly supervised learning that trains an ordinary classifier using only complementary labels, which are the classes that certain instances do not belong to. While existing…

Weakly-supervised Learning

Reduction from Complementary-Label Learning to Probability Estimates

2022-09-20 · Wei-I Lin, Hsuan-Tien Lin

Complementary-Label Learning (CLL) is a weakly-supervised learning problem that aims to learn a multi-class classifier from only complementary labels, which indicate a class to which an instance does not belong. Existing…

Weakly-supervised Learning