TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Scientists have put a simulated worm’s brain into a Lego robot’s body

90 点作者 mamoriamohit超过 10 年前

12 条评论

ortusdux超过 10 年前
I found the title misleading, but it may have something to do with my previous knowledge of experiments in which cultured rat neurons are placed on an array of electrodes and trained to power a robot. I had hoped this story was about a physical worm&#x27;s brain being transplanted into a robot. It is still an amazing test of the OpenWorm project&#x27;s findings.<p>Here is a link to some info on Hybrots:<p><a href="http://en.wikipedia.org/wiki/Hybrot" rel="nofollow">http:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Hybrot</a>
评论 #8746665 未加载
评论 #8745637 未加载
anon4超过 10 年前
Kind of misleading when the video goes &quot;this is not a program driving the robot&quot; - of course it&#x27;s a program. Just because they copied the interconnection structure of a worm brain doesn&#x27;t make it not a program. It&#x27;s simply very hard to reason about because it&#x27;s structure and mode of computation isn&#x27;t readily apparent, so we can think of it as the world&#x27;s largest perl one-liner.
评论 #8745588 未加载
评论 #8745647 未加载
jonaldomo超过 10 年前
Modeled a worms brain
评论 #8745399 未加载
sambeau超过 10 年前
More interesting than seeing motor function - being that C Elgans has been shown to exhibit depressive behaviour [1], I wonder if they can observe or trigger depression in the model?<p>That would, to me, show something much more thought provoking.<p>[1] <a href="http://scholar.google.co.uk/scholar?q=c+elegans+depression&amp;hl=en&amp;as_sdt=0&amp;as_vis=1&amp;oi=scholart&amp;sa=X&amp;ei=l2SMVP_YGtDVavS5gagD&amp;ved=0CCMQgQMwAA" rel="nofollow">http:&#x2F;&#x2F;scholar.google.co.uk&#x2F;scholar?q=c+elegans+depression&amp;h...</a>
JulianMorrison超过 10 年前
Next thing for mad computer science to do: take a simulated C. Elegans, give it the toolkit of Stuxnet and Regin, set it loose to chew data. First <i>real</i> internet worm?
droithomme超过 10 年前
The article subtitle claims C. elegans is a parasite. That is incorrect. C. elegans tends to live in places like apple orchard floors where they eat decaying fruit. They are quite harmless and have been instrumental in genetics research.
评论 #8745506 未加载
kf5jak超过 10 年前
Imagine using this &quot;worm simulation&quot; as a real world &quot;computer worm&quot; to do your bidding!
tluyben2超过 10 年前
Without having checked the code (it is open source I believe); this is a neural network right? Do they understand why it reverses when it bumps into the wall from the activity observed in the neural net?
bane超过 10 年前
Here&#x27;s a short video of the worm and how it moves <a href="https://www.youtube.com/watch?v=GgZHziFWR7M" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=GgZHziFWR7M</a>
creamyhorror超过 10 年前
Amazing stuff, the start of inorganic brain emulation&#x2F;uploading? Maybe programmers could devise a program format for neuronal programming&#x2F;uploading, which could be run on libraries for robotic platforms. Now we can truly code the &quot;ghost in the machine&quot;.<p>Going a step further, what if we caused neuronal programs to evolve according to some fitness function, and gave them new kinds of sensors (senses?) and environmental challenges? We could end up with a complex brain, and some very curious emergent properties indeed...it makes me excited and worried all at once.<p>Digital brain + objective&#x2F;incentive functions + evolutionary mechanics ==&gt; hybrid natural-artificial life?<p>Quote from the creator about the roboworm&#x27;s behaviour upon encountering an obstacle:<p><i>Obviously, the robot is a very simplistic form of the worm and there are many sensory inputs that aren&#x27;t being taken into consideration. The worm&#x27;s &quot;nose&quot; has sensory neurons for chemo, oxygen, touch, temperature, mechano, etc. I&#x27;m only using the &quot;avoidance touch&quot; but we have no idea how these other sensory functions might influence the behavior overall. Like any animal, the worm won&#x27;t back up each and every time it comes to an obstacle; i.e. it might kind of &quot;sniff&quot; around it for a bit before moving on so we are taking a very narrow approach mostly due to the limitations of robotic sensors. However, I have probably ran this experiment over a hundred times and each time, the results are very consistent. Sometimes. I&#x27;ll let the robot just wander around for a long period of time and it&#x27;s like we have a cat checking out the environment.</i><p>On memory&#x2F;plasticity of the simulated brain:<p><i>Actually you are the first to ask and I&#x27;m surprised no one has asked before. We actually have a mechanism we call the &quot;poison pill&quot; whereby we send the individual neurons of the simulated connectome a weighted value of -99999 and when the neuron reads this weight, it kills itself. So to answer your question, this current research is based purely on the connectome as the means to operate the robot and there is no plasticity other than the recursive nature of the connectome itself. No memory storage and each time you start the connectome, it starts new but we have probably did this experiment a 100 times by now and have shown that the connectome itself gives the wormbot it&#x27;s ability to maneuver it&#x27;s environment. Thanks for the question.</i><p>On human control of such robots:<p><i>One of the things that we want to explore is adding a Deep Learning app to the connectome to be able to guide the robot so we can make some more practical use for the system. The current research gives the robot the ability to do it&#x27;s own thing like any animal. As I have already stated, it&#x27;s like a cat whereby you can try to command a cat all day but it will do what it wants to do and the way we get cats to do what we want them to do is to change the environment; e.g. put out food. For example, if we were to create a bot specifically for search and rescue, we might want to give the bot some incentive to go a specific direction and if life is found, we may need it to perform specific tasks to ascertain the situation. My connectome gives the bot the ability to maneuver around in an environment and keep it safe from harm but it would do, like the worm, it&#x27;s own thing and not pay much attention to what we wanted it to do. By interjecting some control (ala a DNN?), this might give us the best of both worlds: a bot that can fend for itself as well as some control that gives us a means to obtain certain information. So your idea is very much in line with some of our thoughts as well. The only difference would be that you must realize, this is truly an autonomous system and as it is right now, you can&#x27;t control it any better than you could control a real worm or your cat.</i>
评论 #8746030 未加载
bharath28超过 10 年前
While the title itself is a little misleading, i find the experiment incredibly inspiring.
greggarious超过 10 年前
Your scientists were so preoccupied with whether or not they could that they didn&#x27;t stop to think if they should.