paper-with-me

홈 › Papers

Beyond tokens: a unified framework for latent communication in LLM-based multi-agent systems

2026-06-04 · Yingzhuo Liu arxiv

Multi-agent systems built on large language models (LLMs) have become a prevailing paradigm for tackling complex reasoning, planning, and tool-use tasks. The dominant communication protocol in such systems is natural language: agents exchange messages token-by-token, verbalising their internal reasoning so that peers can read, verify, and respond. While convenient and interpretable, this protocol suffers from three structural drawbacks -- high inference cost, irreversible information loss during discretization, and ambiguity/redundancy of natural language. A growing body of work therefore explores an alternative protocol -- latent communication -- in which agents exchange continuous representations (embeddings, hidden states, or KV-caches) directly, bypassing the bottleneck of text generation. This paper presents a unified framework for organising the rapidly expanding literature on latent communication. We analyse existing methods along three orthogonal axes: (1) WHAT information is communicated (Embeddings, Hidden States, KV-Caches, or other continuous state); (2) WHICH sender-receiver alignment is used (latent-space alignment and layer alignment); and (3) HOW the communicated information is fused into the receiver (concatenation, prepending, mathematical operations, cross-attention, or cache restoration). Under this 3-axis framework, we systematically categorise eighteen representative methods proposed between 2024 and 2026, identify five major design patterns, and surface a set of open challenges -- including cross-architecture alignment, security of latent channels, compression for edge deployment, and the relationship between latent communication and latent chain-of-thought. We hope that this framework both lowers the barrier to entry for new researchers and provides a vocabulary for comparing future work.

📄 PDF Abstract BibTeX arXiv:2606.05711

Code (0)

등록된 구현이 없습니다.

Tasks

Text Generation

Similar Papers 제목 키워드 기반

Thought Communication in Multiagent Collaboration

2025-10-23 · Yujia Zheng, Zhuokai Zhao, Zijian Li, Yaqi Xie 외 arxiv

Natural language has long enabled human cooperation, but its lossy, ambiguous, and indirect nature limits the potential of collective intelligence. While machines are not subject to these constraints, most LLM-based mult…

UniVLR: Unifying Text and Vision in Visual Latent Reasoning for Multimodal LLMs

2026-05-12 · Houcheng Jiang, Jiajun Fu, Junfeng Fang, Chen Gao 외 arxiv

Multimodal large language models are increasingly expected to perform thinking with images, yet existing visual latent reasoning methods still rely on explicit textual chain-of-thought interleaved with visual latent toke…

Visual Reasoning

When Less Latent Leads to Better Relay: Information-Preserving Compression for Latent Multi-Agent LLM Collaboration

2026-04-14 · Yiping Li, Zhiyu An, Wan Du arxiv

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…

Mathematical Reasoning

Exploring System 1 and 2 communication for latent reasoning in LLMs

2025-10-01 · Julian Coda-Forno, Zhuokai Zhao, Qiang Zhang, Dipesh Tamboli 외 arxiv

Should LLM reasoning live in a separate module, or within a single model's forward pass and representational space? We study dual-architecture latent reasoning, where a fluent Base exchanges latent messages with a Coproc…

Explainable Task-Oriented Token Communication for AI-Native 6G Networks

2026-06-12 · Feibo Jiang, Lei Mao, Li Dong, Kezhi Wang 외 arxiv

The integration of Foundation Models (FMs) and wireless communications is driving the evolution of image communication from bit-accurate transmission toward task-oriented transmission. However, existing task-oriented ima…