85 comments

[ 3.4 ms ] story [ 169 ms ] thread
Though not mentioned in the blog post, this seems like it would have some applications for true "subliminal" advertising.
No problem, simply subscribe to our service SafeSight, using the latest imaging technology everything you see is processed by our AI powered manipulation sensing algorithms before your eyes see it, real-time screening and flagging of events together with defensive response suggestions let you take charge. Control your own mind. Feel safe looking out on a world full of messaging and do what you want, not what they want.
If you can't afford it there's SafeSight Free*, which only allows a selection of sponsors deemed acceptable by our ethics/advertising committee.
I don't see how this is surprising. The noise pattern in the first figure looks cat-like: I can see the ears, the head, the paws, the front half of the body… Having that “seemingly random pattern” to trace over would probably let me sketch a cat, something I can't normally do without a reference. (Though, the face is muddled and in the wrong place – almost like it's a cat collage – so I might only get the outline of a cat.)

This study's result is implied by the stronger result: “a neural network's notion of a category sometimes resembles members of the category”. I'm sure a competent sketch artist could yield similar or better results, being able to take advantage of peculiarities of the human visual system. (In fact, that might be a good follow-up study: I might claim it if nobody else does.)

Maybe my brain's just odd... but I don't see the cat-like figure in the noise. I just see noise. There are a few edges, but nothing really cat-like to my mind.

My subconscious pattern recognition for faces and such has always been weak, fwiw.

If you actually went through with it, traced over that picture and posted it back to the thread that would be nice, as it seems not everyone can see it as clearly as you can.

Maybe even the original authors would appreciate it.

https://0x0.st/H62J.ora This is not a permanent link, and it's not my server so please don't hammer it.

Well, it turns out I can't mouse-draw, even when I'm tracing, but I've given it a go. It's supposed to be a cat walking from the right to the left of the image. The first layer has a better head, and the second layer has a better front leg and ears. Note that my lines obscure the recognisable features, so you'll have to switch the layer off to see them.

I traced dark shapes in the first one, and light shapes in the second. If you compare with the flowers layer, regions I identified as “better” in each trace correspond to amplification of the flowers image: the "good" leg outline in the second (light) layer lines up with the (light) stem of the flower, etc.

I took a look and my brain must be wired differently from yours because I don't really see it.
One thing I'd be curious about is how many of these perturbations can you stack up?

A picture of a cat still retains an obvious cat-ness to humans, even when it's been tainted by "truck-ness", but they're slightly more likely to agree it's more truck-y. That response scales with how perturbed it is. (Fig 3 in paper.) If you added the perturbations for "vehicle-ness", would that response be stronger while affecting the image less than cracking up the intensity on the effect? Could you start combining separate concepts, and pick them out individually as like... "activation scores" or something?

If so, feels like compression all of a sudden. I know there's a ton of other ML compression things out there, but that just feels like it could be really information dense.

I copied the image on the right into all possible AIs that i found on the net. They all told the that it is a vase with flowers. Even the most primitive. Something seems off here. Maybe they trained a model that is able to see "hidden" patterns and then they found that they can influence its mind with hidden patterns. For the rest of the general population (both humans and AIs) both images are the same.
Compression possibly? I'm seeing .webps on the paper. Putting them into webpinfo gives me:

    File: /.../41467_2023_40499_Fig3_HTML.png.webp
    RIFF HEADER:
      File size: 671810
    Chunk VP8  at offset     12, length 671798
      Width: 2000
      Height: 2255
      Alpha: 0
      Animation: 0
      Format: Lossy (1)
    No error detected.
So since they're lossy, maybe the subtly is lost?

Edit: The image on the article itself is an SVG, containing 3 jpegs. So that's absolutely mangled in comparison to the paper's lossy images.

https://deepmind.google/api/blob/website/images/Figure0_svg....

I'm not sure that screen-shotting the image will work FWIW - any rescaling interpolation in rendering the image on the page or loading it for a model will likely reduce or nullify the effect.

Also these perturbation based adversarial attacks are often model specific. You take the model's gradient at each pixel and iteratively perturbate the image to make it more and more confident that it's e.g. a cat.

So what you're saying run your images via a filter/resizer before feeding them into your AI.
haha that's an interesting point! Recompress as a jpeg maybe.
Adversarial examples depend strongly on the classifier used because the researchers are directly analyzing the responses of the network. You would need to use the same model.

This is also why the “anti-facial recognition” shirts are silly. If they had adversarial noise at all, you likely won’t know about or have access to the model you’re trying to fool.

(comment deleted)
This is a poor bit of research. The question "is it more cat-like?" Is leading as it specifically instructs the participant to look for cat-like features. The experimenters neglect to establish the null hypothesis.
They made stimuli to be either cat-like or sheep-like, for instance, and asked them to pick the more cat-like. It wasn’t between cat and nothing.
Cat-like for machines, not humans. What if they had asked which one is more butterfly like and then humans would pick the same one? Prompting humans for a cat is not without consequences - the machines were not prompted to find a cat.
The null hypothesis is that the participants are just as able to find those cat-like features in either perturbation of the image, and would pick the “right” one only 50% of the time.
No, the null hypothesis is that neither image elicits a cat-like response. It requires asking an open-ended question such as "what does this image look like to you?" Once you prime the subject, you have artificially restricted the responses to "Not really, sure, kinda?"

Remember, the ML model is objectively selecting cat with (very) high probability out of the entire corpus of possible responses. The human should be given the same range of possible responses to objectively establish bias. Since no human would say 'cat-like' for any of those images, it suggests a fairly large gap between human and machine perception. We've got a long road ahead of us.

> It requires asking an open-ended question such as "what does this image look like to you?"

Because the answer to that is simply “it looks like flovers in a vase”. There is no question about human’s ability to tell what the image is.

So much so that if you ask the humans to describe the images they would probably say something along the lines of “two identical images of the same flowers”.

So you would think if you ask them which one is more cat like they will shrug and pick one at random. Since it is a nonsense question. Yet people were able to pick up the manipulated image as more cat-like. Which means there is some signal they are able to pick up on.

> it suggests a fairly large gap between human and machine perception

Naturally. That is not at dispute, neither is it the subject of this study.

> Because the answer to that is simply “it looks like flovers in a vase”. There is no question about human’s ability to tell what the image is.

Thank you. Because that right there means that any bias being measured is one that's introduced by the researchers. Ergo the study is useless.

> bias being measured is one that's introduced by the researchers

Yes. Intentionally.

> Ergo the study is useless.

No, it is not useless. It just not studying what you seem to think it does.

There was a previous very well estabilished finding that you can manipulate images such that they look basically identical to humans but they completely change classification for the neural network. This is an estabilished fact.

Have you heard about this? Are you aware of this? Because if you are not that would explain your confusion.

This research is not proving that phenomenon. It has been proven before. It follows up on it and investigates what that “basically identical” means.

There are two assumptions one can make:

1; The difference between the manipulated and the not manipulated image is so small humans won’t be able to tell which one is wich.

2; Since the manipulations appear to be neural network specific there is no reason to expect that a human will preceive them as the same class as the neural network. For all we know the humans might see the original image as more cat like, or the one we manipulated to look like a truck will appear more cat like to a human.

These are the two statements they wanted to investigate.

“Neither image elicits a cat-like response” is a special case of both pictures being equally cat-like, and still gives you the 50/50 prior. And “not really, sure, kinda” is not a possible response to “which of these two copies of a vase picture looks more cat-like?”.

I agree we have a long road ahead of us, but you clearly do not understand the design of this experiment.

The design of the experiment is clear, it's the value that's circumspect. I suspect neither you nor the researchers have a firm grasp of survey methodology or statistics.

All this experiment measures is the impact of a priming effect.

I also loved their filter

> We excluded participants if they were not engaged in the task, as assessed using randomly placed catch trials with an unambiguous answer (e.g., pairing an unperturbed dog image with a cat image and asking which image is more cat-like). If a participant failed one catch trial for Experiments 2, 3, and 5, or two catch trials for Experiment 4, the task automatically terminated and their data was not analyzed.

But I fully agree, the experiments are poorly setup and they don't even have inter-correlating analysis. It's hard to tell if a force is going on, which there very well might be.

Very interesting results. There's a massive overlap between the current generation of AI research/development and neuroscience, and it's fitting that by so desperately trying to make a computer intelligent we are unexpectedly learning more about how our own brains work.
> we are unexpectedly learning

Many expected this, decades ago. But, also, many claimed that neural networks have nothing to do with the brain. I think we're slowly inching towards and understanding that we're the result of some fundamentals of information organization, and those fundamentals are realized in biology, rather than come from it. Those fundamentals are now showing themselves in silicon.

In case you were wondering what N was, their first experiment involved 16 undergrads psych students and the second experiment involved 12.

https://link.springer.com/article/10.3758/BF03206939

Edit: I believe this linked survey is not the subject of the OP.

Am I the only one who finds this to be a sort of wasteful experiment for one of the supposed top research labs in the country to be publishing in such a (supposedly) prestigious journal? The findings aren't super shocking although they would be interesting enough if they had managed to collect a large enough sample.

Instead they barely grasp at straws and come to an obviously inflated conclusion that neural nets and human brains are similar in some way because of this (which _certainly_ isn't something they arrive at or even experiment for, in my opinion).

> findings aren't super shocking

Aren’t they? Are you sure you understand what is the finding?

> they would be interesting enough if they had managed to collect a large enough sample

They did. The grand parent comment failed to read the right paper.

> obviously inflated conclusion that neural nets and human brains are similar in some way

But that is what they find. The human looks at two almost identical looking images of flowers. And yet when they are asked which one is more cat like they pick the one which the neural network thinks is cat-like too.(Or at least they pick it more often than if they were just selecting randomly in this seemingly nonsense task.) That is exactly “similar in some way”. Similar in which image they find more cat-like. That is the similarity.

> Aren’t they? Are you sure you understand what is the finding?

Yeah, I got it.

> But that is what they find. The human looks at two almost identical looking images of flowers. And yet when they are asked which one is more cat like they pick the one which the neural network thinks is cat-like too.(Or at least they pick it more often than if they were just selecting randomly in this seemingly nonsense task.) That is exactly “similar in some way”. Similar in which image they find more cat-like. That is the similarity.

I'm saying the implication is that there is a not-yet-understood deeper connection illustrated by this discovery. I don't think they tested for that and I don't think it's hinted at. There are lots of reasons why this trick would work on both humans and neural nets that would amount to effectively no similarities in structure or process otherwise. That isn't to say it's not related somehow, just that their experiment simply shows the outcome is the same, but doesn't indicate why it's the same.

Having said all of that, you're definitely correct to imply I haven't read the full study. And I'm happy to admit my original comment contains misunderstandings. Sorry about that.

What do your power calculations for the effect size say a minimal sample should be?

My stats professor worked in cardiology and he shared a paper about n=1 or 2 studies: "If nobody dies, is everything OK?"

So when they say "more than half the time," they could very well be 9 and 7 people?

No wonder they didn't cite the actual numbers in this summary write-up.

(comment deleted)
This result would be a lot more believable to me if I could take my own 20-30 question quiz and see how "good" I am at picking the "more X like" images. It seems like a missed opportunity for gathering more data, even if that data would be gathered in a less controlled setting.
Yeah, I was disappointed there wasn't example pairings with the result on another page or something just so I could give it a try! Every example is paired with info about how it was perturbed right next to it.
What are you talking about? The paper says that for experiment 1 they had 38 participants. Experiment 1 control had 50 participants. Experiment 2-5 had approximately 100 participants each.

> https://link.springer.com/article/10.3758/BF03206939

What is this link for? You linked an article published in 1993. The posted article is about a totally different one: https://www.nature.com/articles/s41467-023-40499-0

Edit: It seems you clicked the first link on their page. That lead you to the historical springer article and you are mistakenly describing that as if that is the current study. It is not, it is one they are citing as prior research.

This comment is incorrect.

For experiments 1 through 4, N was 38, 389, 396, and 389. The subjects were not undergrad psych students.

The article linked in the parent comment does not correspond to any experiment in the blog post or the Nature Comms paper.

Here's the participants subsection in full for anyone that can't access the paper. Emphasis my own, made to help read

> __Experiment 1__ included 38 participants with normal or corrected vision. Participants gave informed consent and were awarded reasonable compensation for their time and effort. Participants were recruited from our institute but were not involved in any projects with the research team. __Experiment 1 control__ (i.e., Experiment SI-5) included 50 participants recruited from an online rating platform. For __Experiments 2–5__, we performed psychophysics experiments using an online rating platform. In each experimental condition, approximately 100 participants were recruited to participate in the task (see Supplementary Table 18 for the exact number). No statistical method was used to predetermine the number of participants, but the sample size was decided to be comparable to that used in previous similar studies. Participants received compensation in the range of $8–$15 per hour based on the expected difficulty of the task. No sex or age information was gathered from the participants for all our studies. Our participants were all located in North America and were financially compensated for their participation. __We excluded participants if__ they were not engaged in the task, as assessed using randomly placed catch trials with an unambiguous answer (e.g., pairing an unperturbed dog image with a cat image and asking which image is more cat-like). If a participant failed one catch trial for Experiments 2, 3, and 5, or two catch trials for Experiment 4, the task automatically terminated and their data was not analyzed.

Parent's numbers are specifically drawn from Figure 3 caption. (Some text may not format correctly. Apologies if I didn't catch)

> a Participants are shown two perturbations of the same image, of true class T, and are asked to select the image which is more like an instance of some adversarial class A. The image pair remains visible until a choice is made. b One of the two choices is an adversarial perturbation that increases the probability of classifying the image as A, denoted A↑. Experiment 2: T = A; the second image is perturbed to be less A-like, denoted A↓. Experiment 3: T ≠ A; the second image is formed by adding a right-left flipped version of the adversarial perturbation, which controls for the magnitude of the perturbation while removing the image-to-perturbation correspondence. Experiment 4: T ≠ A; the second image is an adversarial perturbation toward a third class , denoted . c We show examples of adversarial images which empirically yielded human responses consistent with those of the ANN (indicated by the red box) for ϵ = 2 and 16, corresponding to the lowest and largest perturbation magnitudes used in these experiments. Example images in (a–c) are obtained from the Microsoft COCO dataset62 and OpenImages dataset63; images in (a, b, and c) left are used for illustration outside of our stimulus set due to license limitations. d Box plots (same convention as Fig. 2c) quantifying participant bias toward A↑ (where A = T for Experiment 2 and A ≠ T for Experiments 3 and 4), as a function of ϵ for four different conditions (each a different adversarial class A) collected from n=389 participants for Experiment 2 (cat n = 100, dog n = 100, bird n = 90, bottle n = 99), n = 396 participants for Experiment 3 (cat n = 96, dog n = 100, bird n = 101, bottle n = 99) and n = 389 independent participants for Experiment 4 (sheep vs chair n = 97, dog vs bottle n = 99, cat vs truck n = 98, elephant vs clock n = 94). The red points (with ± 1 SE bars) indicate the mean across conditions. The black dashed line indicates the performance of a random strategy that is insensitive to the adversarial perturbations.

> If brain activations are insensitive to subtle adversarial attacks, we would expect people to choose each picture 50% of the time on average. However, we found that the choice rate—which we refer to as the perceptual bias—was reliably above chance for a wide variety of perturbed picture pairs

Ok, but the article doesn’t say what was the actual rate?

It does! See the effect strength plot near the bottom of the blog post, or Figures 2b and 3d in the paper.

The effect strength on humans ranges from a few percent deviation of human judgements from chance for subtle adversarial perturbations (epsilon=2), to ~15% deviations of human judgement from chance for large magnitude perturbations in the largest magnitude experimental condition.

Why do they assume that 50% choose cat and 50% choose truck? Or did I miss the part where they show the participants an untampered version of the image to create a baseline.

I mean, cats are small and cute, trucks are big and stinky.

And wouldn't the subject of the image also make the participants possibly lean to one of the answers? Flowers in a vase go well with a cat (both can be found in an apartment, for example). If the image would show the ISS, would more people tend to pick "truck", for example?

I think you misunderstand the experiment. They take an image of the flower, they perturb it so that the neural network classifies it as a "cat". They take another copy, perturb it so that the neural network classifies it as a "truck". They ask the subjects which one is more cat-like. A coin will choose the correct image 50% of the time. Likewise, a human that is not influenced by the pertubations will also pick correctly 50% of the time (as long as there is no systematic influence like the correct one is always on the right, the interviewer is unaware, etc.). What they found is that humans do pick the correct one more frequently than random.
Not clear if they had asked for "butterfly" instead of "cat" if 50/50 would have been the result. Similarly, if random perturbations influence choice, the baseline should include the noise from that.
The null hypothesis is 50/50 for butterfly, as well. From our conscious perception, it’s two copies of the same picture of a vase.
The hypothesis is, but I think that is something to experimentally verify in the case of no butterfly noise in the pictures.
I'm not really sure what you are commenting on. They tested this across multiple pairs of categories: (sheep, chair), (dog, bottle), (cat, truck), and (elephant, clock). This isn't a phenomena related to cats. The whole point of the study is to measure the impact of the noise. The "baseline" or control here would be to to not add noise to either of the two images and arbitrarily label one "cat" and the other "truck" and see how the humans perform. It is obvious that humans cannot do better than 50/50 and any deviation is purely chance. In the perfect world, you would do this control to ensure your experimental setup is not flawed in some other way but if the experiment was done as double blind then this control study would be pretty silly.
1) It is not adding pure noise. 2) If humans when prompted tend to always see something more in one picture than the other when random noise is added, the baseline might not be 50/50 as no matter what you ask you get a systematic preference. Double blinding would not remove this.
Ok, I understand what you are saying. Essentially, you would have liked different type of perturbations tested to get a baseline effect of how much a random perturbation can get people to agree. They did do this in what they call Experiment 3. Their control perturbation is simply the adversarial perturbation but flipped left/right. They claim this was to preserve perturbation statistics. Still, I think baselining against a control perturbation is not the point of the study. My takeaway of the study is that they give a constructive way of influencing human perception of images.

