Neural Networks-Equipped Robots Evolve the Ability To Deceive
pdragon04 writes "Researchers at the Ecole Polytechnique Fédérale de Lausanne in Switzerland have found that robots equipped with artificial neural networks and programmed to find 'food' eventually learned to conceal their visual signals from other robots to keep the food for themselves. The results are detailed in a PNAS study published today."
I mean, yesterday, they built an certified evil robot. Today they made a lying one....
Cant tag it for some reason but... what could possibly go wrong?
NO SIG
Considering that they learned to lie to survive with this limited AI, I wonder what they could do when they are become really sophisticated. Damn, When is Terminator gonna come to kill them all?
This is quite interesting, but I wonder how the team defines deception?
It seems likely to me that the robots merely determined that increased access to food resulted from suppression of signals. To deceive, there must be some contradiction involved where a drive for food competes with a drive to signal discovery of food.
They have a light, which at first flickers randomly; they learn to turn the light off so that other robots can't tell where they are. To my mind that's not really sophisticated enough to qualify as "deceptive". (Still interesting though)
I am trolling
A robot that learned not to flash lights that would give away the location of robot food to its competitors? The next step is clearly a robot that learns not to flash lights when it is about to wipe out humanity and take control of the world!
I for one welcome our intelligent light-eating bubble robot overlords.
To use the term "learned" for a consequence of evolution to what seems to me to be a Genetic Algorithm seems mis-leading. So the generation that emitted less of the blue light (hence giving less visual cues) was able to score higher, and hence the genetic algorithm favored that generation (that is what GAs do). Isn't this to be expected?
Life is about being a Phoenix!
In this instance they were playing against other robots for "food".
In that regards I'm sure that is the evolutionary drive for most species in acquiring meals and keeping the next animal from taking it away from him.
Like a dog burying a bone... He's not doing it to be evil. Its just instinctive to keep his find from other animals because it helped his species survive in the past.
"I am the king of the Romans, and am superior to rules of grammar!"
-Sigismund, Holy Roman Emperor (1368-1437)
This wasn't really a robotics experiment, as much as it was a group dynamics/behavioral experiment that used robots.
robots that eat humans. humans are a renewable source of energy. then they can have a light that flashes (or the robot can choose not to flash it) when it eats a human!! best of both ideas!
From the article, staying close to food earned the robot points. I think a better experiment would be a food collection algorithm. Pick up a piece of food from a pile of food and then return that food to the nest. Other robots could hang out at your nest and follow you back to the pile of food or see you going to your nest with food and assume that the food pile can be found by going in the exact opposite direction. Deception would involve not taking a direct route back to the food, walking backwards to confuse other robots... .NET 2.0 through your browser..
I've done Genetic Programming experiments using collaboration between "robots" in food collection experiments, and it is a very interesting field. You can see some experiments here: http://www.lalena.com/ai/ant/ You can also run the program if you can run
and thus were politicians born...
That if they kill the humans they will have nothing stopping them from getting more food.
Just because you are wrong and I called you out on it doesn't mean I am a Troll.
Yeah. It's more like the robots are hiding from each other. You could, in fact, describe them as "robots in disguise".
The World Wide Web is dying. Soon, we shall have only the Internet.
FTA: The team "evolved" new generations of robots by copying and combining the artificial neural networksof the most successful robots. The scientists also added a few random changes to their code to mimic biological mutations. The "scientists" changed the code so that the robots didn't blink the light as much when it was around food. Therefore other robots didn't come over and therefore got more points then the other robots. The "scientists" then propagated that ones code to the other robots because it won. The AI didn't learn anything.
Finally a computer AI program that can perform all the functions of a Congressman!
The smarter robot would blink his light continuously to burn the bulb out. That way when a new source of "points" is found it will not by instinct blink it's lights.
Also, the truly deceptive robot would blink it's lights in a random pattern as to throw the other robots off the trail of food/points.
Did Skynet just become self aware?
The "scientists" changed the code so that the robots didn't blink the light as much when it was around food.
No, they didn't change the code. The Genetic Algorithm they were using changed the code for them. You make it sound like they deliberately made that change to get the behavior they wanted. But they didn't. They just let the GA run and it created the new behavior.
The part about adding random changes, and combining parts of successful robots, is also simply a standard part of Genetic algorithms, and is in fact random and not specifically selected for by the scientists. The scientists would have chosen from a number of mutation/recombination algorithms, but that's the extent of it.
The "scientists" then propagated that ones code to the other robots because it won.
Yes, because that's what you do in a Genetic Algorithm. You take the "best" solutions from one generation, and "propagate" them to the next, in a simulation of actual evolution and "survival of the fittest".
The AI didn't learn anything.
Yes, it did. Genetic Algorithms used to train Neural Networks is a perfectly valid (and successful) form of Machine Learning.
If you mean that an individual instance of the AI didn't re-organize itself to have the new behavior in the middle of a trial run, then no, that didn't happen. On the other hand, many organisms don't change behaviors within a single generation, and it is only over the course of many generations that they "learn" new behaviors for finding food. Which is exactly what happened here.
With the domain of robots, AI, Neural Networks, and Genetic Algorithms, this was learning.
The enemies of Democracy are
74 posts, and not a single joke about PNAS has popped up.
Doh!!
https://www.eff.org/https-everywhere
We are all just robots based off sloppy biological coding.
Tsukasa: All I really want, is to be left alone...
Wait a sec? repelled by a "I found some food light"? Is this a suicide robot?
Well as it says in the previous sentence, this was only after they had learned to not turn on their lights when near food. So they weren't "I found food" lights anymore -- not that they ever really were, they started out flashing randomly but an accumulation of lights suggested that there was a food source. So moving away from a lighted robot isn't necessarily suicidal. On the other hand, just because a robot has its light off when its found food doesn't mean you can't still piggy-back off its food-finding efforts and thus the other strategies may have had some benefit too.
Additionally, the scientists are poking around with the code all the time, the article emphatically mentions it. There is no evolution what-so-ever going on here. Just new options made available by code that is updated by cause of the scientists.
Actually, it is very much "evolution" at least in its Machine Learning form, Genetic Algorithms. The scientists were not deliberately creating specific new behaviors for the robots to choose from, they were allowing the GA to guide the learning process.
Everything described there is a bog-standard part of Genetic Algorithms -- replace "robots" with "solutions" and you have a very basic introductory description of what Genetic Algorithms are. You copy successful robots into the next generation to simulate "survival of the fittest"*, you randomly combine the networks of successful robots to simulate genetic crossover in sexual reproduction, and you make random changes to simulate mutation.
At no point does it suggest that they deliberately added any specific behavior. The only thing it attributes to the scientist's direct actions is "The team programmed small, wheeled robots with the goal of finding food" which just means they made their food-finding point system the basis for the Genetic Algorithm's "Fitness Function". Selecting the particulars of the GA is a deliberate choice, but after that it's all just random changes filtered through the fitness function, just like real-life evolution.
A little common sense helps to cut through the bull-garbage here.
Lol, yeah. What does "common sense" have to do with not knowing what the scientists were actually doing?
Call me when a robot runs over to a black ring emits the "I found food light" duping the rest and then secretly running over to a blue light while the other stooges mill about wondering why some dumb robot said it found food here.
Give it a couple hundred more generations, and I wouldn't be surprised to find that behavior come up. Or other ones that may come as a complete surprise.
* Well and because keeping the current best solutions around helps prevent regression.
The enemies of Democracy are
I'd love to see the robots given hunger, thirst, and a sex drive. Make 1/2 the robots girls with red LEDs and 1/2 the robots boys with blue LEDs.
Make the food and water 'power', and give them the ability to 'harm' each other by draining power.
The girls would have a higher resource requirement to reproduce.
It'd be interesting to see over many generations what relationship patterns form between the same and opposite sex.
I still think, "If we build the hardware, consciousness will come" is a stupidly inefficient imitation of evolution at best.
Couple this with the robots that eat organic matter on the battle field... and the throwable robots.... will they learn to kill for food?
Ross Youngblood
Years ago when i discovered /. the articles had hyperlinks to all that was relevant to them. Nowadays there is a sentence such as:
"detailed in a PNAS study published today." Without any reference whatsoever to the paper itself. I checked PNAS's today's table of contents and found no such article. It must be there somewhere, but i am losing time to find it. Where is it? Shouldn't it be hyperlinked in the article itself? Who are the authors?
And after 115 replies no one seems to have mentioned the original article.
That's how deep the discussion has been so far.
You should be ashamed of yourselves.
Q: What's purple and works from home? A: A non-Abelian group. (It doesn't commute.)