Characterizing Predicate Arity and Spatial Structure for Inductive Learning of Game Rules

Abstract

Where do the predicates in a game ontology come from? We use RGBD vision to learn a) the spatial structure of a board, and b) the number of parameters in a move or transition. These are used to define state-transition predicates for a logical description of each game state. Given a set of videos for a game, we use an improved 3D multi-object tracking to obtain the positions of each piece in games such as 4-peg solitaire or Towers of Hanoi. The spatial positions occupied by pieces over the entire game is clustered, revealing the structure of the board. Each frame is represented as a Semantic Graph with edges encoding spatial relations between pieces. Changes in the graphs between game states reveal the structure of a “move”. Knowledge from spatial structure and semantic graphs is mapped to FOL descriptions of the moves and used in an Inductive Logic framework to infer the valid moves and other rules of the game. Discovered predicate structures and induced rules are demonstrated for several games with varying board layouts and move structures.

Cite

Text

Dwibedi and Mukerjee. "Characterizing Predicate Arity and Spatial Structure for Inductive Learning of Game Rules." European Conference on Computer Vision Workshops, 2014. doi:10.1007/978-3-319-16181-5_23

Markdown

[Dwibedi and Mukerjee. "Characterizing Predicate Arity and Spatial Structure for Inductive Learning of Game Rules." European Conference on Computer Vision Workshops, 2014.](https://mlanthology.org/eccvw/2014/dwibedi2014eccvw-characterizing/) doi:10.1007/978-3-319-16181-5_23

BibTeX

@inproceedings{dwibedi2014eccvw-characterizing,
  title     = {{Characterizing Predicate Arity and Spatial Structure for Inductive Learning of Game Rules}},
  author    = {Dwibedi, Debidatta and Mukerjee, Amitabha},
  booktitle = {European Conference on Computer Vision Workshops},
  year      = {2014},
  pages     = {323-338},
  doi       = {10.1007/978-3-319-16181-5_23},
  url       = {https://mlanthology.org/eccvw/2014/dwibedi2014eccvw-characterizing/}
}