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-dynamic-path-brain-connectivitygit clone https://github.com/hiyenwong/ai_collection.gitcp ai_collection/SKILL.MD ~/.claude/skills/hiyenwong-ai-collection-collection-skills-dynamic-path-brain-connectivity/SKILL.md--- name: dynamic-path-brain-connectivity version: v1.0.0 last_updated: 2026-05-05 description: Model dynamic path trajectories in brain functional connectivity to capture temporal evolution of connections between functional communities. Based on arXiv 2510.24025 NeuroPathNet. --- # Dynamic Path Brain Connectivity Model dynamic path trajectories in brain functional connectivity to capture temporal evolution of connections between functional communities for improved brain state analysis. ## Source Paper - **Title:** NeuroPathNet: Dynamic Path Trajectory Learning for Brain Functional Connectivity - **arXiv:** 2510.24025 - **Published:** 2025-10 - **Key Insight:** Existing methods struggle to capture temporal evolution of connections between specific functional communities. Path-level trajectory modeling characterizes dynamic behavior of connection pathways between brain functional partitions. ## Activation Keywords - dynamic path brain connectivity - NeuroPathNet - path trajectory brain network - temporal brain connectivity - dynamic functional communities - 动态脑功能连接 - 路径轨迹学习 ## Core Methodology ### Problem Static functional connectivity (FC) and even sliding-window dynamic FC fail to capture how specific pathways between functional communities evolve over time. This loses critical temporal information about brain state transitions and cognitive dynamics. ### Solution: Path-Level Trajectory Modeling 1. **Community Partition Identification** - Identify functional communities (modules) in brain network - Define inter-community pathways - Each pathway = sequence of connected regions across communities 2. **Trajectory Learning** - Model temporal evolution of each pathway - Learn trajectory embeddings capturing dynamic patterns - Capture both speed and direction of connectivity changes 3. **Path-Aggregated Representation** - Combine pathway trajectories into holistic representation - Attention mechanism weights important pathways - End-to-end trainable with downstream task ## Application Scenarios 1. Brain state classification: task vs rest, cognitive load levels 2. Neurological disorder biomarkers: altered pathway dynamics 3. Cognitive process tracking: learning, attention, memory formation 4. Brain-computer interfaces: dynamic connectivity features ## Implementation Pattern ```python # Conceptual pipeline # 1. Extract FC matrices from fMRI time windows # 2. Identify inter-community paths # 3. Learn trajectory embeddings per path # 4. Aggregate with attention # 5. Classify / predict downstream task ``` ## Pitfalls 1. Path definition is critical: poor partitions lose information 2. Temporal resolution vs noise trade-off in fMRI 3. Computational complexity grows with number of pathways 4. Requires careful validation of trajectory stability ## Related Skills - brain-network-controllability - time-varying-brain-connectivity - functional-connectivity-graph-neural-networks