paper-with-me

Papers

Defer to Plan: Adaptive Multi-Agent Fusion for End-to-End V2X Driving

2026-07-22 · Nuoran Li, Zhang Zhang, Yueran Zhao, Tianze Wang, Chao Sun arxiv

Vehicle-to-everything-aided autonomous driving (V2X-AD) significantly enhances driving performance through information sharing. However, existing collaborative perception methods only optimize module-level perception capabilities and fail to effectively serve the ultimate planning and control tasks. We propose an end-to-end collaborative driving system that directly optimizes planning task performance. The system employs MotionNetwork to fuse historical temporal information, utilizes attention mechanisms to efficiently compress spatial features into compact tokens, and adaptively fuses multi-agent features through an autoregressive decoder. Additionally, we introduce Mixture-of-Experts (MoE) architecture to enhance the model's representation capacity for heterogeneous features. Experiments demonstrate that our method achieves a driving score of 79.72, surpassing the state-of-the-art CoDriving baseline (77.15) by 3.33% in closed-loop evaluation while maintaining communication efficiency.

📄 PDF Abstract BibTeX arXiv:2607.19774

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous Driving

Similar Papers 제목 키워드 기반

Think Short, Defer Smart, Act, and Repeat: Calibrated Reasoning and Uncertainty-Aware Deferral for Edge LLM Agents

2026-07-29 · Amirmohammad Farzaneh, Osvaldo Simeone arxiv

LLM agents following the ReAct paradigm are promising enablers of complex multi-step tasks, including multi-hop question answering, code generation, and control of physical AI systems. Yet, when deployed at the edge, the…

Multi-hop Question AnsweringArithmetic ReasoningCode Generation

DMS*: Minimizing Makespan for Multi-Agent Combinatorial Path Finding

2023-12-11 · Zhongqiang Ren, Anushtup Nandy, Sivakumar Rathinam, Howie Choset

Multi-Agent Combinatorial Path Finding (MCPF) seeks collision-free paths for multiple agents from their initial to goal locations, while visiting a set of intermediate target locations in the middle of the paths. MCPF is…

Evaluating Control Protocols for Untrusted AI Agents

2025-11-04 · Jon Kutasov, Chloe Loughridge, Yuqi Sun, Henry Sleight 외 arxiv

As AI systems become more capable and widely deployed as agents, ensuring their safe operation becomes critical. AI control offers one approach to mitigating the risk from untrusted AI agents by monitoring their actions …

Learning-to-defer for sequential medical decision-making under uncertainty

2021-09-13 · Shalmali Joshi, Sonali Parbhoo, Finale Doshi-Velez

Learning-to-defer is a framework to automatically defer decision-making to a human expert when ML-based decisions are deemed unreliable. Existing learning-to-defer frameworks are not designed for sequential settings. Tha…

Decision MakingDecision Making Under UncertaintyModel-based Reinforcement LearningReinforcement Learning (RL)+1

Faramesh: A Protocol-Agnostic Execution Control Plane for Autonomous Agent Systems

2026-01-25 · Amjad Fatmi arxiv

Autonomous agent systems increasingly trigger real-world side effects: deploying infrastructure, modifying databases, moving money, and executing workflows. Yet most agent stacks provide no mandatory execution checkpoint…