TL;DR
PatchUp is a novel regularization method for CNNs that mixes contiguous feature map blocks from pairs of samples, enhancing robustness, diversity, and generalization, outperforming or matching state-of-the-art techniques across multiple datasets.
Contribution
It introduces PatchUp, a block-level feature-space regularization technique that improves CNN robustness and generalization by mixing feature map blocks from sample pairs.
Findings
Improves CNN performance on CIFAR, SVHN, Tiny-ImageNet, ImageNet.
Enhances robustness against adversarial attacks.
Provides better generalization to deformed samples.
Abstract
Large capacity deep learning models are often prone to a high generalization gap when trained with a limited amount of labeled training data. A recent class of methods to address this problem uses various ways to construct a new training sample by mixing a pair (or more) of training samples. We propose PatchUp, a hidden state block-level regularization technique for Convolutional Neural Networks (CNNs), that is applied on selected contiguous blocks of feature maps from a random pair of samples. Our approach improves the robustness of CNN models against the manifold intrusion problem that may occur in other state-of-the-art mixing approaches. Moreover, since we are mixing the contiguous block of features in the hidden space, which has more dimensions than the input space, we obtain more diverse samples for training towards different dimensions. Our experiments on CIFAR10/100, SVHN,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
MethodsMixup · CutMix
