paper-with-me

Papers

Defending Against Unforeseen Failure Modes with Latent Adversarial Training

2024-03-08 · Stephen Casper, Lennart Schulze, Oam Patel, Dylan Hadfield-Menell

Despite extensive diagnostics and debugging by developers, AI systems sometimes exhibit harmful unintended behaviors. Finding and fixing these is challenging because the attack surface is so large -- it is not tractable to exhaustively search for inputs that may elicit harmful behaviors. Red-teaming and adversarial training (AT) are commonly used to improve robustness, however, they empirically struggle to fix failure modes that differ from the attacks used during training. In this work, we utilize latent adversarial training (LAT) to defend against vulnerabilities without leveraging knowledge of what they are or using inputs that elicit them. LAT makes use of the compressed, abstract, and structured latent representations of concepts that the network actually uses for prediction. Here, we use it to defend against failure modes without examples that elicit them. Specifically, we use LAT to remove trojans and defend against held-out classes of adversarial attacks. We show in image classification, text classification, and text generation tasks that LAT usually improves both robustness to novel attacks and performance on clean data relative to AT. This suggests that LAT can be a promising tool for defending against failure modes that are not explicitly identified by developers.

📄 PDF Abstract BibTeX arXiv:2403.05030

Code (2)

thestephencasper/latent_adversarial_training 공식 구현 pytorch
aengusl/latent-adversarial-training pytorch

Tasks

image-classificationImage ClassificationRed Teamingtext-classificationText ClassificationText Generation

Similar Papers 제목 키워드 기반

Latent Adversarial Training Improves Robustness to Persistent Harmful Behaviors in LLMs

2024-07-22 · Abhay Sheshadri, Aidan Ewart, Phillip Guo, Aengus Lynch 외

Large language models (LLMs) can often be made to behave in undesirable ways that they are explicitly fine-tuned not to. For example, the LLM red-teaming literature has produced a wide variety of 'jailbreaking' technique…

Model EditingRed Teaming

MultiRobustBench: Benchmarking Robustness Against Multiple Attacks

2023-02-21 · Sihui Dai, Saeed Mahloujifar, Chong Xiang, Vikash Sehwag 외

The bulk of existing research in defending against adversarial examples focuses on defending against a single (typically bounded Lp-norm) attack, but for a practical setting, machine learning (ML) models should be robust…

Benchmarking

Invariant Aggregator for Defending against Federated Backdoor Attacks

2022-10-04 · Xiaoyang Wang, Dimitrios Dimitriadis, Sanmi Koyejo, Shruti Tople

Federated learning enables training high-utility models across several clients without directly sharing their private data. As a downside, the federated setting makes the model vulnerable to various adversarial attacks i…

Federated LearningModel Optimization

Foundations of Unknown-aware Machine Learning

2025-05-20 · Xuefeng Du

Ensuring the reliability and safety of machine learning models in open-world deployment is a central challenge in AI safety. This thesis develops both algorithmic and theoretical foundations to address key reliability is…

Hallucination

Defending Against Multiple and Unforeseen Adversarial Videos

2020-09-11 · Shao-Yuan Lo, Vishal M. Patel

Adversarial robustness of deep neural networks has been actively investigated. However, most existing defense approaches are limited to a specific type of adversarial perturbations. Specifically, they often fail to offer…

Adversarial RobustnessGeneral ClassificationVideo ClassificationVideo Recognition