Mercurial > cortex
view thesis/cortex.org @ 432:1e5ea711857d
abstract first draft.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sun, 23 Mar 2014 16:33:01 -0400 |
parents | 7410f0d8011c |
children | ae3bfc82ac7c |
line wrap: on
line source
1 #+title: =CORTEX=2 #+author: Robert McIntyre3 #+email: rlm@mit.edu4 #+description: Using embodied AI to facilitate Artificial Imagination.5 #+keywords: AI, clojure, embodiment7 * Vision9 System for understanding what the actors in a video are doing --10 Action Recognition.12 Separate action recognition into three components:14 - free play15 - embodied action predicates16 - model alignment17 - sensory imagination19 * Steps21 - Build cortex, a simulated environment for sensate AI22 - solid bodies w/ joints23 - vision24 - touch25 - vision26 - hearing27 - proprioception28 - muscle contraction30 - Build experimental framework for worm-actions31 - embodied stream predicates32 - \phi-space33 - \phi-scan35 * News37 Experimental results:39 - \phi-space actually works very well for the worm!40 - self organizing touch map43 * Contributions44 - Built =CORTEX=, a comprehensive platform for embodied AI45 experiments. Has many new features lacking in other systems, such46 as sound. Easy to model/create new creatures.47 - created a novel concept for action recognition by using artificial48 imagination.