federated-brain-trajectory-gnn

Predict infant brain connectivity evolution with federated multi-trajectory GNNs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Federated multi-trajectory GNNs enable privacy-preserving prediction of infant brain connectivity evolution across multiple centers.

Core Features & Use Cases

  • Multi-modal trajectory modeling: handles T1-w, T2-w, DTI brain connectivity data.
  • Federated training: data never leaves hospitals; aggregates model parameters.
  • Two-step imputation + auxiliary regularization: improves performance with sparse data and longitudinal consistency.
  • Use Case: multi-center infant brain development studies with limited samples.

Quick Start

Initiate a federated training across multiple hospitals to forecast future infant brain connectivity trajectories with FedGmTE_Net.

Frequently Asked Questions about federated-brain-trajectory-gnn

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

FAQPage Schema
How do I predict infant brain connectivity evolution across multiple centers without sharing raw neuroimaging data?

You can predict infant brain connectivity evolution across multiple centers without sharing raw data by using federated multi-trajectory GNNs. This approach applies FedAvg-style parameter aggregation so hospitals collaborate on model training while keeping T1-w, T2-w, and DTI data localized.

What is the best way to handle sparse longitudinal neuroimaging data when forecasting infant brain trajectories?

The best way to handle sparse longitudinal neuroimaging data is using a two-step imputation pipeline combined with an auxiliary regularizer. These mechanisms ensure longitudinal consistency and improve trajectory forecasting performance even when multi-center infant brain datasets have limited samples.

Can I use federated learning for multi-modal brain connectivity studies with T1-w, T2-w, and DTI modalities?

Yes, you can use federated learning for multi-modal brain connectivity studies with T1-w, T2-w, and DTI modalities. The model employs graph-trajectory encoders, a shared condition generator, and per-trajectory decoders to process multi-modal infant brain data across different hospitals.

How does federated parameter aggregation work for privacy-preserving neuroimaging studies?

Federated parameter aggregation works by applying FedAvg-style updates to share only model parameters across centers, never raw neuroimaging data. This privacy-preserving collaboration enables multi-center infant brain development studies to forecast connectivity trajectories without exposing sensitive patient scans.

Does federated GNN training work for infant brain development studies with small sample sizes?

Yes, federated GNN training is specifically designed for infant brain development studies with small sample sizes. By aggregating parameters across centers and using auxiliary regularization, it effectively boosts model performance and longitudinal consistency despite limited local datasets.