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-dynamics-foundation-model-calciumgit clone https://github.com/hiyenwong/ai_collection.gitcp ai_collection/SKILL.MD ~/.claude/skills/hiyenwong-ai-collection-collection-skills-dynamics-foundation-model-calcium/SKILL.md---
name: dynamics-foundation-model-calcium
description: "Recent work suggests that large-scale, multi-animal modeling can significantly improve neural recording analysis. However, for functional calcium traces, existing approaches remain... Activation: foundation model, decoding, representation"
---
# Self-Supervised Foundation Model for Calcium-imaging Population Dynamics
## Overview
Recent work suggests that large-scale, multi-animal modeling can significantly improve neural recording analysis. However, for functional calcium traces, existing approaches remain task-specific, limiting transfer across common neuroscience objectives. To address this challenge, we propose \textbf{CalM}, a self-supervised neural foundation model trained solely on neuronal calcium traces and adapta...
## Source Paper
- **Title**: Self-Supervised Foundation Model for Calcium-imaging Population Dynamics
- **Authors**: Xinhong Xu, Yimeng Zhang, Qichen Qian, Yuanlong Zhang
- **arXiv ID**: 2604.04958v2
- **Published**: 2026-04-03
- **Categories**: q-bio.QM, cs.AI, q-bio.NC
- **PDF**: https://arxiv.org/pdf/2604.04958v2
## Key Concepts
### Main Contributions
1. Novel methodology for foundation model
2. Decoding approach to representation
3. Experimental validation and evaluation
### Technical Framework
- **Method**: Foundation Model analysis framework
- **Application**: Brain network dynamics and neural computation
- **Innovation**: Cross-disciplinary integration of foundation model, decoding
## Practical Applications
### Use Case 1: Research Implementation
```python
# Example implementation based on paper methodology
# Note: This is a conceptual example based on the paper abstract
def analyze_neural_dynamics(data, method='foundation_model'):
"""
Analyze neural dynamics using the framework from:
Self-Supervised Foundation Model for Calcium-imaging Population Dynamics
Args:
data: Neural recording data (EEG, fMRI, calcium imaging, etc.)
method: Analysis method to apply
Returns:
Analysis results
"""
# Implementation would go here
pass
```
### Use Case 2: Experimental Design
- Apply the methodology to your neural dataset
- Validate results against established benchmarks
- Extend the approach to related domains
## Implementation Notes
### Requirements
- Python 3.8+
- NumPy, SciPy for numerical computation
- Specialized libraries for foundation model analysis
### Data Format
- Input: Neural recording data (time series, images, spike trains)
- Output: Analysis results, decoded representations, network metrics
## Limitations and Considerations
- Method validated on specific datasets
- May require domain-specific preprocessing
- Computational requirements depend on data scale
## References
- Xinhong Xu et al. (2026). "Self-Supervised Foundation Model for Calcium-imaging Population Dynamics." arXiv:2604.04958v2.
## Activation Keywords
- - foundation model
- decoding
- representation
- self-supervised
- dynamics foundation model calcium
---
*This skill was automatically generated from arXiv paper research.*
*Generated: 2026-04-12*
## Tools Used
- `exec`
- `read`
- `write`
## Instructions for Agents
1. **理解需求**:分析用户请求的具体场景
2. **选择方法**:根据上下文选择合适的技术方案
3. **执行操作**:按照技能描述实施具体步骤
4. **验证结果**:检查结果是否符合预期
## Examples
### Example 1: Basic Usage
**User:** 请帮我应用此技能
**Agent:** 我将按照标准流程执行...
### Example 2: Advanced Usage
**User:** 有更复杂的场景需要处理
**Agent:** 针对复杂场景,我将采用以下策略...