# Unsupervised Grounding of Plannable First-Order Logic Representation   from Images

**Authors:** Masataro Asai

arXiv: 1902.08093 · 2019-03-28

## TL;DR

This paper introduces an unsupervised First-Order State AutoEncoder that grounds first-order logic predicates from images, enabling symbolic reasoning and planning in visual environments.

## Contribution

It proposes a novel unsupervised architecture for grounding first-order logic predicates from images, bridging perceptual data and symbolic planning.

## Key findings

- Predicates capture interpretable relations like spatial relationships.
- The model produces compact, abstract environment representations.
- The resulting model is compatible with classical symbolic planners.

## Abstract

Recently, there is an increasing interest in obtaining the relational structures of the environment in the Reinforcement Learning community. However, the resulting "relations" are not the discrete, logical predicates compatible to the symbolic reasoning such as classical planning or goal recognition. Meanwhile, Latplan (Asai and Fukunaga 2018) bridged the gap between deep-learning perceptual systems and symbolic classical planners. One key component of the system is a Neural Network called State AutoEncoder (SAE), which encodes an image-based input into a propositional representation compatible to classical planning. To get the best of both worlds, we propose First-Order State AutoEncoder, an unsupervised architecture for grounding the first-order logic predicates and facts. Each predicate models a relationship between objects by taking the interpretable arguments and returning a propositional value. In the experiment using 8-Puzzle and a photo-realistic Blocksworld environment, we show that (1) the resulting predicates capture the interpretable relations (e.g. spatial), (2) they help obtaining the compact, abstract model of the environment, and finally, (3) the resulting model is compatible to symbolic classical planning.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1902.08093/full.md

## Figures

19 figures with captions in the complete paper: https://tomesphere.com/paper/1902.08093/full.md

## References

37 references — full list in the complete paper: https://tomesphere.com/paper/1902.08093/full.md

---
Source: https://tomesphere.com/paper/1902.08093