Slashdot Mirror


MIT Researchers Explore How Rats Think

Ant writes "A Nature News article explains that, after running a maze, rats mentally replay their actions backwards." From the article: "As the rats ran along the track, the nerve cells fired in a very specific sequence. This is not surprising, because certain cells in this region are known to be triggered when an animal passes through a particular spot in a space. But the researchers were taken aback by what they saw when the rats were resting. Then, the same brain cells replayed the sequence of electrical firing over and over, but in reverse and speeded up. 'It's absolutely original; no one has ever seen this before at all,' says Edvard Moser, who studies memory at the Norwegian University of Science and Technology in Trondheim."

136 comments

  1. Move over CS grads by hobotron · · Score: 5, Funny


    If a rat knows the difference between a Stack and a Queue, you better start updating your resume.

    --
    There is truth in humor.
    1. Re:Move over CS grads by rd4tech · · Score: 1

      If a rat knows the difference between a Stack and a Queue, you better start updating your resume.

      "to iterate is rat, to recurse is divine", or maybe it should be: "to iterate is rat, to recurse human"

    2. Re:Move over CS grads by Philip+K+Dickhead · · Score: 1

      Are these duplicates the result of "Mind Control Parasites?"

      Or do the parasites cause me to tune in on duplicates in some uncanny fashion - like slashdot midoclorians

      --
      "Speaking the Truth in times of universal deceit is a revolutionary act." -- George Orwell
    3. Re:Move over CS grads by MarkRose · · Score: 1

      That's it! I'm naming my next pet rat Glibc.

      --
      Be relentless!
    4. Re:Move over CS grads by Maxhrk · · Score: 0

      The Best Original Joke... ever!

    5. Re:Move over CS grads by panaceaa · · Score: 1

      Oh, it's pretty easy to teach them. If it smells like poop, it's a stack. If you start smelling garlic and olive oil, you're probably entering a queue device.

    6. Re:Move over CS grads by ComaVN · · Score: 2, Funny

      I'm sure you could have inserted a tail-recursion joke in there, too.

      --
      Be wary of any facts that confirm your opinion.
    7. Re:Move over CS grads by babbling · · Score: 1

      Do you think interviewers will resort to the same technique (maze) to rat out those CS grads that don't know the difference?

    8. Re:Move over CS grads by JavaLord · · Score: 1

      Wow, why can't people spell on Slashdot? Anyway, what kind of CS grad wouldn't know the difference between Steak and Quiche?

    9. Re:Move over CS grads by Profane+MuthaFucka · · Score: 1
      --
      Fascism trolls keeping me up every night. When I starts a preachin', he HITS ME WITH HIS REICH!
  2. Rats suffer from Slashdotism by Centurix · · Score: 0, Redundant

    Not only do they think in dupes, but they get to see the dupes in reverse and twice the speed!

    --
    Task Mangler
    1. Re:Rats suffer from Slashdotism by ozmanjusri · · Score: 1

      Not only do they think in dupes

      Yeah, anyone else read this and think "Not another interview with Darl McBride"?

      --
      "I've got more toys than Teruhisa Kitahara."
  3. Hmmm by Bin+Naden · · Score: 0

    Hmmmmm. Braaaaiiinnnsss.

    --
    There should be a "-1:Groupthink"
  4. I found this very interesting. by ian_mackereth · · Score: 1, Funny

    .gnitseretni yrev siht dnuof I

    1. Re:I found this very interesting. by Anonymous Coward · · Score: 0

      Stupid fucking moderators- yet another example of fucktards who don't know the definition of Offtopic.
      Lemme explain this to you morons : Offtopic means not at all pertinent or relating to the discussion.
      Parent made a joke by spelling words backwards. This article talks about how rats figure out mazes by running them backwards in their minds. Thus, this is not offtopic, idiots.

  5. I for one... by Anonymous Coward · · Score: 0, Funny

    I for one welcome our backwards thinking, self destructive virus-laden overlords.

  6. interesting... by rd4tech · · Score: 1

    If this idea proves true in people, it could have many implications for human learning. It suggests that those idle times, perhaps spent gazing into space, are actually crucial for our brains to replay, and learn from, recent experiences.
    Are dreams there only to help the learning process? Is there something more to them?

    1. Re:interesting... by ChrisGilliard · · Score: 1

      If this idea proves true in people.

      I'd be surprised if this proves true in people. Most people can't even remember where they parked their car.

      --
      No Sigs!
    2. Re:interesting... by Skreems · · Score: 4, Insightful

      Most creative thinkers already understand, at least intuitively, that the human brain will continue working on a problem even when a person is actively thinking about something else. How many programmers know that when you're beating your head against a problem, a good way to solve it is to go do something physical or repetitive, like play sports or video games or even sleep? Then when you come back, your brain has an answer for you, or at least has conceptualized the problem so you can get a better handle on it.

      I don't know how much there is to officially back this up, but I think this is why OOP caught on so well, at least with some people. If you have a system made of interacting modular components, your brain doesn't have to conceptualize sections of some messy lines of ASM or C code... it can just use the constructs you've actually built into the system, so the "processing cost" of groking the system is much cheaper.

      --
      Slashdot needs a "-1, Wrong" moderation option.
      The Urban Hippie
    3. Re:interesting... by BiggerIsBetter · · Score: 1

      Yeah, that's spot on. I can still remember dreaming visually with Java object during a particularly heavy project.

      I thought at the time one could make a good VR programming environment - none of this silly lines of code stuff, instead you move classes and objects as visual structures (blocks if you like) so you can see exactly what is interacting with what.

      --
      Forget thrust, drag, lift and weight. Airplanes fly because of money.
    4. Re:interesting... by bmalia · · Score: 1

      I am one who has beat my head against a problem all day, went to sleep, and woke up with a working solution in mind. It's weird when that happens.

      --
      There's no place like ~/
    5. Re:interesting... by KH · · Score: 1
      ... a good way to solve it is to go do something physical or repetitive, like play sports or video games or even sleep...

      Yeah, I guess that's why I keep coming back to /. at work.
    6. Re:interesting... by rpcxdr · · Score: 1

      I imagine that taking a break from a problem helps - not because you are thinking about the problem - but because when you return to the problem you don't have so many competing thoughts blocking your thinking. (The same theory can be used to explain the top-of-the-tongue effect.)

    7. Re:interesting... by punkr0x · · Score: 1

      Didn't the guy in Swordfish have some sort of crazy visual coding system? I seem to recall his worm showing up as a big sphere on his dozen-monitor computer (damn you hugh jackman, you're years ahead of us!)

    8. Re:interesting... by BiggerIsBetter · · Score: 1

      You could be right about that. I was thinking of something more immersive though.

      --
      Forget thrust, drag, lift and weight. Airplanes fly because of money.
  7. Interesting by Belseth · · Score: 4, Insightful

    Sounds like it's a way of setting important memories. Being able to navigate a course is important to a rat's survival. It'd be interesting to see if this happens with all memories or just the most important for the rat to recall. Stress causes memories in humans to become more perminate. There was a study where people held their hand in ice cold water to see how it affected memory. The shock of the cold water increased retention dramatically. I'd be curious if the levels of stress hormones went up as well. Rerunning the memory may be a stress reaction to important information.

    1. Re:Interesting by eionmac · · Score: 1

      This must happen in humans as well. Some years ago I did some studies into deaths at fires in buildings, as very few people used the well marked EXIT paths, but most ran in panic back through the way they came in. It was suggested that large crowd shows in theatres etc must enter people by the fire exit ways to ensure correct rapid exiting, but commercially this was not possible ( extra staff and entry points by-pasing the sales of extra stuff) and the fire authorities thought our results as "odd".

      This is an area for study more carefully.

      --
      Regards Eion MacDonald
  8. Tomorrow's Headline by themysteryman73 · · Score: 2, Funny

    Evidence finally found to support conspiracy theorists' claims of rats plotting world domination.

    1. Re:Tomorrow's Headline by rd4tech · · Score: 2, Funny

      42

  9. ok. just johnny hold on by Anonymous Coward · · Score: 1, Interesting

    mouthgaurds in we're shaking hands now!
    Can they induce the maze path into the mouse?

  10. the learning possibilities by TubeSteak · · Score: 3, Interesting
    The discovery could also help to explain why people tend to learn a new task quicker when they take short rests between each practice round. It suggests that eliminating such breaks could actually interfere with learning, and perhaps even explain why hyperactive children often have learning difficulties.
    This may be less about ADD/ADHD kids than about teaching style in general.

    Any teaching style that will appeal to a hyperactive child, will more than likely be engaging for a 'normal' student.

    Though it might be a stretch to suggest this could be extended to understanding hyperactive kids. AFAIK, they usually have abnormally low levels of dopamine and/or seratonin in their brains, while the article posits that "The rerun [for mice] could coincide with a burst of the reward chemical dopamine, which is released in the brain when the animal finds food."

    Maybe they can find some hyperactive mice to run the tests on?
    --
    [Fuck Beta]
    o0t!
    1. Re:the learning possibilities by SoupIsGoodFood_42 · · Score: 1

      You do realise that hyperactivity is just one optional symptom of ADD/ADHD? Using the word "hyperactive" is missleading, since it's the attention span issues that are the hallmark of the disorder. I assume you already know this, since you used the term ADD, but many others don't know.

    2. Re:the learning possibilities by Anonymous Coward · · Score: 0

      Sometimes its better to understand why the problem still exists after 4 billion years of evolution.Maybe there is a reason why a small percentage of the population cannot learn things at a normal pace.It is better in the long run for the species to have a small percentage of the population that are forced to think for themselves.Not that everything taught in school is wrong,but if there was only one thing wrong humans would not be able to right the problem in order to evolve.
          Untill all the pieces of the puzzle are firmly in place (without forcing them to fit),we are mearly guessing as to what the picture is.

  11. brain == computer by funpet · · Score: 0

    This reminds me of pushdown automata. Funny how everything in brain research seems to correllate to computer science. Could it be that the brain is a computer?

    1. Re:brain == computer by rd4tech · · Score: 1
    2. Re:brain == computer by Cheapy · · Score: 1

      So when people die...they just have a BSoD?

      --
      Would you kindly mod me +1 insightful?
    3. Re:brain == computer by barefootgenius · · Score: 1

      Or that computers were made by brains?

      --
      /. bug #926803 - Why I can post.
    4. Re:brain == computer by Ithika · · Score: 3, Funny

      No, but when you die Netcraft confirms it.

    5. Re:brain == computer by strider44 · · Score: 3, Informative

      You should perhaps read a book called Gödel Escher Bach by Douglas Hofstadter if you haven't already, which develops and expands that theory. It's *starting* to get a bit old at the moment but it's still absolutely fascinating.

    6. Re:brain == computer by chaosmind · · Score: 1

      Good call, Hofstadter's GEB, while getting somewhat dated, is still a classic work deconstructing the whole "brain as computer" metaphor. Better would be Daneil Dennett's Consciousness Explained.

      Best of all might be Gerald Edelman's "Bright Air, Brilliant Fire" (or "Wider Than The Sky"). From the back of the book, there's a quote to the effect that the functioning of the human brain more closely resembles a rainforest ecosystem than a modern digital computer. Grok it, baby!

  12. How they think? by neoform · · Score: 4, Funny

    It's pretty simple, once they get the juice on someone, they squeal to the nearest narc.. obviously.

    --
    MABASPLOOM!
    1. Re:How they think? by jlarocco · · Score: 1

      Wish I had mod points, that's funny as hell.

    2. Re:How they think? by neoform · · Score: 1

      You're telling me, why does it take a team at MIT to figure that one out? I've always thought it was pretty obvious.

      --
      MABASPLOOM!
  13. Never Before Has There Been A Comment Like This by Doomedsnowball · · Score: 4, Funny

    "It's absolutely original; no one has ever seen this before at all," says Edvard Moser.

    Except for the rats, of course.

    --
    7h3$3 4r3n'7 7h3 Ðr01Ð$ ¥0 4r3 £00|{1n9 f0r. M0v3 4£0n9. --OB1
    1. Re:Never Before Has There Been A Comment Like This by Anonymous Coward · · Score: 0

      ...and his noodleness the creator!

  14. Narf! by (negative+video) · · Score: 2, Funny
    Evidence finally found to support conspiracy theorists' claims of rats plotting world domination.
    But Brain, where are we going to find 500 dancing girls and a cubic meter of Silly Putty at this time of the night?
    1. Re:Narf! by Anonymous Coward · · Score: 0

      I think so Brain, but where are we going to find rubber pants in our size?

  15. I know what they're thinking! by ProstheticSwan · · Score: 0, Funny

    Pinky: Gee, Brain, what are we going to do tonight? Brain: The same thing we do every night, Pinky. Try to take over the world!

  16. Real political science. by www.sorehands.com · · Score: 3, Funny

    MIT is studying politicians. They use rats since the rats won't pick the scientist's when they turn their backs.

    1. Re:Real political science. by LosManos · · Score: 1

      hejdig.

      Why this hasn't been discovered earlier is because these experiments are ususally done on politicians - there are no animal rights group, or any other group, fighting for their fair treatment.

      And since these experiments have only been done on politicians earlier no previous experiments have shown any brain activity ever comtemplating earlier decisions.

      /OF

    2. Re:Real political science. by Anonymous Coward · · Score: 0
      And since these experiments have only been done on politicians earlier no previous experiments have shown any brain activity ever comtemplating earlier decisions.
      Well, yeah. No previous experiments have shown politicians with any brain activity whatsoever.

    3. Re:Real political science. by Patrik_AKA_RedX · · Score: 2, Funny

      Ofcourse they didn't detect brain activity. Politician have MIBO-registers (Money In, Bullshit Out), not brains.

  17. Interestingly enough.... by ChrisGilliard · · Score: 3, Funny

    The researchers found that some of the rats thought more about the maze than others. Here's a picture of two mice. The one on the left thought much more about his performance than the one on the right.

    --
    No Sigs!
  18. Re:Meanwhile, at MIT, they're thinking... by zerried · · Score: 1

    This is possibly the dumbest thing that I have ever read.

  19. Stress & studying for exams by eMago · · Score: 2, Interesting

    An interesting observation I made when studying for bigger exams:

    a) There are "key days", where I panic about not being able to learn stuff in time and those are the days when I remember/understand stuff far better than on self-confident days. On "panic days", I learn 3x-5x more effiently than on self-confident days.

    b) I might study a whole day long and dont understand or at least not being able to explain the formulas/problems/algorithms/whatever in my own words. And then I panic. When I have gone to sleep and wake up the next morning, however, all is there, unfolds in my mind in its crystal clear glory.

    Sometimes I remember the dreams of those nights being about formulas and exams.

    => combining this evidence with your post and the article, leads to two points:

    - Stress prepares certain areas for reorganising newly acquired memories.
    - These areas then replay and reorganise the newly acquired memories during the night. The dreams are about some of those informations/processes popping up into the (dream-)conscious realm and the consciousness processing elements try to make sense from the basic subconscious information that is currently learn/trained.

    If you have dealt with Experience-Based Artificial Neural Networks (EBANN) - they also learn in that way. They have some formal background knowledge about a problem, acquired/given externally (with humans its e.g. prior knowledge about the domain or just basic logic) and then optimise a Neural Network for working on a generalised class of examples for that problem. The optimisation is lead/constraint by the background knowledge.

    --
    --- censored
    1. Re:Stress & studying for exams by m0nstr42 · · Score: 1

      An interesting observation I made when studying for bigger exams:
      ....
      Sometimes I remember the dreams of those nights being about formulas and exams.


      It pisses me off so much when I wake up dreaming about the problem I was working on the night before... as if work/school (same thing for me) has completely taken over my life.

      In fact, it stresses me out more to be "stumped" than to have a deadline. I have to wonder if this is a natural learning strategy for some people - if you don't understand something at first, it causes stress, which ~overclocks your mind.

      This is actually why I think that cramming *doesn't* pay off as well as staying on top of things. If I'm cramming, I'm forcing myself to ingest things rapidly and not focus on understanding the principles as much. If I stay on top of things, I end up focusing on problems one at a time and if I don't understand it I end up doing that stress/dreaming/realizing-the-answer-in-the-shower -and-never-forgetting-it thing several times instead of just once the night before.

  20. Oh noooooooo... meanwhile they're thinking.... by gd23ka · · Score: 1

    Ouuuchh... my head hurts.. I wonder why those stupid humans had to stick all that metal into my head?!?!

  21. I read this article twice... by Saggi · · Score: 1, Informative

    I read this article twice and tried to come up with a good comment. But all that happened was that the words kept repeating themselves in my mind...

    ... and just think how many times you, my dear reader, will have to repeat this sentence in you mind. So stop resting and get back to work!

    --
    -:) Oh no - not again.
    www.rednebula.com
    1. Re:I read this article twice... by Anonymous Coward · · Score: 0

      !work to back get and resting stop so
      !work to back get and resting stop so
      !work to back get and resting stop so
      ...oh ok *now* I get it...

  22. Dude! Where have you been lately? by Savage-Rabbit · · Score: 1

    Evidence finally found to support conspiracy theorists' claims of rats plotting world domination.

    Plotting? They have already acieved it! the species is called Rattus Politicianus, you it infests senate, parlieamentary and other government buildings world wide. There is also a lesser species called Rattus Lawyeriensis it is usually found chasing after ambulances or monitoring peoples internet connections looking for evidence of illegal music downloads.

    --
    Only to idiots, are orders laws.
    -- Henning von Tresckow
    1. Re:Dude! Where have you been lately? by Associate · · Score: 1

      Totally under the radar.
      I was going to go for the quick jab at congress.
      But you seem to have done it with a little finesse.

      --
      Someone hates these cans.
  23. I suspect they will find the same true for people by icecow · · Score: 4, Interesting

    Haven't most people walked through the halls of a unfamiliar building to their destination then stopped and reviewed how to get back out a few times (a movie in reverse sorta) in order to get it in their long term memory? or is it just me? I don't always do it, just when the path seemed complicated. I'd think doing this would be much more important to a mouse considering they have rival creatures towering over them like downtown buildings.

    Whoa, I'm reading back my post and thinking WTF!

    --
    Stop invalid scientific research. Ask your local scientists to feed their lab rats with a phytoestrogen-free chow.
  24. ADHD, schmDHD by melted · · Score: 1

    Back when I was I kid there was a very good treatment for ADHD. You lack attention in school and your mother opens a large can of whoop-ass on you. Voila! You don't lack attention anymore (until your ass stops hurting at least). To me this seems like a better alternative to stuffing kids with psychotropic drugs.

    1. Re:ADHD, schmDHD by Anonymous Coward · · Score: 0

      And this magically changes the chemical makeup of the kid's brain how??

      e.

    2. Re:ADHD, schmDHD by Anonymous Coward · · Score: 0

      no need

    3. Re:ADHD, schmDHD by Anonymous Coward · · Score: 0

      I know you're trying to be funny, but my wife's parents actually tried that on her. Didn't help a lick. She never felt "sane" until at one point in college she had a complete breakdown and decided "hey, who's in control here? my body or me?". She got on ADD drugs and has been happier since.

      [posting anonymously for obvious reasons]

  25. Re:Meanwhile, at MIT, they're thinking... by Anonymous Coward · · Score: 0

    You should read your own post(s) more often.

  26. You mean laywers, right? by jonr · · Score: 1

    I'm sorry.
    (Not really)

  27. Re:I suspect they will find the same true for peop by MachDelta · · Score: 1

    Thinking "backwards" always fucks me up. I get my directions flipped and just end up confusing myself even more. I've either got to start from a landmark of some sort, or right from the beginning and retrace my steps that way.

    Though I guess its worth nothing that i'm also one of those people who sucks at reading the alphabet backwards. And if i'm ever quizzed on "what letter comes before..." I generally have to pick a 'landmark' string of letters ('lmnop' seems to be easiest, dont ask me why) and quickly run forwards from that point to figure it out. A lot of my navigation, be it physical or statistical, tends to be like that. Doing the whole random access thing just tends to be difficult for me, i'm much better with patterns and comparisons. It's not too suprising to me though, i've always been a better artist than a mathimatician - and I sure love my video games.

    I think some peoples brains just function differently. I don't know why really... maybe its genetics, maybe its stimuli, maybe its all just completely random. And if there ever comes a day when we DO know for sure, im going to be very very excited, and very VERY scared.

  28. Well... by Anonymous Coward · · Score: 1, Funny

    overlords rat thinking backwards new out welcome, one for I.

    1. Re:Well... by leenks · · Score: 1

      Hey, that looks like the text of a spam I recieved this morning!

  29. And nobody has asked... by satcomdaddy1 · · Score: 1, Interesting

    can we get the Toxoplasma to change their 'memories'?

  30. Oh well.... by Clazirus · · Score: 1

    Why bother what they thinking anyway? Even us (human @ homosapien) can't think what others think..they need to research that. After all the test and research using them as the test object?

    --
    If dreams are like movies then memories are films about ghost..
  31. backwards storage by big+ben+bullet · · Score: 1

    Yeah... but do they store big endian or little endian?

    1. Re:backwards storage by Anonymous Coward · · Score: 0

      ..big endian or little endian?
      Little endian of course, by ID, 'cause the big end comming out first would burst the anal ring!

  32. Dominos Pizza now hiring deliver drivers by 80+85+83+83+89+33 · · Score: 1

    Dominos Pizza will be hiring rats as delivery drivers. after i made a delivery and arrived at the destination, i used the same techniques as the rats use! i would literally replay the course backwards in my head, reversing all the turns, etc (while smoking a bowl). after a few months in that "profession", i could go into any new city and keep my bearings easily. since i am amazed by the powers and skills of many animals and insects, i am honored to know i can compete with a rat!

    --
    i disable sigs
  33. back propagation learning algorithm by S3D · · Score: 4, Informative

    The result is also of keen interest to those who study artificial intelligence and try to teach computer systems or robots to learn through reward and punishment. Some such systems already work by playing back a sequence of moves so that the computer can identify at which point it made the trial or error.
    It's called back propagation learning The algortihm is based on the error propagation backwards from the output nodes to the inner nodes of neural net.

    1. Re:back propagation learning algorithm by eMago · · Score: 3, Informative

      It could also mean http://www.answers.com/topic/reinforcement-learnin g?method=22 (Wikipedia itself is currently down). Reinforcement Learning (RL) is about learning from reward - and about finding optimal sequences of action. Especially for learning sequences over time - like the rats - it is THE method of choice. And yes, Artificial Neural Networks (ANNs) are often used for representing the "optimal policy" in RL. The weights in those networks are then altered by the RL process.

      You could describe the process in the rats brain as doing a "virtual policy search RL".

      Pure Backpropagation for long sequences over time, on the other hand, is quite an intractable problem, because you have to feed so many time-states into the network.

      --
      --- censored
    2. Re:back propagation learning algorithm by pclminion · · Score: 1, Interesting
      I very much doubt that a biological brain works in AT ALL the same manner. Information in biological neural nets appears to be pulse and time coded, whereas a feedforward network operates independently of time and processes real-valued signals, not discrete activations. In fact, once trained, a feedforward network corresponds exactly to a nonlinear, continuous, differentiable function.

      The biological brain is not just a function.

  34. Replay and Reward by herwin · · Score: 1

    Sounds like a lovely way to learn how actions lead to rewards without the complications of the actor-critic approach. I'd like to see whether this learning is able to propagate the rewards backwards in a way that allows a change in reward to affect actions. At the same time, I'd like to know whether this can be used to learn the continuous dependence of the final rewards on the actions chosen. Finally, I'd like to know whether this reversal is more general--that is, can plans be reversed? If so, it provides a general learning mechanism for causation.

    1. Re:Replay and Reward by Schroedinger · · Score: 1

      This kind of temporal difference learning is the job of the cerebellum (short time scales) and the basil ganglia (arbitrary time scales). I would bet that the fact that the sequence is replayed backwards in this case is just arbitrary. The idea is to re-enforce the connections between the neurons that represent the learned sequence, as well possibly to train cortical neurons in gestalt like representions of the sequence.

      You are right in that this type of sequencial inforamtion is capable of encoding causation. These hippocampal sequence representations are also relayed to the cortext, which is where plans are represented and executed.

      The cortext is where this sequencial information is filtered. It's much slower to learn and tends to filter out only the most consistent sequencial patterns and their constituents. In this way it compresses the sensory input from the environment (as well as motor command feedback) into the most statistically significant causal relations. These relations along with goal state representations form the building blocks for plans.

    2. Re:Replay and Reward by phaggood · · Score: 1

      I would bet that the fact that the sequence is replayed backwards in this case is just arbitrary.

      Maybe not; don't bees, returning to the hive after locating a juicy pollen spot, do a "dance" that teaches the other bees the location, but the dance is in reverse? I will try to find a reference.

    3. Re:Replay and Reward by Schroedinger · · Score: 1

      I mean arbitray in the sense that if you were designing a hippocampus to support sequence retention you could design it either way. The connections between cells that represent elements in the sequence need to be re-enforced by repetitive activation. I guess this would be what the rat is doing while resting.

      Then again, there's spike timing dependent plasticity (STDP) to consider. I'm not sure how this is effected by the sequence being played in reverse. The hippocampus does seem to be multimodal (learning, recall, others?) depending on the frequency it is being globally modulated by (as well as by neurotransmitter modulation).

      Perhaps I'm wrong about hippocampal neurons needing re-enforcement at this point. The playback in reverse may soley serve a purpose in hippocampal-cortical interactions. Perhaps in forming the gestalt representations I mentioned. I believe these exist in the neighboring entorhinal region (combinations of proximally occuring object representations). The fact that the neurons are firing rapidly in this mode leads me to think the purpose is the training of a grouped representation.

  35. more rats? by carlvlad · · Score: 0

    thats one more thing to add to Wiki on /. subculture, aye?

  36. Since they are Norwegian by nih · · Score: 1

    wouldn't it make more sense to study the moose?

    --
    I'm a rabbit startled by the headlights of life :(
    1. Re:Since they are Norwegian by Anonymous Coward · · Score: 0

      nah, all the money would be spent on building the much bigger labs

  37. Back-error propagation by more · · Score: 1

    The only reason to do temporally reverse processing is, of course, error back propagation. The rat's logic and sensory data does not match 100%, and the difference is stored into special locations for later processing. When resting, rat uses this data, back propagates it through its network and adjusts the synaptic weights (weighted by the gradient of the neural responce) to obtain maximal behavioral change with minimal synaptic changes, ensuring locality of the behavior change. This is so obvious that I wonder that it ever hit the news. ;-)

    --

    -- Imperial units must die --

  38. How rats think? by Anonymous Coward · · Score: 0

    how about investigating wall street?

    1. Re:How rats think? by maxwell+demon · · Score: 1

      Well, compared to a maze, wall street is quite simple. I don't think a rat would have any problems investigating it.

      --
      The Tao of math: The numbers you can count are not the real numbers.
  39. Link to paper (requires Nature access) by thcooke · · Score: 2, Informative

    The paper is available at Nature Advance Online Publications - if you have access.

  40. Kids are OK- Teachers are Boring, Parents are Lazy by Anonymous Coward · · Score: 0

    Teachers need to learn from entertainers and stand up comedians,
    be interesting or be ignored.

    How many times have you had to sit through a class listening to someone drone on about
    a topic you don't really care about?

    I don't think more and more kids are 'catching' ADD (and require expensive drugs from pharma companies for the rest of their natural life...)

    I think the quality of teaching in the USA needs improvement, as well as the quality of parenting.
    Children used to behave out of love, respect or fear, but now they seem more out of control...

  41. I could have saved them alot of trouble.... by canning · · Score: 0, Redundant

    Oh okay gotta turn left,gotta turn left ..... nope maybe it was right, yep right it was right ..... this looks familiar. Ok two lefts now and then a another right ..... oh yeah, now i can smell it. Just a little bit further .... a quarter turn left followed by a hard 180 degree right .... I can totally taste it now!! Here i come .... just a few more turns and that sweet reward is mine!!

    I don't even care that this is the fourth time this morning, this never gets old. I wouldn't mind a glass of milk though, could someone hook a brother up???

    --
    I love the smell of Karma in the morning
  42. Hmmm ... mmmH by Anonymous Coward · · Score: 0

    I wonder if this will help me retain what I've read?

    ?read I've what retain me help will this if wonder I

    Nah, sounds like Yoda talking.

  43. common trait by recharged95 · · Score: 2, Interesting
    Most animals are path oriented. Could be why cats & dogs can find their way 'home'. When taking our cats for a walk (yes, on a leash) into a new area, they always stay on a path. If we turn around, they pull us towards that same route back to the car (cause they want to go home...). And when they walk back appear more confident in stride. Considering rats are more intelligent, this theory does have traction.

    Of course, it doesn't take a MIT researcher to figure that out, just funding and identification that's it should be important.


    Data != information, data exploitation == information.

    1. Re:common trait by Anonymous Coward · · Score: 0

      Makes even more sense when you think about it.

      If you were a small rodent or mamal, and have predators, and you were trying to explore a near area in search of food, would it not be benificial to, if danger was found, to be able to backtrack your way to safty as quickly as possible?

  44. Memory Reading by db32 · · Score: 1

    It seems like this could be the next step in reading minds, sorta. There have been stories about the new advanced lie detectors "reading your mind" in a way already. If they can nail down what is going on during those nerve replays, it would really just be a matter of getting a person to trigger those replays in their minds and record them. Granted, I think this is probably a long way off, but you know someone with the knowhow is probably already thinking the same thing. This could also have interesting applications beyond the invasiveness, imagine being able to recording your memories that you had when your first child was born and showing it to them when they grow up. Or replaying the first time you met your significant other, etc. Hallmark is going to make a fortune!

    --
    The only change I can believe in is what I find in my couch cushions.
    1. Re:Memory Reading by Idealius · · Score: 1

      There was a recent Robin Williams movie like that, actually. The consequences of having such a device are quite startling. (moral responsibility) "The Final Cut" is the name of the film.

    2. Re:Memory Reading by db32 · · Score: 1

      Wow...thanks. The movie looks pretty interesting. I am going to have to pick it up sometime. Coarse I will also say that I am going to hunt you down if it creeps me out too much. Seen a few of those wierd future things that just creep me out...makes me think someone needs to go bury the writers before they give anyone any nasty ideas. :)

      --
      The only change I can believe in is what I find in my couch cushions.
  45. Soon to be followed by... by PinkyDead · · Score: 1

    The real goal of these experiments: How women think.

    With the dating and the lipstick and the slaps in the face, hoy-vn-fra-gn!

    --
    Genesis 1:32 And God typed :wq!
  46. There already is a case study going on. by gadgetman · · Score: 1
    This is a duplicative effort. It is already being studied in Utah. There is an extensive case study going on ... I think it is called SCO v. IBM. And there are at least three related studies called SCO v. Novell, SCO v. Redhat, and finally, SCO v. DaimlerChrysler.

    The studies seem to be quite comprehensive and even may shed some light on a rat variant that is pervasive in Washington state. But it is known that those rats are a bit more deceptive and may be able to escape the spotlight in these studies.

    I don't think that this study will produce the quality of results we expect in the existing studies that are ongoing. All it will do is confirm what they already have exposed.

    --
    Artifical Intelligience is no match for natural stupidity.
  47. How Rats think... by digitaldc · · Score: 0, Redundant

    1) Find cheese
    2) Eat
    3) Reproduce
    4) Find burrow and Sleep
    5) Return to procedure 1)

    --
    He who knows best knows how little he knows. - Thomas Jefferson
    1. Re:How Rats think... by bmalia · · Score: 1

      1) Find cheese 2) Eat 3) Reproduce 4) Find burrow and Sleep 5) ??? 6) Profit!!! 7) Return to procedure 1)

      --
      There's no place like ~/
    2. Re:How Rats think... by Anonymous Coward · · Score: 0

      ) Find cheese (defecate)
      2) Eat (urinate)
      3) Reproduce (deficate)
      4) Find burrow and Sleep (urinate)
      5) Return to procedure 1)

      If you've ever had to share living space, you would learn that they have a subset of tasks as well. The little incontinent bastards poop and pee all over everything...

  48. I wonder if the rat is reciting poetry by Jim+in+Buffalo · · Score: 1

    Poetry like, say, "Shed Reading (Rattus Norvegicus)" by Black Flag, in which an expressive rat bemoans his fate.

    --
    This sig, aah-ah, is comin' like a ghost-sig...
  49. Rats don't need to think by imipak · · Score: 1
    Rats don't think because they don't have to, here in the UK anyway. They operate on the taxi-rank prinicple, i.e., they are compelled to take the first client who knocks on their door.

    Just a little spot on Monday morning humour...

  50. Here's a brief summary by elrous0 · · Score: 2, Funny
    Food...food...food...fuck...food...water...sleepy. ..food...food...sleepy

    -Eric

    --
    SJW: Someone who has run out of real oppression, and has to fake it.
  51. Back Propagation by junkgui · · Score: 1

    Im to expert in neural networks but don't they use a technique called back propagation for refineing the connection between nodes... it seems to me that these rats brains must be using a similar technique? Does anyone know if research like this is being used to better neural nets in AI?

    1. Re:Back Propagation by cartel · · Score: 1

      It seems more to me that it's going through its existing knowledge, trying to remember something. Backpropagation deals more with refining memories. Plus, this is unsupervised, not supervised learning, so I wouldn't think there would be any backpropagation.

      I do wonder though, how this corresponds to associative memory. Maybe something is going on that's similar to adaptive resonance theory.

  52. This has been seen before... by Anonymous Coward · · Score: 0
    "It's absolutely original; no one has ever seen this before at all," says Edvard Moser.


    This is not true. It has been known for years that humans learn language 'backwards'. The classic example is children who first say "nana" before "banana". I'm surprised someone in the field doesn't have other examples readily at hand.

    It is an interesting study though.
  53. Cool by StopSayingYouSir · · Score: 1
    Then, the same brain cells replayed the sequence of electrical firing over and over, but in reverse and speeded up.

    Benny Hill was unavailable for comment.

  54. Re:I suspect they will find the same true for peop by mikael · · Score: 1

    I do that too - after going through a junction, look back and see which direction to take (two adjacent T-junctions with staircases are probably the hardest).

    I've also noticed that when taking a new route for the first time, such as finding a room in a campus build never visited before, the outgoing path always seems twice as long as the return path.

    There was an article about how London taxi drivers had larger hippocampi regions>/a> when compared to non-taxi drivers.

    --
    Vintage computer adverts: http://www.vintageadbrowser.com/computers-and-software-ads
  55. New Science? by ThePopeLayton · · Score: 4, Informative

    Sorry boys, But I have been studying Neuroscience for the last 3 years. Every lecture we have had on sleep, particullary REM, has taught that when you are sleeping your neurons will all re-fire in an organized manner. This is when your memories are "consolidated" from semi-long term to long term memories. This is why if you have had a particularly stressful day you can "re-live" that day in your dreams. However it has long been shown that "place cells" or neurons that store spatial location will fire in the direct same sequence in which they fired when the test subject was presented with a spatial puzzle. You can read about this in the book Neuroscience by Kandal.

    1. Re:New Science? by ThePopeLayton · · Score: 1

      Sorry I made a mistake, The book title is "Principles of Neural Science" by Kandal, I have too many textbooks sitting around....

  56. In a Nutshell ... it looks less impressive by fygment · · Score: 1

    a) researchers wired some rats and made them run up and down a straight run and watched some nerve cells fire;

    b) researchers saw the same nerve cells activate in reverse order while the rats rested;

    c) researchers speculate either wildly or obviously that the rats are replaying the event and that maybe the rats are mentally replaying the run, and that maybe it would be the same in a maze, and maybe this coincides with dopamine release (not observed or measured), and that if maybe that were so, it would maybe tell us something about memory.

    d) researchers are thrilled because this has never been seen before and is what they would expect.

    Now what the hell is that? Seeing an as yet unexplained, and previously unexpected, phenomenon and declaring it coincides with expectations based on speculation?

    Perhaps the story started off as simply about a new technique that allowed monitoring of individual nerve cells (which is news worthy) and got embellished by the media who couldn't see the value of it.

    The conclusion:

    "It suggests that those idle times, perhaps spent gazing into space, are actually crucial for our brains to replay, and learn from, recent experiences."

    is banal in the extreme. Sports psychologists, for example, call the process "visualization" and it has been a training technique for decades.

    A sad commentary on science reporting no matter how you look at it.

    --
    "Consensus" in science is _always_ a political construct.
  57. Re:I suspect they will find the same true for peop by gstoddart · · Score: 1
    Haven't most people walked through the halls of a unfamiliar building to their destination then stopped and reviewed how to get back out a few times (a movie in reverse sorta) in order to get it in their long term memory? or is it just me?

    I suspect there are different mechanisms at play here.

    This is morking with a documented phenomena with rats whereby they will take the same route to/from a location over and over, moreso than most other critters.

    It sounds like this goes some way to dexcribing the mechanism of how rats learn those routes and can repeat them. While, obviously, it offers insights into the brain mechanics, it sounds like it is describing a specific rat-adaptation and behaviour. This is probably a mechanism to reinforce routes which bring them to food.

    The rat may not be 'consciously' replaying the events, but it might be hard-wired to recall these things as a survival trait.

    Cheers
    --
    Lost at C:>. Found at C.
  58. Why is this NEW!!! I do it all the time! by Anonymous Coward · · Score: 0
    Think about it, When you drive to someone's house for the first time, your main frame of refernce from that point is that you need to get BACK to where you came from! I usually mentally re-construct the journey in the opposite direction so I'll be prepared for the return trip. Why shouldn't the mice? They don't know you're going to pick them up and drop them in a different cage instead of letting them find their way back on their own.

    Why would it be suprising to a memory researcher to 'discover' this?

    1. Re:Why is this NEW!!! I do it all the time! by dorkygeek · · Score: 1
      Truly old news. But I don't do the mental reconstruction thingy, I simply drive backwards. Now if some researcher could come and find out why my way home always takes 10x as long as the way there, I would really be pleased.

      --
      Windows is like decaf - it tastes like the real thing, but it won't get you through the day.
  59. Re:Kids are OK- Teachers are Boring, Parents are L by HiThere · · Score: 1

    It's an old problem (you do remember what Socrates was accused of, don't you?) that people who grow up idealize their behavior as kids (and the behavior of their contemporaries), and then blame the current generation for not matching their (false) memories. If you don't think this means you, watch the movie "Blackboard Jungle"* about kids in the 1950's (or find some movie made contemporaneous that DOESN'T idealize kids).

    "Blackboard Jungle" was a "Be afraid! The kids are revolting!" movie. It's no more realistic than the idealizing movies. OTOH, I heard from my parents that one of the teachers at the school (combined high school & junior high) always carried a hammer with him to defend himself in case he was mobbed by kids. But I heard it from my parents after we'd left the area, not other kids. *I* thought things were normal and peaceful.

    --

    I think we've pushed this "anyone can grow up to be president" thing too far.
  60. I do this ALL THE TIME!!! Why is it News! by Anonymous Coward · · Score: 0
    Think about it, When you drive to someone's house for the first time, your main frame of reference from that point is that you need to get BACK to where you came from! I usually mentally re-construct the journey in the opposite direction so I'll be prepared for the return trip. Why shouldn't the mice? They don't know you're going to pick them up and drop them in a different cage instead of letting them find their way back on their own.

    Why would it be suprising to a memory researcher to 'discover' this?

  61. So that explains Microsoft strategy... by lwriemen · · Score: 1

    ...always trying to get back to the cheese(unapologetic, anti-competitive, monopoly position).

  62. Yeah and... by Eric+Damron · · Score: 1

    "MIT Researchers Explore How Rats Think"

    The people in the White House are upset over the invasion of privacy!

    --
    The race isn't always to the swift... but that's the way to bet!
  63. Makes sense by CubicleView · · Score: 1

    If I'm wandering around an area thats new to me, ok I usually get lost, but before then I am physically retracing my steps in reverse. I follow the familiar landmarks, buildings whatever as i return to my starting point. I don't see whats so astounding that another animal would be hardwired to follow a simialar process to retrace its steps. I mean the rat probably has much more difficultly with visualizing a maze as a whole, it would be wasting its time thinking about how it got to every single point in its journey when it could use some inbuilt hardwiring to automatically learn the return journey. The return journey is the most important one for the rat to learn anyway.

  64. So rats can think... by MSZ · · Score: 1

    So, we now know that rats can think.

    But why test rats? It's way more important to know if politicians and higher management types can think. Is this feat within their reach? Or are they, as we unscientifically suspect, completely braindead?

    Inquiring minds want to know!

    --
    The moon is not fully subjugated. I demand a second assault wave preceded by a massive nuclear bombardment.
  65. Ob. Simpsons line by Anonymous Coward · · Score: 0

    "Rats"? I'll thank you not to refer to Princeton that way.

  66. Thinking in reverse by Anonymous Coward · · Score: 0

    Definitely one of the ways to memorize a location but probably a primitive one.

    Most humans are used to seeing and reading maps (taught in school all over the world) and as such probably are familiar with the concept of visualising a location at least in 2D. The natural choice for most people would not be to think of a location as a sequence of paths, but as a relationship of the surroundings from where the path can be devised or even guessed. This might explain why we can enter an unfamiliar building or territory from one location and leave by another.

    When faced with a maze though, people do tend to memorize a sequence and at best can "trace" out a known path or worse, get completely lost. Those who do solve mazes usually do it by a mental map. Humans may not be the only animals to be able to do this though (tigers are known to be quite "intelligent").

    Can game developers comment on this?

  67. Heh by danwesnor · · Score: 1

    They don't really think so much as they run for office.

  68. Practical uses by TekPolitik · · Score: 1

    My bet is they're trying to figure out what the Prime Minister of Australia will do next.

  69. Well, duh... by SheeEttin · · Score: 1

    Well, duh, how else are they supposed to know how to get out?

  70. backwards memory? by PenguinX · · Score: 1

    Lewis Carroll said it best...

    `I don't understand you,' said Alice. `It's dreadfully confusing!'
    `That's the effect of living backwards,' the Queen said kindly: `it always makes one a little giddy at first --'
    `Living backwards!' Alice repeated in great astonishment. `I never heard of such a thing!'
    `-- but there's one great advantage in it, that one's memory works both ways.'
    `I'm sure mine only works one way,' Alice remarked. `I can't remember things before they happen.'
    `It's a poor sort of memory that only works backwards,' the Queen remarked.

    -Through The Looking Glass, Chapter 5

  71. Pretty straight forward?? by zytheran · · Score: 1

    OK, lets think about this.
    A rat in the real world (e.g. my shed) routinely goes out from where it lives to scavenge food. This creature has a home base and returns there. From an evolutionary point of view I imagine there would be strong selection pressures to be able to return to it's home and not get lost and end up with the neighbours cat. As such, when the rat gets to the food it's brain would want to be primed for the return trip, which is most likely in recent memory and not committed to long term memory. Going over something again in the *reverse* order would be a method for planning the return trip and ensuring it is not forgotten until needed. If it was simple reinforcement for standard learning the rat wouldn't be doing it in reverse, it would be doing it in the order it first occured. As it is more difficult to learn something (even temporalily) in reverse then the *reverse* aspect of the learning would seem to be the important bit if the brain is going to the extra effort to do it, not just the 'rat goes over what it has learnt' bit.
    Maybe not so useful for people unless you reverse learn where you parked your car in the lot to find it again??

  72. What about women by Anonymous Coward · · Score: 0

    Shit, when is science going to figure out how *women* think?

  73. Re: MIT Researchers Explore How Rats Think by kemkerj · · Score: 1

    It's called "introspection."