Mercurial > cortex
comparison thesis/cortex.org @ 439:97dc719fd1ac
fix labels.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sun, 23 Mar 2014 22:23:54 -0400 |
parents | 4dcb923c9b16 |
children | b01c070b03d4 |
comparison
equal
deleted
inserted
replaced
438:4dcb923c9b16 | 439:97dc719fd1ac |
---|---|
3 #+email: rlm@mit.edu | 3 #+email: rlm@mit.edu |
4 #+description: Using embodied AI to facilitate Artificial Imagination. | 4 #+description: Using embodied AI to facilitate Artificial Imagination. |
5 #+keywords: AI, clojure, embodiment | 5 #+keywords: AI, clojure, embodiment |
6 | 6 |
7 | 7 |
8 * Empathy and Embodiment: problem solving strategies | 8 * Empathy and Embodiment as problem solving strategies |
9 | 9 |
10 By the end of this thesis, you will have seen a novel approach to | 10 By the end of this thesis, you will have seen a novel approach to |
11 interpreting video using embodiment and empathy. You will have also | 11 interpreting video using embodiment and empathy. You will have also |
12 seen one way to efficiently implement empathy for embodied | 12 seen one way to efficiently implement empathy for embodied |
13 creatures. | 13 creatures. |
27 ** Recognizing actions in video is extremely difficult | 27 ** Recognizing actions in video is extremely difficult |
28 | 28 |
29 Consider for example the problem of determining what is happening in | 29 Consider for example the problem of determining what is happening in |
30 a video of which this is one frame: | 30 a video of which this is one frame: |
31 | 31 |
32 #+caption: A cat drinking some water. Identifying this action is beyond the state of the art for computers. | 32 #+caption: A cat drinking some water. Identifying this action is |
33 #+caption: beyond the state of the art for computers. | |
33 #+ATTR_LaTeX: :width 7cm | 34 #+ATTR_LaTeX: :width 7cm |
34 [[./images/cat-drinking.jpg]] | 35 [[./images/cat-drinking.jpg]] |
35 | 36 |
36 It is currently impossible for any computer program to reliably | 37 It is currently impossible for any computer program to reliably |
37 label such an video as "drinking". And rightly so -- it is a very | 38 label such an video as "drinking". And rightly so -- it is a very |
44 | 45 |
45 #+caption: When you look at this, do you think ``chair''? I certainly do. | 46 #+caption: When you look at this, do you think ``chair''? I certainly do. |
46 #+ATTR_LaTeX: :width 10cm | 47 #+ATTR_LaTeX: :width 10cm |
47 [[./images/invisible-chair.png]] | 48 [[./images/invisible-chair.png]] |
48 | 49 |
49 #+caption: The chair in this image is quite obvious to humans, but I doubt any computer program can find it. | 50 #+caption: The chair in this image is quite obvious to humans, but I |
51 #+caption: doubt that any computer program can find it. | |
50 #+ATTR_LaTeX: :width 10cm | 52 #+ATTR_LaTeX: :width 10cm |
51 [[./images/fat-person-sitting-at-desk.jpg]] | 53 [[./images/fat-person-sitting-at-desk.jpg]] |
52 | 54 |
53 | 55 |
54 I think humans are able to label | 56 I think humans are able to label |