Robots Test "Embodied Intelligence"
An anonymous reader writes "Here's an interesting article about a robotics experiments designed to test the benefits of coupling visual information to physical movement. This approach, known as embodied cognition, supposes that biological intelligence emerges through interactions between organisms and their environment. Olaf Sporns from Indiana University and Max Lungarella from Tokyo University believe strengthening this connection in robots could make them smarter and more intuitive."
Back when I was in University, I did my master's thesis on Embodied Intelligence. I developed a virtual world that adhered to the laws of physics using the ODE physics engine, and within this artificial physical environment I evolved embodied agents. It's quite interesting to watch the videos and see the fluid, almost life-like motions of the evolved behaviors.
I never got around to actually downloading the evolved neural networks into robots, although all my source code is GPL'ed and posted at the above site. So if somebody wanted to evolve their own creatures and download the evolved intelligence into an actual physical robot, it would be interesting to see the results
YahmaProxyStorm - An Apache based anonymous proxy for people concerned about their privacy.
I for one welcome our smarter and more intuitive robot overlords. How soon until they have the Presidential robot ready for testing? 2008 is coming up quickly, and we need a better, more intuitive version.
Oh You POS
I've come to think that it's rather stupid that we think of "intelligence" and "awareness" as mystical disembodied things. I mean to include some scientists and philosophers in this group-- pretty much anyone who talks about "the mind" as a separable entity from "the body".
It seems to me that our intelligences are built around an organism with innate desires and certain abilities to affect the world around them towards achieving those desires. I don't believe that any attempt at artificial intelligence will be truly successful without these components.
A post I've put at http://www.primidi.com/2006/10/28.html provides more details than the New Scientist article and shows the three robots used for these experiments and their 'sensorimotor' interactions with their environment.
supposes that biological intelligence emerges through interactions between organisms and their environment
Umm.. duh? Haven't we known this for a while now? It's even better when your environment can react back (ie: parents playing with their babies)
Technoli
"Hey Baby! How'd you like to get together and kill all humans?"
I'm trying to teach myself to set people on fire with my mind... Is it hot in here?
"Intelligence" is the accuracy of the model of the environment, including changes over time. That intelligence requires interaction of the model with the environment, even if merely sensing the environment. Degrees of intelligence reflect the scope of the environment in the model, or the precision, or accuracy beyond mere registration of existence. One way to test the sense of the environment is to change the environment, and sense the change.
There is no reason artificial intelligence can't be intelligent the same way as is biological intelligence. In fact, as people have guessed for a long time, AI has less limits on the degrees of intelligence, as well as on the changes to the environment it can make to sense the feedback.
The flow of sensed info to the model is a limit on the intelligence, but good models can compensate. Likewise, the flow of change back to the environment.
The ability to tell how intelligent is the intelligence in question depends on the feedback from the intelligence to the environment, where it can be sensed by other intelligences.
Again, this is just as true of AI as it is of natural intelligence.
"Embodied intelligence" is redundant - all the AI is embodied, even if just in networked processors and storage. But to date, its bodies have effected little change on the environment. And practically none of those changes are fed back to sensors feeding the AI. Closing that loop is the most important step in creating actual intelligence that we can recognize. After that, it's just a question of degree.
--
make install -not war
Olaf Sporns and Max Lungarella are well-known in this field, however roboticists and others have been looking at the effect of movement on sensory feedback for a while. I remember Rodney Cotterill in his 'enchanted looms' book saying that it was useful to reverse the usual 'sense -> plan -> act' formula to 'act -> expect -> sense' (or something similar). Researchers like Daniel Wolpert, Mitsuo Kawato and particularly Yiannis Demiris use 'Forward models' in robots, cognitive building blocks that take current state (of world & robot) and motor command as input and produce a prediction of the expected resultant state or sensory feedback. These can be used to 'simulate' or 'demo' possible actions mentally before deciding the right one to execute. I know Anthony Dearden has done some work on learning the causal relationship between motor action and sensory feedback that underpins these forward models, using Bayesian networks in robots. A few researchers (e.g. Rick Grush) think that the learning of these motor-vision causal relationships and their use in mental simulations may underpin mental imagery and possibly the observed activity of the 'canonical' and 'mirror' neurons (discovered by Giacomo Rizzolatti and his team) that seem to tie visual perception to the motor system. Germund Hesslow has a theory that simulation of perception and action gives rise to conscious thought. And there are many others.
The field is becoming more interesting than ever, thanks to the advances in robot hardware, and the collaboration of philosophers of mind and neuroscientists with roboticists to construct new cognitive architectures.
They used a four-legged walking robot, a humanoid torso and a simulated wheeled robot. All three robots had a computer vision system trained to focus on red objects. The walking and wheeled robots automatically move towards red blocks in their proximity, while the humanoid bot grasps red objects, moving them closer to its eyes and tilting its head for a better view.
Ok, second year mechatronics project there.
To measure the relationship between movement and vision the researchers recorded information from the robots' joints and field of vision. They then used a mathematical technique to see how much of a causal relationship existed between sensory input and motor activity.
What, you mean if you program your robots to go find red things that there will be a statistical correlation between seeing red things and the robot moving? Who'd have thought it??
'We saw causation of both kinds,' Sporns says. 'Information flows from sensory events to motor events and also from motor events to sensory events.'
And this surprised who exactly?
Really they publish some rubbish in NS sometimes.
a similar project is babybot. Short extract: Our scientific goal is that of uncovering the mechanisms of the functioning of the brain by building physical models of the neural control and cognitive structures. In our intendment physical model are embodied artificial systems that freely interact in a not too unconstrained environment. Also, our approach derives from studies of human sensorimotor and cognitive development with the aim of investigating if a developmental approach to building intelligent systems may offer new insight on aspects of human behavior and new tools for the implementation of complex, artificial systems. (BTW: that project has been around since 2000.... )