SOTAVerified

Instance-Dependent Noisy Label Learning via Graphical Modelling

2022-09-02Code Available1· sign in to hype

Arpit Garg, Cuong Nguyen, Rafael Felix, Thanh-Toan Do, Gustavo Carneiro

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Noisy labels are unavoidable yet troublesome in the ecosystem of deep learning because models can easily overfit them. There are many types of label noise, such as symmetric, asymmetric and instance-dependent noise (IDN), with IDN being the only type that depends on image information. Such dependence on image information makes IDN a critical type of label noise to study, given that labelling mistakes are caused in large part by insufficient or ambiguous information about the visual classes present in images. Aiming to provide an effective technique to address IDN, we present a new graphical modelling approach called InstanceGM, that combines discriminative and generative models. The main contributions of InstanceGM are: i) the use of the continuous Bernoulli distribution to train the generative model, offering significant training advantages, and ii) the exploration of a state-of-the-art noisy-label discriminative classifier to generate clean labels from instance-dependent noisy-label samples. InstanceGM is competitive with current noisy-label learning approaches, particularly in IDN benchmarks using synthetic and real-world datasets, where our method shows better accuracy than the competitors in most experiments.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
Clothing1MInstanceGMAccuracy74.4Unverified
Red MiniImageNet 20% label noiseInstanceGM-SSAccuracy60.89Unverified
Red MiniImageNet 20% label noiseInstanceGMAccuracy58.38Unverified
Red MiniImageNet 40% label noiseInstanceGM-SSAccuracy56.37Unverified
Red MiniImageNet 40% label noiseInstanceGMAccuracy52.24Unverified
Red MiniImageNet 60% label noiseInstanceGM-SSAccuracy53.21Unverified
Red MiniImageNet 60% label noiseInstanceGMAccuracy47.96Unverified
Red MiniImageNet 80% label noiseInstanceGMAccuracy39.62Unverified
Red MiniImageNet 80% label noiseInstanceGM-SSAccuracy44.03Unverified

Reproductions