paper-with-me

Papers

Mixup Regularization: A Probabilistic Perspective

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

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 variants have been explored, the proper adoption of the technique to conditional density estimation and probabilistic machine learning remains relatively unexplored. This work introduces a novel framework for mixup regularization based on probabilistic fusion that is better suited for conditional density estimation tasks. For data distributed according to a member of the exponential family, we show that likelihood functions can be analytically fused using log-linear pooling. We further propose an extension of probabilistic mixup, which allows for fusion of inputs at an arbitrary intermediate layer of the neural network. We provide a theoretical analysis comparing our approach to standard mixup variants. Empirical results on synthetic and real datasets demonstrate the benefits of our proposed framework compared to existing mixup variants.

📄 PDF Abstract BibTeX arXiv:2502.13825

Code (0)

등록된 구현이 없습니다.

Tasks

Density Estimation

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

A Unified Analysis of Mixed Sample Data Augmentation: A Loss Function Perspective

2022-08-21 · Chanwoo Park, Sangdoo Yun, Sanghyuk Chun

We propose the first unified theoretical analysis of mixed sample data augmentation (MSDA), such as Mixup and CutMix. Our theoretical results show that regardless of the choice of the mixing strategy, MSDA behaves as a p…

Adversarial RobustnessData Augmentation

Source-free Semantic Regularization Learning for Semi-supervised Domain Adaptation

2025-01-02 · Xinyang Huang, Chuang Zhu, Ruiying Ren, ShengJie Liu 외

Semi-supervised domain adaptation (SSDA) has been extensively researched due to its ability to improve classification performance and generalization ability of models by using a small amount of labeled data on the target…

Domain AdaptationSemi-supervised Domain Adaptation

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