<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>ai &middot; Arguable Intelligence</title><link>https://ojmason.net/tags/ai/</link><description>Personal musings on computational linguistics, AI, sailing, and generated fiction.</description><language>en-gb</language><managingEditor>Oliver Mason</managingEditor><webMaster>Oliver Mason</webMaster><lastBuildDate>Fri, 07 Apr 2017 11:11:30 +0100</lastBuildDate><atom:link href="https://ojmason.net/tags/ai/index.xml" rel="self" type="application/rss+xml"/><item><title>History Repeats Itself</title><link>https://ojmason.net/history-repeats-itself/</link><guid isPermaLink="true">https://ojmason.net/history-repeats-itself/</guid><pubDate>Fri, 07 Apr 2017 11:11:30 +0100</pubDate><category>ai</category><description>At the AAAI-84 conference, more than 30 years ago, was a panel discussion on The Dark Ages of AI. Drew McDermott said in the article in AI Magazine (vol 6 no 3 1985):
In spite of all the commercial hustle and bustle around AI these days there&rsquo;s a mood [&hellip;] of deep unease among AI reserachers [&hellip;]. This unease is due to the worry that that perhaps expectations about AI are too high, and that this will eventually end in disaster.</description><content:encoded><![CDATA[<p>At the AAAI-84 conference, more than 30 years ago, was a panel discussion on <em>The Dark Ages of AI</em>. Drew McDermott
said in the article in AI Magazine (vol 6 no 3 1985):</p>
<blockquote>
<p>In spite of all the commercial hustle and bustle around AI these days there&rsquo;s a mood [&hellip;] of deep unease among
AI reserachers [&hellip;]. This unease is due to the worry that that perhaps expectations about AI are too high,
and that this will eventually end in disaster.</p>
</blockquote>
<p>I have a real feeling of deja-vu. We have been there before, in the late 1960s, when the failed promises of
instant high-quality machine translation caused what was dubbed the <em>AI Winter</em>, with all research funding
being stopped. AI recovered, and twenty years later the same happened. And now again.</p>
<p>The situation has somewhat changed, as we have an abundance of data and processing power, but still no intelligence.
The algorithms are still the same old ones we had before, only on a larger scale.
<a href="https://en.wikipedia.org/wiki/Artificial_neural_network">Artificial neural networks</a> are faster,
and with <a href="https://en.wikipedia.org/wiki/Deep_learning">Deep Learning</a> they have become easier to use. We are replacing human engineering work (feature selection etc)
by clever algorithms and are letting the machine find things out by itself.</p>
<p>The problem is that it works fine in some situations, and then it suddenly becomes the magic bullet. Everybody now has
to do Deep Learning, as it has become the new marketing buzzword. AI is everywhere, but also nowhere, really. We do
not know anything more about the world than we did before, but we can get fast computers to recognise patterns in
data. <a href="/blog/arguable-intelligence/">No intelligence there</a>. And if you are trying to calm down expectations you are not
&lsquo;disruptive&rsquo; enough.</p>
<p>It is only a question of time until it all comes crashing down, and AI will be be blamed for empty promises. We&rsquo;ve
been there before.</p>
<p>This all fits into the overall pattern of human behaviour. In Europe we are forgetting the lessons from the early
20th century, and nationalism is on the rise; it might seem a bit over the top to compare the current situation to
1930s Germany, but the point is that at the time people didn&rsquo;t know what was happening. We now have the benefit of
knowing where it can lead to, and it would be foolish to ignore the warning signs.</p>
<p>In AI as in society: history always repeats itself, and if you forget the past, you are condemmed to repeat it.
(<a href="https://en.wikipedia.org/wiki/George_Santayana">George Santayana</a>)</p>
<hr>
<p>Note: thanks to @DiegoKuonen for tweeting the reference to the AAAI-84 paper.</p>
]]></content:encoded></item><item><title>Arguable Intelligence</title><link>https://ojmason.net/arguable-intelligence/</link><guid isPermaLink="true">https://ojmason.net/arguable-intelligence/</guid><pubDate>Tue, 28 Mar 2017 16:45:58 +0100</pubDate><category>ai</category><category>machine learning</category><description>I work in the field of AI. I studied it at university, I read books about AI in my spare time, implement toy systems that operate in the field, and I try to keep uptodate with current developments. And it infuriates me&hellip;
Artificial Intelligence has moved from an academic/applied subject to a marketing buzzword. Every washing machine is now &ldquo;powered by AI&rdquo;. So AI means everything and nothing these days. Let&rsquo;s look at the traditional definitions:</description><content:encoded><![CDATA[<p>I work in the field of AI. I studied it at university, I read books about AI in my spare time,
implement toy systems that operate in the field, and I try to keep uptodate with current developments.
And it infuriates me&hellip;</p>
<p>Artificial Intelligence has moved from an academic/applied subject to a marketing buzzword. Every
washing machine is now &ldquo;powered by AI&rdquo;. So AI means everything and nothing these days. Let&rsquo;s look at
the traditional definitions:</p>
<dl>
<dt>Hard AI</dt>
<dd>the cognitive processes of human beings are implemented in software. By doing so, a computer
basically functions like a human being, the brain being equivalent to a micro processor.</dd>
<dt>Soft AI</dt>
<dd>the cognitive system of a human being is imitated by computer software. There is no claim that
this models human cognition, but the outcomes are the same.</dd>
</dl>
<p>This dichotomy was current when I learned about AI. But now there is a new element which arose in the
past couple of decades with the availability of large amounts of data in all sorts of domains: machine
learning (ML). In ML you basically train a mathematical model with data, which allows you to classify
other data items (which your system has not seen before). Or maybe map between one item (eg an English phrase)
and another (eg an equivalent German phrase). The difference here is that there is <em>no human cognition involved</em>.</p>
<p>AI is a direct reference to cognition, hence the &lsquo;I&rsquo; of it, but ML is not. It&rsquo;s an automaton, which has no
understanding of what it is doing. In early AI systems, domain knowledge was usually modelled in a
representation system, a logical language, a semantic network, whatever.
<a href="https://en.wikipedia.org/wiki/Knowledge_representation_and_reasoning">Knowledge representation</a> was/is an
important aspect of AI, as you cannot have AI without knowledge. In an ML system, knowledge is encoded in
model parameters, numerical values that have no meaning outside the model.</p>
<p>One point that motivates me to work in AI is that we learn about how humans process the world. We find out what
is important, how me make decision, how we evaluate what is better or worse. In ML we just feed a black box with
examples that we have marked up as good or bad, and we get a black box that can distinguish between these categories
with a more or less acceptable accuracy. What have we learned about the process of making that distinction?</p>
<p>Nothing.</p>
<p>To re-iterate, machine learning is not artificial intelligence. It is statistical engineering. I&rsquo;m not denying
that it is useful, but calling it AI is plain wrong, and will undoubtedly lead to a new
<a href="https://en.wikipedia.org/wiki/AI_winter">AI winter</a> once the bubble bursts.</p>
]]></content:encoded></item></channel></rss>