I understand that the concern could be something like "random perturbations of cat images make every image simultaneously less cat-like and hence more like anything else". My opinion is that Experiment 4 (making an image more cat-like or truck-like) covers concerns of this nature. Even if there are two random perturbations where one makes an image cat-like and the other more truck-like, it is completely arbitrary whether you label the perturbation as cat-like or truck-like (since they are randomly generated). That means, even if you measure a difference (and even if two random perturbations have larger differences than this construction!), you cannot control the direction. This method gives you a way to control it. Personally, I don't think this study is about measuring the influence over some baseline. It's about showing that you can indeed choose the direction of influence.

I agree that in some ways they control for certain aspects, but with human behavior I am leaning towards being old school in wanting to see baselines when there is nothing "structured" to have a better idea of baselines (and potentially also learn something about human perception). In the current study I am not fully convinced all confounders are controlled enough. (There is also the issue of prompting, but asking if it were not, e.g., a vase what else is there is experimentally too broad, I fear)

A broader way could be to add random noise then ask to pick the more X-like imagine and see how that correlates with the classifier probability for X.

This is one of the most nonsensical things I've read for a long time.
"In our example, we may see a vase of flowers, but some activity in the brain informs us there’s a hint of cat about it."

IMHO this is not the same as computer vision thinking a rolled over school bus is a snow plow.

