paper-with-me

Papers

PatchUp: A Feature-Space Block-Level Regularization Technique for Convolutional Neural Networks

2020-06-14 · Mojtaba Faramarzi, Mohammad Amini, Akilesh Badrinaaraayanan, Vikas Verma, Sarath Chandar

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, Tiny-ImageNet, and ImageNet using ResNet architectures including PreActResnet18/34, WRN-28-10, ResNet101/152 models show that PatchUp improves upon, or equals, the performance of current state-of-the-art regularizers for CNNs. We also show that PatchUp can provide a better generalization to deformed samples and is more robust against adversarial attacks.

📄 PDF Abstract BibTeX arXiv:2006.07794

Code (1)

chandar-lab/PatchUp 공식 구현 pytorch

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:…
CutMix CutMix is an image data augmentation strategy. Instead of simply removing pixels as in Cutout, we replace the removed regions with…

Similar Papers 제목 키워드 기반

Accurate and lightweight dehazing via multi-receptive-field non-local network and novel contrastive regularization

2023-09-28 · Zewei He, Zixuan Chen, Ziqian Lu, Xuecheng Sun 외

Recently, deep learning-based methods have dominated image dehazing domain. Although very competitive dehazing performance has been achieved with sophisticated models, effective solutions for extracting useful features a…

Image Dehazing

Learning Spread-out Local Feature Descriptors

2017-08-21 · ICCV 2017 10 · Xu Zhang, Felix X. Yu, Sanjiv Kumar, Shih-Fu Chang

We propose a simple, yet powerful regularization technique that can be used to significantly improve both the pairwise and triplet losses in learning local feature descriptors. The idea is that in order to fully utilize …

Triplet

Encoding Binary Concepts in the Latent Space of Generative Models for Enhancing Data Representation

2023-03-22 · Zizhao Hu, Mohammad Rostami

Binary concepts are empirically used by humans to generalize efficiently. And they are based on Bernoulli distribution which is the building block of information. These concepts span both low-level and high-level feature…

Continual LearningDisentanglement

Recurrent Aggregation Learning for Multi-View Echocardiographic Sequences Segmentation

2019-07-24 · Ming Li, Weiwei Zhang, Guang Yang, Chengjia Wang 외

Multi-view echocardiographic sequences segmentation is crucial for clinical diagnosis. However, this task is challenging due to limited labeled data, huge noise, and large gaps across views. Here we propose a recurrent a…

ClassificationGeneral ClassificationSegmentation

Scalable Multi-Task Low-Rank Model Adaptation

2026-03-02 · Zichen Tian, Antoine Ledent, Qianru Sun arxiv

Scaling multi-task low-rank adaptation (LoRA) to a large number of tasks induces catastrophic performance degradation, such as an accuracy drop from 88.2% to 2.0% on DOTA when scaling from 5 to 15 tasks. This failure is …