paper-with-me

홈 › Papers

Uncertainty Mitigation and Intent Inference: A Dual-Mode Human-Machine Joint Planning System

2026-03-08 · Zeyu Fang, Yuxin Lin, Cheng Liu, Beomyeol Yu, Zeyuan Yang, Rongqian Chen, Taeyoung Lee, Mahdi Imani, Tian Lan arxiv

Effective human-robot collaboration in open-world environments requires joint planning under uncertain conditions. However, existing approaches often treat humans as passive supervisors, preventing autonomous agents from becoming human-like teammates that can actively model teammate behaviors, reason about knowledge gaps, query, and elicit responses through communication to resolve uncertainties. To address these limitations, we propose a unified human-robot joint planning system designed to tackle dual sources of uncertainty: task-relevant knowledge gaps and latent human intent. Our system operates in two complementary modes. First, an uncertainty-mitigation joint planning module enables two-way conversations to resolve semantic ambiguity and object uncertainty. It utilizes an LLM-assisted active elicitation mechanism and a hypothesis-augmented A^* search, subsequently computing an optimal querying policy via dynamic programming to minimize interaction and verification costs. Second, a real-time intent-aware collaboration module maintains a probabilistic belief over the human's latent task intent via spatial and directional cues, enabling dynamic, coordination-aware task selection for agents without explicit communication. We validate the proposed system in both Gazebo simulations and real-world UAV deployments integrated with a Vision-Language Model (VLM)-based 3D semantic perception pipeline. Experimental results demonstrate that the system significantly cuts the interaction cost by 51.9% in uncertainty-mitigation planning and reduces the task execution time by 25.4% in intent-aware cooperation compared to the baselines.

📄 PDF Abstract BibTeX arXiv:2603.07822

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Multimodal Uncertainty Reduction for Intention Recognition in Human-Robot Interaction

2019-07-04 · Susanne Trick, Dorothea Koert, Jan Peters, Constantin Rothkopf

Assistive robots can potentially improve the quality of life and personal independence of elderly people by supporting everyday life activities. To guarantee a safe and intuitive interaction between human and robot, huma…

Intent Detection

Intention-aware Denoising Diffusion Model for Trajectory Prediction

2024-03-14 · Chen Liu, Shibo He, Haoyu Liu, Jiming Chen

Trajectory prediction is an essential component in autonomous driving, particularly for collision avoidance systems. Considering the inherent uncertainty of the task, numerous studies have utilized generative models to p…

Autonomous DrivingCollision AvoidanceDenoisingmodel+2

An Intention-driven Lane Change Framework Considering Heterogeneous Dynamic Cooperation in Mixed-traffic Environment

2025-09-26 · Xiaoyun Qiu, Haichao Liu, Yue Pan, Jun Ma 외 arxiv

In mixed-traffic environments, autonomous vehicles (AVs) must interact with heterogeneous human-driven vehicles (HVs) whose intentions and driving styles vary across individuals and scenarios. Such variability introduces…

Reinforcement LearningAutonomous Vehicles

The Value of Variance: Mitigating Debate Collapse in Multi-Agent Systems via Uncertainty-Driven Policy Optimization

2026-02-06 · Luoxi Tang, Yuqiao Meng, Joseph Costa, Yingxue Zhang 외 arxiv

Multi-agent debate (MAD) systems improve LLM reasoning through iterative deliberation, but remain vulnerable to debate collapse, a failure type where final agent decisions are compromised on erroneous reasoning. Existing…

From Hard Refusals to Safe-Completions: Toward Output-Centric Safety Training

2025-08-12 · Yuan Yuan, Tina Sriskandarajah, Anna-Luisa Brakman, Alec Helyar 외 arxiv

Large Language Models used in ChatGPT have traditionally been trained to learn a refusal boundary: depending on the user's intent, the model is taught to either fully comply or outright refuse. While this is a strong mit…

Binary Classification