MIND-CAVs: Multi-Intelligence Negotiation and Decision System for CAVs based on Intent-Driven Autonomy


Abstract

Modern autonomous vehicles largely operate as isolated agents: they rely on on-board perception and decision modules and broadcast Basic Safety Messages (BSMs) that expose only low-level kinematic state. While existing cooperative driving frameworks enable limited sensor sharing, they rarely communicate high-level maneuver intentions, and edge computing is primarily used for content delivery rather than decision arbitration. As a result, current connected autonomy lacks a principled mechanism for making globally consistent, intent-aware coordination decisions across vehicles. To address this gap, we propose MIND-CAVs, a Multi-Intelligence Negotiation and Decision framework for connected autonomous vehicles (CAVs) based on intent-driven autonomy. Each vehicle abstracts raw sensor observations into structured intent representations, exchanges them over V2X links, and receives globally consistent coordination plans from roadside edge servers. Edge agents combine learned and rule-based arbitration mechanisms to negotiate conflicting intents among vehicles, while a cloud platform records decisions for auditing and continual retraining. We implement MIND-CAVs in a CARLA-based AI-in-the-loop platform and evaluate it in multi-lane highway scenarios involving conflicting maneuvers and route-constrained exits. Experimental results show improved maneuver completion time and reduced unsafe proximity and unnecessary braking compared with isolated autonomy, first-come-first-served arbitration, and multi-agent reinforcement learning baselines.

1 Introduction↩︎

Autonomous vehicles (AVs) today operate as highly capable but largely isolated cyber-physical systems. Although modern vehicles broadcast kinematic state through standardized Vehicle-to-Everything (V2X) messages such as Basic Safety Messages (BSMs) and Cooperative Awareness Messages (CAMs), these protocols expose only instantaneous position and motion information and do not convey future maneuver intent [1]. Consequently, each vehicle must infer the behavior of surrounding agents from short-horizon observations and independently select actions. In dense multi-vehicle environments, this reactive paradigm often results in conservative driving, oscillatory behaviors, unnecessary braking, and fragile safety margins.

A substantial body of research has sought to improve coordination among connected autonomous vehicles (CAVs). For example, cooperative perception frameworks extend sensing range by sharing raw or feature-level sensor data [2], while centralized schedulers and cloud-assisted planners coordinate vehicle trajectories through infrastructure nodes [3]. Surveys have also summarized collaborative driving architectures spanning platooning, intersection management, and distributed planning [4]. However, many of these approaches either (i) rely on centralized planners that are difficult to integrate with deployed V2X stacks, (ii) exchange intent information without structured negotiation or arbitration mechanisms, or (iii) focus primarily on perception and communication efficiency rather than on multi-vehicle decision governance.

At the same time, Multi-Access Edge Computing (MEC) has emerged as a key enabler of low-latency vehicular services [5], [6]. However, in most existing architectures, MEC primarily supports content distribution, map services, or perception sharing rather than explicit multi-agent maneuver arbitration. Moreover, even when coordination mechanisms are proposed, they rarely provide an auditable record explaining why a maneuver was approved, what alternatives were rejected, and how conflicts were resolved.

This lack of structured accountability presents a critical deployment challenge. Current autonomy stacks log sensor data and control outputs, but they do not record high-level intent representations, arbitration rationales, or approval chains. As a result, autonomous driving systems remain opaque, complicating regulatory validation, incident investigation, and public trust. A scalable coordination framework must therefore satisfy not only safety and latency requirements, but also transparency and reproducibility.

To address these gaps, we propose MIND-CAVs, a Multi-Intelligence Negotiation and Decision System for CAVs based on intent-driven autonomy. MIND-CAVs introduces a hierarchical Vehicle-MEC-Cloud architecture in which vehicles generate structured maneuver intents and multi-stage plans, edge (MEC) agents arbitrate and negotiate conflicting intents under bounded latency, and cloud services analyze structured logs to support learning and auditability. Unlike existing cooperative driving systems, MIND-CAVs treats coordination, real-time arbitration, and accountability as architectural primitives within a deployable V2X framework. The key contributions of this work are summarized below:

•Intent-Driven Negotiation Architecture: We introduce a hierarchical Vehicle–MEC–Cloud coordination architecture that enables explicit intent exchange, conflict detection, priority-based arbitration, and sub-second negotiation for multi-vehicle maneuvers.

•Accountability-by-Design Autonomy: We design a structured decision logging and audit pipeline that records intents, approvals, rejections, rationales, and outcomes, enabling deterministic replay and regulatory inspection.

•AI-in-the-Loop Evaluation Platform: We implement MIND-CAVs in a CARLA-based AI-in-the-loop platform with live telemetry, real-time intent generation, and dataset pipelines, demonstrating improved safety and efficiency compared with isolated autonomy and learning-based baselines.

2 Related Work↩︎

Current connected vehicle deployments primarily rely on state-based awareness messaging rather than explicit maneuver negotiation. In the United States, SAE J2735 defines Basic Safety Messages (BSMs) that broadcast position, velocity, and motion state at high frequency [7]. Similarly, ETSI Cooperative Awareness Messages (CAMs) in Europe disseminate kinematic information to maintain vehicle awareness [8]. While these standards improve situational awareness, they do not convey high-level maneuver intent or multi-stage plans. As a result, vehicles must infer future behavior from instantaneous motion alone, which becomes brittle in dense multi-agent interactions. This state-only paradigm motivates the Isolated Autonomy (IA) baseline used in our evaluation, where vehicles rely solely on local perception and kinematic inference without structured intent exchange.

