Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 3.79 KB

README.md

File metadata and controls

40 lines (32 loc) · 3.79 KB

Modeling APL-Mediated Local Inhibition in the Fruit Fly Mushroom Body for Understanding Excitatory-Inhibitory Balance

Yijie Pan, Sachin Salim, Zhengxu Tang

Mushroom body is the learning center for most arthropods (including insects, shrimps, crabs etc.), and shares the same network structure with other learning hubs in mammals like cerebellum and hippocampus [1]. In those learning hubs, a relatively large population of neurons randomly receive combinatory inputs from different sensory channels so that the activities of ensembles of neurons represent a particular sensory context [2]. Sensory representations can be associated with specific behaviors by tuning connection strength between representation neurons and their output neurons [3]. Hence the sparse, less overlapping sensory representations in the large neuron population is critical for pattern separation and accuracy of learning [1,4]. In the Drosophila melanogaster (fruit fly) mushroom body, there are ~2000 Kenyon Cells which receive inputs from a random 6 out of 54 olfactory channels [5]. A giant GABAergic interneuron called APL is known essential for olfactory discrimination learning [6]. APL receives inputs from all Kenyon cells, and provides inhibition back to all Kenyon cells based on existing connectome datasets (Figure 2) [7,8]. Recent electrophysiology study shows the lateral inhibition from APL is local and not propagate to all Kenyon Cells [9]. The transcriptomics study of APL suggests that a lack of voltage gated channels for generating action potential may result in a local spreading of inhibition to Kenyon cells [10]. It is unknown how this local inhibition contributes to the sensory representations sparsity. What’s more, as each Kenyon cell connects with multiple output neurons along its axon [11], inhibitions from APL may alter the propagation of Kenyon Cell odor responses, eventually distal output neurons may receive sparser input than proximal output neurons.

To-Do:

Model construction:

  • Odor stimulus input from PNs
  • PN-KC connectivity
    • Full-random
    • Local-random
  • KC-APL inhibitory connection
    • No inhibition
    • Local inhibition
    • Global inhibition (For global inhibition, it might be tricky to match the gsyn with local inhibition scenario?)
  • LIF-2D KC model

Simulation:

  • Finding A value that allows 20% KCs will be activated by an odor on average (no inhibition)
  • How inhibition range (connection strength decays with distance) affect sparseness, responding fraction (Sachin) (path: network/DecayingConnectivityMatrix.m)
  • Fit gsyn for different inhibition range: 5, 10, 20, 38, global inhibition
sigmas = [0 5 10 20 38 100]; % 0 is no inhibition, 100 is all to all inhibition
gsyn_values = [0 -0.15 -0.05 -0.02 -0.013  -0.01];
  • Simulating KC responses to 110 odors with conditions below: local random vs full random PN KC connectivity * 6 inhibtion ranges * 110 odors. 9 hours remaining. (Yijie is working on this) corresponding files are in./simulation_results/main_simulation_seed1

Analysis simulation results:

  • Odor responses sparseness
  • Separability between odors for a given set of KC activities (we may need to discuss about this. Potential method we can use: inter-odor responses correlation coefficients | activated KC overlapped ratio | construct some simple linear separator to simulate don’ stream neuron and compare classifying performance after learning one odor?)
    • Implemented a softmax classifier to demonstrate separability (Sachin) (path: evaluation/odor_prediction.m)

Presentation (How long the presentation is? Probably we can start adding contents onto slides from the Monday)

  • Biological background
  • Model contrution
  • Simulation results and analysis
  • Conclution