paper-with-me

홈 › Papers

RvB: Automating AI System Hardening via Iterative Red-Blue Games

2026-01-27 · Lige Huang, Zicheng Liu, Jie Zhang, Lewen Yan, Dongrui Liu, Jing Shao arxiv

The dual offensive and defensive utility of Large Language Models (LLMs) highlights a critical gap in AI security: the lack of unified frameworks for dynamic, iterative adversarial adaptation hardening. To bridge this gap, we propose the Red Team vs. Blue Team (RvB) framework, formulated as a training-free, sequential, imperfect-information game. In this process, the Red Team exposes vulnerabilities, driving the Blue Team to learning effective solutions without parameter updates. We validate our framework across two challenging domains: dynamic code hardening against CVEs and guardrail optimization against jailbreaks. Our empirical results show that this interaction compels the Blue Team to learn fundamental defensive principles, leading to robust remediations that are not merely overfitted to specific exploits. RvB achieves Defense Success Rates of 90\% and 45\% across the respective tasks while maintaining near 0\% False Positive Rates, significantly surpassing baselines. This work establishes the iterative adversarial interaction framework as a practical paradigm that automates the continuous hardening of AI systems.

📄 PDF Abstract BibTeX arXiv:2601.19726

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

LLM-Driven Kernel Evolution: Automating Driver Updates in Linux

2025-11-24 · Arina Kharlamova, Jiawen Liu, Tianyi Zhang, Xinrui Yang 외 arxiv

Linux kernel evolution breaks drivers through API/ABI changes, semantic shifts, and security-hardening updates. We introduce DRIVEBENCH, an executable corpus of kernel$\rightarrow$driver co-evolution cases, and AUTODRIVE…

Prompt Engineering

A Multiagent CyberBattleSim for RL Cyber Operation Agents

2023-04-03 · Thomas Kunz, Christian Fisher, James La Novara-Gsell, Christopher Nguyen 외

Hardening cyber physical assets is both crucial and labor-intensive. Recently, Machine Learning (ML) in general and Reinforcement Learning RL) more specifically has shown great promise to automate tasks that otherwise wo…

CyberBattleSimReinforcement Learning (RL)

Approximating Discontinuous Nash Equilibrial Values of Two-Player General-Sum Differential Games

2022-07-05 · Lei Zhang, Mukesh Ghimire, Wenlong Zhang, Zhe Xu 외

Finding Nash equilibrial policies for two-player differential games requires solving Hamilton-Jacobi-Isaacs (HJI) PDEs. Self-supervised learning has been used to approximate solutions of such PDEs while circumventing the…

Autonomous DrivingSelf-Supervised Learning

Bye-bye, Bluebook? Automating Legal Procedure with Large Language Models

2025-05-05 · Matthew Dahl

Legal practice requires careful adherence to procedural rules. In the United States, few are more complex than those found in The Bluebook: A Uniform System of Citation. Compliance with this system's 500+ pages of byzant…

In-Context Learning

CHASE: Adversarial Red-Blue Teaming for Improving LLM Safety using Reinforcement Learning

2026-06-04 · Rahul Markasserithodi, Aditya Joshi, Yuekang Li, Ishmanbir Singh 외 arxiv

Despite advances in safety alignment, prompt-rewriting attacks such as persona modulation, fictional framing and persuasion-based reformulation, can bypass safety filters even on frontier models. Existing defenses either…

Reinforcement Learning