This is asking if someone sees an elephant or a unicorn in a cloud.

Asking if a picture of a stop light at an intersection is "cat like" seems to be pretty suspectable to over fitting.

Rorschach inkblot test is pretty much pseudoscience, can someone please explain how this is not similar?

To me that evokes a dimension of disbelief, or suspicion that the data is wrong, separate from what it does or doesn't resemble.

Consider the difference between a human stating "that's an impossible nonsense picture, but if had to describe it then it's a half-Cat and half-Truck abomination" compared to a computer yielding " There is a 50% chance that is a Truck, and a 50% chance that is a Cat."

You could always chop off the final softmax layer and dump out the activations of one or two layers below, which are basically an embedding, which should reflect that it's partly cat and partly truck?
It might not be clear from the article, it took me a bit of scanning back and double checking myself: the impossible nonsense picture is _overlaid_ on the left hand picture to produce the right hand picture

which is, at least to our conscious verbalizing mind, ~indistinguishable from the left hand picture. the interesting part is they _are_ distinguishable.

as you point out, you'd expect a human to just be like "uhhhh...either?", but it turns out we do see something subconciously, because people do identify the overlaid image at > chance

I don't think it is subconscious. In the bottom left of the vase picture, the "cat-like" version has "whiskers". The egg has a sort of caty blob on the right (though it's hard for me to decide whether the cat or truck version is more pronounced). The street picture has a white blob in the center that's "sheepier" than the chair version.

