paper-with-me

Papers

Patch-level Neighborhood Interpolation: A General and Effective Graph-based Regularization Strategy

2019-11-21 · Ke Sun, Bing Yu, Zhouchen Lin, Zhanxing Zhu

Regularization plays a crucial role in machine learning models, especially for deep neural networks. The existing regularization techniques mainly rely on the i.i.d. assumption and only consider the knowledge from the current sample, without the leverage of the neighboring relationship between samples. In this work, we propose a general regularizer called \textbf{Patch-level Neighborhood Interpolation~(Pani)} that conducts a non-local representation in the computation of networks. Our proposal explicitly constructs patch-level graphs in different layers and then linearly interpolates neighborhood patch features, serving as a general and effective regularization strategy. Further, we customize our approach into two kinds of popular regularization methods, namely Virtual Adversarial Training (VAT) and MixUp as well as its variants. The first derived \textbf{Pani VAT} presents a novel way to construct non-local adversarial smoothness by employing patch-level interpolated perturbations. The second derived \textbf{Pani MixUp} method extends the MixUp, and achieves superiority over MixUp and competitive performance over state-of-the-art variants of MixUp method with a significant advantage in computational efficiency. Extensive experiments have verified the effectiveness of our Pani approach in both supervised and semi-supervised settings.

📄 PDF Abstract BibTeX arXiv:1911.09307

Code (0)

등록된 구현이 없습니다.

Tasks

Computational Efficiency

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

PatchAugment: Local Neighborhood Augmentation in Point Cloud Classification

2021-10-19 · ICCV Workshops 2021 10 · Shivanand Venkanna Sheshappanavar, Vinit Veerendraveer Singh, Chandra Kambhamettu

Recent deep neural network models trained on smaller and less diverse datasets use data augmentation to alleviate limitations such as overfitting, reduced robustness, and lower generalization. Methods using 3D datasets a…

3D Point Cloud ClassificationClassificationData AugmentationObject+1

Manifold-Inspired Single Image Interpolation

2021-07-31 · Lantao Yu, Kuida Liu, Michael T. Orchard

Manifold models consider natural-image patches to be on a low-dimensional manifold embedded in a high dimensional state space and each patch and its similar patches to approximately lie on a linear affine subspace. Manif…

Detecting Outliers with Foreign Patch Interpolation

2020-11-09 · Jeremy Tan, Benjamin Hou, James Batten, Huaqi Qiu 외

In medical imaging, outliers can contain hypo/hyper-intensities, minor deformations, or completely altered anatomy. To detect these irregularities it is helpful to learn the features present in both normal and abnormal i…

AnatomyDecoder

Fast & Robust Image Interpolation using Gradient Graph Laplacian Regularizer

2021-01-25 · Fei Chen, Gene Cheung, Xue Zhang

In the graph signal processing (GSP) literature, it has been shown that signal-dependent graph Laplacian regularizer (GLR) can efficiently promote piecewise constant (PWC) signal reconstruction for various image restorat…

Image Restoration

Patch Synthesis for Property Repair of Deep Neural Networks

2024-04-02 · Zhiming Chi, Jianan Ma, Pengfei Yang, Cheng-Chao Huang 외

Deep neural networks (DNNs) are prone to various dependability issues, such as adversarial attacks, which hinder their adoption in safety-critical domains. Recently, NN repair techniques have been proposed to address the…

Adversarial Attack