Automating Transfer of Robot Task Plans using Functorial Data Migrations
Angeline Aguinaldo, Evan Patterson, William Regli
TL;DR
The paper presents a formal framework based on functorial data migrations to automate robot task plan transfer across planning domains, eliminating the need for replanning when ontologies differ. It uses a translation functor $F: \mathsf{D}' \rightarrow \mathsf{D}$ and a plan transfer functor $\Delta_F$ to map source plans from $\mathsf{D}$-Set to $\mathsf{D}'$-Set, with delta migrations guaranteeing valid transfers by preserving pushouts. A case study transferring a Blocksworld-inspired plan to a Kitchenworld (AI2-THOR) domain demonstrates how domain ontologies, maps, and generated actions can be formalized and executed, while highlighting the limitations and potential for lossy translations. The work also outlines patterns of use, integration strategies within planning architectures, and a proposed set of benchmarks and metrics to evaluate transfer quality, explainability, and feasibility. Overall, the approach provides a principled, scalable pathway to reuse symbolic plans across diverse robotic environments, with future work focusing on benchmarking, scaling, and deeper analysis of conjunctive migrations.
Abstract
This paper introduces a novel approach to ontology-based robot plan transfer by leveraging functorial data migrations, a structured mapping method derived from category theory. Functors provide structured maps between planning domain ontologies which enables the transfer of task plans without the need for replanning. Unlike methods tailored to specific plans, our framework applies universally within the source domain once a structured map is defined. We demonstrate this approach by transferring a task plan from the canonical Blocksworld domain to one compatible with the AI2-THOR Kitchen environment. Additionally, we discuss practical limitations, propose benchmarks for evaluating symbolic plan transfer methods, and outline future directions for scaling this approach.
