I spent time working with Andrej and the rest of the FSD team back in 2020/2021, and we had plenty of conversations on how human visual processing maps onto our neural network architectures. Our approach—transformer-based attention blocks, multi-scale feature extraction, and temporal fusion—mirrors elements of the biological visual cortex (retina → LGN → V1 → V2 → V4 → IT) which break down raw inputs and integrate th…
TopoNets: High performing vision and language models with brain-like topography
41–50 of 76 posts
Re: TopoNets: High performing vision and language models with brain-like topography
#42Earlier quoted context omitted.
Was it toxicity though as understood by the model, or just a cluster of concepts that you've chosen to label as toxic? I.e., is this something that could (and therefore, will) be turned towards identifying toxic concepts as understood by the chinese or us government, or to identify (say) pro-union concepts so they can be down-weighted in a released model, etc?
We localized "toxic" neurons by contrasting the activations of each neuron for toxic v/s normal texts. It's a method inspired by old-school neuroscience.
Re: TopoNets: High performing vision and language models with brain-like topography
#43I spent time working with Andrej and the rest of the FSD team back in 2020/2021, and we had plenty of conversations on how human visual processing maps onto our neural network architectures. Our approach—transformer-based attention blocks, multi-scale feature extraction, and temporal fusion—mirrors elements of the biological visual cortex (retina → LGN → V1 → V2 → V4 → IT) which break down raw inputs and integrate th…
"It’s amazing how closely this synthetic perceptual pipeline parallels the way our own brains interpret the world." It is amazing, that the synthetic pipeline, that was build to mimick the brain, seems to mimick the brain? That sounds a bit tautological and otherwise I doubt we have really understood how our brain exactly interprets the world. In general this is definitely interesting research, but worded like this,…
Re: TopoNets: High performing vision and language models with brain-like topography
#44I spent time working with Andrej and the rest of the FSD team back in 2020/2021, and we had plenty of conversations on how human visual processing maps onto our neural network architectures. Our approach—transformer-based attention blocks, multi-scale feature extraction, and temporal fusion—mirrors elements of the biological visual cortex (retina → LGN → V1 → V2 → V4 → IT) which break down raw inputs and integrate th…
I've found how CNN map to visual cortex to be very clear. But I've always been a bit confused about how llms map to the brain. Is that even the case?
For the lower level - word embedings (word2vec, "King – Man + Woman = Queen") - one can see a similarity
https://www.nature.com/articles/d41586-019-00069-1 and https://gallantlab.org/viewer-huth-2016/
"The map reveals how language is spread throughout the cortex and across both hemispheres, showing groups of words clustered together by meaning."
Re: TopoNets: High performing vision and language models with brain-like topography
#45The main reason topography emerges in physical brains is because spatially distant connections are physically difficult and expensive in biological systems. Artificial neural nets have no such trade-off. So what's the motivation here? I can understand this might be a very good regularizer, so it could help with generalization error on small-data tasks. But hard to see why this should be on the critical path to AGI. A…
Perhaps they are more easily compressible? Once a bunch of nearby weights have similar roles one may not need all of them.
[0]: https://fraunhoferhhi.github.io/Self-Organizing-Gaussians/
Re: TopoNets: High performing vision and language models with brain-like topography
#46I spent time working with Andrej and the rest of the FSD team back in 2020/2021, and we had plenty of conversations on how human visual processing maps onto our neural network architectures. Our approach—transformer-based attention blocks, multi-scale feature extraction, and temporal fusion—mirrors elements of the biological visual cortex (retina → LGN → V1 → V2 → V4 → IT) which break down raw inputs and integrate th…
Re: TopoNets: High performing vision and language models with brain-like topography
#47I spent time working with Andrej and the rest of the FSD team back in 2020/2021, and we had plenty of conversations on how human visual processing maps onto our neural network architectures. Our approach—transformer-based attention blocks, multi-scale feature extraction, and temporal fusion—mirrors elements of the biological visual cortex (retina → LGN → V1 → V2 → V4 → IT) which break down raw inputs and integrate th…
"It’s amazing how closely this synthetic perceptual pipeline parallels the way our own brains interpret the world." It is amazing, that the synthetic pipeline, that was build to mimick the brain, seems to mimick the brain? That sounds a bit tautological and otherwise I doubt we have really understood how our brain exactly interprets the world. In general this is definitely interesting research, but worded like this,…
Re: TopoNets: High performing vision and language models with brain-like topography
#48Earlier quoted context omitted.
"It’s amazing how closely this synthetic perceptual pipeline parallels the way our own brains interpret the world." It is amazing, that the synthetic pipeline, that was build to mimick the brain, seems to mimick the brain? That sounds a bit tautological and otherwise I doubt we have really understood how our brain exactly interprets the world. In general this is definitely interesting research, but worded like this,…
Did you read the part where he explicitly mentioned that they discovered how enforcing that architecture was not necessary, as it would emerge on its own?
Re: TopoNets: High performing vision and language models with brain-like topography
#49I spent time working with Andrej and the rest of the FSD team back in 2020/2021, and we had plenty of conversations on how human visual processing maps onto our neural network architectures. Our approach—transformer-based attention blocks, multi-scale feature extraction, and temporal fusion—mirrors elements of the biological visual cortex (retina → LGN → V1 → V2 → V4 → IT) which break down raw inputs and integrate th…
"It’s amazing how closely this synthetic perceptual pipeline parallels the way our own brains interpret the world." It is amazing, that the synthetic pipeline, that was build to mimick the brain, seems to mimick the brain? That sounds a bit tautological and otherwise I doubt we have really understood how our brain exactly interprets the world. In general this is definitely interesting research, but worded like this,…
We can think of a solution space, with potentially many good solutions to the vision problem, and we can, in science fiction-like speculation, that the other solutions will be very different and surprise us.
Then this experiment shows its solution is the same we already knew, and that's it.
Then there aren't many good potential solutions, there is only one, and the ocean of possibilities becomes the pond of this solution.
Re: TopoNets: High performing vision and language models with brain-like topography
#50This paper imports an arbitrarily-chosen aspect of cortical architecture — topological maps of function — and ignores every other aspect of biological neural tissue. The resulting models show lower performance for the same number of parameters — not surprising, since they are more constrained compared with baseline. They may be slightly more robust against pruning — not surprising, since they are more regularised. Th…