微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

[paper reading][AI 2021] Making sense of sensory input

目录

1 Introduction

  • symbolic theory
  • explain, and unity
  • causal language, \(Datalog^\ni\), generates a \(Datalog^\ni\) program
  • relatively human-readable
  • data-efficient
  • elementary cellular automata, music, Seek Whence (sequences), multi-modal binding, occlusion
  • model-based RL or MCTS
    • accurate model of the game dynamics
  • learning models
  • three dimensions: latent? symbolic? prior?
    • HMM
    • only transition
    • transition, perception, render
    • ours: latent states, latent objects
    • vectors: hard. symbols: relatively easy to understand
    • some: state symbols, transition tensors
    • prior: conv? event calculus? rules?

2 Background

  • Datalog clause, interpreter in ASP
  • subset-minimal Herbrand model
  • ASP solvers, weak constraints

3 A computational framework for making sense of sensory sequences

3.1 - 3.4

  • unambiguous symbolic sensory sequence
  • theory, type, initial conditions, rules, constraints
    • static rule, causal rule
    • unary, binary, uniqueness constraint
    • disallowing constants
  • constraint, incompossible
  • covered by
  • example: three cycled states
  • unity
  • cost

3.5 -

  • different interpretations
  • trivial interpretation, upper bound

4 Computer implementation

  • template, type signature, constants (static, causal, body atoms)
  • increasing complexity
  • lowest cost
  • two non-trivial parts
    • enumerate templates
    • diagonalization, \((T,n)\) pairs
    • infinite list of finite lists of: objects, predicates, variables
  • find the best theory
    • deduction, abduction, induction, combine (facts, rules, outputs)
    • \(datalog^\ni\) interpreter in ASP
  • ASP encoding, Meta-interpreter
  • complexity
  • optimization

6 Noisy apperception

  • length: increasing performance
  • percentage of mislabelled data: decreasing performance

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。

相关推荐