paper-with-me

Papers

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, and one of them is called mixup. Mixup is a recently proposed regularization procedure, which linearly interpolates a random pair of training examples. This regularization method works very well experimentally, but its theoretical guarantee is not adequately discussed. In this study, we aim to discover why mixup works well from the aspect of the statistical learning theory.

📄 PDF Abstract BibTeX arXiv:2006.06231

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine LearningData AugmentationLearning Theorymodel

Methods 이 논문이 사용한 방법론

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 제목 키워드 기반

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

When and How Mixup Improves Calibration

2021-02-11 · Linjun Zhang, Zhun Deng, Kenji Kawaguchi, James Zou

In many machine learning applications, it is important for the model to provide confidence scores that accurately capture its prediction uncertainty. Although modern learning methods have achieved great success in predic…

Data Augmentation

GenLabel: Mixup Relabeling using Generative Models

2022-01-07 · Jy-yong Sohn, Liang Shang, Hongxu Chen, Jaekyun Moon 외

Mixup is a data augmentation method that generates new data points by mixing a pair of input data. While mixup generally improves the prediction performance, it sometimes degrades the performance. In this paper, we first…

Adversarial RobustnessData Augmentation

On the Pitfall of Mixup for Uncertainty Calibration

2023-01-01 · CVPR 2023 1 · Deng-Bao Wang, Lanqing Li, Peilin Zhao, Pheng-Ann Heng 외

By simply taking convex combinations between pairs of samples and their labels, mixup training has been shown to easily improve predictive accuracy. It has been recently found that models trained with mixup also perf…

Manifold Mixup improves text recognition with CTC loss

2019-03-11 · Bastien Moysset, Ronaldo Messina

Modern handwritten text recognition techniques employ deep recurrent neural networks. The use of these techniques is especially efficient when a large amount of annotated data is available for parameter estimation. Data …

Data AugmentationGeneral ClassificationHandwritten Text Recognitionparameter estimation