Slashdot Mirror


Traffic Jams In Your Brain

An anonymous reader writes "Carl Zimmer's latest foray into neuroscience examines why the brain can get jammed up by a simple math problem: 'Its trillions of connections let it carry out all sorts of sophisticated computations in very little time. You can scan a crowded lobby and pick out a familiar face in a fraction of a second, a task that pushes even today's best computers to their limit. Yet multiplying 357 by 289, a task that demands a puny amount of processing, leaves most of us struggling.' Some scientists think mental tasks can get stuck in bottlenecks because everything has to go through a certain neural network they call 'the router.'"

25 of 250 comments (clear)

  1. Router eh? by MrQuacker · · Score: 5, Funny

    Have they tried unplugging it, waiting 30 seconds, and plugging it back in?

    1. Re:Router eh? by orangesquid · · Score: 3, Interesting

      I wonder if idiot savants' routers are just fewer hops from the backbone? ;P

      --
      --TheOrangeSquid Is it any wonder things seem so awry? We swim in a sea of confusion and don't have to think to survive
    2. Re:Router eh? by 0100010001010011 · · Score: 3, Insightful

      Like Sleep? I can't count the number of times I've been stuck with programming logic, math word problems, etc. I'll stare at it until I can't make any more sense of it, go to bed. Wake up and within 30 seconds have the solution.

      Sounds pretty close to a reboot to me.

  2. Pulling it between layers of abstraction. by Securityemo · · Score: 4, Interesting

    Couldn't it just be that we do not really have direct access to the raw computational capacity of the brain? There are savants and people who have trained themselves tremendously who can do arithmetric like this, using memory tricks and such. Wouldn't that be more like a hack to "reach down" to utilize the low-level capacity of the brain? The brain is nothing like a man-made computer, but doesn't the "layers of abstraction" still apply? The brain can calculate 357 by 289, but it does not naturally "understand" what 357 or 289 is, or for that matter what the high-level instruction from "me" to "multiply" is.

    --
    Emotions! In your brain!
    1. Re:Pulling it between layers of abstraction. by h4rm0ny · · Score: 5, Insightful

      I don't think it's processing power or inability at all. I thnk it's lack of working memory. We can all work out 357 multiplied by 289 easily with pencil and paper. Very easily. And we could do it in our heads just as well if we could casually remember all the intermediary stages: e.g. 9 times 7 is 63, 9 times 50 is 450, 9 times 300 is 2,700, sum all three numbers and remember the result, now begin with 80 times... etc. But it's not easy for most people to do that. The computation is easy. But we need more registers.

      --

      Aide-toi, le Ciel t'aidera - Jeanne D'Arc.
    2. Re:Pulling it between layers of abstraction. by ultranova · · Score: 5, Insightful

      Couldn't it just be that we do not really have direct access to the raw computational capacity of the brain?

      Probably. You can scan a crowd because you have a hardware-level implementation for that; you can't multiply efficiently because that has to go through multiple levels of emulation, at least one of which has a severe lack of reliable memory.

      We shouldn't forget that abstract thought is actually a very new evolutionary hack; we've only had a real culture for a 10,000 years or so. Before that, it was cave paintings for a 100,000 years. You can't expect a very experimental feature to be thoroughly optimized, yet.

      --

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

    3. Re:Pulling it between layers of abstraction. by satuon · · Score: 4, Insightful

      I think it is because the brain is at heart an analog instead of digital machine. Multiplying integer numbers however isn't a task well suited for analog machines.

    4. Re:Pulling it between layers of abstraction. by h4rm0ny · · Score: 5, Funny

      The brain arguably is man-made.

      I think you'll find there's usually a woman involved in the process too. :)

      --

      Aide-toi, le Ciel t'aidera - Jeanne D'Arc.
    5. Re:Pulling it between layers of abstraction. by goodmanj · · Score: 3, Insightful

      2 corrections:

      1. "I think it is because the brain is at heart an analog instead of digital machine. Multiplying integer numbers however isn't a task well suited for analog machines."

      The humble slide rule is a beautiful analog computer whose primary job is doing multiplication. A skilled user can do multiplication with one faster than he can use a digital calculator.

      2. The brain isn't a digital computer, but it isn't really "analog" either. Individual synapses are either off (not firing) or on (firing), never something in between. But the *rate* at which they fire encodes information in a way that's not analogous to either analog calculating machines or digital computers.

      Comparing the human brain to *any* human technology, be it a digital computer or an analog calculator, is a massive category error.

    6. Re:Pulling it between layers of abstraction. by MDillenbeck · · Score: 3, Insightful

      Neurobiology is a fascinating topic. Of course a brain is not a digital. Neurons often have multiple connections (dendrites) and emit more than one type of neurochemical signal and often has more than one type of receptor. However, I can see the point that these neurochemicals are sent out in specific quanta and that a threshold needs to be exceeded to initiate a response. Thus instead of using a neuron as the basic unit but the receptor type as the unit, we can see neurology in a digital aspect. I would take it a step further that the brain would then be a series of parallel digital computers (based on receptors) that are networked to produce a series of responses, both when considering a network of neurons and within the neuron itself.

      Essentially, what we are looking at is emergent behavior. On the receptor level we see digital activity. However, once we get to the neuron or brain level, the emergent behavior of the system appears analog.

    7. Re:Pulling it between layers of abstraction. by mr_mischief · · Score: 3, Insightful

      We also haven't been worried so much about exact numbers of things for much of that time, and matching faces against memories isn't that exact of an example.

      You're likely to recognize someone who grew a mustache or cut their hair, or to ask someone familiar to you where they got a fresh scar rather than walking right past them.

      You are also not likely to care exactly how many bushels of barley you raised until you start selling the grain for currency or protecting it from known thieves. So long as your granary doesn't run out before the next harvest, you have enough grain. Even when bartering or selling for currency, unless you do a lot of it you can estimate your reserves of unsold stock. Once you move to a mercantile economy rather than being your own producer of sustenance, though, knowing how much of something you have and what you can get in exchange becomes more important.

      Building things takes a similar route to economics. If you're building small houses with a central hearth, the construction skills are much more important than anything numeric. Once you're building grand temples and fortifications, engineering kicks in.

      Now for the car analogy. I'll hit both engineering and economics. Once you have the materials and power sources to make automobiles and airplanes, engineering and trial-and-error still play a role. If you build custom buggies or roadsters on the weekends, you can utilize hard engineering but you probably don't need to. If you're meeting specific crash safety, fuel economy, and profit margin goals for the design of a car model and its highly automated production process for a big mass-market car manufacturer, your numbers had better be right.

    8. Re:Pulling it between layers of abstraction. by mr_mischief · · Score: 3, Interesting

      I don't think the distinction is so much between analog and digital as between synchronous and asynchronous. The brain doesn't have a quartz crystal or a cesium atom telling it when a thought is over. It settles on a result, then sets a flag letting you know it's ready to read another input. In the mean time, some tasks take longer than others. Think of it as a CISC machine with no clock pulse and some bus contention maybe rather than a tightly clocked synchronous RISC machine.

      Also, it's pretty clear that certain parts of the brain tend to act as special coprocessors or at least NUMA general purpose processors. Your data is moving from one place to another with different locality.

      Add to that the fact that to get precision you must let the data circuits settle before relying on them (the purpose of latches and a clock in most traditional computer processors) but that most of our lives are lead in approximations, and it's easy to see why we're poorly constructed to do precise calculations as quickly as approximations.

      We can build computers to be much faster at rough approximations and with good accuracy but poor precision than at precise answers, too. We usually don't, except for Non-P and NP problems, because having exact answers quickly is often the main advantage to using a computer.

      Getting approximate answers even faster from the computer is only useful in certain situations. Oddly enough, many (but not all by any means) of these situations are things humans are already really good at on our own. The facial recognition used as an example in TFA is one. Maneuvering over rough ground, identifying close to optimal paths for the Traveling Salesman problem for a small number of inputs, or translating speech into text are all things most humans do pretty easily any time. They happen to be really difficult to do quickly with precision whether using a computer or not.

      Luckily, we don't have to calculate the force of every footfall when we walk. Getting a close to optimal travelling route is much better than getting one of the worst options. For larger numbers of stops, a computer will do better faster than most humans on this problem, but that's because we know how to make the computer estimate, too. We tend to work with phonemes and with local context when working out the meaning of a sentence, and the best computer dictation and language translation systems (which are still lacking) do a lot of guessing and inferring based on context, too.

      We live in a sloppy world. We get mostly sloppy inputs and produce mostly sloppy outputs. Things work out fine most of the time that way, but we need precision for some of our own non-natural projects. Getting precise answers when you don't need them is wasteful of resources. It's no wonder that to survive we're very good at getting sloppy answers quickly. It's no use to wait and figure out which exact angle you need to run away from danger. Close to 180 degrees is pretty good.

    9. Re:Pulling it between layers of abstraction. by MachDelta · · Score: 5, Interesting

      Try being a Canadian. We're caught between you guys and the rest of the world. So while my drivers license has my height in metres and my weight in kilograms, I honestly can't think of anyone (myself included) who uses those units in real life. When the newscasts give reports on a person of interest, it's always given in feet and pounds, because most people have no clue what a 1.75m, 80kg man looks like (but they can quite quickly imagine someone 5 foot 9, 176lbs). Yet small measurements of weight (for example, at any grocery store i've ever seen in Canada) are typically in grams or kilograms. Speed and distance are usually given in kilometres (/per hour), but older and/or rural folk still use miles because the entire township/rangeroad grid is still based on miles. So you have to know that driving 6 miles down the road is going to read as 10km on your odometer. But go to the drag strip and trap speeds are all given in mph. Volume is usually in litres, but due to the US being our largest trading partner, many industries still use gallons too (especially in bulk). When I worked for an oil distributor this was always something we had to watch out for, because our holding tanks were marked in litres, but everything we ordered from the US came in gallons. It was an important concept to understand when trying to calculate how many 20,000 gallon rail-cars of oil were needed to fill three 50,000 litre storage tanks. Oh and temperatures are mostly in celcius, but a good portion of the population (especially older people) have something of a working knowledge of fahrenheit. Typically, people know room temperature is about 72 (~23C) and that anything over 100 is "damn hot" (38C), usually from/for travel. Interestingly, one of the places this all gets REALLY frustrating is in cooking. While I just stated that temperature is usually in celcius, almost everyone I know gives oven temperatures in fahrenheit, which is funny because cooking always sounds really-really-hot: a 300 degree oven sounds like a LOT, but in celcius its only 150 - actually fairly cold to cook with. This is because so much of our media (like cooking shows, books, magazines, etc) is shared. Yet so few of our small measurements are, so many recipes are given in units people don't always have a lot of experience with. I cannot count how many times i've been at the grocery store looking for an 8fl-oz can of something, and I have to stand there and scratch my head to rough it in mililitres. Oh, and a quarter-pounder here is still a quarter-pounder - come to think of it, all the burger commercials i've ever seen have been in pounds. So much for small measurements in kilo/grams.

      Anyways, the TLDR version is that Canada has the most screwed up measurement conventions of any country on the planet, hands down.
      The day the US switches to metric will be a very, very happy one for all Canadians. Not that i'm holding my breath. ;)

    10. Re:Pulling it between layers of abstraction. by Tablizer · · Score: 4, Insightful

      The imperial units are usually more divisible by 3 and 4, something metrics suck at. 12 is a better base than 10 for most uses. God fscked up when he made our hand.

  3. Pseudoscience? by contra_mundi · · Score: 5, Interesting

    How about 357 * 289 being hard is because 7 is the average size of the short term memory, and you need to remember more numbers than that to arrive at 103,173?

  4. The way math is taught... by blahplusplus · · Score: 4, Interesting

    ... the way math developed and was taught is not the only way to teach "math", this is one thing that I've learned as I've grown up. And I'm still doing much research in this area.

    There are better ways to teach people how to do those computations but it requires a conceptual understanding that there is not a "Set" way of thinking about "numbers" (really our alphabet for communicating distinction and differences) linking the way we naturally think with foreign languages developed by a narrow set of minds. see: Mayan numerals.

    http://en.wikipedia.org/wiki/Maya_numerals

    Notice how mayan numerals rerepsent themelves as geometric objects that are easily discerned at a glance versus our our highly compressed representational notation (1,2,3,4). Mayans knew that all numbers are made of distinct geometric distinctions and hence they used simple uniform geometric objects as representation to communicate numbers "at a glance", representation _matters_ to how we think about concepts and how we can use them and map them between systems of thinking that only SEEM different on the surface.

    You have to understand the numbers can be rethought as natural ratio of shape and size in the real world, when we measure things in the real world we use arbitrary ratios of an object in regards to our own visual system.

    For instance 357 by 289 can be broken down to

    3.57 x 2.89

    What you're trying to do is limited the # of elements by changing the ratio you have to see "lots of things" as merely representations of smaller scale things and things get a lot easier once you understand this principle.

    The whole way math is taught is really fucked up and made for a narrow range of particular minds that function and "Get" how our mathematical system developed. If you begin studying the history of math, you realize that representation and HOW YOU THINK about how we mathematize nature matters a hell of a lot more then just throwing stuff other people figured out at kids in a symbolic format developed for a narrow subset of human minds.

    Math is just a symbolic language to communicate our observation of distinctions and differences in regards to space, matter and time in the world.

    1. Re:The way math is taught... by Rich0 · · Score: 3, Insightful

      Uh, when I was taught math in elementary school, concepts similar to the Mayan depiction were often used. The only difference I see is that this was all done in base 10 and not in a hybrid of base-5 embedded in base-20.

      I'm not really sure what you're getting at. Sure, you can represent numbers as shapes and sizes, but I don't see how this really helps mental math except when it comes to order-of-magnitude calculations.

      If I want to multiply 357x289, I can already tell you that the answer is somewhere around 90000. The challenge comes if I want to know the answer to more than 1-2 significant figures. I don't see how using something like the Mayan system or any other system is going to accomplish this.

      In any case, I'm not even sure what the problem that you're trying to solve is. The average person can do math well enough to get by in the real world. Sure, it would be nice to be able to walk down the aisle at the grocery store and figure out the per-unit prices in my head to 3 sig figs, but I don't see anything you're offering as accomplishing this. If I'm going to do a model simulation run I'm going to use a computer, and that requires almost zero mental effort around performing calculations - just a TON of creativity and analysis creating the mode/etc.

  5. Re:That was easy! by roman_mir · · Score: 5, Interesting

    My grandmother, while she still was alive, could do these kinds of tricks in her head in a few seconds. She could multiply 2 and 3 and 4 and 5 digit numbers, divide and even take roots. All in her head. The day she finished high school the war started, so instead of becoming a teacher she was making tank gun rounds and then after the war worked as a food store clerk and then an accountant and the head accountant for a number of stores at the same time (this was the old USSR). Most of her life she was around numbers. So in the stores even until 1980s they didn't calculators or electronic machines, they used abacus. She calculated everything in her head in seconds and told the result, the buyers would not believe her and ask her to show them on the abacus, so she did. I cannot say that I ever heard her being wrong about calculations.

    I believe she remembered a lot of the calcuations ahead of time, so she nearly knew the results (pre-cached the results) and then worked the small differences out. I don't have that cache of numbers, but 2 and 3 digit numbers I can do fairly quickly.

    289 and 357 to me is (3570 - 357) + (35700 - 3570 * 2) + 35700 * 2. So the only difficulty here is making sure I don't screw up the subtractions, and those are just a matter of paying attention.

  6. Re:That was easy! by tenchikaibyaku · · Score: 3, Interesting

    I've seen some people claim that you get a small abacus in your head once you've learnt it (and got some experience with it, I assume). Any chance your grandmother was claiming something similar?

  7. Brains don't do percision by DarkOx · · Score: 3, Interesting

    I am not expert, and this is just from a brief conversation I had in an elective class many years ago with a neural science professor but I asked how it is the brain does things in an instant that would likely take a powerful micro computer most of a day, while simple multiplication is often quite difficult for me to do in my head.

    The reason he gave is that the brain works usually in a in precise manor. You have lots of different groups of neurons that your relatively plastic brain has wired up to do things like recognize certain patterns. If enough of those go high other parts of your brain proceed as if there was certainty. That works well for evaluating how hard the sterling wheel is pushing back and deciding how much more to stimulate muscles to contract. When you doing something like math though there is only a very specific correct symbol. They parallelism of the voting system breaks down and your brain how to check that all or almost all of those networks agree.

    --
    Repeal the 17th Amendment TODAY! Also Please Read http://www.gnu.org/philosophy/right-to-read.html
  8. An analogy by goodmanj · · Score: 5, Insightful

    Here's an analogy to illustrate the category error people make when comparing the human brain to a computer:

    "A Sony Walkman can record and play music in realtime, fast-forward and rewind, and store an hour's worth of music. These tasks require a 75 Mhz processor and 100 megabytes of memory on an iPod Shuffle. Therefore, a Sony Walkman has a 75 Mhz processor and 100 megabytes of memory."

  9. Re:That was easy! by RoverDaddy · · Score: 3, Funny

    Opening a calculator? I remember when calculators were physical things that you could flip upside down so they read '8008135'.

    --
    RETURN without GOSUB in line 1050
  10. Knowing by Sanat · · Score: 4, Interesting

    We had a family friend (he has passed now) who could go to a railroad crossing with a train going 60 miles per hour down the track and correctly add the 7 digit (or more sometimes) numbers on each train car as the train passed.

    He said that he would not "add" the numbers but allow for them thus coming up with a total more through allowing the right answer than by math manipulation like we would have to do consciously.

    The whole thing was sort of spooky to behold... here we were writing down the numbers of each car and he effortlessly knew the running total. It was if he allowed his unconscious part of his brain to observe the number, add it to the running total without interfering with the process mentally and then his conscious mind would retrieve the answer from the unconscious mind at the end of the train or after 20 cars have passed or other terminating choice.

    --
    And in the end, the love you take is equal to the love you make
  11. Re:That was easy! by MDillenbeck · · Score: 5, Interesting

    I think I saw the PBS special that covered what was mentioned. There is a school in Asia (Japan? China? India? Don't remember, it has been a while since I saw the special) where the students are started at a young age using an abacus. They learn to do complex calculations quickly. Once they read a high speed, they take away the abacus and let the students use an imaginary one. Stage 3? They begin limiting the finger twitching until the abacus exists only in the visuospacial sketchpad and "muscle memory". Although more challenging for an adult learner, with enough years even an adult could learn this method. The advantage of the abacus is manipulating larger numbers than some of the "finger" tricks - but essentially these schools reduce them to just that, minor finger twitches that trigger a mental image of an abacus.

    Chunking to optimize usage of working memory is pretty impressive. Think about how we teach kids to decompose the problem of 289 * 357. We essentially tell them to break it into 4 problems x = 289 * 7, y = 289 * 5 * 10, z = 289 * 3 * 100, and x + y + z. However, we then teach student to do the same with each of the 3 subproblems of 4 calculations (289 * 7 is a = 9 * 7, b = 8 * 7 * 10, c = 2 * 7 * 100 and so on). Thus we have 13 problems to solve while the typical range of items in working memory is 5-9. By creating the mental abacus, the person conducting the calculation now has it fit inside the limits of the working memory.

    I could not do the problem mentally. However, when I looked at it I said 289 * 357 is about 300 * 350, or just under 105000 ( 11 overestimation is greater than the 7 underestimation of two similarly sized numbers, so I would expect to be over slightly in my estimate). For most cases where mental calculation is needed, an approximate 3% error isn't too bad.

  12. FingerMath by GrantRobertson · · Score: 3, Interesting

    Look for a book called "FingerMath." It teaches how to use your fingers like an abacus. After you get used to it you can stop moving your fingers and just kind of "feel" the calculations. No, I never practiced it enough to get good at it. But it is a pretty good book.