Comment by sleepybrett
6 months ago
Based on what is said in the article, it seems like a VERY simple algorithm. It clusters the pixels in the image by color and reports any small blobs of unusual color. That's not AI by any of the stupid definitions we've come up with recently.
Clustering and outlier detection is not AI?
To me the fundamental difference is that AI is trained, algorithms are not. There's not training here, it's a simple frequency count looking for outliers. While it's an approach a human would take the human is doing it in a very different fashion. And the human is much more sensitive to form, this is much more sensitive to color.
They are definitely right that our (I am a hiker) gear tends to stand out against nature. Not only is it generally in colors that do not appear in any volume in nature, but almost nothing in the plant and mineral kingdoms is of uniform color. A blob of uniform color is in all probability either a monochromatic animal (the sheep their system detects) or man made.
What surprises me about this is that it hasn't been tried before.
You are confusing AI and Machine Learning, the latter being a subset of the former.
1 reply →
Sure there is training - most few practical algorithms have dozens of tunable parameters - bucket size, thresholds, camera settings, image normalization settings and so on. It may not be 175 billion weights, but this still needs plenty of training data.
I've participated in hobby robot competition in the past, which required simple-sounding vision part: find a bright orange object on a green grass in bright sunlight, and very roughly estimate distance. We had to get 200+ training images and manually label each of them to get any sort of decent performance.
This is the list of discussion topics from the Dartmouth Workshop on Artificial Intelligence (1955) where the term was first introduced:
From:
https://web.archive.org/web/20070826230310/http://www-formal...
So, no, the fundamental difference is not that "AI is trained, algorithms are not". Some hand-crafted algorithms fall under the purview of AI research. A modern example is graph-search algorithms like MCTS or A*.
1 reply →
Novel stuff is AI, old stuff is statistics. Decision trees used to be called AI :)
I mean, if something as traditional as simple clustering is AI, then so is linear regression and Excel Sheets have been doing AI/ML for the past 2 decades.
At some point we just have to stop with the breathless hype. I'm sure labelling it as AI gets more clicks and exposure so I know exactly why they do it. Still, it's annoying.
At least until recently any introductory machine learning course would teach linear regression and clustering, the latter as an example of unsupervised learning.
1 reply →
Yes! AI is any sort of machine intelligence and its been around for more than 2 decades, the 80s even had its own "AI winter" after all.
2 replies →
You're only saying this because we're in a hype cycle. Circa 2018, there was no problem at all with calling this AI: in fact, it was normal.
2 replies →