Neuro-Symbolic Imitation Learning: Discovering Symbolic Abstractions for Skill Learning
Leon Keller, Daniel Tanneberg, Jan Peters
TL;DR
This work tackles the challenge of long-horizon robotic imitation by learning a relational symbolic abstraction and neural skills from task demonstrations. It jointly learns a predicate set $P$ and an operator set $\Sigma$ to enable abstract planning, and then trains neural skills $\Pi$ to refine abstract plans into executable actions. Abstract plans are generated with off-the-shelf planning and selected to align with demonstrations, after which neural skills execute the plan through subgoal sampling and goal-conditioned control. Across three simulated environments, the proposed neuro-symbolic framework demonstrates improved data efficiency, stronger generalization to unseen goals and object counts, and enhanced interpretability relative to baselines.
Abstract
Imitation learning is a popular method for teaching robots new behaviors. However, most existing methods focus on teaching short, isolated skills rather than long, multi-step tasks. To bridge this gap, imitation learning algorithms must not only learn individual skills but also an abstract understanding of how to sequence these skills to perform extended tasks effectively. This paper addresses this challenge by proposing a neuro-symbolic imitation learning framework. Using task demonstrations, the system first learns a symbolic representation that abstracts the low-level state-action space. The learned representation decomposes a task into easier subtasks and allows the system to leverage symbolic planning to generate abstract plans. Subsequently, the system utilizes this task decomposition to learn a set of neural skills capable of refining abstract plans into actionable robot commands. Experimental results in three simulated robotic environments demonstrate that, compared to baselines, our neuro-symbolic approach increases data efficiency, improves generalization capabilities, and facilitates interpretability.