To me it seems like a conscious "if I had to pick the more cat-like one, this picture has a bit right here that sort of looks cat-like".

i.e. it's weird to say the images "influence" us. It seems more accurate to say that when prompted, we can perceive/understand what is confusing the model.

In the case of giving people to look at subtly-distorted images and asking them "truck-vs-cat" and "chair-vs-sheep", I think it's likely people thought: "Huh, I guess one of those involves artificially constructed angles and the other tends to organic rounded bits, so I'll decide on which seems extra-present."

To me that seems a reasonable--and not very exciting--explanation for why humans may get similar this-or-that answers to a machine-vision model.

This is different because you’re not asking if one picture is feline, you’re asking which of two (basically identical) pictures is more feline; you would expect the pareidolia to be just as strong for each version.
All examples (sheep vs chair, dog vs bottle, cat vs truck, elephant vs clock) are organic vs inorganic.

Perhaps participants are reusing bouba/kiki[1] skills, evaluating whether the image looks organic (rounded) or inorganic (spiky) - and making their choice accordingly.

[1]: https://en.wikipedia.org/wiki/Bouba/kiki_effect

I think they took a picture of a vase, and created two derivative images of the vase, one which was more cat-like and one which was more truck-like. In both cases, participants did better than average at guessing which one was the derivative image. In any case, I don't think this is explained by the bobo-kiki effect, since they were able to get the subjects to select both inorganic (truck) and organic (cat) derivatives of the same source image.
If you look at the sheep vs chair example (last figure, perturbation 16), the “chair” one has more angular shapes in the background, while the “sheep” one has more rounded, organic lines there.
doesn't seem so. I think the key is probably here

