Stochastic Cortical Self-Reconstruction (SCSR) framework for personalized mapping of gray matter atrophy in neurodegenerative disorders. Enables individualized healthy reference estimation directly from observed cortical thickness at vertex level, allowing detection of subtle subject-specific deviations. Evaluates generalization and transferability across populations (UK Biobank to Chinese dataset) with multiple training strategies and reconstruction backbones.
Scanned 9/11/2026
Install to Claude Code
npx -y skills add hiyenwong/ai_collection --skill international-transfer-stochastic-cortical-self-reconstruction --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of International Transfer Stochastic Cortical Self Reconstruction?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/hiyenwong-international-transfer-stochastic-cortical-self-re)More formats (shields.io, HTML) on the badges page.
---
name: international-transfer-stochastic-cortical-self-reconstruction
description: "Stochastic Cortical Self-Reconstruction (SCSR) framework for personalized mapping of gray matter atrophy in neurodegenerative disorders. Enables individualized healthy reference estimation directly from observed cortical thickness at vertex level, allowing detection of subtle subject-specific deviations. Evaluates generalization and transferability across populations (UK Biobank to Chinese dataset) with multiple training strategies and reconstruction backbones."
metadata:
arxiv_id: "2608.07092"
published: "2026-08-11"
authors: "Fabian Bongratz, Zhizheng Zhuo, Chao Zhang, Yaou Liu, Dennis M. Hedderich, Christian Wachinger"
tags: [cortical-reconstruction, neurodegenerative-disorders, alzheimer-disease, personalized-mapping, cross-population-transfer, uk-biobank, chinese-population, spherical-unet, multilayer-perceptron]
license: Complete terms in LICENSE.txt
---
# International Transfer of Stochastic Cortical Self-Reconstruction
## Overview
Stochastic Cortical Self-Reconstruction (SCSR) enables personalized mapping of gray matter atrophy, a hallmark of neurodegenerative disorders such as Alzheimer's disease (AD), onto high-resolution cortical surfaces. Unlike conventional normative modeling approaches that operate at coarse regional levels and are constrained by training covariates, SCSR estimates an individualized healthy reference directly from observed cortical thickness at the vertex level, allowing detection of subtle, subject-specific deviations from healthy cortical shape.
This work investigates the generalization and transferability of SCSR, originally trained on UK Biobank (UKB) data, to an independent Chinese population dataset. The framework evaluates the ability of SCSR-derived Z-scores to discriminate between healthy scans, individuals with mild cognitive impairment (MCI), and patients with AD, while assessing model robustness across the lifespan.
## When to Use
Use International Transfer SCSR when:
- Mapping gray matter atrophy in neurodegenerative disorders like Alzheimer's disease
- Needing personalized, subject-specific cortical reconstruction rather than population norms
- Working with cross-population datasets (e.g., UK Biobank to Chinese cohorts)
- Requiring vertex-level analysis instead of coarse regional analysis
- Evaluating different training strategies for transfer learning scenarios
- Comparing reconstruction backbones like MLP vs Spherical UNet
## Core Methodology
### 1. Stochastic Cortical Self-Reconstruction (SCSR)
- Estimates individualized healthy reference directly from observed cortical thickness
- Operates at vertex level for high-resolution analysis
- Detects subtle, subject-specific deviations from healthy cortical shape
- Provides Z-scores for statistical significance of atrophy patterns
### 2. Cross-Population Transfer Evaluation
- Original model trained on UK Biobank (UKB) data
- Tested on independent Chinese population dataset
- Four training strategies evaluated:
- Direct application of UKB-trained model
- Fine-tuning on Chinese data
- Training from scratch on Chinese data
- Joint training on UKB and Chinese cohorts
### 3. Reconstruction Backbones
- **Multilayer Perceptron (MLP)**: Traditional feedforward network architecture
- **Spherical UNet (SUNet)**: Geometric deep learning architecture designed for spherical/cortical surface data
### 4. Evaluation Metrics
- Discriminative performance using pairwise AUC between healthy, MCI, and AD groups
- Reconstruction error across lifespan
- Model robustness to age distribution differences between training and test populations
## Implementation Guidelines
### Data Preparation
1. **Cortical Surface Data**: Prepare high-resolution cortical thickness maps on spherical surfaces
2. **Population Matching**: Ensure appropriate demographic matching between source and target populations
3. **Quality Control**: Apply rigorous quality control to exclude poor-quality scans
### Model Training
1. **Baseline Training**: Train SCSR on source population (e.g., UK Biobank)
2. **Transfer Strategy Selection**: Choose appropriate transfer strategy based on target data availability
3. **Backbone Selection**: Select MLP or SUNet based on computational resources and geometric requirements
4. **Fine-tuning Protocol**: If fine-tuning, use appropriate learning rates and regularization
### Evaluation Protocol
1. **Discriminative Analysis**: Compute pairwise AUC between diagnostic groups (healthy vs MCI, healthy vs AD, MCI vs AD)
2. **Lifespan Robustness**: Evaluate reconstruction error across different age ranges
3. **Cross-Population Generalization**: Compare performance between direct application and fine-tuned models
## Expected Results
- Robust detection of cortical atrophy in target population across all evaluated models
- Highest discriminative performance with fine-tuned SUNet model (average pairwise AUC = 0.848)
- Strong cross-population transferability even with substantially different age distributions
- Low reconstruction errors across lifespan despite narrow training age distribution
- Better performance with geometric-aware SUNet compared to standard MLP
## Pitfalls and Considerations
- **Age Distribution Mismatch**: Training population may have narrower age distribution than target population
- **Computational Requirements**: SUNet requires more computational resources than MLP
- **Data Quality Sensitivity**: Performance depends on quality of cortical surface reconstruction
- **Population Differences**: Cultural, genetic, or environmental differences may affect transferability
- **Diagnostic Label Quality**: Relies on accurate clinical diagnosis in both source and target populations
## Activation Keywords
- Stochastic Cortical Self-Reconstruction
- SCSR personalized mapping
- Gray matter atrophy vertex-level
- Cross-population transfer neuroimaging
- UK Biobank Chinese dataset
- Spherical UNet cortical reconstruction
- Alzheimer's disease cortical thickness
- Individualized healthy reference
- Neurodegenerative disorder mapping
- Fine-tuning cross-population
## References
- Original Paper: arXiv:2608.07092 [cs.CV]
- Related Skills:
- `brain-mri-foundation-clinical`
- `neurodegenerative-4d-diffusion-v3`
- `multiscale-brain-dynamics-analysis`
- `homology-morphometry-brain-atrophy`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!