CLAIMar 24, 2025

AgentDropout: Dynamic Agent Elimination for Token-Efficient and High-Performance LLM-Based Multi-Agent Collaboration

arXiv:2503.18891v116 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses token efficiency and performance issues for users of multi-agent systems, representing an incremental improvement over existing methods.

The paper tackles the problem of low communication efficiency and suboptimal performance in LLM-based multi-agent systems by proposing AgentDropout, which dynamically eliminates redundant agents and communication, resulting in an average reduction of 21.6% in prompt tokens and 18.4% in completion tokens, along with a performance improvement of 1.14 on tasks.

Multi-agent systems (MAS) based on large language models (LLMs) have demonstrated significant potential in collaborative problem-solving. However, they still face substantial challenges of low communication efficiency and suboptimal task performance, making the careful design of the agents' communication topologies particularly important. Inspired by the management theory that roles in an efficient team are often dynamically adjusted, we propose AgentDropout, which identifies redundant agents and communication across different communication rounds by optimizing the adjacency matrices of the communication graphs and eliminates them to enhance both token efficiency and task performance. Compared to state-of-the-art methods, AgentDropout achieves an average reduction of 21.6% in prompt token consumption and 18.4% in completion token consumption, along with a performance improvement of 1.14 on the tasks. Furthermore, the extended experiments demonstrate that AgentDropout achieves notable domain transferability and structure robustness, revealing its reliability and effectiveness. We release our code at https://github.com/wangzx1219/AgentDropout.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes