NeFut Logo NeFut
Admin Login

[CS.AI] OpenEvoShield: Dual Non-Stationary Continual Defense for Open-World Multi-Agent Systems

Published at: 2026-07-23 22:00 Last updated: 2026-07-26 07:44
#AI #Machine Learning #optimization

Abstract

LLM-based multi-agent systems (LLM-MAS) are increasingly deployed in safety-critical applications, where adversaries inject malicious instructions through inter-agent communication to propagate harmful behaviors. Unlike static threats, these attacks are doubly dynamic: adversaries refine injection strategies against deployed defenses while normal-agent behavior drifts with system expansion. Existing defenses treat deployment as a closed-world problem and degrade rapidly once either distribution shifts beyond training coverage.

We propose OpenEvoShield, a co-evolutionary continual defense framework for LLM-MAS. An asymmetric rate controller (M1) decouples fast attack-side and slow normal-side learning rates from dual drift signals. A normal-boundary updater (M2) maintains a dynamic behavioral boundary at the slow rate, while an EWC-regularized policy ensemble (M3) fast-adapts without catastrophic forgetting. An energy-based multi-granularity detector (M4) fuses node-, subgraph-, and graph-level evidence to classify novel attacks as out-of-distribution.

Experiments over 100 deployment rounds across five benchmarks and four MAS topologies show that OpenEvoShield outperforms static and continual baselines, detecting most previously unseen attacks while keeping false positive rates low.

Blogger's Review: The design of OpenEvoShield aligns well with practical application scenarios, effectively addressing dynamic attack strategies with innovative defense mechanisms. It showcases the potential for continual learning in multi-agent systems, providing new insights for enhancing the security of future intelligent systems. Its multi-layered detection approach also offers valuable references for safeguarding complex systems.

Original Source: https://arxiv.org/abs/2607.19351

[h] Back to Home