SOTAVerified

Faster Meta Update Strategy for Noise-Robust Deep Learning

2021-04-30Code Available1· sign in to hype

Youjiang Xu, Linchao Zhu, Lu Jiang, Yi Yang

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

It has been shown that deep neural networks are prone to overfitting on biased training data. Towards addressing this issue, meta-learning employs a meta model for correcting the training bias. Despite the promising performances, super slow training is currently the bottleneck in the meta learning approaches. In this paper, we introduce a novel Faster Meta Update Strategy (FaMUS) to replace the most expensive step in the meta gradient computation with a faster layer-wise approximation. We empirically find that FaMUS yields not only a reasonably accurate but also a low-variance approximation of the meta gradient. We conduct extensive experiments to verify the proposed method on two tasks. We show our method is able to save two-thirds of the training time while still maintaining the comparable or achieving even better generalization performance. In particular, our method achieves the state-of-the-art performance on both synthetic and realistic noisy labels, and obtains promising performance on long-tailed recognition on standard benchmarks.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
CIFAR-100, 40% Symmetric NoiseMentorMixPercentage correct71.3Unverified
CIFAR-100, 40% Symmetric NoiseFaMUSPercentage correct75.91Unverified
CIFAR-100, 60% Symmetric NoiseMentorMixPercentage correct64.6Unverified
CIFAR-10, 40% Symmetric NoiseMentorMixPercentage correct94.2Unverified
CIFAR-10, 40% Symmetric NoiseFaMUSPercentage correct95.37Unverified
CIFAR-10, 60% Symmetric NoiseFaMUSPercentage correct26.42Unverified
CIFAR-10, 60% Symmetric NoiseMentorMixPercentage correct91.3Unverified
mini WebVision 1.0FaMUSTop-1 Accuracy79.4Unverified
Red MiniImageNet 20% label noiseFaMUSAccuracy51.42Unverified
Red MiniImageNet 40% label noiseFaMUSAccuracy48.06Unverified
Red MiniImageNet 60% label noiseFaMUSAccuracy45.1Unverified
Red MiniImageNet 80% label noiseFaMUSAccuracy35.5Unverified

Reproductions