Data Interpolating Prediction: Alternative Interpretation of Mixup
Data augmentation by mixing samples, such as Mixup, has widely been used typically for classification tasks. However, this strategy is not always effective due to the gap between augmented samples for training and original samples for testing. This gap may prevent a classifier from learning the optimal decision boundary and increase the generalization error. To overcome this problem, we propose an alternative framework called Data Interpolating Prediction (DIP). Unlike common data augmentations, we encapsulate the sample-mixing process in the hypothesis class of a classifier so that train and test samples are treated equally. We derive the generalization bound and show that DIP helps to reduce the original Rademacher complexity. Also, we empirically demonstrate that DIP can outperform existing Mixup.
Code (0)
등록된 구현이 없습니다.
Tasks
Data AugmentationGeneral ClassificationPredictionMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
G-Mixup: Graph Augmentation for Graph Classification
This work develops \emph{mixup to graph data}. Mixup has shown superiority in improving the generalization and robustness of neural networks by interpolating features and labels of random two samples. Traditionally, Mixu…
ClassificationGraph ClassificationG-Mixup: Graph Data Augmentation for Graph Classification
This work develops \emph{mixup for graph data}. Mixup has shown superiority in improving the generalization and robustness of neural networks by interpolating features and labels between two random samples. Traditionally…
ClassificationData AugmentationGraph ClassificationBatchMixup: Improving Training by Interpolating Hidden States of the Entire Mini-batch
C-Mixup: Improving Generalization in Regression
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 t…
regressionPose Adaptive Dual Mixup for Few-Shot Single-View 3D Reconstruction
We present a pose adaptive few-shot learning procedure and a two-stage data interpolation regularization, termed Pose Adaptive Dual Mixup (PADMix), for single-image 3D reconstruction. While augmentations via interpolatin…
3D ReconstructionFew-Shot LearningSingle-View 3D Reconstruction