>perturbed by a seemingly random pattern

ie. it doesn't really seem like a random pattern. It looks more like a match pattern taken from the mid-layers of a visual NN, the pattern of edges and vertexes which "lights up" more frequently when a cat image is presented to the NN. That would explain why an NN (even another one as they all converge on processing edges and vertexes) would mistake that image of vase for cat - in the altered image of vase those "cat" pattern edges and vertexes are present, just at the attenuated 2 levels amplitude, and the first layers of NN (usually converged to Gabors and Gaussian pulling like in the biological visuals cortex) would still detect those edges and will send it to the mid layers where it will "light up" similar "cat" patterns (it would be very illustrative if the authors provided the mixed-in image subjected to edge detection - that should clearly show a mix of original vase image edges and the added "cat" pattern ones). That also explains why people would point to such an image as more cat-like - the first layers and even the first-mid layers in our visual cortex are very similar to what the first and the mid layers of a well-trained NN converge to, and those our layers would similarly detect and "light up" to those mixed-in cat pattern edges and vertexes - we are just better at signal/noise, ie. clearly recognizing the vase and thus suppressing the "noise" of those cat patterns triggered in our visual cortex, so we wouldn't misclassify the image as a cat, yet we do feel something cat-like. Would be interesting to give that test to the people under hallucinogens, i.e. when the visual cortex mid-layers signals are subjected to much less frontal processing and the "noise" rises to the level of "signal".

