paper-with-me

홈 › Papers

ProSelfLC: Progressive Self Label Correction Towards A Low-Temperature Entropy State

2022-06-30 · Xinshao Wang, Yang Hua, Elyor Kodirov, Sankha Subhra Mukherjee, David A. Clifton, Neil M. Robertson

There is a family of label modification approaches including self and non-self label correction (LC), and output regularisation. They are widely used for training robust deep neural networks (DNNs), but have not been mathematically and thoroughly analysed together. We study them and discover three key issues: (1) We are more interested in adopting Self LC as it leverages its own knowledge and requires no auxiliary models. However, it is unclear how to adaptively trust a learner as the training proceeds. (2) Some methods penalise while the others reward low-entropy (i.e., high-confidence) predictions, prompting us to ask which one is better. (3) Using the standard training setting, a learned model becomes less confident when severe noise exists. Self LC using high-entropy knowledge would generate high-entropy targets. To resolve the issue (1), inspired by a well-accepted finding, i.e., deep neural networks learn meaningful patterns before fitting noise, we propose a novel end-to-end method named ProSelfLC, which is designed according to the learning time and prediction entropy. Concretely, for any data point, we progressively and adaptively trust its predicted probability distribution versus its annotated one if a network has been trained for a relatively long time and the prediction is of low entropy. For the issue (2), the effectiveness of ProSelfLC defends entropy minimisation. By ProSelfLC, we empirically prove that it is more effective to redefine a semantic low-entropy state and optimise the learner toward it. To address the issue (3), we decrease the entropy of self knowledge using a low temperature before exploiting it to correct labels, so that the revised labels redefine low-entropy target probability distributions. We demonstrate the effectiveness of ProSelfLC through extensive experiments in both clean and noisy settings, and on both image and protein datasets.

📄 PDF Abstract BibTeX arXiv:2207.00118

Code (1)

xinshaoamoswang/proselflc-at 공식 구현 pytorch

Similar Papers 제목 키워드 기반

ProSelfLC: Progressive Self Label Correction for Training Robust Deep Neural Networks

2020-05-07 · CVPR 2021 1 · Xinshao Wang, Yang Hua, Elyor Kodirov, David A. Clifton 외

To train robust deep neural networks (DNNs), we systematically study several target modification approaches, which include output regularisation, self and non-self label correction (LC). Two key issues are discovered: (1…

Knowledge DistillationSelf-Knowledge Distillation

Large Language Models have Intrinsic Self-Correction Ability

2024-06-21 · Dancheng Liu, Amir Nassereldine, Ziming Yang, Chenhui Xu 외

Large language models (LLMs) have attracted significant attention for their exceptional abilities in various natural language processing tasks, but they suffer from hallucinations that will cause performance degradation.…

Self-Correction for Human Parsing

2019-10-22 · Peike Li, Yunqiu Xu, Yunchao Wei, Yi Yang

Labeling pixel-level masks for fine-grained semantic segmentation tasks, e.g. human parsing, remains a challenging task. The ambiguous boundary between different semantic parts and those categories with similar appearanc…

Human ParsingHuman Part SegmentationSemantic Segmentation

Feature Normalized Knowledge Distillation for Image Classification

2020-08-01 · ECCV 2020 8 · Kunran Xu, Lai Rui, Yishi Li, Lin Gu

Knowledge Distillation (KD) transfers the knowledge from a cumbersome teacher model to a lightweight student network. Since a single image may reasonably relate to several categories, the one-hot label would inevitably i…

ClassificationGeneral Classificationimage-classificationImage Classification+1

SELC: Self-Ensemble Label Correction Improves Learning with Noisy Labels

2022-05-02 · Yangdi Lu, Wenbo He

Deep neural networks are prone to overfitting noisy labels, resulting in poor generalization performance. To overcome this problem, we present a simple and effective method self-ensemble label correction (SELC) to progre…

Learning with noisy labelsMemorization