Achieving Autonomous AI Is Closer Than We Think |
Written by Nikos Vaggalis |
Monday, 11 July 2016 |
AI powered software running on a Raspberry Pi is already capable of beating an experienced pilot in simulated air combat. We look at the ALPHA algorithm and how it might be deployed in the future. Back in February, when we covered a meeting of experts taking place at the World Economic Forum in Davos to discuss the issue of autonomous robot weaponry, Stuart Russell, professor of Computer Science at UC Berkeley had warned that AI capable of acting on the battlefield with no human intervention necessary was much closer to reality than the rest of the panel expected. Not much further down the road and we can now begin to experience the super intelligence he had described. A joint effort of the University of Cincinnati, Psibernetix Inc. and the US Air Force developed artificially intelligent powered software that is capable of beating even the best of human pilots in air to air combat simulations. What's remarkable is that ALPHA, as the project is called, despite being a complex piece of engineering, does not require the clustered power of a super computer as most AI powered solutions of today do, but can successfully operate on a Raspberry Pi. Like in clinical trials that are first run on lab mice, ALPHA has been given the green light to get tested against human pilots after first taking on the baseline AI's used by US Air Force for training humans in flight simulators. It goes without saying that it beat them without much effort. The subject pilot, retired United States Air Force Colonel Gene Lee, possesses extensive aerial combat experience as an instructor and Air Battle Manager and considerable fighter aircraft expertise in a high-fidelity air combat simulator, is the one who took ALPHA on and who later described his experience as: “the most aggressive, responsive, dynamic and credible AI I’ve seen to date.” It's important to note that the battles fought were not mere head to head dog fights between two aircraft but a complete and realistic tactical affair involving a number of aircraft on both sides. It's an act of warfare that merges many parameters: processing situational awareness, determining reactions, selecting tactics and managing weapons. ALPHA's squadron comprised four fighters, the reds which begin over a defended coastline, while Lee controlled two, the blues 54 nautical miles due west. The blues each had four long range missiles (LRMs) and four acrobatic short range missiles (SRMs), whereas each red had four medium range missiles (MRMs) onboard. The red’s radar was long range with a +/- 70° azimuth angle and a 15 degree elevation angle. ALPHA's numeric advantage over the blue forces was to compensate for the fact that for the simulation the red fighters were handicapped in comparison to the blues which benefited from some distinct advantages. While the ALPHA squadron was mechanically the same as the blue aircraft, it was equipped with shorter range missiles, reduced missile payload and limited prior intelligence of the blue forces, forcing it to rely on its organic sensors for situational awareness. Despite those barriers, every repetition of encounter saw the same the outcome: ALPHA would prevail as the winner. The algorithm The algorithm responsible goes by the name of "Genetic Fuzzy Tree" and its secret lies in the act of splitting a complex decision, such as "is the time right to fire a missile?" into smaller manageable sub-decisions, which coupled together would produce optimal solutions to the if/then scenarios that result out of each input data combination. The genetic part of it The parallel with biology continues in that through the acts of mutation and interbreeding the population is evolved into a newer population that performs better than its ancestors. This evolutionary process runs continuously until a termination criterion is satisfied whereby the single best program in the population is harvested and designated as the result of the run. If the run is successful, the result may be a solution (or approximate solution) to the problem. ALPHA's fitness function which measures the performance has been designed to completely capture the meaning of good behaviour :
As such the ALPHA instances that fit the description survive the evolution and improve from the one generation to the next. The Fuzzy part And here's where Fuzzy logic comes into play, as it can understand, verify and validate requirements set in natural language as well as transforming them into real world models. An example is that of communicating the human expertise in a specific domain or problem, directly as a FIS into the GFT, i.e a well tested solution to a given problem alike design patterns in software engineering, exhibiting the tree structure's ease of expandability. Also, because ALPHA is a software agent that is destined to control Unmanned Combat Aerial Vehicles (UCAVs) which will act as wingmen flying side by side with the human pilots (until finally replacing them?), linguistic control will allow the seamless exchange of data and commands between humans and AI. It seems that artificial intelligence is conquering yet another complex domain of human activity, that of warfare. The truth is that you can't pass on this opportunity, or miss the massive potential and impact AI would have on the field, when its stellar performance renders it capable of not just do millions of calculations in the scale of microseconds but also devise as well as dynamically and in real time amend tactical battleplans comprising of any number of manned or unmanned aircraft. The motive is to phase out human mistakes in an air to air combat occurring due to the randomness, dynamicity and uncertainty of the environment which requires the taking of complex and accurate decisions in split seconds. All this, will render ancient history the days when AI had such barriers that limited their hardware representatives (robots,UCAVs) into just lifting and ordering boxes onto shelves, or into displaying their most extreme, out of the box and not 'forseen' activity when escaping the testing ground and going out in the 'wild' for a walk. After many AI winters riddled with failures, we are now confidently entering an era where it's not just that autonomous AI is expected faster than initially thought, but we are already entangled in an arms race of fierce competition between the super powers. A prime example of that, is Russia's autonomous border control robots who will be able to automatically collect and analyze information on any violations as well as predict situations for producing ready-made proposals for the border protection. The coin has a flip side too, however. Applications that are initially funded and supported by the military soon find use in commercial applications, see DARPA and the advent of Internet as the most famous example. As such there is no quality of the GFT methodology that specializes it for aerial combat or military use. It can be applied to any problem domain with the following characteristics:
Such problem domains are robotic surgery, design automation, and cyber security, among many others. As such, Psibernetix's gesture to give back to the Python community, (as the GFT was implemented in Python and cross-compiled into C using Cython so it can run on embedded devices), by open sourcing and contributing the library used in creating fuzzy logic controllers through a python3 callable package (PsiberLogic 2.1.0 available on the PyPI - the Python Package Index), is a very welcome move that encourages AI's application to good deeds.
More InformationPsiberLogic 2.1.0 - Python package "Beyond video games: New artificial intelligence beats tactical experts in combat simulation" Robots on Patrol: Russian Borders to be Guarded by Artificial Intelligence Related ArticlesAutonomous Robot Weaponry - The Debate
To be informed about new articles on I Programmer, sign up for our weekly newsletter,subscribe to the RSS feed and follow us on, Twitter, Facebook, Google+ or Linkedin.
Comments
or email your comment to: comments@i-programmer.info
|
Last Updated ( Wednesday, 13 July 2016 ) |