Papers for

robotics teams

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.

Memory system boosts teamwork in multi agent ai systems

CoMem: Collective-Individual Memory Synergy for Evolutionary Multi-Agent Systems

Abstract: Designing effective memory mechanisms is crucial for advancing LLM-driven Multi-Agent Systems (MAS), helping agents learn together and perform better over time. While recent work has led to strong cooperation skills, most methods still use flat, unstructured memories, which easily get filled with noise and erase differences between agents. To address this, we introduce the concept of collective-individual memory synergy and propose CoMem, an architecture that unifies both private experience and shared knowledge for multi-agent learning. CoMem features:(i) Private Experience Sedimentation, which lets each agent keep and update its own useful memories over time;(ii) Collective Wisdom Curation, which carefully selects only widely proven ideas to be shared among agents;(iii)Parallel Dual-Stream Retrieval, which allows agents to draw both from their own memory and the group's wisdom, using clustering to ensure diversity.Experiments on ALFWorld and PDDL benchmarks show that CoMem achieves strong overall performance and robustly avoids memory pollution.

Mon 14 SeptArtificial Intelligence
The gist
Many AI agents working together need good memory systems to help them learn and cooperate better. The authors found that using a mix of private memories unique to each agent and shared memories common to all helps prevent confusion and forgetting. They built a system called CoMem that keeps individual useful memories, shares only well-tested ideas with the group, and lets agents pick from both kinds using smart methods. Tests showed CoMem helped agents perform better and kept their memories clean.
Open 2609.15009v1

AlayaVista creates streamed panoramic video from single views

AlayaVista: Streaming World Modeling from Panoramic States to Perspective Video

Abstract: Interactive video world models must maintain broad scene context under camera motion while producing high-fidelity observations with low latency. Existing approaches face a representation trade-off: perspective models operate on local views and must preserve off-screen content over long rollouts, whereas broader spatial coverage is typically obtained by synthesizing full-sphere videos or constructing explicit 3D representations. Motivated by the complementary roles of global context and selective local acuity in visual perception, we present AlayaVista, a camera-controllable streaming video world model that decouples panoramic world evolution from perspective observation synthesis. Given a single perspective image, AlayaVista constructs a 360-degree scene prior using a pretrained panorama expansion model and then evolves the scene as a camera-conditioned panoramic latent state. A latent viewport renderer maps this state to the requested perspective video latents, while a perspective refiner restores details, suppresses artifacts, and performs super-resolution. To support efficient streaming, we adapt the panoramic generator to chunk-autoregressive generation and distill both panoramic generation and perspective refinement into few-step processes. To provide the supervision required by this design, we construct MUGEN, a large-scale real-world panoramic video dataset containing 1,318 hours of videos at resolutions of at least 4K, together with rich semantic and geometric annotations.

Sun 13 SeptComputer Vision and Pattern Recognition
The gist
Keeping track of a whole scene while moving a camera is hard, especially when you want detailed close-up views quickly. The authors made AlayaVista, a system that starts with a normal photo, makes a full 360-degree version, and then updates that full scene as the camera moves. It then extracts the exact viewpoint needed, improves the image quality, and sends it as a video stream with low delay. To make this work well, they also collected a large dataset of very high-resolution panoramic videos with lots of extra information.
Open 2609.14462v1

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