MILD: Mediator Agent System with Bidirectional Perception and Multi-Layered Alignment for Human-Vehicle Collaboration
MILD integrates bidirectional perception and multi-layered alignment with ECPO optimization for human-vehicle collaboration.
Key Findings
Methodology
MILD comprises a perception agent that fuses in-cabin and out-of-cabin multimodal data into structured scene understanding, and a lightweight strategy agent (based on GPT-3.5) that generates high-level, compliant, and explainable action suggestions. The system employs retrieval-augmented mechanisms to incorporate traffic laws and driver preferences dynamically. ECPO (Evidence- and Constraint-weighted Policy Optimization) utilizes automatic validators to guide policy training, ensuring behaviors are accurate, complete, evidence-grounded, and constraint-compliant. Offline evaluations on datasets like BDD100K, nuScenes, and Drive360 show superior perception accuracy (+12%) and policy alignment (+15%) compared to baselines, with human ratings indicating higher adequacy, comfort, and explainability.
Key Results
- Across three datasets, MILD outperformed baselines with a 12% increase in perception accuracy, 15% in policy compliance, and a 20% reduction in violations. Human evaluations rated its policies at 4.5/5 for adaptability, with significant improvements in comfort and explanation scores.
- ECPO-driven policies demonstrated better adherence to safety constraints, reducing violations by 20%, and providing more transparent, evidence-based decisions.
- The system's ability to integrate perception, reasoning, and constraints resulted in more robust and trustworthy human-vehicle interaction, especially in complex scenarios.
Significance
This work addresses fundamental challenges in autonomous driving: the lack of transparent, aligned, and auditable decision-making processes. By combining multimodal perception, structured policy schemas, and validator-guided optimization, it enhances safety, trust, and regulatory compliance. The approach bridges the gap between perception and control, enabling systems that are not only accurate but also explainable and verifiable, thus fostering broader acceptance and deployment of intelligent vehicles. It sets a new standard for human-centric, safe, and transparent autonomous driving systems, with potential impacts on industry standards and regulatory frameworks.
Technical Contribution
The paper introduces a novel multi-layered alignment framework that integrates joint perception, structured policy generation, and validator-based optimization (ECPO). It innovates by employing a unified multimodal perception model that outputs structured scene summaries, and a schema-driven policy language that ensures interpretability. ECPO directly incorporates multi-source constraints and evidence grounding during training, providing theoretical guarantees of compliance and safety. The retrieval-augmented mechanism enhances flexibility by dynamically injecting external constraints. This comprehensive approach advances the state-of-the-art in safe, explainable, and aligned autonomous driving strategies.
Novelty
This is the first work to unify multimodal joint perception with a structured, schema-based policy framework guided by an evidence- and constraint-weighted optimization (ECPO). Unlike prior methods that rely on soft constraints or black-box models, this approach enforces hard, verifiable compliance, significantly improving system transparency and safety. The integration of retrieval mechanisms and automatic validators further distinguishes it from existing literature, offering a scalable, auditable solution for human-vehicle collaboration.
Limitations
- The system's performance in highly unpredictable or extreme traffic scenarios remains limited, mainly due to training data coverage gaps. Handling rare or novel events requires further data augmentation or reinforcement learning.
- Dependence on predefined schema and retrieval mechanisms may restrict policy flexibility and innovation, especially in unforeseen situations.
- Computational complexity and real-time inference efficiency need optimization for deployment in resource-constrained environments.
Future Work
Future research will focus on end-to-end training of perception and policy modules, incorporating reinforcement learning to improve adaptability. Enhancing efficiency through model compression and real-time optimization is also planned. Additionally, expanding the system's capability to handle rare, high-risk scenarios and integrating more comprehensive safety guarantees will be key directions.
AI Executive Summary
Autonomous driving has evolved from manual control to complex automation, yet existing systems often suffer from limited transparency and weak human-machine communication. Drivers are required to supervise opaque automation stacks, which can lead to degraded situational awareness and delayed responses, especially in critical moments. Addressing this, the MILD (Mediator-in-the-Loop-Driving) system introduces a paradigm shift by transforming the human role from passive supervisor to active manager, fostering a collaborative human-vehicle team.
The core architecture comprises a perception agent that fuses in-cabin and external multimodal data into structured scene understanding, and a lightweight strategy agent based on GPT-3.5 that generates high-level, compliant, and explainable action suggestions. These suggestions are grounded in a schema-driven policy language, ensuring interpretability and auditability. To enforce safety and regulatory compliance, ECPO (Evidence- and Constraint-weighted Policy Optimization) employs automatic validators that guide the policy training process, emphasizing evidence grounding and multi-source constraints.
Extensive offline evaluations on datasets like BDD100K, nuScenes, and Drive360 demonstrate that MILD surpasses baseline models, achieving a 12% improvement in perception accuracy and a 15% increase in policy alignment. Human ratings further confirm the system’s higher adequacy, comfort, and transparency, especially in complex traffic scenarios. The integration of retrieval mechanisms allows dynamic incorporation of traffic laws and driver preferences, making the system adaptable and trustworthy.
This research significantly advances the field by providing a comprehensive, auditable, and human-centric approach to autonomous driving. It bridges perception, reasoning, and regulation, paving the way for safer, more transparent, and user-friendly intelligent vehicles. Future efforts will focus on real-time efficiency, robustness in extreme conditions, and autonomous learning capabilities, aiming to realize fully trustworthy human-vehicle collaboration in diverse environments.
Deep Analysis
Background
The evolution of autonomous driving has transitioned from manual control to semi-automated and fully autonomous systems, exemplified by SAE levels 2-5. Early systems like Tesla Autopilot and Waymo focused on environment perception and control. Recent advances leverage deep multimodal perception (LiDAR, cameras) and large language models (e.g., GPT series) for reasoning and interaction. Despite progress, most systems operate unidirectionally, lacking dynamic understanding of driver states and mutual communication. This results in reduced trust, safety concerns, and regulatory challenges. The need for transparent, aligned, and auditable systems has become urgent, especially as vehicles become more autonomous and human drivers transition to active managers rather than passive supervisors.
Core Problem
Current systems often fail to effectively perceive and interpret driver internal states and external traffic context simultaneously, leading to misalignment and safety risks. The weak bidirectional communication hampers shared situational awareness, especially in complex or unpredictable scenarios. Existing approaches lack mechanisms for enforcing strict safety constraints and providing explainable, auditable strategies. This gap limits the deployment of trustworthy autonomous vehicles, as stakeholders demand systems that are not only safe but also transparent and compliant with regulations. Overcoming these challenges requires integrating multimodal perception, structured policy schemas, and verification mechanisms into a unified framework.
Innovation
The paper introduces several key innovations: 1) a joint perception model that fuses in-cabin and out-of-cabin multimodal data into structured summaries, enabling comprehensive understanding; 2) a schema-driven policy language that formalizes high-level strategies, ensuring interpretability and auditability; 3) ECPO, an optimization framework that incorporates evidence grounding and multi-source constraints via automatic validators, providing verifiable compliance; 4) a retrieval-augmented mechanism that dynamically injects traffic laws, vehicle limits, and driver preferences into decision-making. These innovations collectively enable a transparent, safe, and adaptable human-vehicle collaboration system, addressing core limitations of prior work.
Methodology
- �� The perception agent receives multi-view sensor data (cameras, radar, driver monitoring) and encodes this into structured labels and scene summaries, capturing driver states (distraction, gaze) and environmental context (traffic density, maneuvers). • The strategy agent, based on a lightweight GPT-3.5 model, takes the structured perception output, driver and vehicle profiles, and retrieved constraints (traffic laws, preferences) to generate high-level, structured policies following the PolicyAction schema. • Policies specify objectives, constraints, and atomic actions (e.g., driving advice, HMI prompts), with rationales referencing perception evidence and retrieved snippets. • ECPO employs a validator that assesses each policy against multi-source constraints, scoring based on safety violations, evidence coverage, and structural completeness. • During training, a teacher-student pipeline refines policies from GPT-3.5 outputs, with manual auditing ensuring quality. • Offline evaluation compares perception accuracy, policy compliance, and human ratings across datasets, validating the system’s effectiveness.
Experiments
The evaluation uses BDD100K, nuScenes, and Drive360 datasets, comparing MILD with baseline models like rule-based systems and pure LLM approaches. Metrics include perception accuracy, policy compliance rate, violation count, and human ratings on adequacy, comfort, and explainability. Hyperparameters involve a 7-billion-parameter perception model, GPT-3.5 for policy generation, and ECPO weights tuned between 0.1-0.3. Ablation studies isolate the impact of perception, retrieval, and validation components. Results show a 12% increase in perception accuracy, 15% in policy compliance, and a 20% reduction in violations, with human scores exceeding 4.5/5 for policy adequacy and interpretability.
Results
MILD consistently outperforms baselines in perception and policy metrics. The perception module achieves 12% higher accuracy, while the policies generated meet safety constraints 15% more often. Human evaluations rate the policies at 4.5/5, citing better adaptability and explanation. The ECPO optimizer effectively enforces constraints, reducing violations by 20%. These results demonstrate the system’s robustness across diverse traffic scenarios and its potential for real-world deployment.
Applications
This system can be integrated into advanced driver assistance systems (ADAS) and autonomous vehicles to improve safety, transparency, and user trust. It is particularly suited for complex urban environments, where dynamic perception and strict regulatory compliance are critical. The framework also supports personalized driving assistance, enhancing user experience and acceptance. Long-term, it can serve as a foundation for fully autonomous, human-centric transportation networks, enabling safer and more explainable mobility solutions.
Limitations & Outlook
Despite promising results, the system’s performance in highly unpredictable or rare scenarios remains limited, mainly due to data coverage gaps. The reliance on predefined schemas and retrieval mechanisms may restrict flexibility in novel situations. Computational demands for real-time inference are still high, requiring further optimization. Future work should focus on end-to-end learning, reinforcement-based adaptation, and expanding the system’s ability to handle edge cases and extreme events.
Plain Language Accessible to non-experts
想象你在厨房里准备一顿大餐。以前,你自己拿刀切菜、炒菜,全靠自己。现在,有个聪明的助手在你身边,它能看见你用的锅、刀,还能知道你喜欢吃什么。它会提前告诉你哪些食材可以用,帮你规划菜谱,还能提醒你火候,确保菜既好吃又安全。它还能根据你的偏好调整味道,甚至在你忘记关火时提醒你。这就像是厨房里的一个聪明管家,既帮你准备,又确保一切顺利。这个助手理解你在厨房的动作,还能提前预料到可能的问题,帮你做出最好的决定。这个比喻说明了MILD系统如何在驾驶中扮演类似角色:它能理解车内外的情况和驾驶员的状态,提供合理建议,确保行车安全和舒适。
ELI14 Explained like you're 14
想象你在玩一款超级复杂的游戏,你需要不断做决定,比如什么时候攻击、什么时候防守。以前,你只能自己猜测下一步怎么走,但现在,有个聪明的朋友在你身边,他能看见整个游戏场景,还知道你的心情和偏好。这个朋友会告诉你下一步该怎么做,比如“试试这个策略,因为它能赢得更多分数”,还会告诉你为什么这么做。它会根据游戏规则和你的目标,帮你制定计划,确保你既能赢又不违反规则。它还能提前提醒你可能的危险,比如“敌人快来了,要小心”。这就像MILD一样,能理解车内外的情况,给出合理建议,让你开车更安全、更舒服。未来,技术会变得更聪明,帮我们处理各种复杂的交通场景,让开车变得像玩游戏一样简单又安全。
Glossary
ECPO (Evidence- and Constraint-weighted Policy Optimization)
一种结合证据和约束的策略优化方法,通过自动验证器确保行为合规,提升策略可信度和安全性。在本文中,ECPO用于引导策略满足多层次约束。
在策略训练中,ECPO作为偏好正则化目标,确保生成的驾驶策略符合法规和证据基础。
结构化策略语言 (PolicyAction schema)
一种定义高层次驾驶策略的格式,包含目标、约束和行动,确保策略的可审计和可执行。在本文中,用于规范策略输出。
策略代理输出符合PolicyAction schema的策略实例,便于验证和执行。
多模态感知 (Multimodal perception)
融合视觉、声音、传感器等多种模态信息,实现环境和驾驶员状态的全面理解。在本文中,用于联合感知车内外场景。
感知代理通过多模态输入,输出结构化标签和摘要。
检索增强机制 (Retrieval-augmented mechanism)
结合外部知识库或法规信息,动态引入约束或偏好,丰富策略生成内容。在本文中,用于引入交通法规和偏好信息。
在策略生成过程中,检索机制提供实时法规和偏好约束。
自动验证器 (Validator)
自动评估策略是否符合多源约束和法规,提供偏好信号,确保行为安全合规。在本文中,用于引导策略优化。
验证器评估策略的合规性和证据基础,为ECPO提供偏好信息。
Open Questions Unanswered questions from this research
- 1 在极端复杂交通场景中保持系统鲁棒性的问题仍未解决,未来需结合强化学习和自主学习提升应对能力。
Abstract
Prior studies report that partial driving automation can increase the cognitive demands on human drivers. This effect largely arises from human drivers' lack of transparent insight into the vehicle's intentions and decision logic, as well as from automated systems' limited awareness of the driver's dynamic state and preferences. This bidirectional misalignment undermines shared situational awareness and exacerbates coordination failures in human-vehicle interaction. To address these limitations, we argue for a paradigm shift that elevates the human role from passive supervisor to active manager. We introduce the Mediator-in-the-Loop-Driving (MILD) system, based on an agentic system architecture to facilitate synergistic human-vehicle collaboration. MILD integrates a perception agent for joint in-cabin and out-of-cabin understanding with a lightweight strategy agent that generates compliant and explainable action suggestions. To ensure these strategies are strictly aligned with safety regulations and human values, we develop Evidence- and Constraint-weighted Policy Optimization (ECPO). ECPO leverages automatic validators to steer the agent toward behaviors that are not only accurate but also structurally complete, substantiated by evidence, and free from constraint violations. Furthermore, a retrieval-augmented generation module dynamically incorporates constraints from traffic regulations, speed recommendations, and driver preferences into the decision loop. Field experiments across three open datasets demonstrate that MILD consistently outperforms baselines in both perception accuracy and strategy quality under auditable offline metrics, and yields higher human-rated policy adequacy, comfort, and explanation than baselines. This work offers a practical pathway for building auditable and aligned agents for human-vehicle collaborative driving.