paper-with-me

Papers

Mitigating Adversarial Effects Through Randomization

2017-11-06 · ICLR 2018 1 · Cihang Xie, Jian-Yu Wang, Zhishuai Zhang, Zhou Ren, Alan Yuille

Convolutional neural networks have demonstrated high accuracy on various tasks in recent years. However, they are extremely vulnerable to adversarial examples. For example, imperceptible perturbations added to clean images can cause convolutional neural networks to fail. In this paper, we propose to utilize randomization at inference time to mitigate adversarial effects. Specifically, we use two randomization operations: random resizing, which resizes the input images to a random size, and random padding, which pads zeros around the input images in a random manner. Extensive experiments demonstrate that the proposed randomization method is very effective at defending against both single-step and iterative attacks. Our method provides the following advantages: 1) no additional training or fine-tuning, 2) very few additional computations, 3) compatible with other adversarial defense methods. By combining the proposed randomization method with an adversarially trained model, it achieves a normalized score of 0.924 (ranked No.2 among 107 defense teams) in the NIPS 2017 adversarial examples defense challenge, which is far better than using adversarial training alone with a normalized score of 0.773 (ranked No.56). The code is public available at https://github.com/cihangxie/NIPS2017_adv_challenge_defense.

📄 PDF Abstract BibTeX arXiv:1711.01991

Code (2)

cihangxie/NIPS2017_adv_challenge_defense 공식 구현 tf
cihangxie/DI-2-FGSM tf

Tasks

Adversarial DefenseImage Classification

Similar Papers 제목 키워드 기반

ConStyX: Content Style Augmentation for Generalizable Medical Image Segmentation

2025-06-12 · Xi Chen, Zhiqiang Shen, Peng Cao, Jinzhu Yang 외

Medical images are usually collected from multiple domains, leading to domain shifts that impair the performance of medical image segmentation models. Domain Generalization (DG) aims to address this issue by training a r…

Domain GeneralizationImage SegmentationMedical Image SegmentationSemantic Segmentation

Theoretical evidence for adversarial robustness through randomization

2019-02-04 · NeurIPS 2019 12 · Rafael Pinot, Laurent Meunier, Alexandre Araujo, Hisashi Kashima 외

This paper investigates the theory of robustness against adversarial attacks. It focuses on the family of randomization techniques that consist in injecting noise in the network at inference time. These techniques have p…

Adversarial Robustness

Developing Assurance Cases for Adversarial Robustness and Regulatory Compliance in LLMs

2024-10-04 · Tomas Bueno Momcilovic, Dian Balta, Beat Buesser, Giulio Zizzo 외

This paper presents an approach to developing assurance cases for adversarial robustness and regulatory compliance in large language models (LLMs). Focusing on both natural and code language tasks, we explore the vulnera…

Adversarial RobustnessManagement

ML-assisted Randomization Tests for Detecting Treatment Effects in A/B Experiments

2025-01-13 · Wenxuan Guo, Jungho Lee, Panos Toulis

Experimentation is widely utilized for causal inference and data-driven decision-making across disciplines. In an A/B experiment, for example, an online business randomizes two different treatments (e.g., website designs…

Causal InferenceDecision Making

Learning Treatment Effects during Resource Allocation via Priority-Queue Randomization

2026-05-24 · JungHo Lee, Johnna Sundberg, Pim Welle, Bryan Wilder arxiv

Public service programs often allocate limited resources under uncertainty about their benefits, creating a need for randomization to support credible evaluation. In practice, however, applicants commonly enter waitlists…