paper-with-me

홈 › Papers

Beyond Pretrained Features: Noisy Image Modeling Provides Adversarial Defense

2023-02-02 · NeurIPS 2023 11 · Zunzhi You, Daochang Liu, Bohyung Han, Chang Xu

Recent advancements in masked image modeling (MIM) have made it a prevailing framework for self-supervised visual representation learning. The MIM pretrained models, like most deep neural network methods, remain vulnerable to adversarial attacks, limiting their practical application, and this issue has received little research attention. In this paper, we investigate how this powerful self-supervised learning paradigm can provide adversarial robustness to downstream classifiers. During the exploration, we find that noisy image modeling (NIM), a simple variant of MIM that adopts denoising as the pre-text task, reconstructs noisy images surprisingly well despite severe corruption. Motivated by this observation, we propose an adversarial defense method, referred to as De^3, by exploiting the pretrained decoder for denoising. Through De^3, NIM is able to enhance adversarial robustness beyond providing pretrained features. Furthermore, we incorporate a simple modification, sampling the noise scale hyperparameter from random distributions, and enable the defense to achieve a better and tunable trade-off between accuracy and robustness. Experimental results demonstrate that, in terms of adversarial robustness, NIM is superior to MIM thanks to its effective denoising capability. Moreover, the defense provided by NIM achieves performance on par with adversarial training while offering the extra tunability advantage. Source code and models are available at https://github.com/youzunzhi/NIM-AdvDef.

📄 PDF Abstract BibTeX arXiv:2302.01056

Code (1)

youzunzhi/nim-advdef 공식 구현 pytorch

Tasks

Adversarial DefenseAdversarial RobustnessDecoderDenoisingRepresentation LearningSelf-Supervised Learning

Similar Papers 제목 키워드 기반

Improving Medical Image Classification in Noisy Labels Using Only Self-supervised Pretraining

2023-08-08 · Bidur Khanal, Binod Bhattarai, Bishesh Khanal, Cristian A. Linte

Noisy labels hurt deep learning-based supervised image classification performance as the models may overfit the noise and learn corrupted feature extractors. For natural image classification training with noisy labeled d…

Classificationimage-classificationImage ClassificationLearning with noisy labels+2

Noise-Robust Fine-Tuning of Pretrained Language Models via External Guidance

2023-11-02 · Song Wang, Zhen Tan, Ruocheng Guo, Jundong Li

Adopting a two-stage paradigm of pretraining followed by fine-tuning, Pretrained Language Models (PLMs) have achieved substantial advancements in the field of natural language processing. However, in real-world scenarios…

LEMoN: Label Error Detection using Multimodal Neighbors

2024-07-10 · Haoran Zhang, Aparna Balagopalan, Nassim Oufattole, Hyewon Jeong 외

Large repositories of image-caption pairs are essential for the development of vision-language models. However, these datasets are often extracted from noisy data scraped from the web, and contain many mislabeled instanc…

Label Error Detection

Pixel-level Reconstruction and Classification for Noisy Handwritten Bangla Characters

2018-06-21 · Manohar Karki, Qun Liu, Robert DiBiano, Saikat Basu 외

Classification techniques for images of handwritten characters are susceptible to noise. Quadtrees can be an efficient representation for learning from sparse features. In this paper, we improve the effectiveness of prob…

ClassificationDocument Image ClassificationGeneral ClassificationImage Classification

Beyond Images: Label Noise Transition Matrix Estimation for Tasks with Lower-Quality Features

2022-02-02 · Zhaowei Zhu, Jialu Wang, Yang Liu

The label noise transition matrix, denoting the transition probabilities from clean labels to noisy labels, is crucial for designing statistically robust solutions. Existing estimators for noise transition matrices, e.g.…

text-classificationText Classification