paper-with-me

Papers

Latent Collaboration in Multi-Agent Systems

2025-11-25 · Jiaru Zou, Ruizhong Qiu, Gaotang Li, Xiyuan Yang, Katherine Tieu, Pan Lu, Ke Shen, Hanghang Tong, Yejin Choi, Jingrui He, James Zou, Mengdi Wang, Ling Yang arxiv

Multi-agent systems (MAS) extend large language models (LLMs) from independent single-model reasoning to coordinative system-level intelligence. While existing LLM agents depend on text-based mediation for reasoning and communication, we take a step forward by enabling models to collaborate directly within the continuous latent space. We introduce LatentMAS, an end-to-end training-free framework that enables pure latent collaboration among LLM agents. In LatentMAS, each agent first performs auto-regressive latent thoughts generation through last-layer hidden embeddings instead of text. Then, a shared latent working memory preserves and transfers each agent's internal representations and latent thoughts, ensuring lossless information exchange without re-encoding. We provide detailed theoretical analyses showing that LatentMAS achieves higher expressiveness and lossless information preservation with lower overall complexity than standard text-based MAS. In addition, empirical evaluations across 9 comprehensive benchmarks spanning math and science reasoning, commonsense understanding, and code generation show that LatentMAS outperforms advanced single agents and text-based MAS baselines, achieving up to 14.6% higher accuracy, reducing output token usage by 70.8%-83.7%, and providing 4$\times$-4.3$\times$ faster end-to-end inference. Code and data are fully open-sourced at https://github.com/Gen-Verse/LatentMAS.

📄 PDF Abstract BibTeX arXiv:2511.20639

Code (0)

등록된 구현이 없습니다.

Tasks

Code Generation

Similar Papers 제목 키워드 기반

Out of Sight, Not Out of Mind: Unveiling Latent Attack in Latent-based Multi-Agent Systems

2026-05-27 · Chenxi Wang, Ruiyang Huang, Jiayan Sun, Lei Wei 외 arxiv

Latent-based multi-agent systems replace parts of explicit inter-agent communication with hidden representations, offering a new direction for efficient and flexible agent collaboration. However, moving coordination into…

Scaling Video Understanding via Compact Latent Multi-Agent Collaboration

2026-05-01 · Kerui Chen, Jinglu Wang, Jianrong Zhang, Ming Li 외 arxiv

Multi-modal large language models (MLLMs) advance vision language understanding but face inherent limitations in long-video tasks due to bounded perception context budgets. Existing agentic methods mitigate this via rule…

Recursive Multi-Agent Systems

2026-04-28 · Xiyuan Yang, Jiaru Zou, Rui Pan, Ruizhong Qiu 외 arxiv

Recursive or looped language models have recently emerged as a new scaling axis by iteratively refining the same model computation over latent states to deepen reasoning. We extend such scaling principle from a single mo…

Code Generation

Latent-DARM: Bridging Discrete Diffusion And Autoregressive Models For Reasoning

2026-03-10 · Lina Berrayana, Ahmed Heakl, Abdullah Sohail, Thomas Hofmann 외 arxiv

Most multi-agent systems rely exclusively on autoregressive language models (ARMs) that are based on sequential generation. Although effective for fluent text, ARMs limit global reasoning and plan revision. On the other …

Dual Latent Memory for Visual Multi-agent System

2026-01-31 · Xinlei Yu, Chengming Xu, Zhangquan Chen, Bo Yin 외 arxiv

While Visual Multi-Agent Systems (VMAS) promise to enhance comprehensive abilities through inter-agent collaboration, empirical evidence reveals a counter-intuitive "scaling wall": increasing agent turns often degrades p…