paper-with-me

Papers

On Mixup Regularization

2020-06-10 · Luigi Carratino, Moustapha Cissé, Rodolphe Jenatton, Jean-Philippe Vert

Mixup is a data augmentation technique that creates new examples as convex combinations of training points and labels. This simple technique has empirically shown to improve the accuracy of many state-of-the-art models in different settings and applications, but the reasons behind this empirical success remain poorly understood. In this paper we take a substantial step in explaining the theoretical foundations of Mixup, by clarifying its regularization effects. We show that Mixup can be interpreted as standard empirical risk minimization estimator subject to a combination of data transformation and random perturbation of the transformed data. We gain two core insights from this new interpretation. First, the data transformation suggests that, at test time, a model trained with Mixup should also be applied to transformed data, a one-line change in code that we show empirically to improve both accuracy and calibration of the prediction. Second, we show how the random perturbation of the new interpretation of Mixup induces multiple known regularization schemes, including label smoothing and reduction of the Lipschitz constant of the estimator. These schemes interact synergistically with each other, resulting in a self calibrated and effective regularization effect that prevents overfitting and overconfident predictions. We corroborate our theoretical analysis with experiments that support our conclusions.

📄 PDF Abstract BibTeX arXiv:2006.06049

Code (1)

google/uncertainty-baselines/tree/master/baselines/imagenet 공식 구현 tf

Tasks

Data AugmentationImage Classification

Methods 이 논문이 사용한 방법론

Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Mixup Mixup is a data augmentation technique that generates a weighted combination of random image pairs from the training data. Given two images and their ground truth labels:…

Similar Papers 제목 키워드 기반

Mixup Regularization: A Probabilistic Perspective

2025-02-19 · Yousef El-Laham, Niccolo Dalmasso, Svitlana Vyetrenko, Vamsi Potluru 외

In recent years, mixup regularization has gained popularity as an effective way to improve the generalization performance of deep learning models by training on convex combinations of training data. While many mixup vari…

Density Estimation

Epsilon Consistent Mixup: Structural Regularization with an Adaptive Consistency-Interpolation Tradeoff

2021-04-19 · Vincent Pisztora, Yanglan Ou, Xiaolei Huang, Francesca Chiaromonte 외

In this paper we propose $\epsilon$-Consistent Mixup ($\epsilon$mu). $\epsilon$mu is a data-based structural regularization technique that combines Mixup's linear interpolation with consistency regularization in the Mixu…

$k$-Mixup Regularization for Deep Learning via Optimal Transport

2021-09-29 · Kristjan Greenewald, Anming Gu, Mikhail Yurochkin, Justin Solomon 외

Mixup is a popular regularization technique for training deep neural networks that can improve generalization and increase adversarial robustness. It perturbs input training data in the direction of other randomly-chose…

Adversarial RobustnessDeep Learning

k-Mixup Regularization for Deep Learning via Optimal Transport

2021-06-05 · Kristjan Greenewald, Anming Gu, Mikhail Yurochkin, Justin Solomon 외

Mixup is a popular regularization technique for training deep neural networks that improves generalization and increases robustness to certain distribution shifts. It perturbs input training data in the direction of othe…

Adversarial RobustnessDeep LearningHyperparameter Optimization

Why Mixup Improves the Model Performance

2020-06-11 · Masanari Kimura

Machine learning techniques are used in a wide range of domains. However, machine learning models often suffer from the problem of over-fitting. Many data augmentation methods have been proposed to tackle such a problem,…

BIG-bench Machine LearningData AugmentationLearning Theorymodel