Slashdot Mirror


fMRI Data Reveals How Many Parallel Processes Run In the Brain

New submitter xgeorgio writes: From MIT Technology Review: "The human brain carries out many tasks at the same time, but how many? Now fMRI data has revealed just how parallel gray matter is. ... Although the analysis is complex, the outcome is simple to state. Georgiou says independent component analysis reveals that about 50 independent processes are at work in human brains performing the complex visuo-motor tasks of indicating the presence of green and red boxes. However, the brain uses fewer processes when carrying out simple tasks, like visual recognition.

That's a fascinating result that has important implications for the way computer scientists should design chips intended to mimic human performance. It implies that parallelism in the brain does not occur on the level of individual neurons but on a much higher structural and functional level, and that there are about 50 of these. 'This means that, in theory, an artificial equivalent of a brain-like cognitive structure may not require a massively parallel architecture at the level of single neurons, but rather a properly designed set of limited processes that run in parallel on a much lower scale,' he concludes." Here's a link to the full paper: "Estimating the intrinsic dimension in fMRI space via dataset fractal analysis – Counting the `cpu cores' of the human brain."

5 of 91 comments (clear)

  1. Re:Next please by NotInHere · · Score: 4, Funny

    No the brain runs a very efficient version of systemd that has replaced ascii bash through a binary remote code execution system which is much more efficient and simple.

  2. analog computer by Spazmania · · Score: 5, Informative

    The brain is an analog computer. The notion of parallelism is fundamentally different for an analog computer... In a sense, every single neuron is operating independently and in parallel with the rest. Describing it in terms of parallel processing with digital CPUs makes no sense.

    --
    Moderating "-1, Disagree" is simple censorship. Have the guts to post your opinion.
    1. Re:analog computer by Anonymous Coward · · Score: 3, Interesting

      I think that the distinction you are trying to draw is not digital versus analogue. It is synchronous versus asynchronous circuit design.

      You can build asynchronous digital logic circuits using various self-timing mechanisms. You do not have to use clocked input buffers to synchronize tiers of logic gates, that is just a convention that makes reasoning about the system a lot easier. The design process is much more difficult, as you have to consider many more combinations of signal paths much as in typical analogue circuit design. You can still use thresholds at the gate level to implement digital logic functions, and you can form and react to pulse trains to do things like serial communication of bits without a clock signal. Things like the 8b10b encoding can ensure that the signal remains in a disciplined mode such that timing can be recovered.

      You can envision hybrid designs where more and more self-timed communication happens between ever shrinking domains of conventional synchronous logic. Eventually, the clocking in those domains might be entirely derived from the self-timed input links, and at that point you have what sounds to me like an asynchronous digital system.

    2. Re:analog computer by ultranova · · Score: 3, Insightful

      The brain is an analog computer. The notion of parallelism is fundamentally different for an analog computer...

      Citation needed. Intuitively the difference between a digital and analog computer is that the former has two discrete signal levels while the latter has a continuous band. This doesn't seem to imply anything about the actual structure of the system.

      Also, it isn't certain that the brain is actually analog. Individual neurons have discrete "firing" and "not firing" states. Firing rate is often summarized as neuron activation level, since it correlates with energy usage which is what various imaging techniques actually measure, but that doesn't prove that the timing of individual firing events doesn't matter. And if they do, we have a digital system.

      In a sense, every single neuron is operating independently and in parallel with the rest. Describing it in terms of parallel processing with digital CPUs makes no sense.

      Every single transistor is also operating independently and in parallel with the rest.

      --

      Forget magic. Any technology distinguishable from divine power is insufficiently advanced.

  3. If you're a man... by Hognoxious · · Score: 4, Funny

    ... the answer is one.

    --
    Confucius say, "Find worm in apple - bad. Find half a worm - worse."