paper-with-me

Papers

Holistic Label Correction for Noisy Multi-Label Classification

2023-01-01 · ICCV 2023 1 · Xiaobo Xia, Jiankang Deng, Wei Bao, Yuxuan Du, Bo Han, Shiguang Shan, Tongliang Liu

Multi-label classification aims to learn classification models from instances associated with multiple labels. It is pivotal to learn and utilize the label dependence among multiple labels in multi-label classification. As a result of today's big and complex data, noisy labels are inevitable, making it looming to target multi-label classification with noisy labels. Although the importance of label dependence has been shown in multi-label classification with clean labels, it is challenging and hard to bring label dependence to the problem of multi-label classification with noisy labels. The issues are, that we do not understand why label dependence is helpful in the problem, and how to learn and utilize label dependence only using training data with noisy multiple labels. In this paper, we bring label dependence to tackle the problem of multi-label classification with noisy labels. Specifically, we first provide a high-level understanding of why label dependence helps distinguish the examples with clean/noisy multiple labels. Benefiting from the memorization effect in handling noisy labels, a novel algorithm is then proposed to learn the label dependence by only employing training data with noisy multiple labels, and utilize the learned dependence to help correct noisy multiple labels to clean ones. We prove that the use of label dependence could bring a higher success rate for recovering correct multiple labels. Empirical evaluations justify our claims and demonstrate the superiority of our algorithm.

📄 PDF Abstract BibTeX

Code (1)

meowbutlerdev/HLC pytorch

Tasks

ClassificationMemorizationMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION

Similar Papers 제목 키워드 기반

Learning to Clean: Reinforcement Learning for Noisy Label Correction

2025-11-25 · Marzi Heidari, Hanping Zhang, Yuhong Guo arxiv

The challenge of learning with noisy labels is significant in machine learning, as it can severely degrade the performance of prediction models if not addressed properly. This paper introduces a novel framework that conc…

Learning with noisy labelsReinforcement Learning

Meta Label Correction for Noisy Label Learning

2019-11-10 · Guoqing Zheng, Ahmed Hassan Awadallah, Susan Dumais

Leveraging weak or noisy supervision for building effective machine learning models has long been an important research problem. Its importance has further increased recently due to the growing need for large-scale datas…

Image ClassificationLearning with noisy labelsMeta-Learningtext-classification+1

Set a Thief to Catch a Thief: Combating Label Noise through Noisy Meta Learning

2025-02-22 · Hanxuan Wang, Na Lu, Xueying Zhao, Yuxuan Yan 외

Learning from noisy labels (LNL) aims to train high-performance deep models using noisy datasets. Meta learning based label correction methods have demonstrated remarkable performance in LNL by designing various meta lab…

Meta-LearningRepresentation Learning

Multi-Label Gold Asymmetric Loss Correction with Single-Label Regulators

2021-08-04 · Cosmin Octavian Pene, Amirmasoud Ghiassi, Taraneh Younesian, Robert Birke 외

Multi-label learning is an emerging extension of the multi-class classification where an image contains multiple labels. Not only acquiring a clean and fully labeled dataset in multi-label learning is extremely expensive…

Multi-class ClassificationMulti-Label Learning

Instance Correction for Learning with Open-set Noisy Labels

2021-06-01 · Xiaobo Xia, Tongliang Liu, Bo Han, Mingming Gong 외

The problem of open-set noisy labels denotes that part of training data have a different label space that does not contain the true class. Lots of approaches, e.g., loss correction and label correction, cannot handle suc…