
Industry News Details
How To Avoid Another AI Winter Posted on : Feb 14 - 2020
Although there has been great progress in artificial intelligence (AI) over the past few years, many of us remember the AI winter in the 1990s, which resulted from overinflated promises by developers and unnaturally high expectations from end users. Now, industry insiders, such as Facebook head of AI Jerome Pesenti, are predicting that AI will soon hit another wall—this time due to the lack of semantic understanding.
“Deep learning and current AI, if you are really honest, has a lot of limitations,” said Pesenti. “We are very, very far from human intelligence, and there are some criticisms that are valid: It can propagate human biases, it’s not easy to explain, it doesn't have common sense, it’s more on the level of pattern matching than robust semantic understanding.”
Other computer scientists believe that AI is currently facing a "reproducibility crisis" because many complex machine-learning algorithms are a "black box" and cannot be easily reproduced. Joelle Pineau, a computer science professor at McGill, points out that replicating and explaining how AI models work provides transparency that aids future technology innovation and research efforts and also becomes critical when algorithms replace human decision-making for things like deciding who stays in jail and who is approved for a mortgage.
Let’s take a look at what can be done to avoid another AI winter.
Start With Symbolic AI
The inability to explain and reproduce AI models is a hurdle we need to cross in order for AI to be both trusted and practical. This can be accomplished by taking a step back in time and looking at symbolic AI again and then taking two steps forward by combining symbolic AI (classic knowledge representations, rule-based systems, reasoning, graph search) with machine learning techniques.
Symbolic AI adds meaning or semantics to data through the use of ontologies and taxonomies. Rule-based systems are a major technology in symbolic AI. These systems also heavily rely on these ontologies and taxonomies as they help with formulating correct and meaningful if/then rules. The advantage of using rules and rule-based systems is that they provide consistent and repeatable results but also greatly help with getting explainable results. View More