← Search

Zhouxing Shi

10 accepted papers

2024

Defending LLMs against Jailbreaking Attacks via Backtranslation

ACL 2024findings

Although many large language models (LLMs) have been trained to refuse harmful requests, they are still vulnerable to jailbreaking attacks which rewrite the original prompt to conceal its harmful intent. In this paper, we propose a new method for defending LLMs against jailbreaking attacks by “backt…

2024

Lyapunov-stable Neural Control for State and Output Feedback: A Novel Formulation

ICML 2024poster

Learning-based neural-network (NN) control policies have shown impressive empirical performance in a wide range of tasks in robotics and control. However, formal (Lyapunov) stability guarantees over the region-of-attraction (ROA) for NN controllers with nonlinear dynamical systems are challenging to…

2023

Effective Robustness against Natural Distribution Shifts for Models with Different Training Data

NeurIPS 2023poster

``Effective robustness'' measures the extra out-of-distribution (OOD) robustness beyond what can be predicted from the in-distribution (ID) performance. Existing effective robustness evaluations typically use a single test set such as ImageNet to evaluate the ID accuracy. This becomes problematic wh…

2023

Towards Robustness Certification Against Universal Perturbations

ICLR 2023poster

In this paper, we investigate the problem of certifying neural network robustness against universal perturbations (UPs), which have been widely used in universal adversarial attacks and backdoor attacks. Existing robustness certification methods aim to provide robustness guarantees for each sample w…

Cited by 13SourcePDFScholar
2022

Efficiently Computing Local Lipschitz Constants of Neural Networks via Bound Propagation

NeurIPS 2022accept

Lipschitz constants are connected to many properties of neural networks, such as robustness, fairness, and generalization. Existing methods for computing Lipschitz constants either produce relatively loose upper bounds or are limited to small networks. In this paper, we develop an efficient framewo…

2022

On the Convergence of Certified Robust Training with Interval Bound Propagation

ICLR 2022poster

Interval Bound Propagation (IBP) is so far the base of state-of-the-art methods for training neural networks with certifiable robustness guarantees when potential adversarial perturbations present, while the convergence of IBP training remains unknown in existing literature. In this paper, we presen…

Cited by 10SourcePDFScholar
2022

On the Sensitivity and Stability of Model Interpretations in NLP

ACL 2022long

Recent years have witnessed the emergence of a variety of post-hoc interpretations that aim to uncover how natural language processing (NLP) models make predictions. Despite the surge of new interpretation methods, it remains an open problem how to define and quantitatively measure the faithfulness…

2021

Fast Certified Robust Training with Short Warmup

NeurIPS 2021poster

Recently, bound propagation based certified robust training methods have been proposed for training neural networks with certifiable robustness guarantees. Despite that state-of-the-art (SOTA) methods including interval bound propagation (IBP) and CROWN-IBP have per-batch training complexity similar…

2020

Automatic Perturbation Analysis for Scalable Certified Robustness and Beyond

NeurIPS 2020poster

Linear relaxation based perturbation analysis (LiRPA) for neural networks, which computes provable linear bounds of output neurons given a certain amount of input perturbation, has become a core component in robustness verification and certified defense. The majority of LiRPA-based methods focus on…