To move beyond state awareness, prior research has explored decentralized and cooperative maneuver coordination. Reservation-based mechanisms, such as the seminal work by Dresner and Stone [9], allocate conflict-free space-time slots to vehicles at intersections. Subsequent studies extended cooperative maneuver concepts to decentralized coordination and infrastructure-assisted arbitration [10], [11]. The ETSI Maneuver Coordination Service (MCS) further formalizes negotiation-oriented coordination at the protocol level [12], while extensions to maneuver coordination protocols introduce richer negotiation primitives and cost-aware decision logic [13]. Cooperative lane-change studies also show that V2X-enabled synchronization and negotiation can reduce unnecessary braking and improve throughput [14], [15]. However, many of these approaches rely on heuristic serialization, assume compliant participants, or lack explicit runtime arbitration with structured decision logging. These methods motivate our First-Come-First-Serve (FCFS) baseline, representing heuristic arbitration without semantic intent reasoning or auditable decision traces.

Learning-based coordination has gained increasing attention, particularly through multi-agent reinforcement learning (MARL). Cooperative lane-change and merging problems have been formulated as MARL tasks where shared rewards encourage emergent coordination in mixed traffic [16]. While such approaches can learn effective behaviors in simulation, they often require centralized training, carefully tuned reward functions, and assumptions about policy stationarity. Moreover, coordination remains implicit within learned policies, limiting the transparency and interpretability of runtime decisions. This class of approaches motivates the MARL baseline in our evaluation, representing learned coordination without explicit intent negotiation or structured arbitration outcomes.

Edge and Multi-Access Edge Computing (MEC) architectures have been proposed to support low-latency vehicular applications under 3GPP NR-V2X standards [17], [18]. NR-V2X enhancements provide improved sidelink reliability and latency for cooperative driving [19], and recent work explores joint sensing, communication, and computation frameworks that leverage MEC for vehicular systems [20]. While these studies emphasize communication efficiency and computational offloading, they typically focus on perception sharing or throughput optimization rather than structured maneuver arbitration across multiple vehicles.

Finally, the need for transparency and accountability in autonomous driving has motivated research in explainable AI and interpretable decision systems [21]. Efforts to generate intelligible explanations for autonomous vehicle behavior highlight the importance of structured rationales in safety-critical systems [22]. However, such explanation mechanisms are often treated as post-hoc visualization tools rather than core coordination artifacts.

In contrast to state-only messaging, heuristic serialization, and implicit learning-based coordination, MIND-CAVs introduces structured, machine-readable intent exchange with explicit MEC-based safety gating under bounded latency constraints. By externalizing negotiation as an auditable protocol that returns ACK/PLAN/NACK decisions and logs arbitration rationales, the proposed framework unifies semantic coordination, real-time arbitration, and accountability within a deployable edge-assisted architecture.

3 Problem Statement↩︎

We consider a connected autonomous driving environment comprising a finite set of vehicles \(\mathcal{V}=\{v_1,\dots,v_N\}\) operating on a road network instrumented with roadside edge servers (MEC nodes) \(\mathcal{E}=\{e_1,\dots,e_M\}\). Each vehicle is equipped with onboard perception and control modules and periodically broadcasts mandatory V2X kinematic messages (e.g., BSM/CAM). These messages expose instantaneous state but do not communicate future maneuver intent.

Local Observation Model: Each vehicle \(v_i\) maintains a partial local observation (compact coordination snapshot) \[o_i^t = (x_i^t, \dot{x}_i^t, \ell_i^t, z_i^t),\] where \(x_i^t\) and \(\dot{x}_i^t\) denote pose and velocity, \(\ell_i^t\) encodes current lane index, and \(z_i^t\) denotes a compact scene representation (compressed top-down map image).

Intent Abstraction: We define an intent as a structured semantic representation of a vehicle’s planned maneuver, i.e., \[I_i^t = \langle g_i^t, a_i^t, \tau_i^t, C_i^t \rangle,\] where \(g_i^t\) is the goal (e.g., target lane or exit), \(a_i^t\) is the maneuver class (e.g., lane change, merge), \(\tau_i^t\) is the execution horizon, and \(C_i^t\) encodes safety constraints. Each intent is accompanied by a plan \(P_i^t\), defined as a finite sequence of high-level maneuver primitives over the horizon \(\tau_i^t\). Intents are transmitted to MEC nodes over V2X links.

Accountability Constraint: For every arbitration outcome, the system generates a structured audit record \[R_i^t = \langle I_i^t, P_i^t, \hat{P}_i^t, o_i^t, d_i^t \rangle\] where \(I_i^t\) is the proposed intent, \(P_i^t\) the original plan, \(\hat{P}_i^t\) the approved or revised plan, \(o_i^t\) the telemetry snapshot at decision time, and \(d_i^t\) the arbitration rationale. The audit trail must support deterministic replay and regulatory inspection.

