Papers for

large-scale ai developers

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

Hierarchical organization boosts teamwork in embodied AI tasks

ORCH: Organizational Principles Enable Collective Intelligence in Embodied AI

Abstract: Collective intelligence depends not only on the capabilities of individual members, but also on how those members are organized. Yet artificial multi-agent systems are typically assembled using fixed organizational structures, even when the physical tasks they perform impose fundamentally different coordination requirements. Here we show that principles from human organization theory can be operationalized to organize large, heterogeneous collectives of embodied artificial agents. We introduce ORCH (Organizing Roles and Coordination Hierarchies), which constructs task-specific hierarchical organizations by combining pooled interdependence for work that can proceed concurrently with sequential interdependence for work governed by prerequisite relationships. Across 25 wildfire-response missions spanning reconnaissance, rescue, transportation, resource management, containment and suppression, we evaluated teams of up to 50 heterogeneous agents using eight large language models. Organizations constructed using these principles consistently outperformed four representative embodied multi-agent approaches across mission outcome, execution efficiency, exploration and computational resource use. Human-designed ORCH organizations improved final score by 63.97% and execution efficiency by 74.29% on average relative to the four prior frameworks. Organizations generated automatically by language models improved these measures by 43.63% and 52.53%, respectively. These advantages persisted across missions and underlying language models. Notably, collective performance was not monotonically determined by model scale. Analysis of long-horizon missions showed that hierarchical organization enabled teams to preserve concurrent activity within specialized groups while coordinating ordered transitions between mission phases.

Thu 10 SeptMultiagent SystemsArtificial IntelligenceMachine Learning
The gist
How a group of robots or agents works together depends not just on their individual abilities but also on how they are organized. The authors introduced ORCH, a method that organizes groups of different robots into hierarchies suited to the task, mixing work that can be done at the same time with steps that must happen in order. Testing on wildfire-response missions showed ORCH led teams of up to 50 agents to perform better and more efficiently than other common coordination methods. This approach worked well using different AI language models and helped teams manage complex tasks by keeping specialized groups active while coordinating overall mission phases.
Open 2609.11737v1