paper-with-me

Papers

Learning Lifted Action Models from Unsupervised Visual Traces

2026-04-21 · Kai Xi, Stephen Gould, Sylvie Thiébaux arxiv

Efficient construction of models capturing the preconditions and effects of actions is essential for applying AI planning in real-world domains. Extensive prior work has explored learning such models from high-level descriptions of state and/or action sequences. In this paper, we tackle a more challenging setting: learning lifted action models from sequences of state images, without action observation. We propose a deep learning framework that jointly learns state prediction, action prediction, and a lifted action model. We also introduce a mixed-integer linear program (MILP) to prevent prediction collapse and self-reinforcing errors among predictions. The MILP takes the predicted states, actions, and action model over a subset of traces and solves for logically consistent states, actions, and action model that are as close as possible to the original predictions. Pseudo-labels extracted from the MILP solution are then used to guide further training. Experiments across multiple domains show that integrating MILP-based correction helps the model escape local optima and converge toward globally consistent solutions.

📄 PDF Abstract BibTeX arXiv:2604.19043

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Learning Lifted Action Models from Traces with Minimal Information About Actions and States

2026-05-18 · Jonas Gösgens, Niklas Jansen, Hector Geffner arxiv

It has been recently shown that lifted STRIPS models can be learned correctly and efficiently from action traces alone; i.e., applicable action sequences from a hidden STRIPS model. The result is remarkable because the s…

Learning Lifted Action Models From Traces of Incomplete Actions and States

2025-08-29 · Niklas Jansen, Jonas Gösgens, Hector Geffner arxiv

Consider the problem of learning a lifted STRIPS model of the sliding-tile puzzle from random state-action traces where the states represent the location of the tiles only, and the actions are the labels up, down, left, …

Generating Plannable Lifted Action Models for Visually Generated Logical Predicates

2021-01-01 · Masataro Asai

We propose FOSAE++, an unsupervised end-to-end neural system that generates a compact discrete state transition model (dynamics / action model) from raw visual observations. Our representation can be exported to Planning…

Task Planning

Differentiable Learning of Lifted Action Schemas for Classical Planning

2026-05-13 · Jonas Reiter, Jakob Elias Gebler, Hector Geffner arxiv

Classical planners can effectively solve very large deterministic MDPs represented in STRIPS or PDDL where states are sets of atoms over objects and relations, and lifted action schemas add or delete these atoms. This co…

Self-directed Learning of Action Models using Exploratory Planning

2022-03-07 · Dustin Dannenhauer, Matthew Molineaux, Michael W. Floyd, Noah Reifsnyder 외

Complex, real-world domains may not be fully modeled for an agent, especially if the agent has never operated in the domain before. The agent's ability to effectively plan and act in such a domain is influenced by its kn…