← Search

Sihui Dai

7 accepted papers

2025

Adapting to Evolving Adversaries with Regularized Continual Robust Training

ICML 2025poster

Robust training methods typically defend against specific attack types, such as $\ell_p$ attacks with fixed budgets, and rarely account for the fact that defenders may encounter new attacks over time. A natural solution is to adapt the defended model to new adversaries as they arise via fine-tuning…

2024

Larimar: Large Language Models with Episodic Memory Control

ICML 2024poster

Efficient and accurate updating of knowledge stored in Large Language Models (LLMs) is one of the most pressing research challenges today. This paper presents Larimar - a novel, brain-inspired architecture for enhancing LLMs with a distributed episodic memory. Larimar's memory allows for dynamic, on…

2023

Characterizing the Optimal $0-1$ Loss for Multi-class Classification with a Test-time Attacker

NeurIPS 2023spotlight

Finding classifiers robust to adversarial examples is critical for their safe deployment. Determining the robustness of the best possible classifier under a given threat model for a fixed data distribution and comparing it to that achieved by state-of-the-art training methods is thus an important di…

Cited by 4SourcePDFScholar
2023

MultiRobustBench: Benchmarking Robustness Against Multiple Attacks

ICML 2023poster

The bulk of existing research in defending against adversarial examples focuses on defending against a single (typically bounded $\ell_p$-norm) attack, but for a practical setting, machine learning (ML) models should be robust to a wide variety of attacks. In this paper, we present the first unified…

2022

Robust Learning Meets Generative Models: Can Proxy Distributions Improve Adversarial Robustness?

ICLR 2022poster

While additional training data improves the robustness of deep neural networks against adversarial examples, it presents the challenge of curating a large number of specific real-world samples. We circumvent this challenge by using additional data from proxy distributions learned by advanced genera…

2020

Neural Networks with Recurrent Generative Feedback

NeurIPS 2020poster

Neural networks are vulnerable to input perturbations such as additive noise and adversarial attacks. In contrast, human perception is much more robust to such perturbations. The Bayesian brain hypothesis states that human brains use an internal generative model to update the posterior beliefs of th…