reverse-engineering-brain-control-nodes

Identify sparse brain control nodes from task-based fMRI data using linear state-space models.

2|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/hiyenwong/ai_collection --skill reverse-engineering-brain-control-nodes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reverse-engineering-brain-control-nodes
Source: https://github.com/hiyenwong/ai_collection/tree/main/collection/skills/reverse-engineering-brain-control-nodes
Command: npx skills add https://github.com/hiyenwong/ai_collection --skill reverse-engineering-brain-control-nodes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Identifies sparse brain control nodes and their inputs to reconstruct neural dynamics from task-based fMRI data, enabling targeted insights into how specific regions drive cognitive and motor tasks.

Core Features & Use Cases

  • Linear state-space model: X(t+1) = A X(t) + B u(t) to describe neural dynamics.
  • Sparse input optimization: jointly identifies a minimal set of control nodes (B) and inputs (u) that explain observed activity.
  • Brain mapping utility: links identified control nodes to known functional systems for interpretation.
  • Use cases include task-based fMRI analysis, neuromodulation targeting, cognitive process modeling, and network-control applications.

Quick Start

Apply the framework to task-based fMRI data to identify sparse control nodes that reconstruct neural dynamics.

Frequently Asked Questions about reverse-engineering-brain-control-nodes

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I identify sparse brain control nodes from task-based fMRI data?

Sparse brain control nodes are a minimal set of brain regions that drive neural dynamics. They are identified by applying a linear state-space model and sparse-input optimization to fMRI time series data to reconstruct observed cognitive and motor task activity.

What data do I need to model neural dynamics and find control nodes?

Modeling neural dynamics to find control nodes requires neural time series data from task-based fMRI and structural connectivity matrices. These inputs construct the linear state-space model used for sparse-input optimization of brain activity.

Can I use this sparse-input optimization for neuromodulation target discovery?

Yes, you can use this sparse-input optimization for neuromodulation target discovery. It identifies minimal brain control nodes that reconstruct neural dynamics, providing targeted regions for cognitive and motor task interventions.

How does network-control theory apply to cognitive task investigations?

Network-control theory applies to cognitive task investigations by modeling brain regions as control nodes within a linear state-space framework. This reveals how sparse inputs and structural connectivity drive observed neural dynamics during task-based fMRI.

What are the limitations of using a linear state-space model for fMRI analysis?

Using a linear state-space model for fMRI analysis assumes neural dynamics follow linear transitions, potentially missing complex nonlinear brain interactions. Sparse-input optimization also depends on accurate structural connectivity data to reliably identify control nodes.