|
|
|
|
|
by xg15
263 days ago
|
|
I would say the same delusion even applies to the field of machine learning in general. The "API" of trainable algorithms is essentially "arbitrary bunch of data in -> thing I want out" and the magic algorithm in the middle will figure out the rest. Because "thing I want" is given as a list of examples, you're not even required to come up with a clear definition of what it exactly is that you want. In fact, it's a major "selling point" of the field that you don't have to. But all of that creates the illusion that machine learning / "AI" would be able to generate a robust algorithm for any correspondence, as long as you can package up a trainset with enough examples and shore up enough "compute" to do the number crunching. Predict intelligence from passport photos? Or chances of campaign success from political speeches? No problem! Economic outlook from tea leaves? Sure thing! The setup will not even tell you if your idea just needs more tweaks or fundamentally can't work. In both cases, all you get is a less-than-ideal number in your chosen evaluation metric. |
|
I think it is possible to avoid, though, by asking if humans can be generally good at the task in question, if working through the implied interface restrictions, and then evaluating whether the required skills can be reflected in an available training data set.
If either of those cannot be definitively answered, it’s probably not going to work.
An interesting example here is the failure of self driving vehicles based on image sensors.
My take is that most of the problems are because a significant fraction of the actual required training data is poorly represented in data that can be collected from driving experiences alone.
As in: If you want a car to be able to drive safely around humans, you need to understand a lot about what humans do and think about. - then apply that same requirement to everything else that occasionally appears in the operational environment.
To understand some traffic management strategies expressed in infrastructure, you’ll need to understand, to some degree, the goals of the traffic management strategy, aka “what were they thinking when they made this intersection?”.
It’s not all stuff you can magically gather from dashcams.