Model dynamic path trajectories in brain functional connectivity to capture temporal evolution of connections between functional communities. Based on arXiv 2510.24025 NeuroPathNet.
Scanned 9/11/2026
Install to Claude Code
npx -y skills add hiyenwong/ai_collection --skill dynamic-path-brain-connectivity --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Dynamic Path Brain Connectivity?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/hiyenwong-dynamic-path-brain-connectivity-a5af2f21)More formats (shields.io, HTML) on the badges page.
---
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
Is 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!