paper-with-me

홈 › Papers

Adversary-Aware Partial label learning with Label distillation

2023-04-02 · Cheng Chen, Yueming Lyu, Ivor W. Tsang

To ensure that the data collected from human subjects is entrusted with a secret, rival labels are introduced to conceal the information provided by the participants on purpose. The corresponding learning task can be formulated as a noisy partial-label learning problem. However, conventional partial-label learning (PLL) methods are still vulnerable to the high ratio of noisy partial labels, especially in a large labelling space. To learn a more robust model, we present Adversary-Aware Partial Label Learning and introduce the $\textit{rival}$, a set of noisy labels, to the collection of candidate labels for each instance. By introducing the rival label, the predictive distribution of PLL is factorised such that a handy predictive label is achieved with less uncertainty coming from the transition matrix, assuming the rival generation process is known. Nonetheless, the predictive accuracy is still insufficient to produce an sufficiently accurate positive sample set to leverage the clustering effect of the contrastive loss function. Moreover, the inclusion of rivals also brings an inconsistency issue for the classifier and risk function due to the intractability of the transition matrix. Consequently, an adversarial teacher within momentum (ATM) disambiguation algorithm is proposed to cope with the situation, allowing us to obtain a provably consistent classifier and risk function. In addition, our method has shown high resiliency to the choice of the label noise transition matrix. Extensive experiments demonstrate that our method achieves promising results on the CIFAR10, CIFAR100 and CUB200 datasets.

📄 PDF Abstract BibTeX arXiv:2304.00498

Code (0)

등록된 구현이 없습니다.

Tasks

Partial Label Learning

Similar Papers 제목 키워드 기반

Understanding Self-Distillation and Partial Label Learning in Multi-Class Classification with Label Noise

2024-02-16 · Hyeonsu Jeong, Hye Won Chung

Self-distillation (SD) is the process of training a student model using the outputs of a teacher model, with both models sharing the same architecture. Our study theoretically examines SD in multi-class classification wi…

Multi-class ClassificationPartial Label Learning

Partial Adversarial Domain Adaptation

2018-08-10 · ECCV 2018 9 · Zhangjie Cao, Lijia Ma, Mingsheng Long, Jian-Min Wang

Domain adversarial learning aligns the feature distributions across the source and target domains in a two-player minimax game. Existing domain adversarial networks generally assume identical label space across different…

Domain AdaptationPartial Domain Adaptation

Complete-to-Partial 4D Distillation for Self-Supervised Point Cloud Sequence Representation Learning

2022-12-10 · CVPR 2023 1 · Zhuoyang Zhang, Yuhao Dong, Yunze Liu, Li Yi

Recent work on 4D point cloud sequences has attracted a lot of attention. However, obtaining exhaustively labeled 4D datasets is often very expensive and laborious, so it is especially important to investigate how to uti…

Knowledge DistillationRepresentation Learning

Label Poisoning is All You Need

2023-10-29 · NeurIPS 2023 11

In a backdoor attack, an adversary injects corrupted data into a model's training dataset in order to gain control over its predictions on images with a specific attacker-defined trigger. A typical corrupted training exa…

AllBackdoor AttackDataset DistillationKnowledge Distillation

Trust-Aware Diversion for Data-Effective Distillation

2025-02-07 · Zhuojie Wu, Yanbin Liu, Xin Shen, Xiaofeng Cao 외

Dataset distillation compresses a large dataset into a small synthetic subset that retains essential information. Existing methods assume that all samples are perfectly labeled, limiting their real-world applications whe…

Dataset DistillationModel Optimization