Representing the way information is represented during computation (via spike rate-coding or whatever), using far less power, changing the interaction between computation and memory -- all of these can be exciting and interesting without pretending that it's closely related to human brains.
Whether or not that's what's happening here is another matter.
Oh well.
[1] https://en.wikipedia.org/wiki/List_of_animals_by_number_of_n...
a) individual mammal neurons are far more computationally complex than any existing artificial neuron, even in SNNs.
b) a cat has 10 trillion synapses compared to the 100 billion artificial synapses in Intel's computer. So even ignoring how simple artificial neurons are, mammal brains have far more topological complexity.
Why do you say they are not closely related? They are certainly an analogy to parts of the human brain. They are inspired by the way real neurons work at some level. But using the word "pretending" you sound as if you think these similarities are pure fiction. Why is that?
1) Nobody is even bothering to explain why this is like a human brain rather than 1M spider brains or 1B nematode brains - I suspect 1M spider brains is probably closer to reality, and I doubt that adds up to one human. The choice of "human" is a marketing gimmick.
2) Even in nematode brains, each neuron is very different, in a way that can't be explained by a small array of floating-point numbers. These SNN architectures are too homogenous and simple to explain the actual behavior of individual neurons. (See https://www.quantamagazine.org/how-computationally-complex-i... which discusses standard ANNs, but I strongly doubt a single layer of SNN neurons can actually emulate an individual rat neuron.)
3) Epigenetic effects are clearly important for thinking and memory formation, yet totally ignored by these architectures: https://www.smithsonianmag.com/smart-news/scientists-say-the...
- Current computers represent values as patterns of binary values. Analog computers sometimes represent values as e.g. voltages within a range. SNNs represent values with the timing of "spike" events. You could think of this like if you and your friends arranged a scheme to communicate using only the original Yo app, just by varying timing and frequency.
- Current computers move values back and forth between memory and the CPU, and has very little room to hold data "close" to the CPU. Suppose your e-reader can only have one doc page open at a time; if you need to figure something out by closely comparing values between several docs, you might spend more time opening/closing/finding/paging through docs than actually reading them or thinking. These systems put (some) memory to be held by the same physical components which are doing the computations, so they aren't moving stuff back and forth in the same way.
- However, current computers are quiet general in what they can do. In exchange for speed an efficiency, these systems are not general purpose. For example, b/c they have 1.15B "neurons" and 128B "synapses", any value can only (directly) influence on average 112 other values. You could think of this a bit like if Excel only let your formula reference a capped number of cells.
- But for research problems which fit these constraints, this system can be extremely fast and use less power than a normal computer would.
For example even though the impulse-striking power or multi spectral vision system of the mantis shrimp is much more capable than human systems, it is not a benchmark for any of our systems
Therefore we’re going to continue to evaluate everything. On human action until we create something that surpasses it.
Comparing it to the brain, I agree is silly
comparing them to human capabilities however, (which is effectively what people are saying when they compared to the brain, even though they don’t know that) is very reasonable
humans can't help but be obsessed with other humans, the same way every species is hardwired in a specific way to relate to their own species.
the idea of any computer system "brain" not being compared and contrasted to our own is against our very narcissistic nature.
Like the brain, Hala Point and the Loihi 2 processors use these SNNs, where different nodes are connected and information is processed at different layers, similar to neurons in the brain.”
My impression is that there hadn't been much success with SNN's yet.
The spiking might be important, or it might not. (One way to find out!) But we certainly have proof that it can be made to work!
It's not exactly new hardware though, it's just a cluster of 1152 existing Intel Loihi 2 neuromorphic chips.