Worminator: a Platform to Enable Bio-Inspired (C. Elegans) Robotics

Worminator: a Platform to Enable Bio-Inspired (C. Elegans) Robotics

Worminator: A platform to enable bio-inspired (C. elegans) robotics Raphael Norman-Tenazas Jordan K. Matelsky Kapil D. Katyal Erik C. Johnson William R. Gray-Roncal Johns Hopkins University Applied Physics Laboratory 11100 Johns Hopkins Road; Laurel, Maryland 20723 Abstract graph, a mathematical object with vertices, directed edges, and attributes. By generating connectomes from electron mi- Recent years have seen a renaissance in artificial in- croscopy, anatomical graphs are derived where vertices rep- telligence (AI) technology and its applications, includ- resent individual neurons and edges are the directed synaptic ing robotics. Many of these solutions focus on solving connections (Lichtman & Sanes, 2008). Simulation of neural a particular problem in a particular domain or environ- circuits also requires an understanding of neuronal dynamics ment. Creating robust and generalizable AI solutions is and neuromodulation (Bargmann & Marder, 2013), as differ- an area of great interest with applications to many dif- ent neural time dynamics can generate different responses ferent problem spaces. Biological organisms and bio- from the same underlying connectome. logical nervous systems serve as an existence proof that such a generalized intelligence solution is possible. We As a model organism, C. elegans offers significant promise develop and explore a framework for the simulation of for closed-loop simulation. The C. elegans connectome is biological networks and extend these simulations to a well-characterized; the hermaphrodite nematode contains ap- real-world robotic platform. We focus our initial explo- proximately 300 neurons and 8000 chemical and electrical ration on a simple, well-defined and highly stereotyped synapses (White et al., 1986). While the neuronal dynam- biological neural network (i.e., connectome) derived from ics and role of neuromodulation are not fully understood, neu- the Caenorhabditis elegans nematode. We implement a ral circuits have been proposed for many behaviors such as reference anatomical connectome on a robotic platform, touch-withdrawal (Chalfie et al., 1985) and exploration of en- then perturb the network to study the influence of the vironments (Gray, Hill, & Bargmann, 2005). New patch clamp- network parameters on output behavior. Target pertur- ing results also give insight into the dynamics of individual bations can be derived from neuroscience, robotics, or neurons (Lockery & Goodman, 2009). machine learning domains. This platform is useful for Due to the promise of C. elegans for closed-loop simulation exploring the relationship between learning and behavior of behavior, the OpenWorm project developed detailed simu- for biological organisms and robots. To foster further dis- lation of all the cells in the worm relevant to sensing and motor covery, we share an open source, easy to use framework activity (Szigeti et al., 2014), using models of channel dynam- with visualization and simulation capabilities and provide ics. Other recent simulation efforts compared the worm’s tap- an interface to a TurtleBot using ROS. withdraw response to optimal control policies (Lechner, Grosu, & Hasani, 2017) and proposed a Simulink model of the worm Keywords: connectomics; robotics; C. elegans using single-compartmental models (Hasani, Beneder, Fuchs, Lung, & Grosu, 2017). Introduction An alternative approach is to implement dynamic simula- There has been great progress in the previous decades de- tions of the C. elegans connectome on physical, robotic plat- veloping Artificial Intelligence techniques for robotics applica- forms. These studies apply the neural computational prin- tions, but there are still critical limitations in terms of general- ciples underlying C. elegans behavior to robot control, and izability, learning, and robustness. One approach to overcom- enable comparison between biologically-inspired algorithms ing these limitations is the study of biological systems (Lake, and traditional approaches. One such robotic platform im- Ullman, Tenenbaum, & Gershman, 2017). Understanding the plemented a six-neuron simulation of C. elegans chemo- relationship between behavior and information processing in taxis (Morse, Lockery, & Ferree,´ 1998), but did not simulate neural circuits is one of the core challenges in neuroscience, the entire worm nervous system. More recently, a robotic and may lead to neurally-inspired algorithms for robotic appli- system simulating the entire C. elegans connectome was cations. Even organisms with small nervous systems, such demonstrated (Busbice, 2014). This robot exhibited the tap- as the nematode C. elegans (White, Southgate, Thomson, & withdrawal behavior of the nematode, but had technical limita- Brenner, 1986), show robust behaviors such as avoidance and tions preventing easy modification of the connectome or intro- exploration. Simulating neural circuit activity during closed- duction of new models of neural dynamics. loop behavioral tasks provides a means to study the compu- tational principles underlying behavior, which might then be Methods applied to robotics. As a next step in exploring neurally-inspired robotic control Simulating a complete nervous system requires that sys- and the relationship between neural computation and behav- tem’s connectome, the structural or functional “wiring dia- ior in C. elegans, we present a novel method to translate an gram.” A connectome is conventionally represented as a arbitrary graph (either biologically derived or synthetic) to a ROS-compatible robotic platform. We provide example imple- mentations for neuron simulation, sensory input, and motor output, in an extensible, flexible approach. Network Simulation and Visualization To enable the simulation and analysis of highly recurrent, time-dependent, biofidelic spiking neurons, we propose Elec- trode, a platform that can closely model electrophysiological processes at variable levels of simulation resolution. Un- like similar frameworks that require specialized neuromor- phic hardware, such as SpiNNaker (Knight, Tully, Kaplan, Lansner, & Furber, 2016) and TrueNorth (Merolla et al., Figure 1: Our visualization engine; Neurons are represented 2014), Electrode runs on consumer hardware, enabling high- on the left side in arbitrary order, with motor neurons and speed neurophysiological simulation on hardware platforms muscles colored red (Busbice, 2014). Depolarization is rep- ranging from personal laptops to high-performance comput- resented by the expansion of the pale blue highlights. On the ing clusters. Although comparable software simulators exist right side, a cyan worm leaves a gray trail to enable the study (Stimberg, Goodman, Benichoux, & Brette, 2014), Electrode of behavior of a simple simulated organism side by side with allows arbitrary input and output by placement of simulated its neural activity. electrodes. Simulated electrodes can be inserted at any point in the network to represent input (i.e., stimulation), output (i.e., recording), or both (as in biological experiments). In this way, to topics. In addition, ROS is supported by a large commu- we aim to make it possible to replicate biological experiments nity of roboticists contributing significant functionality includ- with Electrode’s “in-silico” neurons. ing perception, mapping, navigation and obstacle avoidance. By using a novel, flexible abstraction for a neuron, we can We are exploring how these capabilities can be combined with enable simultaneous simulation of different levels of detail for biological networks to improve learning and performance. different parts of a single model. Namely, we may use electro- physiological neuron models in critical portions of the process- Results ing unit, and use simplified neuron models for surrounding neuron populations, as has been previously demonstrated in We demonstrate our generalized connectome- similar simulation efforts (Hawrylycz et al., 2016). By chang- to-robot pipeline on a TurtleBot robot ing the paradigm of bio-fidelic neuron simulation at scale, we (https://www.turtlebot.com/). believe that Electrode could open the door for defining inno- For our neuronal network, we chose a C. elegans connec- vations in the world of neuro-inspired machine learning. For tome described in the NeuroML (Gleeson et al., 2010) format. larger networks, we are exploring an implementation of these This format allows application-specific metadata, which in the ideas using distributed processing in highly parallel languages case of our simple connectome would represent the synap- to simulate large neuron populations at faster speeds than are tic weight between neurons. Our method supports loading possible with existing implementations. any weighted directed graph that can be loaded by NetworkX We also provide a visualization tool that enables qualitative (Hagberg, Swart, & S Chult, 2008). We parsed the C. ele- insight into the neural activity underlying behavior. Our visual- gans connectome file created from earlier robotic experiments ization engine, written in p5.js (p5js.org), provides a real-time (Busbice, 2014), which defines the synaptic weights based on visual representation of the neural activity of a simulated net- the number of connections each pair of neurons shared. In work (Figure 1). the case of our C. elegans simulation, our inputs are sensory Our simulation approach can be used to explore learning neurons and the outputs are motor neurons, although these and neuroscience functionality toward improving robotic func- can be user-specified. tionality while tailoring

View Full Text

Details

  • File Type
    pdf
  • Upload Time
    -
  • Content Languages
    English
  • Upload User
    Anonymous/Not logged-in
  • File Pages
    4 Page
  • File Size
    -

Download

Channel Download Status
Express Download Enable

Copyright

We respect the copyrights and intellectual property rights of all users. All uploaded documents are either original works of the uploader or authorized works of the rightful owners.

  • Not to be reproduced or distributed without explicit permission.
  • Not used for commercial purposes outside of approved use cases.
  • Not used to infringe on the rights of the original creators.
  • If you believe any content infringes your copyright, please contact us immediately.

Support

For help with questions, suggestions, or problems, please contact us