TL;DR
This paper introduces an orthogonal backfill method for compressing latent messages in multi-agent LLM systems, significantly reducing communication costs while maintaining high performance.
Contribution
It proposes a novel orthogonal residual injection technique to mitigate information loss from hard eviction in KV compression, improving multi-agent communication efficiency.
Findings
Achieves 79.8%--89.4% reduction in communication cost.
Maintains performance comparable to full KV relay across nine benchmarks.
Outperforms existing methods on 7 out of 9 benchmarks.
Abstract
Communication in Large Language Model (LLM)-based multi-agent systems is moving beyond discrete tokens to preserve richer context. Recent work such as LatentMAS enables agents to exchange latent messages through full key-value (KV) caches. However, full KV relay incurs high memory and communication cost. We adapt eviction-style KV compression to this setting and introduce Orthogonal Backfill (OBF) to mitigate information loss from hard eviction. OBF injects a low-rank orthogonal residual from discarded KV states into the retained KV states. We evaluate proposed method against full KV relay on nine standard benchmarks spanning mathematical reasoning, coding, and knowledge-intensive QA. It achieves performance comparable to full KV relay while reducing communication cost by 79.8%--89.4%. OBF further improves the performance and achieves the best results on 7 of the 9 benchmarks. This…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
