A team at Northeastern University has built a navigation system for robot teams that throws out the central coordinator — and says it loses nothing in the trade. The system, called DM3-Nav, is described in a preprint posted to arXiv on April 23, 2026.
The core claim is a practical one: decentralized multi-agent robots can coordinate well enough to match centralized systems on standard benchmarks, without a shared map, without a central planner calling the shots, and without calling home to the cloud. Two mobile robots in a real office — not a simulation — found multiple objects across the space using only what they could sense and compute onboard.
That sounds modest. It isn't.
The standard approach to multi-robot coordination relies on a shared global map or a central planner that knows where every robot is and assigns each one a target. The problem is obvious: take out the coordinator, or lose the shared map, and the whole system degrades. Robots wander into the same territory, waste energy covering ground already explored, or arrive at the same target one after another while others sit idle. For warehouse operators, that coordinator is also a single point of failure. If it goes down, the fleet freezes.
DM3-Nav replaces the coordinator with pairwise communication. When two robots are close enough to exchange data, they share their local maps, report which objects they are already hunting, and broadcast where they plan to go next. The paper calls this "intent broadcasting" — not asking permission, just announcing. Each robot uses distance-weighted frontier selection to pick its next target, favoring unexplored areas that are closest to its current position. The result is implicit task allocation: robots naturally spread out without anyone telling them to.
The approach matters for anyone deploying robots in environments where connectivity is spotty, infrastructure is unreliable, or the cost of a central server is hard to justify. An office building is a mild version of this problem. A search-and-rescue site or a port terminal is the real one.
On the HM3DSem benchmark, which tests how well robots locate objects in photorealistic indoor environments, DM3-Nav matched or exceeded centralized and shared-map baselines. The paper introduces its own metric, Multi-object Multi-agent SPL (MSPL), designed to capture not just whether robots found the objects but how efficiently they did it relative to an optimal schedule. The baselines it outperforms include systems that have the advantage of a global map or a central planner making real-time assignments.
The office validation used two robots with no cloud connection and no central server. They navigated to objects specified three different ways: by category label ("the chair"), by natural language description ("the black table near the door"), and by reference image. The robots handled multi-object episodes — finding a sequence of targets in a single run, rather than stopping after the first find.
No single number captures whether this holds in the wild. The benchmark result is the strongest empirical claim the paper makes, and it is a preprint on arXiv, not a peer-reviewed publication. The authors are from Northeastern's departments of Electrical and Computer Engineering and Mechanical and Industrial Engineering. The work targets researchers and systems builders, not end customers.
The practical question is what "matching centralized performance" means outside the benchmark. HM3DSem scenes are standardized. Real offices have chairs that look like each other, tables moved mid-task, and the kind of clutter that breaks even well-tuned navigation systems. The two-robot office experiment is a proof of concept, not a stress test. DM3-Nav has no commercial backing and no announced deployment.
What the paper does establish is that the performance penalty for going decentralized has narrowed considerably. For robot fleet operators who have been choosing between coordination quality and system robustness, that gap is closing faster than the trade literature suggested. Whether it closes enough to matter at scale, and in environments messier than a university office, is the question the next paper will have to answer.