CARVE: Certified Affordable Repair of Vetoed Maneuvers via Envelopes for Interactive Driving
Summary
CARVE is a certification framework for autonomous driving that provides runtime proofs for multi-agent repairs, accepting 98.64% of initially vetoed maneuvers on INTERACTION replay episodes without requiring predictions of other drivers' compliance.
View Cached Full Text
Cached at: 06/15/26, 09:03 AM
Paper page - CARVE: Certified Affordable Repair of Vetoed Maneuvers via Envelopes for Interactive Driving
Source: https://huggingface.co/papers/2606.02641
Abstract
Interactive driving scenarios reveal failures in autonomous vehicle rule systems where small adjustments could restore feasibility, leading to the introduction of CARVE, a certification framework that provides runtime proofs for multi-agent repairs without requiring predictions of other drivers’ compliance.
Interactive drivingexposes a failure mode that is easy to miss in rule-aware autonomous-driving stacks: a hard-rule margin can be negative for an ego candidate even though a small lawful accommodation by a non-priority agent would restore feasibility. Existingrulebooks,shields, andreachability filters are strong at vetoing unsafe actions, whileprediction-based planners model likely responses. Neither returns a runtime proof object that states whichbounded multi-agent edit repairsthe maneuver, who owns the edit, whether the request is right-of-way affordable, and what ego fallback remains if the request is not observed. We formulate this missing object as *interactive repair certification* and introduce *CARVE*, a prediction-free certificate layer over afinite latticeof ego-owned andagent-owned tactical operators. Agent-owned requests are admissible only inside \(B_j(s) = β(π_j)α_j^{\max}(s)\), acooperation envelopethat separates kinematic reachability from normative priority. The resulting certificate records the binding rule, repair category, repair set, responsibility-weighted cost split, and fallback. On 589 Lanelet2-geometry-grounded INTERACTION replay episodes,CARVE-Greedy accepts 98.64% of initially vetoed maneuvers and recovers 370/378 human-resolved false vetoes, while preserving 589/589right-of-way respect, zero priority-agent false positives, and 400/400 negative-stress vetoes. We provecertificate soundness, structuralright-of-way respect, exact finite-lattice minimality,fallback contingency, andblame-consistencyconditions.CARVEdoes not predict or require another driver’s compliance; it certifies whether a proposed interaction is bounded, attributable, and normatively admissible under declared assumptions.
View arXiv pageView PDFProject pageAdd to collection
Get this paper in your agent:
hf papers read 2606\.02641
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2606.02641 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2606.02641 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2606.02641 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
CARVE-Q: Quantum-Proposed, Classically Certified Interactive Driving Repair
CARVE-Q introduces a quantum-AI search layer for certified interactive driving repair, using quantum minimum finding on repair lattices while keeping safety authority classical. It provides structured certificates for vetoed maneuvers, achieving 100% right-of-way respect and blame consistency on INTERACTION replay scenarios.
PersonaDrive: Human-Style Retrieval-Augmented VLA Agents for Closed-Loop Driving Simulation
This paper introduces PersonaDrive, a pipeline that conditions a vision-language-action (VLA) driving agent on retrieved demonstrations from a style-instructed human driving dataset, enabling style-diverse non-ego agents for closed-loop simulation and improving driving scores on Bench2Drive.
Neuro-Symbolic Drive: Rule-Grounded Faithful Reasoning for Driving VLAs
Introduces Neuro-Symbolic Drive, a framework that uses rule-grounded reasoning traces from classical planners to fine-tune a driving VLA (Qwen3.5-4B), achieving significant reductions in average displacement error and miss rate compared to standard CoT reasoning.
Reason--Imagine--Act: Closed-Loop LLM Decision Making with World Models for Autonomous Driving
Proposes Reason-Imagine-Act (RIA), a closed-loop framework coupling an LLM reasoner with an action-conditioned world model for online safety verification in autonomous driving, achieving 80.05% route completion and 0.20% collision rate in CARLA simulations.
Macro-Action Based Multi-Agent Instruction Following through Value Cancellation
Proposes MAVIC, a method for multi-agent reinforcement learning that corrects value estimates at instruction boundaries to enable compliance with external natural language instructions while preserving base task performance.