paper-with-me

Papers

Consistency Regularization Can Improve Robustness to Label Noise

2021-10-04 · Erik Englesson, Hossein Azizpour

Consistency regularization is a commonly-used technique for semi-supervised and self-supervised learning. It is an auxiliary objective function that encourages the prediction of the network to be similar in the vicinity of the observed training samples. Hendrycks et al. (2020) have recently shown such regularization naturally brings test-time robustness to corrupted data and helps with calibration. This paper empirically studies the relevance of consistency regularization for training-time robustness to noisy labels. First, we make two interesting and useful observations regarding the consistency of networks trained with the standard cross entropy loss on noisy datasets which are: (i) networks trained on noisy data have lower consistency than those trained on clean data, and(ii) the consistency reduces more significantly around noisy-labelled training data points than correctly-labelled ones. Then, we show that a simple loss function that encourages consistency improves the robustness of the models to label noise on both synthetic (CIFAR-10, CIFAR-100) and real-world (WebVision) noise as well as different noise rates and types and achieves state-of-the-art results.

📄 PDF Abstract BibTeX arXiv:2110.01242

Code (0)

등록된 구현이 없습니다.

Tasks

Self-Supervised Learning

Similar Papers 제목 키워드 기반

Diverse Gaussian Noise Consistency Regularization for Robustness and Uncertainty Calibration

2021-04-02 · Theodoros Tsiligkaridis, Athanasios Tsiligkaridis

Deep neural networks achieve high prediction accuracy when the train and test distributions coincide. In practice though, various types of corruptions occur which deviate from this setup and cause severe performance degr…

Data AugmentationImage Classification

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

Towards Multi-Source Domain Generalization for Sleep Staging with Noisy Labels

2026-04-11 · Kening Wang, Di Wen, Yufan Chen, Ruiping Liu 외 arxiv

Automatic sleep staging is a multimodal learning problem involving heterogeneous physiological signals such as EEG and EOG, which often suffer from domain shifts across institutions, devices, and populations. In practice…

Domain Generalization

Consistency Regularization for Certified Robustness of Smoothed Classifiers

2020-06-07 · NeurIPS 2020 12 · Jongheon Jeong, Jinwoo Shin

A recent technique of randomized smoothing has shown that the worst-case (adversarial) $\ell_2$-robustness can be transformed into the average-case Gaussian-robustness by "smoothing" a classifier, i.e., by considering th…

Adversarial Robustness

Theory-Inspired Deep Multi-View Multi-Label Learning with Incomplete Views and Noisy Labels

2025-01-01 · CVPR 2025 1 · Quanjiang Li, Tingjin Luo, Jiahui Liao

Incomplete features and label noise in multi-view multi-label data significantly undermine the reliability and performance, motivating researchers to explore the mechanism of representation and information recovery. …

Multi-Label Learning