paper-with-me

Papers

LCGuard: Latent Communication Guard for Safe KV Sharing in Multi-Agent Systems

2026-05-21 · Sadia Asif, Mohammad Mohammadi Amiri, Momin Abbas, Prasanna Sattigeri, Karthikeyan Natesan Ramamurthy arxiv

Large language model (LLM)-based multi-agent systems increasingly rely on intermediate communication to coordinate complex tasks. While most existing systems communicate through natural language, recent work shows that latent communication, particularly through transformer key-value (KV) caches, can improve efficiency and preserve richer task-relevant information. However, KV caches also encode contextual inputs, intermediate reasoning states, and agent-specific information, creating an opaque channel through which sensitive content may propagate across agents without explicit textual disclosure. To address this, we introduce \textbf{LCGuard} (Latent Communication Guard), a framework for safe KV-based latent communication in multi-agent LLM systems. LCGuard treats shared KV caches as latent working memory and learns representation-level transformations before cache artifacts are transmitted across agents. We formalize representation-level sensitive information leakage operationally through reconstruction: a shared cache artifact is unsafe if an adversarial decoder can recover agent-specific sensitive inputs from it. This leads to an adversarial training formulation in which the adversary learns to reconstruct sensitive inputs, while LCGuard learns transformations that preserve task-relevant semantics and reduce reconstructable information. Empirical evaluations across multiple model families and multi-agent benchmarks show that LCGuard consistently reduces reconstruction-based leakage and attack success rates while maintaining competitive task performance compared to standard KV-sharing baselines.

📄 PDF Abstract BibTeX arXiv:2605.22786

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Robust and Efficient Guardrails with Latent Reasoning

2026-05-27 · Siddharth Sai, Xiaofei Wen, Muhao Chen arxiv

Maintaining the safety of large language models (LLMs) is crucial as they are increasingly deployed in real-world applications. Existing safety guardrails typically rely on single-pass classification or, more recently, d…

LPG: Balancing Efficiency and Policy Reasoning in Latent Policy Guardrails

2026-05-17 · Nanxi Li, Zhengyue Zhao, Chaowei Xiao arxiv

Guardrails are a critical safety layer for modern AI systems, but their operating regime is changing. As LLMs are deployed as customized assistants, safety policies are increasingly specified at inference time by users, …

Energy Efficiency Optimization in Radar-Communication Spectrum Sharing

2021-04-19 · Emanuele Grossi, Marco Lops, Luca Venturino

Energy efficiency, possibly coupled with cognition-based and spectrum-sharing architectures, is a key enabling technology for green communications in 5G-and-beyond standards. In this context, the present paper considers …

Latent Guard: a Safety Framework for Text-to-image Generation

2024-04-11 · Runtao Liu, Ashkan Khakzar, Jindong Gu, Qifeng Chen 외

With the ability to generate high-quality images, text-to-image (T2I) models can be exploited for creating inappropriate content. To prevent misuse, existing safety measures are either based on text blacklists, which can…

Contrastive LearningImage GenerationText to Image GenerationText-to-Image Generation

NExT-Guard: Training-Free Streaming Safeguard without Token-Level Labels

2026-02-10 · Junfeng Fang, Nachuan Chen, Houcheng Jiang, Dan Zhang 외 arxiv

Large language models are increasingly deployed in streaming scenarios, rendering conventional post-hoc safeguards ineffective as they fail to interdict unsafe content in real-time. While streaming safeguards based on to…