From a88f9096f8440270012fd99c4519acbb7cb94382 Mon Sep 17 00:00:00 2001 From: Rowel Atienza Date: Thu, 21 Oct 2021 09:34:35 +0800 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a08f2e1..a081ca3 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,15 @@ When data augmentation is applied on an input image, a model is forced to learn the correct label to improve model generalization (Figure 1). - + Since data augmentation incurs little overhead, why not generate 2 data augmented images from a given input. Then, force the model to agree on the correct label (Figure 2). It turns that maximizing this agreement further improves model model generalization. We call our method AgMax. -Unlike label smoothing, consistently improves model accuracy. For example on ImageNet1k for 90 epochs, ResNet50 performance is as follows: + + + +Unlike label smoothing, AgMax consistently improves model accuracy. For example on ImageNet1k for 90 epochs, the ResNet50 performance is as follows: | Data Augmentation | Baseline | Label Smoothing | AgMax (Ours) |