Mercurial > cortex
view thesis/cortex.org @ 435:ae3bfc82ac7c
on dylan's suggestion, rewriting abstract to show hand more.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sun, 23 Mar 2014 17:59:16 -0400 |
parents | 1e5ea711857d |
children | 853377051f1e |
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 -- show hand9 * Embodiment is a critical component to Intelligence11 * To explore embodiment, we need a world, body, and senses13 * Because of Time, simulation is perferable to reality15 * Video game engines are a great starting point17 * Bodies are composed of segments connected by joints19 * Eyes reuse standard video game components21 * Hearing is hard; =CORTEX= does it right23 * Touch uses hundreds of hair-like elements25 * Proprioception is the force that makes everything ``real''27 * Muscles are both effectors and sensors29 * =CORTEX= brings complex creatures to life!31 * =CORTEX= enables many possiblities for further research33 * =CORTEX= User Guide35 * Empathy in a simulated worm37 * Embodiment factors action recognition into managable parts39 * Action recognition is easy with a full gamut of senses41 * Digression: bootstrapping with multiple senses43 * \Phi-space describes the worm's experiences45 * Empathy is the process of tracing though \Phi-space47 * Efficient action recognition via empathy49 * Contributions52 * Vision54 System for understanding what the actors in a video are doing --55 Action Recognition.57 Separate action recognition into three components:59 - free play60 - embodied action predicates61 - model alignment62 - sensory imagination64 * Steps66 - Build cortex, a simulated environment for sensate AI67 - solid bodies w/ joints68 - vision69 - touch70 - vision71 - hearing72 - proprioception73 - muscle contraction75 - Build experimental framework for worm-actions76 - embodied stream predicates77 - \phi-space78 - \phi-scan80 * News82 Experimental results:84 - \phi-space actually works very well for the worm!85 - self organizing touch map88 * Contributions89 - Built =CORTEX=, a comprehensive platform for embodied AI90 experiments. Has many new features lacking in other systems, such91 as sound. Easy to model/create new creatures.92 - created a novel concept for action recognition by using artificial93 imagination.