UniBrain is a unified multimodal model for brain MRI analysis. In one autoregressive context, it can impute missing MRI sequences, interpret the available and generated images, and produce a disease diagnosis. This repository hosts the UniBrain model checkpoints.

| Item | Description |
|---|---|
| Base model | ByteDance-Seed/BAGEL-7B-MoT |
| Architecture | Unified MoT architecture |
| Domain | 2D axial brain MRI slices |
| Tasks | MRI modality imputation, brain MRI understanding/diagnosis |
| Training data | RadGenome-Brain_MRI, using the UniBrain preprocessed release |
| Inference precision | BF16 |
| Available modalities | Top-1 Acc | ROUGE |
|---|---|---|
| T1w only | 74.47 | 36.93 |
| T1w + T2w | 76.60 | 38.23 |
| T1w + T2w + T2-FLAIR | 78.01 | 38.68 |
| Complete data | 82.06 | 38.94 |
| Imputation sequence | PSNR | Top-1 Acc |
|---|---|---|
| T1w → T2w | 22.23 | 68.09 |
| T1w, T2w → T2-FLAIR | 22.58 | 67.38 |
| T1w, T2w, T2-FLAIR → T1c | 22.26 | 74.47 |
1@article{unibrain2026,
2 title = {Unified Multimodal Model for Brain MRI Imputation and Understanding},
3 author = {Zhiyun Song, Che Liu, Tian Xia, Avinash Kori, Wenjia Bai},
4 journal = {arXiv preprint arXiv:2606.16484},
5 year = {2026}
6}