Arbitration as a Constrained Decision Problem: Let \(\mathcal{V}_j \subseteq \mathcal{V}\) denote the set of vehicles within the coverage region of MEC node \(e_j\). At time \(t\), node \(e_j\) receives: (i) a set of intent-plan pairs \[\mathcal{Z}_j^t = \{(I_i^t, P_i^t) \mid v_i \in \mathcal{V}_j\},\] (ii) the set of local observations \[\mathcal{O}_j^t = \{o_i^t \mid v_i \in \mathcal{V}_j\},\]

where \(o_i^t\) is a compact telemetry–scene snapshot (telemetry + scene representation, not raw sensor streams), and \(\mathcal{D}_j^t\) stores previously approved active plans.

The arbitration policy \(\pi_j\) maps these inputs to an approved or revised decision: \[\hat{P}_i^t = \pi_j\!\left((I_i^t, P_i^t, o_i^t), \mathcal{Z}_j^t, \mathcal{O}_j^t, \mathcal{D}_j^t\right)\] where \(\hat{P}_i^t\) corresponds to: (i) approval (ACK), (ii) revision (PLAN), or (iii) rejection (NACK).

We further define the instantaneous utility of \(v_i\) (traffic efficiency) at time \(t\) as \[U(v_i^t) = \alpha \, \dot{x}_i^t - \beta \, B_i^t - \gamma \, \Phi_i^t,\] where \(\dot{x}_i^t\) denotes longitudinal speed (encouraging throughput), and \(B_i^t\) is a braking indicator defined as \[B_i^t = \begin{cases} 1, & \text{if } \dot{x}_i^{t-1} - \dot{x}_i^t > \delta_b \text{ and } \min_{k \neq i} d_{ik}^t > d_{\text{conf}} \\ 0, & \text{otherwise} \end{cases}\] penalizing unnecessary braking; \(\Phi_i^t\) is a safety penalty activated when \(\min_{k \neq i} d_{ik}^t < d_{\text{safe}}\), capturing unsafe proximity.

Here \(\delta_b\) is a deceleration threshold, \(d_{\text{conf}}\) a conflict radius, \(d_{ik}^t\) the inter-vehicle distance, and \(\alpha,\beta,\gamma>0\) weight efficiency–safety trade-offs.

Optimization Objective 1: The arbitration objective is to improve traffic efficiency while respecting safety and latency constraints, which we formalize via the cumulative utility: \[\max_{\{\pi_j\}} \mathbb{E}\!\left[ \sum_t \sum_{v_i \in \mathcal{V}} U(v_i^t) \right]\] subject to: (i) conflict-free maneuver execution, (ii) bounded arbitration delay \(\Delta_{\max}\) 2, and (iii) generation of complete structured audit records. The expectation is taken over traffic realizations and policy stochasticity.

4 System Architecture↩︎

MIND-CAVs is a hierarchical coordination framework organized into three intelligence tiers: (i) Vehicle Intelligence (VI), (ii) Edge Intelligence (EI), and (iii) Cloud Intelligence (CI). Fig. 1 illustrates the system architecture.

Figure 1: MIND-CAVs architecture: vehicles generate intent–plan pairs; MEC performs arbitration and safety gating; cloud aggregates structured decision logs.

4.1 VI: Intent Proposal and Execution↩︎

Each vehicle maintains a local observation \(o_i^t\). From this observation, the vehicle generates an intent-plan pair \((I_i^t, P_i^t)\). A plan \(P_i^t\) is a finite sequence of maneuver primitives (e.g., keep-lane, accelerate, initiate lane change). The intent-plan generation mechanism is modular and may be rule-based, learned, or LLM-assisted.

Each vehicle operates under an execute-after-approval loop: \[(I_i^t, P_i^t, o_i^t) \rightarrow \text{MEC review} \rightarrow \hat{P}_i^t \rightarrow \text{execution}.\]

A plan step corresponds to execution of a single maneuver primitive. If execution exceeds its declared horizon \(\tau_i^t\) or arbitration delay exceeds \(\Delta_{\max}\), the vehicle reverts to a conservative fallback policy (e.g., keep lane, reduce speed, increase headway) until a valid response is received. Additionally, we apply a soft MPC-based safety filter that enforces control-barrier-style constraints (e.g., minimum gap and bounded acceleration), preventing execution of unsafe maneuvers even when upstream intent proposals are imperfect.

4.2 EI: Negotiation and Arbitration↩︎

MEC nodes receive intent–plan pairs from vehicles within their coverage region and apply the arbitration policy \(\pi_j\) defined in Sec. 3.

The Edge Intelligence (EI) module performs semantic intent arbitration using a constrained VLM over the active traffic context, incorporating priority rules and plan revision when necessary. A deterministic spatial–temporal validator subsequently enforces safety constraints and conflict-free execution.

Based on the validated outcome, the MEC node acts as a safety gate and returns one of three responses: ACK (approve), PLAN (revise), or NACK (reject). All decisions are computed within bounded latency \(\Delta_{\max}\) to enable sub-second coordination.

4.3 CI: Audit and Fleet-Level Learning↩︎

The cloud tier aggregates structured audit records \(R_i^t = \langle I_i^t, P_i^t, \hat{P}_i^t, o_i^t, d_i^t \rangle\). Audit records are generated at MEC nodes, stored locally during operation, and asynchronously transmitted to cloud storage as immutable structured logs.

