annotate thesis/cortex.bib @ 498:cbab4501a850

processing bib queue. num left: 5
author Robert McIntyre <rlm@mit.edu>
date Sat, 29 Mar 2014 23:23:38 -0400
parents c7ff3ec5c3ef
children 14792ab43a79
rev   line source
rlm@491 1 @misc{jmonkeyengine,
rlm@491 2 howpublished = "\url{http://hub.jmonkeyengine.org/}",
rlm@491 3 title = "jMonkeyEngine3",
rlm@491 4 year = 2013,
rlm@493 5 addendum = {\why{This is the video game engine on which {\tt CORTEX}
rlm@491 6 is based.}}
rlm@426 7 }
rlm@485 8
rlm@491 9 @misc{blender,
rlm@491 10 howpublished = "\url{http://www.blender.org/}",
rlm@491 11 title = "Blender",
rlm@491 12 year = 2013,
rlm@491 13 addendum = {\why{All complicated creatures in {\tt CORTEX} are
rlm@491 14 described using Blender's extensive 3D modeling
rlm@491 15 capabilities.}}
rlm@488 16 }
rlm@491 17
rlm@491 18 @inproceedings{winston-directed-perception,
rlm@491 19 author = "Patrick Henry Winston",
rlm@491 20 title = "The Strong Story Hypothesis and the Directed Perception Hypothesis",
rlm@491 21 booktitle = "Technical Report FS-11-01, Papers from the AAAI Fall Symposium",
rlm@491 22 publisher = "AAAI Press",
rlm@491 23 address = "Menlo Park, CA",
rlm@491 24 year = "2011",
rlm@491 25 editor = "Pat Langley",
rlm@491 26 pages ="345--352",
rlm@491 27 note = "Available as: \url{http://hdl.handle.net/1721.1/67693}",
rlm@491 28 addendum = {\why{Discusses an idea called the {\em directed
rlm@491 29 perception hypothesis}, which argues that much of
rlm@491 30 our intelligence resides in our senses themselves,
rlm@491 31 and our ability to direct their resources on
rlm@491 32 imagined problems. This has had the greatest
rlm@491 33 influence on {\tt CORTEX}.}}
rlm@491 34 }
rlm@491 35
rlm@491 36 @article{winston-personal-view,
rlm@491 37 author = {Patrick Henry Winston},
rlm@491 38 title = {The Next 50 Years: a Personal View},
rlm@491 39 journal = {Biologically Inspired Cognitive Architectures},
rlm@491 40 year = {2012},
rlm@491 41 volume = "1",
rlm@491 42 pages ="92--99",
rlm@491 43 note = {Available as :
rlm@491 44 \url{http://groups.csail.mit.edu/genesis/papers/2012bica-phw}},
rlm@491 45 addendum = {\why{Great summary of historical attempts at AI, and more
rlm@494 46 thoughts on how directed perception and mimicry as
rlm@494 47 in {\tt EMPATH} might play an important role in
rlm@491 48 intelligence.}}
rlm@491 49 }
rlm@491 50
rlm@491 51 @article{sims-evolving-creatures,
rlm@491 52 author = "Karl Sims",
rlm@491 53 title = "Evolving Virtual Creatures",
rlm@491 54 journal = "Computer Graphics (Siggraph '94 Proceedings)",
rlm@491 55 year = "1994",
rlm@494 56 month = "7",
rlm@491 57 pages = "15--22",
rlm@491 58 note = "Available as: \url{http://www.karlsims.com/papers/siggraph94.pdf}",
rlm@493 59 addendum = {\why{Karl Sims uses a simulated virtual environment
rlm@493 60 similar to {\tt CORTEX} to study the evolution of a
rlm@493 61 set of creatures as they develop to perform various
rlm@491 62 tasks such as swimming or competing for a ball. His
rlm@491 63 code only ran on the Connection Machine (CM-5),
rlm@491 64 which sadly doesn't exist anymore. {\tt CORTEX}
rlm@491 65 presents an opportunity to continue this line of
rlm@491 66 research.}},
rlm@491 67 }
rlm@491 68
rlm@494 69 @INPROCEEDINGS{volume-action-recognition,
rlm@494 70 author={Yan Ke and Sukthankar, R. and Hebert, M.},
rlm@494 71 title={Efficient visual event detection using volumetric features},
rlm@494 72 year={2005},
rlm@494 73 month={10},
rlm@494 74 volume={1},
rlm@494 75 pages={166-173 Vol. 1},
rlm@494 76 note = {\url{http://www.intel-research.net/Publications/Pittsburgh/092620050705_320.pdf}},
rlm@494 77 booktitle={Computer Vision, 2005. ICCV 2005. Tenth IEEE International Conference},
rlm@494 78 addendum = {\why{This is an example of using frame-dependent methods
rlm@494 79 to detect actions in video. I consider this to be
rlm@494 80 the wrong language for describing actions, because
rlm@494 81 it has no way to completely describe even a simple
rlm@494 82 action like ``curling'' form all points of view.}}
rlm@494 83 }
rlm@494 84
rlm@497 85 @book{man-wife-hat,
rlm@497 86 author = "Oliver Sacks",
rlm@497 87 publisher = "Simon and Schuster",
rlm@497 88 year = "1998",
rlm@497 89 title = "The Man Who Mistook His Wife For A Hat: And Other Clinical Tales",
rlm@497 90 addendum = {\why{This book describes exoitic cases where the human
rlm@497 91 mind goes wrong. The section on proprioception is
rlm@497 92 particurally relevant to this thesis, and one of the
rlm@497 93 best explinations of how important proprioception
rlm@497 94 is, though the eyes of someone who has lost the
rlm@497 95 sense.}}
rlm@497 96 }
rlm@497 97
rlm@497 98
rlm@498 99 @article{turing-test,
rlm@498 100 title={Computing machinery and intelligence},
rlm@498 101 author={Turing, Alan M.},
rlm@498 102 journal={Mind},
rlm@498 103 pages={433--460},
rlm@498 104 year={1950},
rlm@498 105 publisher={Thomas Nelson and Son, Ltd.},
rlm@498 106 note = {Available as: \url{http://www.csee.umbc.edu/courses/471/papers/turing.pdf}},
rlm@498 107 addendum = {\why{The original paper that inspired the Turing test.
rlm@498 108 It's important because in it Turing states that we
rlm@498 109 don't have to care about the ``hand'' part of ``mind
rlm@498 110 and hand'', using the example of Helen Keller as
rlm@498 111 motivation. I think that this is a mistake, and that
rlm@498 112 embodiment is critical to intelligence.}}
rlm@498 113 }
rlm@498 114
rlm@498 115
rlm@485 116
rlm@485 117 @Comment SOM larson paper
rlm@485 118
rlm@485 119 @Comment cross modal clustering
rlm@485 120
rlm@485 121 @COMMENT sussman's HACKER
rlm@485 122
rlm@494 123 @comment brooks intelligence without representation
rlm@490 124
rlm@498 125 @comment 9.01 textbook
rlm@492 126
rlm@498 127
rlm@498 128
rlm@498 129