Wasn't there something similar a few months ago on HN and where the top comment talked about how it's not as impressive as it sounds [0]? The main issue is that this type of methodology is pulling from a pool of images, not literally reconstructing what image was seen in the brain directly. > I immediately found the results suspect, and think I have found what is actually going on. The dataset it was trained on was 2…
fMRI-to-image with contrastive learning and diffusion priors
31–40 of 69 posts
Re: fMRI-to-image with contrastive learning and diffusion priors
#32Re: fMRI-to-image with contrastive learning and diffusion priors
#33Earlier quoted context omitted.
Indeed, it reminds me of the movie Arrival (and the short story upon which it's based) where the heptapods are able to show a complete sentence and story within one glyph. I thought it was interesting just how much the movie focused on linguistics, which is rare to see in Hollywood films. Something else that's interesting about language is it's just a form of compressive medium for thoughts; I think of a concept, the…
Right and I would go so far as to say that most types of intelligence are a type of functional compression also. There's definitely room for direct transfer of concrete unrolled information. But at the same time we would still need some forms of abstraction in many cases. I think the biggest issue with the compression of natural language is that the loss is different for each person, since everyone's "codec" varies.…
Re: fMRI-to-image with contrastive learning and diffusion priors
#34Awesome, predicting words from fMRI has been around for a while and visual cortex can be mapped well. That said, and coming from a background in neuroimaging 20 years ago, what’s the applicability? MRI hasn’t gotten that much more cost effective for more widespread uses. Magnets are expensive.
Re: fMRI-to-image with contrastive learning and diffusion priors
#35I think the method of merging the pipelines via img2img should use controlnet. Possibly needing to be finetuned specifically for this, although existing controlnet models might work fine for this. This is exactly what you'd want to use controlnet for - mapping semantic information onto the perceived structure.
Re: fMRI-to-image with contrastive learning and diffusion priors
#36As someone suffering from intrusive thoughts I do not look forward to a future where other people can see what I sometimes see in my head.
You'd be quite surprised.
Re: fMRI-to-image with contrastive learning and diffusion priors
#37I think the method of merging the pipelines via img2img should use controlnet. Possibly needing to be finetuned specifically for this, although existing controlnet models might work fine for this. This is exactly what you'd want to use controlnet for - mapping semantic information onto the perceived structure.
Re: fMRI-to-image with contrastive learning and diffusion priors
#38Re: fMRI-to-image with contrastive learning and diffusion priors
#39This is SO COOL. I'd guess (I did analysis for an fMRI lab for a year so I'm not a pro but not totally talking out of my orifice) that detecting images like this is among the easier things you could do (it probably wouldn't be so easy to do things like "guess the words I'm thinking of") and I suspect other sensory stuff might be harder but I have little knowledge there. One of the biggest issues with any attempt to e…
Re: fMRI-to-image with contrastive learning and diffusion priors
#40Earlier quoted context omitted.
Yes there was. However this is a different paper, describing a different method, applied to a different dataset, with different results. As the abstract says, "In particular, MindEye can retrieve the exact original image even among highly similar candidates indicating that its brain embeddings retain fine-grained image-specific information. This allows us to accurately retrieve images even from large-scale databases…
> To achieve the goals of retrieval and reconstruction with a single model trained end-to-end, we adopt a novel approach of using two parallel submodules that are specialized for retrieval (using contrastive learning) and reconstruction (using a diffusion prior). What you can think of contrastive learning as is: two separate models that take different inputs and make vectors of the same length as outputs. This is ach…
You can see the comparison in performance between LAION-5B retrieval and actual reconstructions in the paper. When retrieving from a large enough database like LAION-5B, we can get images that are quite similar to the seen images in terms of high level content, but not so similar in low-level details (relative position of objects, colors, texture, etc). Reconstruction with diffusion models does much better in terms of low-level metrics.