Re: Shouldn't be too tricky.
> looks like a spectacularly inappropriate use of AI.
That seems like a bit of an over reaction. Google haven't enslaved a General Systems Vehicle's Mind, forcing it to look at FaceBook image posts all day.
They are just running a lump of code to do a job: a trained tensorflow-lite model which decides which bit of the image to put out in full detail next. Really, it is doing little more than the existing progressive scan does, except instead of having a "top to bottom (skipping k rows), left to right (skipping j columns), repeat with offsets until the whole image is done" co-ordinate generator it has a "pick an interesting bit, pick another until the hole image is done" generator.
So, do you object to using that many CPU cycles "just to compress an image"? Many cycles are used just to generate stuff that someone hopes is pleasing to the eye.
Or do you find the idea of training a ML model to this task inappropriate? It probably kept someone gainfully employed for awhile and one can think of other uses for this or a similar model - how about setting camera focus? Always worth at least trying an idea...
Satisfy my curiosity - what is so 'inappropriate" here?