Socially-Weighted Distributed Graph Optimization (SW-DGO)

Distributed Dynamic Route Optimization (D²RO) for autonomous service fleets in crowded public environments

August 15, 2026
Autonomous Navigation & Multi-Agent Systems
Ongoing
5 mins read

Dedicated Project Portal

Access the official live research website, interactive WebAssembly simulator, raw experiment datasets, and open-source repository:

Visit polla.dev/SW-DGO Launch Interactive Simulator

Next-generation autonomous mobile robots (AMRs)—including smart retail shopping carts, mobile clinical pushchairs, and airport luggage trolleys—must route continuously through human-shared public spaces. Unlike isolated industrial warehouses, public service environments present unique multi-agent challenges: space is constrained by orthogonal shelving fixtures, corridors are frequently single-file, and human pedestrians move stochastically with browsing and loitering behaviors.

This research proposes Distributed Dynamic Route Optimization (D²RO) powered by Socially-Weighted Distributed Graph Optimization (SW-DGO). Rather than treating navigation as isolated reactive avoidance or purely local search, SW-DGO establishes a time-varying graph-cost field $C_i(u, v, t)$ shared across peer agents and solved via incremental D* Lite heuristic graph repair over V2V mesh telemetry.

4 Core Research Motivations & Technical Bottlenecks

Mathematical Formulation

SW-DGO formalizes a four-term edge traversal cost function subject to a directional corridor reservation constraint:

\[C_i(u, v, t) = w_D \cdot C_{\text{geom}}(u, v) + w_M \cdot C_{\text{mesh}}(u, v, t) + w_H \cdot C_{\text{social}}(v, t) + w_S \cdot C_{\text{kinematic}}(i, v, t) \quad \text{subject to } e \notin \mathcal{E}_i^{\text{reserved}}(t)\]

Cost Components & Parameters

Multi-Domain Simulation Topologies

The framework is validated across three distinct public service environments:

  1. Retail Supermarket ($36 \times 24\text{ m}$): Fixture-dense parallel grocery aisles ($W_{\text{aisle}} = 2.1\text{ m}$), transverse promenades (Action Alley), cashier registers, and front depots.
  2. Clinical Hospital: Features an emergency priority hierarchy ($R_{\text{lock}} = \infty$ for trauma pushchairs) and designated Turnout Alcoves ($V_{\text{alcove}}$) where routine vehicles pull aside.
  3. Airport Departure Terminal: Open concourses with dense passenger clusters, security screening pinch points, and boarding gate piers (Gates A1–A4, B1–B4).

Empirical Benchmark & Key Findings

Across 4,650 kinodynamic Monte Carlo trials in 11 experiments:

Interactive Simulator & Research Assets