From e4d707f9ee239f5054c00171f19b54bb39e6ee8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Long=20M=2E=20L=C6=B0u=20=28=E5=88=98=E6=98=8E=E9=BE=99=29?= Date: Sat, 13 Aug 2022 19:18:13 +0700 Subject: [PATCH] Fix wrong arXiv link Fix wrong arXiv link for the paper "MixUp as Locally Linear Out-Of-Manifold Regularization." --- docs/en/awesome_mixups/Mixup_SL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/awesome_mixups/Mixup_SL.md b/docs/en/awesome_mixups/Mixup_SL.md index 6866f241..dcc759e0 100644 --- a/docs/en/awesome_mixups/Mixup_SL.md +++ b/docs/en/awesome_mixups/Mixup_SL.md @@ -12,7 +12,7 @@ We are working on a survey of mixup methods. The list of awesome mixup methods i * **MixUp**: Hongyi Zhang, Moustapha Cisse, Yann N. Dauphin, David Lopez-Paz. - mixup: Beyond Empirical Risk Minimization. [[ICLR'2018](https://arxiv.org/abs/1710.09412)] [[code](https://github.com/facebookresearch/mixup-cifar10)] * **AdaMixup**: Hongyu Guo, Yongyi Mao, Richong Zhang. - - MixUp as Locally Linear Out-Of-Manifold Regularization. [[AAAI'2019](https://arxiv.org/abs/1710.09412)] + - MixUp as Locally Linear Out-Of-Manifold Regularization. [[AAAI'2019](https://arxiv.org/abs/1809.02499)] * **CutMix**: Sangdoo Yun, Dongyoon Han, Seong Joon Oh, Sanghyuk Chun, Junsuk Choe, Youngjoon Yoo. - CutMix: Regularization Strategy to Train Strong Classifiers with Localizable Features. [[ICCV'2019](https://arxiv.org/abs/1905.04899)] [[code](https://github.com/clovaai/CutMix-PyTorch)] * **ManifoldMix**: Vikas Verma, Alex Lamb, Christopher Beckham, Amir Najafi, Ioannis Mitliagkas, David Lopez-Paz, Yoshua Bengio.