Slashdot Log In
Online 'Sand Mouse' Tests Neurobiologists
Posted by
timothy
on Wed Oct 04, 2000 12:05 PM
from the can-it-understand-"one-click"? dept.
from the can-it-understand-"one-click"? dept.
The Metahacker writes: "
A Princeton professor and his former student have created a 'mouse' (really, a neural net) that recognizes the word 'one' as spoken by a variety of speakers. The interesting part? They're challenging the neurobiology community to discover the mechanism it uses, using only the tools available to analyze live patients - observation and experimentation. You can upload your own sound files to test the mouse, and view experiments other scientists have performed. Cash prizes will be awarded to those who explain the mouse's behavior or can train the same number of neurons to perform a new task. You can read the New York Times article about it (free registration), or go
directly to the site."
This discussion has been archived.
No new comments can be posted.
Online 'Sand Mouse' Tests Neurobiologists
|
Log In/Create an Account
| Top
| 86 comments
(Spill at 50!) | Index Only
| Search Discussion
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
(1)
|
2
(1)
|
2
A new Turing test? (Score:3)
The most amusing possibility is that someone outside the research community may come up with the answer. As this doesn't involve building apparatus, getting a grant, publishing a paper or anything other than thinking, it's very possible an undergrad or a total amatuer will come up with the answer.
Dr. Sejnowski sounded like sour grapes when he called this an "advertising gimmick". Yeah, that's what Fermat must have been doing. Too often scientists confuse the stuff associated with the practice of science - grants, publishing, peer review, experimental proof - with science. Science is what happens in your brain when you're not doing all that other stuff...usually while taking a shower.
Re:Seriously... (Score:3)
It looks like there are a couple of things that differentiate Hopfield's approach from the traditional neural net approach. All NNs are biologically inspired to some degree, but so far the really common implementations (like backprop) have been simplified too much to give an accurate reflection of what really goes in a biological network.
The two big differences between this and traditional networks that I can see (based on a quick reading) is that it is using spiking neurons and neurons are given specific computational roles. Spiking neurons add up inputs over time and send out a spike to other neurons after the inputs have reached some threshold value. Inputs also decay over time, so a few inputs occuring within a couple of miliseconds of each other count for a lot more than hundreds of input spikes spread out over a number of seconds. Traditional nets add up all of the inputs at once, decide whether or not to fire, and then reset (sometimes there is a training step in there also). Since time dependence is built into spiking networks as a feature, they are very good at detecting temporal patterns.
The second difference I noticed, computational roles, means that neurons in different parts of the network may be specialized to do certain kinds of computation. One type of neuron could be used to detect patterns in a small frequency range, while other neurons detect patterns relating to which frequency ranges are currently active (I don't know if this is a realistic example, but you get the point). Traditional neural nets treat all neurons the same -- they act more like complex switches than computational units.
This kind of setup is much closer to what goes on in biological networks. Neuroscientists used to believe that neurons are much more simplistic than they have turned out to be. Individual neurons do all sorts of computations that at one time were thought to be fairly complex. Edge detection and motion detection in the visual system are examples of this. It was once thought that these tasks required collections of neurons, but it has been discovered that individual neurons can detect motion in a particular direction and pairs of neurons can detect edges.
I think there is also something interesting going on with the geometry of the network here, but I haven't quite absorbed that yet. Maybe somebody else has noticed this also and can comment (or correct me).
We've had that for ages (Score:5)
My hypothesis: the mouse checks the cid# like the rest of us.
Hopfield's last theorum... (Score:4)
Re:Cool, but.. (Score:3)
But it's not perfect (Score:3)
Unfortunately, there's a little more to it than that. If you return to the publisher a negative review of a paper written by a respected figure in your scientific community, there is an element of "black mark" against your name in some quarters as a result of the conflict of interest that the publisher has through needing the famous name to appear in his or her journal rather than in a competing one. As a reviewer you're anonymous to the author, but not to the publisher!
And I'm not even going to mention what happens when the journal's editorial board includes researchers interested in the same paradigm or method employed by the famous person, so that publication of that paper validates their own research area
Peer review is a fairly good process on the whole, but I doubt that anyone who's been involved in it [I have] would suggest it approaches perfection.
Neural Nets and Voice Recognition (Score:3)
Philosophically important (Score:5)
--