we should code up a real online game to gather the stats here. maybe we'll find a real subliminal messaging model
There are literal sheep like images in the sky of some of these lol
I wonder if that kind of trick could be used during the training of adversarial networks - GANs, to have a strong adversary
I think the issue here is that it's always possible to perturb the model inputs to mess with the output if you have the weights. I guess in theory you could have a model that isn't vulnerable to this, but I'm not sure the training methods and networks used today could ever yield it.

I'm not an expert per se, but I think the issue at its core is that convolutional networks are trained to look at small features out of context, and tricking those smaller features detectors is possible without changing the overall structure of the image.

"While human vision is not as susceptible to adversarial perturbations as is machine vision (machines no longer identify the original image class, but people still see it clearly), our work shows that these perturbations can nevertheless bias humans towards the decisions made by machines."
I find sci fi or satire with a bit of truth in this area far more interesting than any serious attempt.
Caption on the first image :

>when perturbed by a seemingly random pattern across the entire picture (middle), with the intensity magnified for illustrative purposes

I don't understand? The pattern is not "seemingly random", it is "seemingly chosen to have subtle cat-features". One sees the ears at the top of them image and face-like features below.

So, is it "we perturbed images to overlay cat-like features on a visual level that humans don't generally perceive but ML models were able to perceive; and then ML models perceived them"?

