Stigmergic Graph Memory boosts warehouse robot throughput 20-36%
A new memory system helps robots avoid congestion without changing their planners.
Researchers Aditya Dutta and Joon-Seok Kim from arXiv have introduced Stigmergic Graph Memory (SGM), a novel approach to improving many-to-many multi-agent pickup and delivery (MAPD) in automated warehouses. Unlike traditional methods that optimize routing after goals are fixed, SGM adds a lightweight memory layer that records recent execution signals—like congestion and successful picks—on warehouse nodes and directed edges. This bounded, decaying memory helps rank feasible endpoints and route preferences before goals are instantiated, effectively informing the allocation process with real-time traffic history. SGM does not alter collision constraints or the planner's validity, making it a low-risk drop-in enhancement.
Across extensive experiments on five warehouse layouts, three load levels, and 25 random seeds per condition, SGM outperformed two reconstructed many-to-many allocation baselines in all 15 map-load combinations. The paired throughput gains ranged from 20.5% to 36.7%, demonstrating that recent execution memory can significantly improve warehouse throughput by guiding which feasible goals enter the planner—not just by optimizing paths to already fixed goals. This work offers a practical, scalable way to boost fulfillment efficiency without expensive hardware changes.
- SGM is a bounded decaying memory layer on warehouse graph nodes and edges that records recent execution signals.
- Tested across 5 layouts, 3 load levels, and 25 seeds per condition, achieving 20.5–36.7% throughput gains.
- Works without modifying collision constraints or planner validity, enabling easy integration into existing systems.
Why It Matters
Warehouse operators can increase throughput significantly using only software memory, avoiding costly hardware or planner redesigns.