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-brain-meta-learning-in-context-decodinggit clone https://github.com/hiyenwong/ai_collection.gitcp ai_collection/SKILL.MD ~/.claude/skills/hiyenwong-ai-collection-collection-skills-brain-meta-learning-in-context-decoding/SKILL.md---
name: brain-meta-learning-in-context-decoding
description: "Visual decoding from brain signals is a key challenge at the intersection of computer vision and neuroscience, requiring methods that bridge neural representations and computationa... Activation: meta-learning, foundation model, decoding"
---
# Meta-learning In-Context Enables Training-Free Cross Subject Brain Decoding
## Overview
Visual decoding from brain signals is a key challenge at the intersection of computer vision and neuroscience, requiring methods that bridge neural representations and computational models of vision. A field-wide goal is to achieve generalizable, cross-subject models. A major obstacle towards this goal is the substantial variability in neural representations across individuals, which has so far re...
## Source Paper
- **Title**: Meta-learning In-Context Enables Training-Free Cross Subject Brain Decoding
- **Authors**: Mu Nan, Muquan Yu, Weijian Mai, Jacob S. Prince, Hossein Adeli, Rui Zhang, Jiahang Cao, Benjamin Becker, John A. Pyles, Margaret M. Henderson, Chunfeng Song, Nikolaus Kriegeskorte, Michael J. Tarr, Xiaoqing Hu, Andrew F. Luo
- **arXiv ID**: 2604.08537v1
- **Published**: 2026-04-09
- **Categories**: cs.LG, q-bio.NC
- **PDF**: https://arxiv.org/pdf/2604.08537v1
## Key Concepts
### Main Contributions
1. Novel methodology for meta-learning
2. Foundation Model approach to decoding
3. Experimental validation and evaluation
### Technical Framework
- **Method**: Meta-Learning analysis framework
- **Application**: Brain network dynamics and neural computation
- **Innovation**: Cross-disciplinary integration of meta-learning, foundation model
## 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='meta-learning'):
"""
Analyze neural dynamics using the framework from:
Meta-learning In-Context Enables Training-Free Cross Subject Brain Decoding
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 meta-learning 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
- Mu Nan et al. (2026). "Meta-learning In-Context Enables Training-Free Cross Subject Brain Decoding." arXiv:2604.08537v1.
## Activation Keywords
- - meta-learning
- foundation model
- decoding
- representation
- in-context learning
- brain meta learning in context decoding
---
*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:** 针对复杂场景,我将采用以下策略...