Skill for understanding and applying the Latent Excitable Recruitment (LER) framework from arXiv:2607.14000, which predicts activity regeneration in neuronal networks based on transient synaptic memory.
Scanned 9/11/2026
Install to Claude Code
npx -y skills add hiyenwong/ai_collection --skill transient-synapse-activity-regen --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Transient Synapse Activity Regen?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/hiyenwong-transient-synapse-activity-regen)More formats (shields.io, HTML) on the badges page.
---
name: transient-synapse-activity-regen
description: Skill for understanding and applying the Latent Excitable Recruitment (LER) framework from arXiv:2607.14000, which predicts activity regeneration in neuronal networks based on transient synaptic memory.
category: neuroscience
---
## Context
The paper "Activity Regeneration from Silent States in Neuronal Networks with Transient Synaptic Memory" (arXiv:2607.14000) investigates how neuronal networks can spontaneously regain activity after a period of complete silence. It introduces the Latent Excitable Recruitment (LER) capacity, a scalar quantity derived from the residual synaptic configuration at the onset of silence, which predicts whether and how many additional activity cycles will emerge without further simulation.
## Core Methodology
1. **Model Setup**: Consider a neuronal network with finite-lifetime synapses (transient synaptic memory). Synapses have a state that decays over time.
2. **Induce Silence**: Drive the network to an active state, then let it evolve without external input until all neurons fall below firing threshold (silent state).
3. **Compute LER Capacity**: At the first silent state, calculate the LER as the sum over all synapses of their remaining efficacy weighted by the postsynaptic neuron's excitability threshold. Formally, LER = Σᵢⱼ wᵢⱼ * θ(θⱼ - Vᵣₑₛ), where wᵢⱼ is synaptic weight, θⱼ is threshold, Vᵣₑₛ is resting potential.
4. **Predict Regeneration**: If LER > 0, the network will regenerate at least one additional activity cycle; the magnitude of LER correlates with the number of subsequent cycles.
5. **Validation**: Compare LER prediction with direct simulation of network dynamics to confirm accuracy.
## Implementation Steps
To apply this framework in simulations or analysis:
- Step 1: Implement a neuronal network model with short-term synaptic plasticity (e.g., Tsodyks-Markram model) or simple decaying synapses.
- Step 2: Run the network with a brief excitatory pulse to initiate activity.
- Step 3: Monitor neuron voltages; record the time when all neurons fall below threshold (start of silence).
- Step 4: At that moment, extract the synaptic state variables (e.g., available resources u, x).
- Step 5: Compute LER using the formula appropriate for your synapse model.
- Step 6: Use LER to forecast whether activity will resume and how many cycles to expect.
- Step 7: Optionally, run the simulation further to verify predictions.
## Pitfalls
- **Misidentifying Silent State**: Ensure that the silent state is defined as all neurons below firing threshold, not just low activity.
- **Synapse Model Mismatch**: The LER formula depends on the specific synapse dynamics; using an incorrect model will yield invalid predictions.
- **Initial Conditions**: LER depends on the prior activity history; different initial bursts may lead to different silent-state configurations.
- **Network Size Effects**: In very small networks, stochastic effects may dominate; LER is a mean-field predictor.
- **Parameter Sensitivity**: Results may vary with synaptic time constants and thresholds; perform sensitivity analysis.
## Verification
To verify that you have correctly understood and can apply the LER concept:
- ✅ Explain what LER represents in your own words.
- ✅ Derive the LER expression for a simple synapse model (e.g., exponential decay).
- ✅ Predict regeneration for a given network state and confirm via simulation.
- ✅ Discuss how LER differs from traditional measures like total synaptic weight.
## Activation Keywords
- latent excitatory recruitment
- transient synaptic memory
- silent state neuronal network
- activity regeneration prediction
- LER capacity
- arXiv:2607.14000Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!