← Search

Ali Shafahi

9 accepted papers

2025

Stable Diffusion Models are Secretly Good at Visual In-Context Learning

ICCV 2025poster

Large language models (LLM) in natural language processing (NLP) have demonstrated great potential for in-context learning (ICL) -- the ability to leverage a few set of example prompts to adapt to various tasks without having to explicitly update model weights. ICL has recently been explored for the…

Cited by 0SourcePDFScholar
2020

Adversarially robust transfer learning

ICLR 2020poster

Transfer learning, in which a network is trained on one task and re-purposed on another, is often used to produce neural network classifiers when data is scarce or full-scale training is too costly. When the goal is to produce a model that is not only accurate but also adversarially robust, data sc…

Cited by 157SourcecodeScholar
2020

BREAKING CERTIFIED DEFENSES: SEMANTIC ADVERSARIAL EXAMPLES WITH SPOOFED ROBUSTNESS CERTIFICATES

ICLR 2020poster

Defenses against adversarial attacks can be classified into certified and non-certified. Certifiable defenses make networks robust within a certain $\ell_p$-bounded radius, so that it is impossible for the adversary to make adversarial examples in the certificate bound. We present an attack that mai…

Cited by 84SourcecodeScholar
2020

Witchcraft: Efficient PGD Attacks with Random Step Size

ICASSP 2020accepted

State-of-the-art adversarial attacks on neural networks use expensive iterative methods and numerous random restarts from different initial points. Iterative FGSM-based methods without restarts trade off performance for computational efficiency because they do not adequately explore the image space…

Cited by 0SourceScholar
2019

Adversarial training for free!

NeurIPS 2019poster

Adversarial training, in which a network is trained on adversarial examples, is one of the few defenses against adversarial attacks that withstands strong attacks. Unfortunately, the high cost of generating strong adversarial examples makes standard adversarial training impractical on large-scale pr…

Cited by 1720SourcePDFScholar
2018

Poison Frogs! Targeted Clean-Label Poisoning Attacks on Neural Networks

NeurIPS 2018poster

Data poisoning is an attack on machine learning models wherein the attacker adds examples to the training set to manipulate the behavior of the model at test time. This paper explores poisoning attacks on neural nets. The proposed attacks use ``clean-labels''; they don't require the attacker to have…