paper-with-me

홈 › 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, Neil M. Robertson

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) Self LC is the most appealing as it exploits its own knowledge and requires no extra models. However, how to automatically decide the trust degree of a learner as training goes is not well answered in the literature? (2) Some methods penalise while the others reward low-entropy predictions, prompting us to ask which one is better? To resolve the first issue, taking two well-accepted propositions--deep neural networks learn meaningful patterns before fitting noise [3] and minimum entropy regularisation principle [10]--we propose a novel end-to-end method named ProSelfLC, which is designed according to learning time and entropy. Specifically, given a data point, we progressively increase trust in its predicted label distribution versus its annotated one if a model has been trained for enough time and the prediction is of low entropy (high confidence). For the second issue, according to ProSelfLC, we empirically prove that it is better to redefine a meaningful low-entropy status and optimise the learner toward it. This serves as a defence of entropy minimisation. We demonstrate the effectiveness of ProSelfLC through extensive experiments in both clean and noisy settings. The source code is available at https://github.com/XinshaoAmosWang/ProSelfLC-CVPR2021. Keywords: entropy minimisation, maximum entropy, confidence penalty, self knowledge distillation, label correction, label noise, semi-supervised learning, output regularisation

📄 PDF Abstract BibTeX arXiv:2005.03788

Code (5)

XinshaoAmosWang/ProSelfLC-CVPR2021 공식 구현 pytorch
XinshaoAmosWang/ProSelfLC pytorch
XinshaoAmosWang/ProSelfLC-CVPR21 pytorch
kiyoon/pyvideoai pytorch
xinshaoamoswang/proselflc-at pytorch

Tasks

Knowledge DistillationSelf-Knowledge Distillation

Methods 이 논문이 사용한 방법론

Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…

Similar Papers 제목 키워드 기반

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

2022-06-30 · Xinshao Wang, Yang Hua, Elyor Kodirov, Sankha Subhra Mukherjee 외

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 mat…

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

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

On the Intrinsic Self-Correction Capability of LLMs: Uncertainty and Latent Concept

2024-06-04 · Guangliang Liu, Haitao Mao, Bochuan Cao, Zhiyu Xue 외

Large Language Models (LLMs) are able to improve their responses when instructed to do so, a capability known as self-correction. When instructions provide only the task's goal without specific details about potential is…

Question AnsweringSafety Alignment

CorrectNav: Self-Correction Flywheel Empowers Vision-Language-Action Navigation Model

2025-08-14 · Zhuoyuan Yu, Yuxing Long, Zihan Yang, Chengyan Zeng 외 arxiv

Existing vision-and-language navigation models often deviate from the correct trajectory when executing instructions. However, these models lack effective error correction capability, hindering their recovery from errors…

Instruction Following