online replanning

Continuously revising plans under partial observability and stochastic disruptions by updating plan structures (adding, canceling, rewriting nodes), re-solving routes efficiently, and handling dynamic events to produce robust, replannable solutions.

onlinereplanning

Recent Skill Trend

Momentum and market value over time
Trending
Score
No comparison yet
0.1
Aug 01, 2026Aug 01, 2026
Career
Value
No comparison yet
$200K/year
Aug 01, 2026Aug 01, 2026

Recommended Survey Paper

Quick overview of the field
View more

Must-Read Papers

Most classic and influential ideas
View more

This work addresses the challenge of intractable exact solution for partially observable Markov decision processes (POMDPs) due to their high computational complexity by proposing an adaptive open-loop simplification framework. The approach constructs a belief tree based on topological structure and alternates between open-loop and closed-loop planning. It introduces, for the first time, a safety-aware replanning-skipping mechanism for multi-step open-loop action sequences with formal performance guarantees. By deriving efficiently computable performance bounds, the method ensures that the simplified planning process still identifies the optimal immediate action of the original problem. Experimental results demonstrate that the proposed framework significantly reduces planning overhead while preserving provable performance guarantees, thereby substantially improving the scalability and efficiency of online POMDP solvers.

computational intractabilitydecision-making under uncertaintyplanning complexity

Observer-Aware Probabilistic Planning Under Partial Observability

Feb 14, 2025
SL
Salomé Lepers
🏛️ Université de Lorraine | CNRS | Inria

This work addresses the problem of active information regulation planning for agents operating in partially observable environments while aware of an observer. To overcome the limitation of existing observer-aware models—which assume full observability—we propose the first Partially Observable Observer-Aware Markov Decision Process (PO-OAMDP), capable of handling dynamic hidden states and runtime goal changes. Methodologically, we integrate Partially Observable MDP (POMDP) modeling with Heuristic Search Value Iteration (HSVI), augmented by a customized initialization strategy to accelerate convergence. We theoretically analyze structural properties of PO-OAMDP and empirically demonstrate that our framework significantly improves policy legibility and predictability—key desiderata for explainable AI—while verifying enhanced HSVI convergence on benchmark tasks. The core contribution is the principled extension of observer-aware decision-making to partial observability, enabling controllable, interpretation-aware information disclosure.

Extending OAMDPs for dynamic hidden variablesObserver-aware planning under partial observabilityOptimizing information transmission via observations

Revisiting Replanning from Scratch: Real-Time Incremental Planning with Fast Almost-Surely Asymptotically Optimal Planners

Oct 23, 2025
ME
Mitchell E. C. Sabbadini
🏛️ Queen's University | Purdue University

Real-time robot replanning in dynamic environments incurs high computational overhead and relies heavily on explicit change detection and graph updates. Method: This paper proposes a novel incremental planning paradigm that eliminates the need for explicit reuse or update of historical paths. It decouples dynamic replanning into a sequence of independent, asymptotically optimal sampling-based planning problems—thereby avoiding dependence on obstacle change perception and dense graph reconstruction. The approach leverages almost-surely asymptotically optimal algorithms, including Effort-Informed Trees* (EIT*) and Asymptotically Optimal RRT-Connect (AORRTC), to balance rapid initial solution generation with continuous path refinement. Contribution/Results: Simulation results show that EIT*-generated paths achieve significantly shorter median lengths than those produced by mainstream reactive planners. Physical experiments on a robotic manipulator demonstrate AORRTC’s effectiveness and robustness in complex, dynamic task scenarios.

Achieving optimal paths without explicit plan reuse requirementsDeveloping real-time reactive planning for dynamic robot environmentsEliminating computational costs of updating dense planning graphs

Planning with Minimal Disruption

Aug 21, 2025
AP
Alberto Pozanco
🏛️ J.P. Morgan AI Research

This paper addresses the problem of minimizing modifications to the initial state—termed “plan perturbation”—while achieving a given goal in automated planning. We formally define plan perturbation for the first time and propose a multi-objective optimization framework jointly minimizing action execution cost and state perturbation magnitude. Leveraging planning compilation techniques, we embed this bi-objective optimization into classical planning solvers, enabling integrated modeling and principled trade-offs between action costs and state changes. Experiments across multiple benchmark domains demonstrate that our approach efficiently generates feasible plans with low perturbation, bounded action cost, and semantic smoothness—significantly outperforming conventional planners optimizing action cost alone. Our core contributions are threefold: (1) a computationally grounded formal definition of plan perturbation; (2) a compilable, scalable multi-objective planning framework; and (3) empirical validation of its effectiveness and robustness in realistic scenarios.

Generating plans balancing both objectives effectivelyJointly optimizing action costs and plan disruptionMinimally modifying initial state to achieve goals

Online POMDP Planning with Anytime Deterministic Guarantees

Oct 03, 2023
MB
Moran Barenboim
🏛️ Technion - Israel Institute of Technology | NVIDIA

