paper-with-me

Papers

Augment on Manifold: Mixup Regularization with UMAP

2023-12-20 · Yousef El-Laham, Elizabeth Fons, Dillon Daudert, Svitlana Vyetrenko

Data augmentation techniques play an important role in enhancing the performance of deep learning models. Despite their proven benefits in computer vision tasks, their application in the other domains remains limited. This paper proposes a Mixup regularization scheme, referred to as UMAP Mixup, designed for ``on-manifold" automated data augmentation for deep learning predictive models. The proposed approach ensures that the Mixup operations result in synthesized samples that lie on the data manifold of the features and labels by utilizing a dimensionality reduction technique known as uniform manifold approximation and projection. Evaluations across diverse regression tasks show that UMAP Mixup is competitive with or outperforms other Mixup variants, show promise for its potential as an effective tool for enhancing the generalization performance of deep learning models.

📄 PDF Abstract BibTeX arXiv:2312.13141

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationDeep LearningDimensionality Reduction

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

Simplicial Regularization

2021-03-08 · ICLR Workshop GTRL 2021 5 · Jose Gallego-Posada, Patrick Forré

Inspired by the fuzzy topological representation of a dataset employed in UMAP (McInnes et al., 2018), we propose a regularization principle for supervised learning based on the preservation of the simplicial complex str…

Data AugmentationDimensionality Reduction

MixUp as Locally Linear Out-Of-Manifold Regularization

2018-09-07 · Hongyu Guo, Yongyi Mao, Richong Zhang

MixUp is a recently proposed data-augmentation scheme, which linearly interpolates a random pair of training examples and correspondingly the one-hot representations of their labels. Training deep neural networks with su…

Data Augmentation

Noisy Feature Mixup

2021-10-05 · ICLR 2022 4 · Soon Hoe Lim, N. Benjamin Erichson, Francisco Utrera, Winnie Xu 외

We introduce Noisy Feature Mixup (NFM), an inexpensive yet effective method for data augmentation that combines the best of interpolation based training and noise injection schemes. Rather than training with convex combi…

Data Augmentation

Preventing Manifold Intrusion with Locality: Local Mixup

2022-01-12 · Raphael Baena, Lucas Drumetz, Vincent Gripon

Mixup is a data-dependent regularization technique that consists in linearly interpolating input samples and associated outputs. It has been shown to improve accuracy when used to train on standard machine learning datas…

Image Classification

Multi-Sample $ζ$-mixup: Richer, More Realistic Synthetic Samples from a $p$-Series Interpolant

2022-04-07 · Kumar Abhishek, Colin J. Brown, Ghassan Hamarneh

Modern deep learning training procedures rely on model regularization techniques such as data augmentation methods, which generate training samples that increase the diversity of data and richness of label information. A…

Data AugmentationDiversityimage-classificationImage Classification+1