The cloud tier does not participate in real-time control. It supports: (i) forensic replay, (ii) large-scale performance analysis, and (iii) dataset generation for improving intent and arbitration policies.

4.4 Communication Flow↩︎

MIND-CAVs operates over three communication paths:

Baseline V2X broadcast: Vehicles continue to transmit kinematic state via BSM/CAM messages.

Intent overlay channel: Vehicles transmit intent–plan pairs to MEC; MEC returns approved or revised plans.

Audit propagation channel: MEC nodes asynchronously transmit structured audit records to the cloud tier for persistent storage and offline analysis.

5 MIND-CAVs Coordination Protocol and Arbitration Algorithm↩︎

We now describe the runtime coordination protocol executed between VI and EI tiers. Formal definitions of intents, plans, and audit records are given in Sec. 3. Here we focus on (i) vehicle-side intent generation, (ii) MEC arbitration, and (iii) bounded-latency negotiation.

5.1 Vehicle-Side Intent Generation↩︎

At time \(t\), vehicle \(v_i\) constructs its local observation \(o_i^t\) as defined in Sec. 3, which includes kinematic state, lane context, and a compact top-down scene representation \(z_i^t\). Based on this observation and a global routing goal, the vehicle generates an intent-plan pair \((I_i^t, P_i^t)\).

The plan \(P_i^t\) is a finite sequence of high-level maneuver primitives: \[P_i^t = \{u_i^1, u_i^2, \dots, u_i^K\},\] where each primitive \(u_i^k\) encodes a target lane index, longitudinal speed, and hold duration over a short horizon.

In our implementation, intent-plan generation is performed using a VLM-assisted module to enable semantic goal interpretation and structured multi-stage maneuver synthesis without brittle rule-based planners. A structured prompt containing \(o_i^t\) and a user-defined goal (e.g., “move to the rightmost lane”) is used to generate \((I_i^t, P_i^t)\). Vehicle \(v_i\) transmits \((I_i^t, P_i^t, o_i^t)\) to the nearest MEC node, and continues executing its previously approved plan until an arbitration response is received.

5.2 MEC Arbitration Mechanism↩︎

Each MEC node \(e_j\) maintains a database \(\mathcal{D}_j^t\) of active approved plans for vehicles within its coverage region \(\mathcal{V}_j\). Upon receiving a request \((I_i^t, P_i^t, o_i^t)\), the MEC executes a constrained VLM-based arbitration agent. The agent receives as input a structured prompt containing: (i) the incoming intent-plan pair \((I_i^t, P_i^t)\), (ii) the compact observation snapshot \(o_i^t\), (iii) the set of currently active intents and plans in \(\mathcal{D}_j^t\), and (iv) the lexicographic priority rules. The agent outputs \(\texttt{ACK}\), \(\texttt{PLAN}\) (revised plan), or \(\texttt{NACK}\) (Algorithm 2).

5.2.1 Plan Representation↩︎