Discrete partially observable Markov decision processes (POMDPs) lack deterministic performance guarantees for online planning solutions. Method: This paper proposes an online planning framework that, for the first time, establishes a deterministic error bound between any time-bounded approximate solution and the optimal value function. The approach integrates POMDP modeling, online Monte Carlo tree search (MCTS), upper-confidence-bound propagation, and rigorous error bound derivation—designed as a plug-and-play enhancement to existing MCTS-based planners. Contribution/Results: Evaluated on standard benchmarks, the method achieves significantly improved solution quality with negligible increase in computational overhead, while providing verifiable theoretical guarantees. It is the first POMDP planning framework to simultaneously ensure real-time execution, deterministic error bounds, and plug-and-play compatibility with state-of-the-art tree search algorithms.

Develop deterministic guarantees for POMDP solution qualityEnhance existing algorithms with certified decision-makingRelate approximated and optimal POMDP solutions rigorously

Latest Papers

What's happening recently
View more

This work addresses the challenge that distributional shifts in real-world environments often cause conventional planning models to fail under partial observability. The authors propose a causal POMDP framework that, for the first time, models distributional shifts as causal interventions. Within an augmented belief space, the approach jointly infers latent states and domain changes, enabling policy evaluation and adjustment under hypothetical interventions. Theoretical analysis demonstrates that the value function retains its piecewise-linear and convex structure in this extended space, ensuring the solvability and computational tractability of α-vector–based planning. By actively identifying components of environmental change, the method significantly enhances adaptability in dynamic, non-stationary scenarios.

causal modelsdistribution shiftspartial observability

This work addresses the challenge in long-horizon agent planning where local errors tend to propagate and amplify through the planning graph, while conventional global replanning incurs prohibitive computational costs. To mitigate this, the authors propose WM-SAR, a method that identifies root causes by backtracking error-amplifying subgraphs and selectively feeds only causally relevant subgraphs into a large language model (LLM) for in-situ repair, thereby avoiding full-graph replanning. Integrating graph-structural analysis, subgraph amplification mechanisms, and LLM-based reasoning, WM-SAR substantially reduces context consumption while enhancing repair accuracy. Experimental results demonstrate that under constrained token budgets, WM-SAR significantly outperforms symptom-scanning engineering correctors, achieving planning stability comparable to full-graph replanning through compact subgraphs and offering more precise repair targets.

agent rolloutserror repairlong-horizon planning

This work addresses the optimal observability problem (OOP) in uncertain environments, which entails balancing task feasibility against sensing costs. Focusing on its decidable subproblems—sensor selection (SSP) and position observability (POP)—the paper proposes a novel solution framework based on POMDP decomposition, integrating parameter synthesis with a symbolic–subsymbolic hybrid approach. This method dramatically improves computational efficiency, scaling solvable instances by three orders of magnitude and reducing runtime by five orders of magnitude compared to prior techniques. Consequently, the approach substantially expands the tractable boundary of observability-aware planning in partially observable settings.

Optimal Observability ProblemPOMDPPositional Observability Problem

This work addresses safe navigation in dynamic environments with uncertain, time-varying obstacles by anticipating local observations. It introduces the first integration of precise contingency planning with Safe Interval Path Planning (SIPP) to generate formally verified safe macro-actions. The approach performs bounded AND/OR search over a cached action–observation graph to select optimal action sequences for each reachable observation. To guide search efficiently, it employs optimistic and robust SIPP relaxations that yield admissible heuristic bounds. Decisions are made dynamically based on local observations, enabling real-time adaptation. Experiments demonstrate superior performance over fixed-path baselines in controlled road networks and successful planning in gated scenarios where conservative methods fail. The study also reveals a scalability bottleneck as observation uncertainty increases.

contingent planningdynamic obstaclessafe path planning

This work addresses the performance degradation of policies in partially observable Markov decision processes (POMDPs) under observation model mismatches, such as sensor degradation, by formally introducing the notion of *policy observation robustness*: the largest perturbation range of the observation model under which a policy’s value is guaranteed to remain above a specified threshold. The authors develop bilevel optimization frameworks tailored to sticky and non-sticky observation biases, proving that in the non-sticky case, only finite-state controller (FSC) nodes need be considered. They propose the Robust Interval Search algorithm, which enjoys completeness and convergence guarantees, scales efficiently to POMDPs with tens of thousands of states, and achieves polynomial time complexity in the non-sticky setting. Empirical validation in robotics and operations research demonstrates its practical utility.

model deviationobservation perturbationspolicy evaluation

Hot Scholars

SG

Shalabh Gupta

Associate Professor of Systems Engineering, Dept of Elect and Comp Eng, University of Connecticut
Robotics and AIDistributed LearningData FusionSmart & Resilient Systems
ZS

Zongyuan Shen

Postdoctoral Fellow, Carnegie Mellon University
Coverage Path PlanningMotion and Path PlanningObstacle Avoidance
AK

Alexander Krawciw

PhD Student, University of Toronto
field roboticsmachine learning
MH

Marco Hutter

Professor of Robotics, ETH Zurich
Legged RoboticsRoboticsControl
KZ

Kaixiang Zhang

Zhengzhou University
Bioanalytical chemistryDNA based nanomaterial