Free SKILL.md scraped from GitHub. Clone the repo or copy the file directly into your Claude Code skills directory.
npx versuz@latest install hiyenwong-ai-collection-collection-skills-adaptive-spiking-neuron-designgit clone https://github.com/hiyenwong/ai_collection.gitcp ai_collection/SKILL.MD ~/.claude/skills/hiyenwong-ai-collection-collection-skills-adaptive-spiking-neuron-design/SKILL.md--- name: adaptive-spiking-neuron-design description: "Functional design framework for adaptive spiking neurons enabling high-performance vision and language modeling. Activation: adaptive spiking, adaptive snn, spiking neuron design, functional spiking, 自适应脉冲神经元." tags: ["neuroscience", "snn", "spiking-neuron", "adaptive", "vision-language", "neuromorphic"] --- # Adaptive Spiking Neuron Design ## Description A functional perspective framework providing general guidance for designing the new generation of spiking neurons. The methodology addresses high performance, adaptability, and training efficiency requirements for modern large models while maintaining biological plausibility and energy efficiency. Spiking Neural Networks (SNNs), as the third generation of neural networks, offer superior energy efficiency and biological plausibility compared to traditional ANNs. ## Core Contributions ### Functional Design Guidelines 1. **Adaptive Time Constants**: Neurons adjust their temporal dynamics based on input statistics 2. **Multi-scale Temporal Processing**: Handling different time scales within single architecture 3. **Unified Vision-Language Architecture**: Single neuron design works across modalities 4. **Training Efficiency**: Surrogate gradient methods with adaptive mechanisms ### Adaptive Mechanisms | Mechanism | Function | |-----------|----------| | Membrane Time Constant Adaptation | Input-dependent integration | | Threshold Adaptation | Activity-dependent firing | | Synaptic Time Constant | Input pattern sensitivity | | Refractory Period | Spike frequency regulation | ## Activation Keywords - adaptive spiking - adaptive snn - spiking neuron design - functional spiking - 自适应脉冲神经元 - adaptive neuron - spiking vision language ## Applications 1. **Vision-Language Models** - Cross-modal representation learning - Efficient multimodal transformers - Neuromorphic vision-language systems 2. **Neuromorphic Hardware** - Adaptive neuron circuits - Configurable time constants - Low-power edge deployment 3. **Large-scale SNN Training** - Surrogate gradient optimization - Transfer learning from ANNs - Continual learning ## References - **Paper**: Adaptive Spiking Neurons for Vision and Language Modeling - **arXiv**: 2604.12365v1 - **Published**: 2026-04-14 - **Authors**: Chenlin Zhou, Sihang Guo, Jiaqi Wang - **Categories**: cs.NE ## Tools Used - `read` - 读取相关文件和资料 - `write` - 创建实现代码 - `exec` - 运行实验和验证 ## Instructions for Agents 1. 阅读技能内容,理解核心方法论 2. 根据用户需求提供相应的技术指导 3. 结合实际应用场景给出建议 4. 如需代码实现,参考核心贡献部分的方法 ## Examples ### Example 1: 基本概念理解 **User:** 什么是 Adaptive Spiking Neuron Design? **Agent:** Adaptive Spiking Neuron Design 是一种计算方法... ### Example 2: 实际应用 **User:** 如何在项目中使用这个方法? **Agent:** 你可以按照以下步骤应用...