Each plan is represented as a time-indexed occupancy function \[\Omega_i(t') = (\ell_i(t'), s_i(t'))\] where \(\ell_i(t')\) is predicted lane index and \(s_i(t')\) longitudinal position over \(t' \in [t, t+\tau_i]\) derived from \(P_i^t\).

5.2.2 Conflict Detection↩︎

Arbitration is performed by the VLM over the full traffic context, followed by a deterministic spatial–temporal validator enforcing safety constraints. A conflict exists if there is \(t'\) such that \[\ell_i(t') = \ell_k(t') \;\text{and}\;|s_i(t') - s_k(t')| < d_{\text{safe}}\] for some \(v_k \in \mathcal{V}_j\), \(k \neq i\). If the validator fails, the decision is overridden to \(\texttt{NACK}\).

Figure 2: VLM-assisted Arbitration w/ Safety Guard

5.2.3 Priority Rule↩︎

If conflicts exist, a lexicographic priority rule is applied where vehicles with emergency class take precedence. Otherwise, earlier submission timestamps take precedence and ties are broken by vehicle identifier. This priority rule is included as a hard constraint in the MEC prompt to ensure consistent arbitration decisions across conflicts.

5.2.4 Plan Revision↩︎

If \(v_i\) is prioritized, a revised plan \(\hat{P}_i^t\) is generated. The revision operates under a safety envelope: (i) enforce minimum longitudinal gap \(d_{\text{safe}}\), (ii) enforce acceleration and deceleration bounds, and (iii) preserve goal \(g_i^t\) whenever feasible.

A constrained VLM-based agent generates a single revised plan within this envelope (e.g., delay lane change, reduce speed, insert yielding phase). Only one revision attempt is permitted to preserve bounded latency. If \(v_i\) is not prioritized, the proposal is rejected.

5.2.5 Bounded Latency↩︎

Bounded arbitration delay \(\Delta_{\max}\) is achieved through (i) deterministic single-pass conflict detection, (ii) a fixed lexicographic priority rule (no iterative negotiation), (iii) at most one constrained plan revision, and (iv) bounded token generation at the MEC tier.

No multi-round negotiation loops are permitted, ensuring predictable sub-second execution.

5.3 Timing and Latency Analysis↩︎

We estimate the end-to-end negotiation latency across the Vehicle \(\rightarrow\) MEC \(\rightarrow\) Vehicle loop based on measured inference throughput and reported 5G V2X latency models [23]. On Jetson AGX-class hardware, generating a structured intent and short plan (\(\sim\)​20 tokens) requires approximately 270 ms using 4-bit quantization. The resulting \(\sim\)​200 kB payload can be transmitted over MEC-assisted 5G V2X in less than 10 ms. At the MEC server, running on A100-class hardware with a measured throughput of approximately 22 tokens/s, arbitration latency is about 45 ms for an \(\texttt{ACK}\) response (1 token) and \(\sim\)​400 ms when generating a revised \(\texttt{PLAN}\) (\(\sim\)​10 tokens). The return transmission of the \(\sim\)​10 kB response requires less than 10 ms. Combining these components yields an estimated end-to-end negotiation latency of approximately 335 ms for the \(\texttt{ACK}\) case (\(270 + 10 + 45 + 10\)) and 690 ms for the \(\texttt{PLAN}\) revision case (\(270 + 10 + 400 + 10\)). Even in the revision case, the total negotiation cycle remains below 700 ms. At highway speeds (100 km/h), this corresponds to roughly 20 m of travel, which remains within the short-horizon planning range typically considered by autonomous driving systems.

6 Experimental Setup and Evaluation Methodology↩︎

We evaluate MIND-CAVs in a controlled highway driving environment designed to isolate coordination behavior and intent negotiation under minimal confounding factors. Each scenario is executed 10 times with identical initial configurations but independent stochastic VLM sampling.

6.1 Simulation Environment and Platform↩︎

All experiments are conducted using CARLA, integrated with our custom MIND-CAVs Simulation Conductor, which provides an AI-in-the-loop orchestration layer for multi-vehicle coordination, monitoring, and intent-based control (see Fig. 3). The MIND-CAV simulator manages CARLA synchronization (Fig. 3a), vehicle spawning (Fig. 3b), intent exchange (Fig. 3c), MEC arbitration, and structured logging (Fig. 3d). The experiments use synchronous stepping and persistent JSON logs for telemetry, intent records, and arbitration outcomes. Simulation seeds, initial vehicle states, and scenario configurations are recorded to ensure deterministic replay and reproducibility. The simulation platform runs on a workstation equipped with an Intel i7-10700 CPU (2.90 GHz), 64 GB RAM, and an NVIDIA RTX 3070 GPU. The system runs Ubuntu 24.04 LTS and CARLA 0.9.15.

6.1.1 CARLA Configuration↩︎

CARLA is operated in synchronous mode with a fixed simulation timestep to ensure deterministic execution across runs. Vehicles are spawned programmatically using predefined spawn points on a straight four-lane highway in Town_04 (map provided by CARLA). All vehicles use identical dynamics models, control limits, and sensor configurations. No background traffic is introduced, ensuring that observed behaviors arise solely from interactions between coordinated vehicles.

Figure 3: AI-in-the-loop simulation platform used for evaluation

6.1.2 Intent Execution and Control Flow↩︎

Vehicles generate intents and multi-stage plans using an onboard VLM, which consumes top-down imagery, vehicle telemetry, and lane context. Intents are transmitted to the MEC arbitration module via the backend. Until an acknowledgement (ACK) or revised plan (PLAN) is received, vehicles continue executing their previously approved plan or a default conservative policy (keep-lane with speed maintenance).

6.2 Baseline Methods↩︎

To rigorously evaluate the impact of intent-driven arbitration and accountability, we compare MIND-CAVs against three representative coordination paradigms from prior literature.

Vehicles operate independently without intent exchange or MEC arbitration. Each vehicle relies solely on onboard perception and kinematic inference from neighboring agents and executes maneuvers greedily subject to local safety constraints. This baseline reflects current production autonomous driving stacks that do not perform explicit multi-vehicle negotiation.

A deterministic centralized controller resolves maneuver conflicts using a FCFS priority rule. Vehicles submit maneuver requests, and conflicts are resolved based on arrival order without negotiation or plan revision. This baseline is inspired by reservation-based intersection management and centralized scheduling approaches [9]. It represents classical conflict-free arbitration without intent reasoning or accountability logging.

A multi-agent policy observes shared vehicle states and outputs maneuver decisions optimized to minimize delay and safety violations. Coordination emerges implicitly through learned value functions, as commonly studied in cooperative autonomous driving and intersection management [24]. However, no explicit intent negotiation or structured audit logs are produced.

6.3 Scenario Definitions↩︎

Scenario 1 (\(S1\)) : Single-Agent Multi-Lane Change. Two vehicles are initialized side-by-side: one in the leftmost lane (Lane 1) and one in the adjacent lane to the right (Lane 2). Both vehicles travel at 40 km/h. The vehicle in Lane 1 is tasked to move to the rightmost lane (Lane 4), while the vehicle in Lane 2 maintains its lane. This scenario evaluates whether MIND-CAVs enables safe and efficient multi-stage lane changes w/o inducing unnecessary braking or deadlock.

Scenario 2 (\(S2\)) : Conflicting Lane Change Intentions. The initial configuration is identical to Scenario 1. However, the vehicle in Lane 1 intends to move to the rightmost lane (Lane 4), while the vehicle in Lane 2 simultaneously intends to move to the leftmost lane (Lane 1). This scenario introduces direct intent conflict and evaluates the effectiveness of MEC-based arbitration, priority resolution, and negotiation in preventing unsafe simultaneous maneuvers.

Scenario 3 (\(S3\)) : Route-Constrained Exit Maneuver. The setup mirrors Scenario 1, but the vehicle in the leftmost lane is assigned a route-level goal requiring it to take an exit on the right within the next 60 seconds. The second vehicle maintains its lane. This scenario evaluates long-horizon intent planning and the system’s ability to sequence intermediate maneuvers (multi-lane changes) while maintaining safety and efficiency over extended time horizons.

6.4 Evaluation Metrics↩︎

We employ three important metrics in the performance evaluation. All metrics are computed offline from per-run telemetry logs sampled at approximately 10 Hz.

is defined as the elapsed time between the first telemetry timestamp and the moment all target vehicles satisfy their goal condition. In S1 and S2, the goal condition is that the target vehicle reaches the designated goal lane. While in S3, the goal condition is that the target vehicle reaches the exit region within the specified route horizon. If the goal is not achieved before the predefined timeout, the completion time is set equal to the timeout value.

occurs when the Euclidean distance between any pair of vehicles at a telemetry frame is below the safety threshold \(d_{\text{safe}} = 5\) m. Formally, at telemetry frame \(t\), for vehicles \(i\) and \(k\), their distance (\(d_{ik}^t\)) is \(d_{ik}^t = \| x_i^t - x_k^t \|\). If \(d_{ik}^t < d_{\text{safe}}\), a violation counter is incremented.

Violations are accumulated across all telemetry frames in all runs for a scenario. This metric captures unsafe proximity events during maneuver execution, and corresponds to activation of the safety penalty term \(\Phi_i^t\) defined in Sec. 3.

serves as a proxy for avoidable deceleration due to coordination inefficiencies rather than safety-critical responses. Unnecessary braking events are counted when a vehicle’s speed decreases more than \(\delta_b = 5\) km/h between consecutive telemetry frames, and no other vehicle is within a conflict distance \(d_{\text{conf}} = 50\) m.

Formally, if: \(v_i^{t-1} - v_i^t > \delta_b \text{ and } \min_{\substack{v_k \in \mathcal{V} \\ k \ne i}} d_{ik}^t > d_{\text{conf}}\), then an unnecessary braking event is recorded.

7 Evaluation Results↩︎

We evaluate MIND-CAVs against three baselines across the three scenarios described in Sec. 6. Each configuration uses identical initial states and vehicle dynamics, with stochasticity arising from independent VLM sampling. Metrics reported are mean (\(\mu\)) \(\pm\) standard deviation (\(\sigma\)) and confidence intervals (\(CI_{95\%}\)) across runs, summarized in table 1.

7.1 Scenario S1: Multi-Lane Change to Rightmost Lane↩︎

In S1, MIND-CAVs achieves the lowest completion time (29.10 \(\pm\) 1.17 s), outperforming IA (38.57 \(\pm\) 2.70 s), FCFS (40.15 \(\pm\) 3.30 s), and MARL (40.87 \(\pm\) 5.23 s). The reduction corresponds to approximately 24-29% improvement over the baselines.

MIND-CAVs exhibits zero observed gap violations and zero unnecessary braking events across all runs. In contrast, FCFS, IA, and MARL all incur non-zero safety events and braking instances. Notably, MARL and FCFS show higher braking frequencies (1.50 \(\pm\) 0.71 and 1.10 \(\pm\) 0.74 respectively), indicating less stable maneuver sequencing. These results suggest that intent-aware arbitration enables efficient multi-stage lane changes while preventing premature or conflicting maneuvers.

Figure 4: Scenario S1 Results. Left: Completion time distribution. Right: Total gap‑violation and unnecessary‑brake counts.

7.2 Scenario S2: Opposing Lane Changes↩︎

In S2, MIND-CAVs again achieves the lowest completion time (39.46 \(\pm\) 4.84 s), compared to IA (44.69 \(\pm\) 5.25 s), MARL (44.88 \(\pm\) 5.46 s), and FCFS (46.13 \(\pm\) 7.53 s).

Gap violations are similar across all methods (approximately 0.20 \(\pm\) 0.63), indicating that this scenario is primarily resolved through timing rather than safety-critical conflicts. However, unnecessary braking is reduced under MIND-CAVs (0.40 \(\pm\) 0.70) relative to IA (1.70 \(\pm\) 1.16) and MARL (1.50 \(\pm\) 1.08). FCFS shows fewer braking events than IA but exhibits higher variance in completion time. These results indicate that centralized intent arbitration improves maneuver stability under direct conflict without sacrificing safety.

Figure 5: Scenario S2 Results. Left: Completion time distribution. Right: Total gap‑violation and unnecessary‑brake counts.

7.3 Scenario S3: Route-Constrained Exit↩︎

In S3, MIND-CAVs achieves the lowest completion time (39.56 \(\pm\) 2.49 s), compared to IA (40.73 \(\pm\) 4.71 s), FCFS (42.04 \(\pm\) 5.67 s), and MARL (41.32 \(\pm\) 8.64 s).

Gap violations are reduced under MIND-CAVs (0.20 \(\pm\) 0.63) relative to IA (1.60 \(\pm\) 0.84), FCFS (1.20 \(\pm\) 1.03), and MARL (1.00 \(\pm\) 1.05). Unnecessary braking is also lower under MIND-CAVs (0.60 \(\pm\) 0.84) compared to IA (1.60 \(\pm\) 2.07), though MARL shows moderate braking levels (0.90 \(\pm\) 1.37). These findings suggest that intent arbitration supports safe multi-stage lane sequencing toward long-horizon goals while maintaining comparable or improved efficiency.

Figure 6: Scenario S3 Results. Left: Completion time distribution. Right: Total gap‑violation and unnecessary‑brake counts.
Table 1: Statistical analysis of Completion Time, Gap Violations and Unnecessary Braking across scenarios
COMPLETION TIME
S1 S2 S3
\(\mu\pm\sigma\) \(CI_{95\%}\) \(\mu\pm\sigma\) \(CI_{95\%}\) \(\mu\pm\sigma\) \(CI_{95\%}\)
FCFS \(40.15 \pm 3.30\) \([37.79, 42.50]\) \(46.13 \pm 7.53\) \([40.74, 51.51]\) \(42.04 \pm 5.67\) \([37.98, 46.09]\)
IA \(38.57 \pm 2.70\) \([36.64, 40.50]\) \(44.69 \pm 5.25\) \([40.93, 48.44]\) \(40.73 \pm 4.71\) \([37.36, 44.10]\)
MARL \(40.87 \pm 5.23\) \([37.12, 44.61]\) \(44.88 \pm 5.46\) \([40.98, 48.79]\) \(41.32 \pm 8.64\) \([35.14, 47.50]\)
MIND-CAVs \(29.10 \pm 1.17\) \([28.26, 29.94]\) \(39.46 \pm 4.84\) \([36.00, 42.93]\) \(39.56 \pm 2.49\) \([37.78, 41.34]\)
GAP VIOLATIONS
\(\mu\pm\sigma\) \(CI_{95\%}\) \(\mu\pm\sigma\) \(CI_{95\%}\) \(\mu\pm\sigma\) \(CI_{95\%}\)
FCFS \(0.30 \pm 0.95\) \([0, 0.98]\) \(0.20 \pm 0.63\) \([0, 0.65]\) \(1.20 \pm 1.03\) \([0.46, 1.94]\)
IA \(0.20 \pm 0.63\) \([0, 0.65]\) \(0.20 \pm 0.63\) \([0, 0.65]\) \(1.60 \pm 0.84\) \([1.00, 2.20]\)
MARL \(0.40 \pm 0.84\) \([0, 1.00]\) \(0.20 \pm 0.63\) \([0, 0.65]\) \(1.00 \pm 1.05\) \([0.25, 1.75]\)
MIND-CAVs \(0.00 \pm 0.00\) \([0.00, 0.00]\) \(0.20 \pm 0.63\) \([0, 0.65]\) \(0.20 \pm 0.63\) \([0, 0.65]\)
UNNECESSARY BRAKING
FCFS \(1.10 \pm 0.74\) \([0.57, 1.63]\) \(0.30 \pm 0.48\) \([0, 0.65]\) \(1.30 \pm 1.06\) \([0.54, 2.06]\)
IA \(1.40 \pm 0.97\) \([0.71, 2.09]\) \(1.70 \pm 1.16\) \([0.87, 2.53]\) \(1.60 \pm 2.07\) \([0.12, 3.08]\)
MARL \(1.50 \pm 0.71\) \([0.99, 2.01]\) \(1.50 \pm 1.08\) \([0.73, 2.27]\) \(0.90 \pm 1.37\) \([0, 1.88]\)
MIND-CAVs \(0.00 \pm 0.00\) \([0.00, 0.00]\) \(0.40 \pm 0.70\) \([0, 0.90]\) \(0.60 \pm 0.84\) \([0, 1.20]\)

7.4 Summary of the Results↩︎

Across all scenarios, we observe that MIND-CAVs can (i) achieve the lowest or tied-lowest completion times; (ii) minimize the Gap violations, particularly in S1 and S3; (iii) reduce unnecessary braking compared to IA and MARL; and (iv) have lower variance in completion time in general, indicating more stable coordination. These results demonstrate that intent negotiation combined with centralized safety gating improves both efficiency and safety without introducing instability.

8 Conclusion, Limitations and Future Work↩︎

This paper introduced MIND-CAVs, a multi-intelligence negotiation framework for connected autonomous vehicles that augments conventional V2X communication with structured intent exchange and real-time edge arbitration. Unlike state-based coordination approaches that rely solely on kinematic inference, MIND-CAVs enables vehicles to explicitly communicate maneuver intent and receive safety-gated approval from a MEC node operating under bounded latency constraints.

Experimental evaluation in CARLA demonstrates that intent-driven arbitration improves both efficiency and safety in structured highway scenarios. Across multi-lane transitions and route-constrained exit maneuvers, MIND-CAVs consistently achieves lower completion times while reducing gap violations and unnecessary braking events. These results indicate that centralized intent review can stabilize multi-vehicle behavior without introducing coordination-induced latency.

Limitations: The present study is limited to structured highway environments with a small number of interacting vehicles. More complex urban traffic conditions, dense multi-agent interactions, and perception noise were not evaluated. Additionally, in the current implementation, the MEC enforces a fixed 50 km/h upper speed bound during experiments. This constraint was introduced to regulate inference frequency and avoid exceeding API rate limits of the external model provider. While this does not affect comparative analysis across coordination modes, it does not reflect realistic highway speed variability. Finally, arbitration decisions are generated using large language models operating as semantic planners rather than formally verified control policies. Although execution safety is preserved through gating, formal guarantees remain an open research direction.

Future Work: our future work will focus on four directions: (1) extending evaluation to larger fleets with heterogeneous vehicle classes and dynamic traffic density; (2) incorporating pedestrians, traffic signals, and multi-agent conflict zones; (3) removing fixed speed constraints and learning flow-aware arbitration policies that adapt to traffic conditions without inference throttling; and (4) deploying the MIND-CAV architecture on embedded edge platforms and robotic testbeds to evaluate real-world feasibility.

References↩︎

[1]
J.-P. Monteuuis, J. Petit, M. R. Ansari, C. Chen, and S. Yang, “V2X misbehavior in maneuver sharing and coordination service: Considerations for standardization,” arXiv preprint arXiv:2211.02579, 2022.
[2]
T. Huang et al., “V2X cooperative perception for autonomous driving: Recent advances and challenges,” arXiv preprint arXiv:2310.03525, 2023.
[3]
Z. Gao, D. Liu, and C. Zheng, “Vehicle-to-everything decision optimization and cloud control based on deep reinforcement learning,” Scientific Reports, vol. 15, p. 29160, 2025.
[4]
S. Malik, M. A. Khan, and H. El-Sayed, “Collaborative autonomous driving—a survey of solution approaches and future challenges,” Sensors, vol. 21, no. 11, p. 3783, 2021.
[5]
M. F. A. Abdullah, S. Yogarayan, S. F. A. Razak, A. Azman, A. H. M. Amin, and M. Salleh, “Edge computing for vehicle to everything: A short review,” F1000Research, vol. 10, p. 1104, 2023.
[6]
D. Sabella et al., “Toward fully connected vehicles: Edge computing for advanced automotive communications,” 5G Automotive Association (5GAA), 2017.
[7]
Accessed 2026-02-27SAE J2735: V2X communications message set dictionary.” SAE International Standard, 2020.
[8]
ETSI EN 302 637-2: Intelligent transport systems (ITS); vehicular communications; basic set of applications; part 2: Specification of cooperative awareness basic service,” ETSI, 2019.
[9]
K. Dresner and P. Stone, “Multiagent traffic management: A reservation-based intersection control mechanism,” in Proceedings of the third international joint conference on autonomous agents and multiagent systems (AAMAS), 2004, pp. 530–537.
[10]
D. Maksimovski et al., “A survey on decentralized cooperative maneuver coordination,” in Proceedings of (scitepress) vehicle networking / cooperative driving venue, 2021.
[11]
A. Correa et al., “Infrastructure support for cooperative maneuvers in connected and automated vehicles,” 2019.
[12]
ETSI TR 103 578 V2.1.1: Manoeuvre coordination service (MCS); overview and use cases,” ETSI, 2024.
[13]
M. B. Mertens, “An extended maneuver coordination protocol with support for additional negotiation features,” PhD thesis, 2021.
[14]
A. Lombard et al., “On the cooperative automatic lane change: Speed synchronization and V2X negotiation,” in Design, automation & test in europe (DATE), 2017.
[15]
G. Shah et al., “Enabling a cooperative driver messenger system for lane change assistance,” 2022.
[16]
W. Zhou et al., “Multi-agent reinforcement learning for cooperative lane changing of connected and autonomous vehicles in mixed traffic,” Springer Nature, 2022.
[17]
M. Harounabadi et al., “V2X in 3GPP standardization: NR sidelink in rel-16 and beyond.” arXiv:2104.11135, 2021.
[18]
ETSI TR 137 985 V16.2.0: LTE; 5G; study on enhancement of 3GPP support for V2X services,” ETSI, 2023.
[19]
Z. Ali et al., “3GPP NR V2X mode 2: Overview, models and system-level evaluation,” Sensors, 2021.
[20]
Z. Li et al., “Cooperative sensing, communication and computation with ISAC and MEC for V2X systems,” ScienceDirect, 2024.
[21]
A. as listed in the survey, “Explainable AI for safe and trustworthy autonomous driving.” arXiv:2402.10086, 2024.
[22]
D. Omeiza et al., “Providing intelligible explanations in autonomous driving,” in IEEE intelligent vehicles symposium (IV), 2021.
[23]
B. Coll-Perales et al., “End-to-end V2X latency modeling and analysis in 5G networks,” IEEE Transactions on Vehicular Technology, vol. 72, no. 4, pp. 5094–5109, 2023.
[24]
T. Samak et al., “Multi-agent deep reinforcement learning for cooperative and competitive autonomous vehicles,” IEEE Transactions on Intelligent Transportation Systems, 2023.

  1. This objective formalizes arbitration goals; the implemented policy \(\pi_j\) approximates it via constrained semantic reasoning under deterministic safety validation rather than explicit numerical optimization.↩︎

  2. \(\Delta_{\max}\) is the maximum allowable end-to-end arbitration latency for a single intent request, measured from vehicle TX to RX of the MEC decision.↩︎