paper-with-me

Papers

Co-learning: Learning from Noisy Labels with Self-supervision

2021-08-05 · Cheng Tan, Jun Xia, Lirong Wu, Stan Z. Li

Noisy labels, resulting from mistakes in manual labeling or webly data collecting for supervised learning, can cause neural networks to overfit the misleading information and degrade the generalization performance. Self-supervised learning works in the absence of labels and thus eliminates the negative impact of noisy labels. Motivated by co-training with both supervised learning view and self-supervised learning view, we propose a simple yet effective method called Co-learning for learning with noisy labels. Co-learning performs supervised learning and self-supervised learning in a cooperative way. The constraints of intrinsic similarity with the self-supervised module and the structural similarity with the noisily-supervised module are imposed on a shared common feature encoder to regularize the network to maximize the agreement between the two constraints. Co-learning is compared with peer methods on corrupted data from benchmark datasets fairly, and extensive results are provided which demonstrate that Co-learning is superior to many state-of-the-art approaches.

📄 PDF Abstract BibTeX arXiv:2108.04063

Code (1)

chengtan9907/co-training-based_noisy-label-learning 공식 구현 pytorch

Tasks

Learning with noisy labelsSelf-Supervised Learning

Similar Papers 제목 키워드 기반

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

Deep Self-Learning From Noisy Labels

2019-08-06 · ICCV 2019 10 · Jiangfan Han, Ping Luo, Xiaogang Wang

ConvNets achieve good results when training from clean data, but learning from noisy labels significantly degrades performances and remains challenging. Unlike previous works constrained by many conditions, making them i…

Image ClassificationLearning with noisy labelsSelf-Learning

Robust Training of Graph Neural Networks via Noise Governance

2022-11-12 · Siyi Qian, Haochao Ying, Renjun Hu, Jingbo Zhou 외

Graph Neural Networks (GNNs) have become widely-used models for semi-supervised learning. However, the robustness of GNNs in the presence of label noise remains a largely under-explored problem. In this paper, we conside…

Memorization

A Novel Self-Supervised Re-labeling Approach for Training with Noisy Labels

2019-10-13 · Devraj Mandal, Shrisha Bharadwaj, Soma Biswas

The major driving force behind the immense success of deep learning models is the availability of large datasets along with their clean labels. Unfortunately, this is very difficult to obtain, which has motivated researc…

Meta Self-Refinement for Robust Learning with Weak Supervision

2022-05-15 · Dawei Zhu, Xiaoyu Shen, Michael A. Hedderich, Dietrich Klakow

Training deep neural networks (DNNs) under weak supervision has attracted increasing research attention as it can significantly reduce the annotation cost. However, labels from weak supervision can be noisy, and the high…