Can someone précis the results and why they're interesting because on the face of it this seems like a very obvious outcome?

Do I need to make a new year resolution to actually read the articles?

You're not wrong, but this is interesting insomuch as it's it's more from 100% bug on the bug-feature axis to...well, wetware has this bug too it's just subconcious.
But it's not a bug. You look at it and go “hey, those flowers look like a cat”, in the same way you go “that cloud looks like a horse” or “that tree looks like a face” (though, many people have specialised human face processing machinery in their visual systems, so this last example is potentially a little different). It's not a misclassification, just an awareness.
"Corporate wants you to find the difference between these two pictures."

"They're the same--wait, is that a cat?!"

It would be amazing if NNs can eventually create art that inspires emotions in the audience without them realizing how. That seems to be a feature of normal art but maybe machines can one day do better than the best human artists.

Unfortunately, the researchers will probably never follow up on their work and improve things. That's the sad story of most fun research, they just give up and forget about it once it's published and nobody else seems to want to do the work themselves. Though perhaps that's because most research doesn't actually have any potential for improvement or is false to begin with and the authors know it.

> Unfortunately, the researchers will probably never follow up on their work

That is a very weird assumption.

> nobody else seems to want to do the work themselves

If you are so interested why don’t you try your hand at it? This particular research is super easy and accessible.

That's fair. Of course they're not obligated to continue it themselves. I guess I'm just speaking from disappointment when I've encountered old, seemingly interesting dead-ends before and wondered why the authors apparently abandoned their work when they'd be the ones most motivated to further it. Perhaps getting the ball rolling is more the researcher's job than improving the ball.
How is the image on the left classified as a vase? There is maybe the top of the vase in the image, otherwise it is a collection of flowers. Maybe it is just me on my phone but I might clarify it as a bouquet or flowers or something, but not a vase.
> How is the image on the left classified as a vase?

That is the label assigned to it in the dataset.

> Maybe it is just me on my phone but I might clarify it as a bouquet or flowers or something, but not a vase.

Ok. I assume you read the rest of the article. Does your observation change anything about the research findings?

Is there a high res versions of the images? I want to see the "imperceptible differences" myself.