BrainG3N: A Dual-Purpose Tokenizer for Controllable 3D Brain MRI Generation
About
Three-dimensional (3D) brain MRI is central to clinical neurology and neuro-oncology, where generative models could augment under-represented cohorts, simulate disease trajectories, and support privacy-preserving data sharing. Latent diffusion has been the go-to solution for modeling imaging data, but it places two competing demands on the tokenizer: encoder embeddings must retain the clinical information that downstream tasks act on, and the decoder must reconstruct anatomically faithful volumes. Existing reconstruction-driven tokenizers achieve the second at the expense of the first. To address this, we introduce a fully volumetric masked-autoencoder (MAE) based tokenizer for 3D brain MRI latent diffusion, decoupling encoder and decoder: a frozen 3D MAE encoder produces clinically informative embeddings, while a dedicated CNN decoder reconstructs voxels from a linear projection of those embeddings. We pretrain the encoder on 35,309 volumes from 18 public cohorts spanning four modalities, ten disease categories, and 200+ acquisition sites, and demonstrate its dual utility in two settings. First, on a 23-task linear-probing benchmark, the encoder outperforms or matches SOTA models (i.e., BrainIAC, BrainSegFounder, and MedicalNet) on 21 of 23 tasks. Second, a conditional diffusion transformer (DiT) trained on these clinically informative embeddings supports both conditional generation across six variables and patient-specific longitudinal forecasting. Together these results establish a single 3D brain-MRI embedding space capable of both downstream clinical tasks and controllable generation.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| IDH1 mutation classification | 35,309-volume corpus | AUC94.8 | 8 | |
| Tumor Grade Classification | 35,309-volume corpus | AUC92.1 | 8 | |
| Controllability (Classification) | 3D Brain MRI (held-out) | Real Score100 | 7 | |
| 3D Image Generation | 3D Brain MRI (held-out) | 3D FID (vs Reconstructions)19 | 6 | |
| Brain age regression | 35,309-volume corpus | MAE (years)4.43 | 4 | |
| MMSE Prediction | 35,309-volume corpus | MAE1.91 | 4 | |
| Sex Classification | 35,309-volume corpus | AUC96.7 | 4 | |
| Modality 4-way classification | 35,309-volume corpus | AUC100 | 4 | |
| Controllability (Regression) | 3D Brain MRI (held-out) | Correlation (Real)0.98 | 1 |