paper-with-me

Papers

C-Mixup: Improving Generalization in Regression

2022-10-11 · Huaxiu Yao, Yiping Wang, Linjun Zhang, James Zou, Chelsea Finn

Improving the generalization of deep networks is an important open challenge, particularly in domains without plentiful data. The mixup algorithm improves generalization by linearly interpolating a pair of examples and their corresponding labels. These interpolated examples augment the original training set. Mixup has shown promising results in various classification tasks, but systematic analysis of mixup in regression remains underexplored. Using mixup directly on regression labels can result in arbitrarily incorrect labels. In this paper, we propose a simple yet powerful algorithm, C-Mixup, to improve generalization on regression tasks. In contrast with vanilla mixup, which picks training examples for mixing with uniform probability, C-Mixup adjusts the sampling probability based on the similarity of the labels. Our theoretical analysis confirms that C-Mixup with label similarity obtains a smaller mean square error in supervised regression and meta-regression than vanilla mixup and using feature similarity. Another benefit of C-Mixup is that it can improve out-of-distribution robustness, where the test distribution is different from the training distribution. By selectively interpolating examples with similar labels, it mitigates the effects of domain-associated information and yields domain-invariant representations. We evaluate C-Mixup on eleven datasets, ranging from tabular to video data. Compared to the best prior approach, C-Mixup achieves 6.56%, 4.76%, 5.82% improvements in in-distribution generalization, task generalization, and out-of-distribution robustness, respectively. Code is released at https://github.com/huaxiuyao/C-Mixup.

📄 PDF Abstract BibTeX arXiv:2210.05775

Code (1)

huaxiuyao/c-mixup 공식 구현 pytorch

Tasks

regression

Methods 이 논문이 사용한 방법론

Test 설명 없음
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 제목 키워드 기반

Over-training with Mixup May Hurt Generalization

2023-03-02 · Zixuan Liu, Ziqiao Wang, Hongyu Guo, Yongyi Mao

Mixup, which creates synthetic training instances by linearly interpolating random sample pairs, is a simple and yet effective regularization technique to boost the performance of deep models trained with SGD. In this wo…

Better Modelling Out-of-Distribution Regression on Distributed Acoustic Sensor Data Using Anchored Hidden State Mixup

2022-02-23 · Hasan Asyari Arief, Peter James Thomas, Tomasz Wiktorski

Generalizing the application of machine learning models to situations where the statistical distribution of training and test data are different has been a complex problem. Our contributions in this paper are threefold: …

regression

Selective Mixup Helps with Distribution Shifts, But Not (Only) because of Mixup

2023-05-26 · Damien Teney, Jindong Wang, Ehsan Abbasnejad

Mixup is a highly successful technique to improve generalization of neural networks by augmenting the training data with combinations of random pairs. Selective mixup is a family of methods that apply mixup to specific p…

Binary Classification

OpenMixup: Open Mixup Toolbox and Benchmark for Visual Representation Learning

2022-09-11 · Siyuan Li, Zedong Wang, Zicheng Liu, Juanxi Tian 외

Mixup augmentation has emerged as a widely used technique for improving the generalization ability of deep neural networks (DNNs). However, the lack of standardized implementations and benchmarks has impeded recent progr…

BenchmarkingClassificationImage ClassificationRepresentation Learning+2

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. Th…

Data AugmentationDeep LearningDimensionality Reduction