I vaguely recall that experts consider artificial neural networks to be a very gross approximation of biological ones. They often state that one reason we don't have AI today is that we don't really know how the brain and the neurons it is made of work. Then I wonder : how does openworm deal with that lack of knowledge? Is there any chance progress in modeling C. Elegans could be used to improve machine learning?
Nematode Neural System Uploaded to a Computer and Trained to Balance a Pole
21–30 of 38 posts
Re: Nematode Neural System Uploaded to a Computer and Trained to Balance a Pole
#22Re: Nematode Neural System Uploaded to a Computer and Trained to Balance a Pole
#23Neural network balances pole while programmers mumble something vague about C. Elegans. Non-story.
This uses a more accurate neuron model than your everyday neural networks.
Re: Nematode Neural System Uploaded to a Computer and Trained to Balance a Pole
#24https://www.youtube.com/watch?v=6Px0livk6m8
My immediate interest was in seeing the differences and similarities between real and simulated worm. I haven't spent much time searching for resulting papers, but it's been 7 years since then and I'm not aware of any ground-breaking publications on the subject.
Unless I'm missing something massive, describing this paper as training the worm to "balance a pole at the tip of its tail" is highly misleading.
In this paper researchers use an external algorithm to tweak parameters of a part of worm's neural model until that part can perform a certain task. The neural circuit effectively serves as a controller for a mechanism that has nothing to do with the original worm. The task, the setup, the subset of the model and the training algorithms are all chosen by the researchers.
Re: Nematode Neural System Uploaded to a Computer and Trained to Balance a Pole
#25Earlier quoted context omitted.
This uses a more accurate neuron model than your everyday neural networks.
Nevertheless, Cartpole is a trivial RL task which only requires a few neurons to solve, much less hundreds. Since they're training it in silico, I'm not sure what this demonstrates other than you can cudgel a vaguely spiking-like neural network into learning a simple task. It's not a C. elegans behavior.
https://gym.openai.com/evaluations/eval_A7rFUDisQiOsADyvqYhV...
Re: Nematode Neural System Uploaded to a Computer and Trained to Balance a Pole
#26Earlier quoted context omitted.
Nevertheless, Cartpole is a trivial RL task which only requires a few neurons to solve, much less hundreds. Since they're training it in silico, I'm not sure what this demonstrates other than you can cudgel a vaguely spiking-like neural network into learning a simple task. It's not a C. elegans behavior.
Cartpole solved with 1 neuron, no weights. https://gym.openai.com/evaluations/eval_A7rFUDisQiOsADyvqYhV...
Re: Nematode Neural System Uploaded to a Computer and Trained to Balance a Pole
#27I first learned about C. elegans neuron-mapping project from this Society of Mind video: https://www.youtube.com/watch?v=6Px0livk6m8 My immediate interest was in seeing the differences and similarities between real and simulated worm. I haven't spent much time searching for resulting papers, but it's been 7 years since then and I'm not aware of any ground-breaking publications on the subject. Unless I'm missing somet…
For example, FWD and REV motor neurons are totally determined by AVB and AVA sensory neurons so can be left out. I would bet if it is worked out this reduces to some simple ANN architecture.
[1] https://docs.google.com/viewer?a=v&pid=sites&srcid=ZGVmYXVsd...
Re: Nematode Neural System Uploaded to a Computer and Trained to Balance a Pole
#28It’ll become interesting when we can teach the worm before “uploading”it, and the resulting NN already knows how to balance that pole without any further training. As is, The article sounds underwhelming
Re: Nematode Neural System Uploaded to a Computer and Trained to Balance a Pole
#29I first learned about C. elegans neuron-mapping project from this Society of Mind video: https://www.youtube.com/watch?v=6Px0livk6m8 My immediate interest was in seeing the differences and similarities between real and simulated worm. I haven't spent much time searching for resulting papers, but it's been 7 years since then and I'm not aware of any ground-breaking publications on the subject. Unless I'm missing somet…
I think their idea is to use biologically inspired network architectures. Looking at Fig1 of the paper[1], it seems they have drawn the schematic in an overly complicated way... For example, FWD and REV motor neurons are totally determined by AVB and AVA sensory neurons so can be left out. I would bet if it is worked out this reduces to some simple ANN architecture. [1] https://docs.google.com/viewer?a=v&pid=sites&sr…
It seems that way. This approach could have interesting applications in engineering. But I wish it wasn't pitched to imply that "machine learning and the activity of our brain the same on a fundamental level". (This is a direct quote from the article, except it was posed as a rhetorical question there.)
Re: Nematode Neural System Uploaded to a Computer and Trained to Balance a Pole
#30I vaguely recall that experts consider artificial neural networks to be a very gross approximation of biological ones. They often state that one reason we don't have AI today is that we don't really know how the brain and the neurons it is made of work. Then I wonder : how does openworm deal with that lack of knowledge? Is there any chance progress in modeling C. Elegans could be used to improve machine learning?