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) |