paper-with-me

Papers

Diversity can be Transferred: Output Diversification for White- and Black-box Attacks

2020-03-15 · NeurIPS 2020 12 · Yusuke Tashiro, Yang song, Stefano Ermon

Adversarial attacks often involve random perturbations of the inputs drawn from uniform or Gaussian distributions, e.g., to initialize optimization-based white-box attacks or generate update directions in black-box attacks. These simple perturbations, however, could be sub-optimal as they are agnostic to the model being attacked. To improve the efficiency of these attacks, we propose Output Diversified Sampling (ODS), a novel sampling strategy that attempts to maximize diversity in the target model's outputs among the generated samples. While ODS is a gradient-based strategy, the diversity offered by ODS is transferable and can be helpful for both white-box and black-box attacks via surrogate models. Empirically, we demonstrate that ODS significantly improves the performance of existing white-box and black-box attacks. In particular, ODS reduces the number of queries needed for state-of-the-art black-box attacks on ImageNet by a factor of two.

📄 PDF Abstract BibTeX arXiv:2003.06878

Code (1)

ermongroup/ODS 공식 구현 pytorch

Tasks

Diversity

Similar Papers 제목 키워드 기반

Toward Adversarial Robustness by Diversity in an Ensemble of Specialized Deep Neural Networks

2020-05-17 · Mahdieh Abbasi, Arezoo Rajabi, Christian Gagne, Rakesh B. Bobba

We aim at demonstrating the influence of diversity in the ensemble of CNNs on the detection of black-box adversarial instances and hardening the generation of white-box adversarial attacks. To this end, we propose an ens…

Adversarial RobustnessDiversity

Facial Makeup Transfer Combining Illumination Transfer

2019-07-08 · Xin Jin, Rui Han, Ning Ning, Xiao-Dong Li 외

To meet the women appearance needs, we present a novel virtual experience approach of facial makeup transfer, developed into windows platform application software. The makeup effects could present on the user's input ima…

Facial Makeup Transfer

Multi-Hypothesis Prediction for Portfolio Optimization: A Structured Ensemble Learning Approach to Risk Diversification

2025-01-07 · Alejandro Rodriguez Dominguez, Muhammad Shahzad, Xia Hong

This work proposes a unified framework for portfolio allocation, covering both asset selection and optimization, based on a multiple-hypothesis predict-then-optimize approach. The portfolio is modeled as a structured ens…

Decision MakingDiversityEnsemble LearningPortfolio Optimization

Black-Box Testing of Deep Neural Networks Through Test Case Diversity

2021-12-20 · Zohreh Aghababaeyan, Manel Abdellatif, Lionel Briand, Ramesh S 외

Deep Neural Networks (DNNs) have been extensively used in many areas including image processing, medical diagnostics, and autonomous driving. However, DNNs can exhibit erroneous behaviours that may lead to critical error…

Autonomous DrivingDiversityDNN TestingFault Detection

Output Randomization: A Novel Defense for both White-box and Black-box Adversarial Models

2021-07-08 · Daniel Park, Haidar Khan, Azer Khan, Alex Gittens 외

Adversarial examples pose a threat to deep neural network models in a variety of scenarios, from settings where the adversary has complete knowledge of the model in a "white box" setting and to the opposite in a "black b…