Compact Latent Coordination for Autonomous Vehicles at Unsignalized Intersections

· Source: Machine Learning · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Robotics & Autonomous Systems, Autonomous Vehicles & Smart Transportation · Depth: Expert, quick

Summary

The Master-Agent Proto-plan System (MAPS) is a hierarchical deep reinforcement learning (DRL) architecture designed to coordinate autonomous vehicles at unsignalized intersections, addressing challenges like combinatorial action spaces and reliance on privileged information in multi-agent reinforcement learning (MARL). MAPS features a centralized Master agent that generates a compact, continuous "proto-plan" embedding, encoding a global coordination strategy. Decentralized Worker agents then integrate this proto-plan with local observations for vehicle-specific control, effectively decoupling strategic intent from tactical execution. Evaluated across 72 intersection configurations in HighwayEnv, MAPS achieved collision-free navigation and significantly reduced average travel time, outperforming existing baselines. Furthermore, a system trained with three agents demonstrated robust generalization, achieving a 94% success rate when deployed zero-shot to five-agent scenarios, confirming its potential for multi-vehicle coordination.

Key takeaway

For Machine Learning Engineers developing multi-agent systems for autonomous driving, consider adopting hierarchical DRL architectures like MAPS. This approach, which separates global strategic intent via a "proto-plan" from local tactical execution, offers superior generalization and performance for complex coordination tasks at unsignalized intersections. You can achieve collision-free navigation and significantly reduce travel times, even when scaling agent numbers zero-shot.

Key insights

MAPS uses hierarchical DRL with a proto-plan embedding for robust, generalizable coordination of autonomous vehicles at unsignalized intersections.

Principles

Method

A Master agent generates a continuous proto-plan embedding for global coordination. Worker agents integrate this proto-plan with local observations to execute vehicle-specific control, optimizing modules independently.

In practice

Topics

Best for: Computer Vision Engineer, Research Scientist, AI Scientist, Machine Learning Engineer, Robotics Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Machine Learning.