paper-with-me

홈 › Papers

Meta Transition Adaptation for Robust Deep Learning with Noisy Labels

2020-06-10 · Jun Shu, Qian Zhao, Zongben Xu, Deyu Meng

To discover intrinsic inter-class transition probabilities underlying data, learning with noise transition has become an important approach for robust deep learning on corrupted labels. Prior methods attempt to achieve such transition knowledge by pre-assuming strongly confident anchor points with 1-probability belonging to a specific class, generally infeasible in practice, or directly jointly estimating the transition matrix and learning the classifier from the noisy samples, always leading to inaccurate estimation misguided by wrong annotation information especially in large noise cases. To alleviate these issues, this study proposes a new meta-transition-learning strategy for the task. Specifically, through the sound guidance of a small set of meta data with clean labels, the noise transition matrix and the classifier parameters can be mutually ameliorated to avoid being trapped by noisy training samples, and without need of any anchor point assumptions. Besides, we prove our method is with statistical consistency guarantee on correctly estimating the desired transition matrix. Extensive synthetic and real experiments validate that our method can more accurately extract the transition matrix, naturally following its more robust performance than prior arts. Its essential relationship with label distribution learning is also discussed, which explains its fine performance even under no-noise scenarios.

📄 PDF Abstract BibTeX arXiv:2006.05697

Code (0)

등록된 구현이 없습니다.

Tasks

Deep LearningLearning with noisy labels

Similar Papers 제목 키워드 기반

MetaCorrection: Domain-aware Meta Loss Correction for Unsupervised Domain Adaptation in Semantic Segmentation

2021-03-09 · CVPR 2021 1 · Xiaoqing Guo, Chen Yang, Baopu Li, Yixuan Yuan

Unsupervised domain adaptation (UDA) aims to transfer the knowledge from the labeled source domain to the unlabeled target domain. Existing self-training based UDA approaches assign pseudo labels for target data and trea…

Domain AdaptationMeta-LearningSemantic SegmentationSynthetic-to-Real Translation+1

Elucidating Meta-Structures of Noisy Labels in Semantic Segmentation by Deep Neural Networks

2022-04-30 · Yaoru Luo, Guole Liu, Yuanhao Guo, Ge Yang

Supervised training of deep neural networks (DNNs) by noisy labels has been studied extensively in image classification but much less in image segmentation. Our understanding of the learning behavior of DNNs trained by n…

image-classificationImage ClassificationImage SegmentationSegmentation+1

Learning with Noisy Labels by Efficient Transition Matrix Estimation to Combat Label Miscorrection

2021-11-29 · Seong Min Kye, Kwanghee Choi, Joonyoung Yi, Buru Chang

Recent studies on learning with noisy labels have shown remarkable performance by exploiting a small clean dataset. In particular, model agnostic meta-learning-based label correction methods further improve performance b…

Image ClassificationLearning with noisy labelsMeta-Learning

Multi-Class Classification from Noisy-Similarity-Labeled Data

2020-02-16 · Songhua Wu, Xiaobo Xia, Tongliang Liu, Bo Han 외

A similarity label indicates whether two instances belong to the same class while a class label shows the class of the instance. Without class labels, a multi-class classifier could be learned from similarity-labeled pai…

ClassificationGeneral ClassificationMulti-class Classification

Estimating Instance-dependent Bayes-label Transition Matrix using a Deep Neural Network

2021-05-27 · Shuo Yang, Erkun Yang, Bo Han, Yang Liu 외

In label-noise learning, estimating the transition matrix is a hot topic as the matrix plays an important role in building statistically consistent classifiers. Traditionally, the transition from clean labels to noisy la…