paper-with-me

Papers

Repeated Deceptive Path Planning against Learnable Observer

2026-05-08 · Shiyue Cao, Pei Xu, Likun Yang, Lei Cui, Shizhao Yu, Shiyu Zhang, Yongjian Ren, Xiaotang Chen, Kaiqi Huang arxiv

We study the problem of deceptive path planning (DPP), where an agent aims to conceal its true destination from external observers. While existing work assumes static, non-learning observers, real-world adversaries-such as in critical goods transportation or military operations-can adapt by learning from historical trajectories. To address this gap, we introduce Repeated Deceptive Path Planning (RDPP), a new formulation that explicitly models learnable observers. We show that existing DPP methods fail under this setting, as they cannot adapt to evolving adversarial predictions. While incorporating observer previous predictions into updates enables some adaptation, such incremental updates cause accumulative lag that degrades deception. To this end, we propose Deceptive Meta Planning (DeMP), a two-level optimization framework that combines episode-level adaptation, which enables short-term policy adjustment to counter updated observer, and meta-level updates, which leverage cross-episode feedback to capture how observers update their models and accelerate adaptation in future episodes. In this way, DeMP mitigates the accumulation of adaptation lag, enabling sustained deception against a learning observer. Experiments across environments demonstrate that DeMP significantly outperforms existing approaches in RDPP while maintaining competitive path cost. Our results highlight the importance of modeling repeated interactions with learnable adversaries, providing new insights into deception and privacy in multi-agent systems.

📄 PDF Abstract BibTeX arXiv:2605.07174

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Value of Information-based Deceptive Path Planning Under Adversarial Interventions

2025-03-31 · Wesley A. Suttle, Jesse Milzman, Mustafa O. Karabag, Brian M. Sadler 외

Existing methods for deceptive path planning (DPP) address the problem of designing paths that conceal their true goal from a passive, external observer. Such methods do not apply to problems where the observer has the a…

Deceptive Reinforcement Learning in Model-Free Domains

2023-03-20 · Alan Lewis, Tim Miller

This paper investigates deceptive reinforcement learning for privacy preservation in model-free and continuous action space domains. In reinforcement learning, the reward function defines the agent's objective. In advers…

modelreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Thompson Sampling Guided Stochastic Searching on the Line for Deceptive Environments with Applications to Root-Finding Problems

2017-08-05 · Sondre Glimsdal, Ole-Christoffer Granmo

The multi-armed bandit problem forms the foundation for solving a wide range of on-line stochastic optimization problems through a simple, yet effective mechanism. One simply casts the problem as a gambler that repeatedl…

Stochastic OptimizationThompson Sampling

Deceptive Path Planning via Reinforcement Learning with Graph Neural Networks

2024-02-09 · Michael Y. Fatemi, Wesley A. Suttle, Brian M. Sadler

Deceptive path planning (DPP) is the problem of designing a path that hides its true goal from an outside observer. Existing methods for DPP rely on unrealistic assumptions, such as global state observability and perfect…

Graph Neural Networkreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Deceptive Planning for Resource Allocation

2022-06-02 · Shenghui Chen, Yagiz Savas, Mustafa O. Karabag, Brian M. Sadler 외

We consider a team of autonomous agents that navigate in an adversarial environment and aim to achieve a task by allocating their resources over a set of target locations. An adversary in the environment observes the aut…

Navigate