Here's my guess: neurons tap into quantum mechanics but we are too primitive to understand that for now. The brain was initially modeled as humors/fluids back when we developed aqueducts, then telegraph came into the scene and it was modeled as electrical impulses and now computers/ML are popular therefore we see it as a neural network. Next step is quantum.
Neurons almost certainly use quantum processes, but so do most transistors. The brain is too too warm for large-scale quantum effects though. You're not going to find phase coherence at that scale in such an environment, which is pretty much the prerequisite for quantum effects (that is fairly well understood).
Study urges caution when comparing neural networks to the brain
81–90 of 141 posts
Re: Study urges caution when comparing neural networks to the brain
#82Here's my guess: neurons tap into quantum mechanics but we are too primitive to understand that for now. The brain was initially modeled as humors/fluids back when we developed aqueducts, then telegraph came into the scene and it was modeled as electrical impulses and now computers/ML are popular therefore we see it as a neural network. Next step is quantum.
It's certainly not proven, but there are many hints in that direction, and the hints keep piling up. Recent research [1] on how the classic anaesthetics work (a great mystery!) suggests they operate by inhibiting the entanglement of pairs of electrons in small molecules which split into free radicals, the electrons then physically separated but still-entangled. It seems it is at least possible, that there is speed-of…
Chemistry is quantum physics at its core. It is just that quantum equations are so hard to solve for anything bigger than hydrogen that most of the times, chemists prefer to use empirical rules to do their job.
Re: Study urges caution when comparing neural networks to the brain
#83The aspect of ai that makes me think something related is going on, is how artifacts look in image generation systems like stable diffusion. Often these systems will have really bizzare artificats, people with 3 arms, etc. However at the same time when you glance at the output without looking carefully you will sometimes miss these artifacts even though they should be absolutely glaring.
Not sure if I'm missing a subtle nuance in your point but to me those "artifacts" are completely expected. Those artifacts like 3 arms are the patterns / outputs in the model, but since it doesn't have a fundamental understanding of the patterns/objects like arms, it just blends many images of arms together and create things like 3 arms. Also why there are so many eyes, arms, legs and other things in other generative…
There's simply nowhere for the computation to go.
Re: Study urges caution when comparing neural networks to the brain
#84Earlier quoted context omitted.
Neurons almost certainly use quantum processes, but so do most transistors. The brain is too too warm for large-scale quantum effects though. You're not going to find phase coherence at that scale in such an environment, which is pretty much the prerequisite for quantum effects (that is fairly well understood).
I believe what was meant was quantum-only or primarily-quantum effects rather than the aggregate effects we normally see (classic physics & chemistry), which are probably the result of quantum physics, but we have "classic" abstractions that model them well enough. Thus, the issue is whether the brain relies mostly on classic effects (common aggregate abstractions) for computations or on quantum-specific effects.
Re: Study urges caution when comparing neural networks to the brain
#85The aspect of ai that makes me think something related is going on, is how artifacts look in image generation systems like stable diffusion. Often these systems will have really bizzare artificats, people with 3 arms, etc. However at the same time when you glance at the output without looking carefully you will sometimes miss these artifacts even though they should be absolutely glaring.
Not sure if I'm missing a subtle nuance in your point but to me those "artifacts" are completely expected. Those artifacts like 3 arms are the patterns / outputs in the model, but since it doesn't have a fundamental understanding of the patterns/objects like arms, it just blends many images of arms together and create things like 3 arms. Also why there are so many eyes, arms, legs and other things in other generative…
But it rarely would put out say 8 arms. And the repeat artifacts are miles ahead of earlier stuff like clip draw or disco diffusion. So it does seem to have some idea of what's going on, just isn't perfect yet. It gets much worse without the 512x512 resolution, if you push both dimensions it loses scene coherence a lot more.
Re: Study urges caution when comparing neural networks to the brain
#86Earlier quoted context omitted.
Not sure if I'm missing a subtle nuance in your point but to me those "artifacts" are completely expected. Those artifacts like 3 arms are the patterns / outputs in the model, but since it doesn't have a fundamental understanding of the patterns/objects like arms, it just blends many images of arms together and create things like 3 arms. Also why there are so many eyes, arms, legs and other things in other generative…
"It just spits out the training set in random configurations (ish)." is a pretty gross misrepresentation and oversimplification of how such a model works, akin to saying a human artist only spits out whatever they saw earlier in their life in random configurations, or saying that SD only spits out pixel values it has seen before, or combinations of pixel values that form edges, etc. FWIW I don't think there is anythi…
I also don't think there's anything wrong with the model architectures in themselves or the data, nor that it is impossible, only that it is hard and as you say I think it needs a lot of data and clever engineering to fix mistakes. It may even be possible to fix most mistakes, over time, which would be pretty impressive imo, but the absolute limits of what a model can produce/"contain" with our hardware is kind of an open question though interesting.
Re: Study urges caution when comparing neural networks to the brain
#87They keep telling me this and, yet, I can't stop doing it. The more I learn about neural networks, the more I feel like I understand my own brain (whether accurate or not). And conversely, the more I think about thinking, the better my theories about how I'd build ML-based system to solve specific problems (admittedly, most untested). Neural networks seem like too useful of a model to simply give up because they aren't completely accurate.
Of course, this is all just for personal use - mostly introspection. I wouldn't exactly do medical work based on the model.
Re: Study urges caution when comparing neural networks to the brain
#88> Study urges caution when comparing neural networks to the brain They keep telling me this and, yet, I can't stop doing it. The more I learn about neural networks, the more I feel like I understand my own brain (whether accurate or not). And conversely, the more I think about thinking, the better my theories about how I'd build ML-based system to solve specific problems (admittedly, most untested). Neural networks s…
These "just so" stories are attractive but it is quite important to realize a metaphor which is intuitive and you perceive as useful is nothing at all like the process for finding real scientific truth. There is also a lot of introspective value to modeling the world as being controlled by mysterious gods who are pleased or appalled at your behavior and that's why good and bad things happen. Perhaps useful for some people but nothing at all like truth.
Re: Study urges caution when comparing neural networks to the brain
#89Earlier quoted context omitted.
I think you're probably missing a number of the important details. In the Penrose/Hammerof model, they're explicitly saying that humans are observed to generate problem solutions that could not have been generated by a purely classical computing process, therefore, the brain must exploit some specific quantum phenomenon. When you talk about QM a a theory of how the world operates, there are wide ranges of QM. Everyth…
The set of problems that are computable by a classical computer are the same set of problems computable by a quantum computer. I think you might be misstating the Penrose argument/position.
I should have said "problems which do not have computable solutions" rather than "set of problems computable by a quantum computer", which seems fairly pedestrian compared to what Penrose is saying.
Re: Study urges caution when comparing neural networks to the brain
#90Earlier quoted context omitted.
22 May 2018: https://arxiv.org/abs/1802.08195
I wonder if adversarial attacks can be mitigated by simply passing a few transforms of the same image to the neural network.
And no, this standard practice does not eliminate adversaries.