NASA Boosts AI For Planetary Rovers
transcendent writes "According to Space Daily, NASA is working on increasing the ability of future rover's AI. From the article: 'It now takes the human-robot teams on two worlds several days to achieve each of many individual objectives... A robot equipped with AI, on the other hand, could make an evaluation on the spot, achieve its mission faster and explore more'. Sounds like a good idea, but the article continues, 'Today's technology can make a rover as smart as a cockroach, but the problem is it's an unproven technology'. Another article about autonomous rovers being developed by Carnegie Mellon University is here."
I wonder if complex AI is really a good idea for the next generation of planetary rovers. The current rovers Spirit and Opportunity have gone way beyond completing their missions. I would have thought a better option would be to build from this base and improve the rovers by doing things like adding more scientific instruments, and increasing their lifespans (to possibly years).
Which is why everyone here is just making jokes.
Logic, macros, and more
Uh, I sincerely hope that you are trolling!
I don't care what software runs on the rovers embedded computers because:
* these robots won't reproduce.
* the poluting materials (ie rover bodies and lander) are already there.
* current AI techniques might just about make a desicion about whether to take a photo or make a soil sample, given a preprogrammed embodyment, but will *NOT* be creating any novel, intelligent behaviours.
I wouldn't worry about AI just yet.
Autonomy will just cut out the 5 minute lag between action and effect on any data sent to and from mars. Think about that next time you feel like your internet connection is too slow.
Besides, as I mentioned in other post, as we start exploring places farther from the Earth, communication lag will start to get much bigger problem, until finally you'll either have to send humans or AI. And I bet AI, even with some risks associated. will be considerably cheaper, so it's better to plan ahead.
"Two beers or not two beers. That's the question." -- Shakesbeer
I do a Ph.D. in an AI-related field at the moment, and all I can say is: Don't hold your breath. While it is true that AI has made significant progress, a few remarks are in order.
First, the "I" in AI really shouldn't be there. When people talk a diffucult decision problem (e.g. some pattern recognition problem), there comes the point where somebody will say, with a solemn voice: "So, what if we use Neural Networks?" (you can practically hear him pronounce those capitals, while he's creaming his pants at the mere thought of his new awsome intelligent system). People often assume that, because a neural network is a very simple and poor analogy of the brain, that it must have some "intelligence".
Guess what? A neural network is a simple nonlinear function. Period. Training such a thing is nothing more than estimating its parameters by minimizing some (usually quadratic) cost criterion. When you put something in, you merely evaluate a rather simple nonlinear function. There is no intelligence involved!
And then people say: "Yeah, but we have different things as well, such as clustering methods, radial basis function networks, Bayesian (belief) networks, support vector machines, evolutionary algorithms, etc,". They too, do nothing more than estimating parameters (of selecting representative examples) based on the statistics of the problem at hand.
There is a good reason for the fact that "AI" researchers themselves often refer to their field as "machine learning", rather than AI. If anything, I'd call AI "AS", for Applied Statistics, because most of the methods we use are either pure of augmented statistics.
That said, machine learning has achieved some nice things. We can do some simple decision-making, pattern recognition (e.g. face detection) and emulate some limited insect behaviour. There even are some limited commercial applications. But we should be very aware of the fact that most "spectacular" results are merely lab results. I work on face detection myself, and I can tell you that "the real world" (natural photos for me) is a bitch as far as applying methods is concerned.
Support a Europe-related section on Slashdot!
I'm not really concerned with how it handles foreseeable situations (ie. holes in the ground). I have no doubt that the engineers will make it quite intelligent for normal operation.
What I'm worried about is how well it will handle unexpected situations. For instance, what happens both a critical sensor and its backup simultaneously malfunction or if the airbag doesn't get far enough under the lander, and so on. It's these situations that matter, because if the A.I. chooses incorrectly, we could end up with a multi-billion dollar twitching piece of metal on the Martian surface.
-Grym
Sensors failing might come with out-of-boundary values from the sensors, or at least values which change in an inconsistent manner with motor functions. Cases which cause sufficient confusion could easily be set to cause the rover to wait for assistance from mission control. There will always exist unexpected situations that could never be anticipated. Still, it's worth considering whether AI could have prevented the loss of e.g. the polar lander.
GPL: Free as in will
Well, the trick is not to rely on just one type of sensor -
Or perhaps not to rely on just on robot. The most interesting advances in bot AI seem to be in the area of swarms of cooperative bots, you have inherent redundancy for one thing. As these things get smaller, lighter and cheaper to produce I can invisage deployment of bot 'teams' rather than single high cost units.
Given the evolutionary success of the cockroach, something like 600 million years I think, that's probably intelligent enough to get the job done. Seriously, the only real requirement is self-preservation. Humans can still select the target sites and evaluate what is found there. The job of the AI is simply to get the rover there without self-destructing on the way. That narrows the range of requirements quite a bit. Just don't fall off a cliff, drive into deep sand, etc. I think it's do-able.
The world is my oyster. That's why it's always in a stew.
How about a fairly complex base station with 1K cheap analog robots as explorers which have only digital "brains" enough to perform basic tasks based on their series/design, report findings, and "stay alive".
In space, there is no such thing as a cheap robot. Dumb robots in great numbers would have more mass than one reliable robot, and thus much more expensive. The cost of the robot isn't building it, it is shipping it to another planet.
Kjella
Live today, because you never know what tomorrow brings
...I'd like to see some discussion of sending the robots out in teams, so they can rescue or repair each other.
There was an article in a recent Car and Driver, about the DARPA sponsored Grand Challenge. AI piloted vechiles had to traverse a course in the California dessert. None of the vechiles made it very far at all. As much as we'd all wish it, this kind of thing is a long way off. Here's DARPA's official site.