Paper deep dive
SA-CycleGAN-2.5D: Self-Attention CycleGAN with Tri-Planar Context for Multi-Site MRI Harmonization
Ishrith Gowda, Chunwei Liu
Intelligence
Status: succeeded | Model: google/gemini-3.1-flash-lite-preview | Prompt: intel-v1 | Confidence: 94%
Last extracted: 3/22/2026, 5:50:13 AM
Summary
SA-CycleGAN-2.5D is a domain adaptation framework designed for multi-site MRI harmonization. It addresses scanner-induced covariate shifts by integrating 2.5D tri-planar manifold injection, a U-ResNet generator with dense voxel-to-voxel self-attention to model global field-strength biases, and a spectrally-normalized discriminator. The method demonstrates superior performance in reducing Maximum Mean Discrepancy (MMD) and domain classifier accuracy compared to traditional statistical methods like ComBat, while preserving anatomical fidelity for downstream radiomic analysis.
Entities (6)
Relation Signals (3)
SA-CycleGAN-2.5D â evaluatedon â BraTS
confidence 95% · Evaluated on 654 glioma patients across two institutional domains (BraTS and UPenn-GBM)
SA-CycleGAN-2.5D â harmonizes â MRI
confidence 95% · SA-CycleGAN-2.5D: Self-Attention CycleGAN with Tri-Planar Context for Multi-Site MRI Harmonization
SA-CycleGAN-2.5D â outperforms â ComBat
confidence 90% · ComBat... cannot produce harmonized images... Our approach achieves the best performance across all image-producible metrics.
Cypher Suggestions (0)
No Cypher suggestions yet.
Abstract
Abstract:Multi-site neuroimaging analysis is fundamentally confounded by scanner-induced covariate shifts, where the marginal distribution of voxel intensities $P(\mathbf{x})$ varies non-linearly across acquisition protocols while the conditional anatomy $P(\mathbf{y}|\mathbf{x})$ remains constant. This is particularly detrimental to radiomic reproducibility, where acquisition variance often exceeds biological pathology variance. Existing statistical harmonization methods (e.g., ComBat) operate in feature space, precluding spatial downstream tasks, while standard deep learning approaches are theoretically bounded by local effective receptive fields (ERF), failing to model the global intensity correlations characteristic of field-strength bias. We propose SA-CycleGAN-2.5D, a domain adaptation framework motivated by the $H\Delta H$-divergence bound of Ben-David et al., integrating three architectural innovations: (1) A 2.5D tri-planar manifold injection preserving through-plane gradients $\nabla_z$ at $O(HW)$ complexity; (2) A U-ResNet generator with dense voxel-to-voxel self-attention, surpassing the $O(\sqrt{L})$ receptive field limit of CNNs to model global scanner field biases; and (3) A spectrally-normalized discriminator constraining the Lipschitz constant ($K_D \le 1$) for stable adversarial optimization. Evaluated on 654 glioma patients across two institutional domains (BraTS and UPenn-GBM), our method reduces Maximum Mean Discrepancy (MMD) by 99.1% ($1.729 \to 0.015$) and degrades domain classifier accuracy to near-chance (59.7%). Ablation confirms that global attention is statistically essential (Cohen's $d = 1.32$, $p < 0.001$) for the harder heterogeneous-to-homogeneous translation direction. By bridging 2D efficiency and 3D consistency, our framework yields voxel-level harmonized images that preserve tumor pathophysiology, enabling reproducible multi-center radiomic analysis.
Tags
Links
- Source: https://arxiv.org/abs/2603.17219v1
- Canonical: https://arxiv.org/abs/2603.17219v1
Trouble viewing inline? Open PDF directly â
Full Text
51,627 characters extracted from source content.
Expand or collapse full text
SA-CycleGAN-2.5D: Self-Attention CycleGAN with Tri-Planar Context for Multi-Site MRI Harmonization Preprint. Under review at MICCAI 2026 Ishrith Gowda Department of Electrical Engineering and Computer Sciences University of California, Berkeley Berkeley, CA 94720 ishrithgowda@berkeley.edu Chunwei Liu Department of Computer Science Purdue University West Lafayette, IN 47907 chunwei@purdue.edu March 2026 Abstract Multi-site neuroimaging analysis is fundamentally confounded by scanner-induced covariate shifts, where the marginal distribution of voxel intensitiesP(x) varies non-linearly across acquisition protocols while the conditional anatomyP(y|x) remains constant. This is particularly detrimental to radiomic reproducibility, where acquisition variance often exceeds biological pathology variance. Existing statistical harmonization methods (e.g., ComBat) operate in feature space, precluding spatial downstream tasks, while standard deep learning approaches are theoretically bounded by local effective receptive fields (ERF), failing to model the global intensity correlations characteristic of field-strength bias. We propose SA-CycleGAN-2.5D, a domain adaptation framework motivated by the HâH-divergence bound of Ben-David et al., integrating three architectural innovations: (1) A 2.5D tri-planar manifold injection preserving through-plane gradientsâ z atO(HW) complexity; (2) A U-ResNet generator with dense voxel-to-voxel self-attention, surpassing theO( â L) receptive field limit of CNNs to model global scanner field biases; and (3) A spectrally-normalized discriminator constraining the Lipschitz constant (K D â€1) for stable adversarial optimization. Evaluated on 654 glioma patients across two institutional domains (BraTS and UPenn-GBM), our method reduces Maximum Mean Discrepancy (MMD) by 99.1% (1.729â0.015) and degrades domain classifier accuracy to near-chance (59.7%). Ablation confirms that global attention is statistically essential (Cohenâsd=1.32,p<0.001) for the harder heterogeneous-to-homogeneous translation direction. By bridging 2D efficiency and 3D consistency, our framework yields voxel-level harmonized images that preserve tumor pathophysiology, enabling reproducible multi-center radiomic analysis. Keywords MRI harmonization·Scanner harmonization·Multi-site MRI·CycleGAN·Self-attention· 2.5D · Domain adaptation · Glioma · Brain tumor · Radiomics · Unpaired image translation 1 Introduction Neurological oncology studies increasingly require aggregating data across institutions to achieve sufficient statistical power for treatment response modeling, genomic correlation, and survival analysis. Yet multi- site MRI acquisition introduces systematic covariate shifts (differences in field strength (1.5T vs. 3T), vendor-specific gradient calibration, and site-specific protocol choices) that confound downstream analyses. Scanner-induced effects routinely exceed inter-subject biological variability in glioma cohorts [1], biasing radiomic signatures, degrading segmentation models trained across sites, and inflating false-discovery rates in statistical studies. Voxel-level image harmonization, producing an image indistinguishable from those acquired at a reference site while preserving the subjectâs underlying anatomy and pathology, offers a principled solution. Unlike arXiv:2603.17219v1 [cs.CV] 17 Mar 2026 SA-CycleGAN-2.5D for MRI HarmonizationPreprint. Under review at MICCAI 2026 feature-space corrections, voxel-level outputs are directly compatible with all downstream spatial tasks (segmentation, volumetric analysis, radiomics). The challenge is that site labels are often unavailable in federated or retrospective settings, paired traveling-subject data is impractical at scale, and the domain shift involves both global bias-field effects and local contrast variations, requiring a model with both global receptive fields and structural awareness. We present SA-CycleGAN-2.5D, addressing these challenges through principled integration of domain adaptation theory with three targeted architectural innovations. Our framework motivates adversarial training via theHâHdivergence bound [2], incorporates inter-slice context through 2.5D tri-planar encoding, and overcomes the receptive field limitation of convolutional networks through dense self-attention mechanisms. To our knowledge, this is the first work to quantify the statistical contribution of self-attention to MRI harmonization quality using large-effect-size ablation (d=1.13â1.32) across all modalities. Contributions. 1. 2.5D tri-planar input: A SliceEncoder25D concatenating adjacent slices across four modalities (12-channel) [3], preserving inter-slice gradients â z at 2D cost. 2.U-ResNet with pervasive self-attention: Self-attention [4] at three of nine bottleneck blocks plus globally, with 11 CBAM [5] modules throughout, at only 3.4% parameter overhead (1.2M/35.1M). 3. Multi-axis evaluation: Cycle consistency, domain separation (classifier + MMD + KS), and 512-feature radiomics concordance on 654 subjects across two glioma cohorts. 4.Domain adaptation framing: Adversarial harmonization motivated by theHâH-divergence bound [2], with statistically rigorous ablation using bootstrapped confidence intervals, Bonferroni correction, and Cohenâs d effect sizes. 2 Related Work 2.1 Statistical Harmonization ComBat [6] models site effects as additive and multiplicative terms in a linear mixed model, removing them via empirical Bayes estimation. While effective for batch-effect correction in transcriptomics and later neuroimaging [7], ComBat fundamentally operates in feature space and cannot produce harmonized images. Fortin et al. [7] adapted ComBat for diffusion MRI metrics and cortical thickness, and CovBat [8] extended it to covariance harmonization. All statistical methods share two critical limitations: they require explicit site labels (unavailable in federated learning), and they cannot reconstruct spatially harmonized images required by segmentation-based downstream tasks. 2.2 Deep Learning Harmonization Supervised approaches such as DeepHarmony [9] leverage paired traveling-subject scans to directly learn a voxel-wise correction field, but the logistic overhead of multi-site traveling-subject acquisition limits scalability. Unpaired methods based on CycleGAN [10,11] circumvent this requirement; Modanwal et al. [12] and Zhao et al. [13] demonstrated the viability of cycle-consistent translation for MRI harmonization, but these methods rely on purely convolutional generators whose effective receptive fields scale asO( â L) [14], which is insufficient to model global field-strength biases. Contrastive unpaired translation (CUT) [15] improves patch-level fidelity but similarly lacks global context. Information-theoretic disentanglement approaches, CALAMITI [16] and HACA3 [17], separate anatomy from contrast encoding using variational bounds, achieving strong performance but requiring multi-contrast inputs and complex encoder-decoder pipelines that limit clinical deployment. Adversarial unlearning approaches [18] produce site-invariant features but no harmonized images, making them incompatible with spatial downstream tasks. 2.3 Self-Attention and Transformers in Medical Imaging The limitations of local receptive fields in convolutional networks have driven adoption of attention mechanisms for medical image analysis. SAGAN [4] introduced self-attention into generative networks, enabling long- range feature interactions. TransUNet [19] augmented U-Net skip connections with transformer encoders for segmentation, while Swin-UNet [20] replaced convolutions entirely with shifted-window self-attention, 2 SA-CycleGAN-2.5D for MRI HarmonizationPreprint. Under review at MICCAI 2026 achieving state-of-the-art results on medical segmentation benchmarks. However, pure transformers face quadratic attention complexity, making them computationally prohibitive for high-resolution volumetric processing. Convolutional block attention modules (CBAM) [5] provide a lightweight alternative with channel-spatial recalibration at negligible overhead. SA-CycleGAN-2.5D occupies a complementary position: it retains the computational efficiency of convolutions for the bulk of processing, inserting full self-attention only at the bottleneck where spatial resolution is lowest, while CBAM modules provide lightweight recalibration at every stage. This hybrid design achieves global context at manageable computational cost, which we quantify in Section 4. 2.4 Domain Adaptation Theory TheHâH-divergence bound of Ben-David et al. [2] provides a theoretical foundation connecting domain shift to target task performance, motivating the reduction of domain divergence as a principled objective. This bound has been applied to medical imaging domain adaptation for classification [18], but its application as a motivating framework for voxel-level image harmonization, where the generator serves as an empirical divergence-minimizing transport map, has not been previously formalized. 3 Methods 3.1 Problem Formulation LetD A =x A i N A i=1 andD B =x B j N B j=1 be unpaired samples from source domainA(multi-site BraTS) and target domainB(single-site UPenn-GBM), respectively. Each samplexâ R 4ĂHĂW is a four-modality (T1, T1CE, T2, FLAIR) 2D slice. We seek generatorsG AâB :X A â X B andG BâA :X B â X A that satisfy three criteria: 1.Domain alignment:G AâB (x A ) is indistinguishable from samples ofD B (reduce domain diver- gence). 2. Cycle consistency: G BâA (G AâB (x A ))â x A (preserve content). 3.Anatomical fidelity: Tumor morphology, gray-white matter contrast, and ventricular structure are preserved under transport. Critically, no paired data, site labels, or traveling subjects are required. 3.2 Theoretical Motivation We frame harmonization through the domain adaptation bound of Ben-David et al. [2]: for any hypothesis hâH, the target risk is bounded by: Δ T (h)†Δ S (h) + 1 2 d HâH (D S ,D T ) + λ â ,(1) whered HâH is theHâH-divergence measuring distributional discrepancy under the hypothesis class, and λ â is the error of the optimal joint hypothesis. This bound implies that reducing the divergence between the source and target distributions in voxel space will improve downstream task generalization on the target domain. Our adversarial discriminatorD B is trained to distinguish real target-domain samples from generated ones. By simultaneously trainingG AâB to foolD B , we minimize an adversarial loss that serves as an empirical proxy for domain divergence. The generator does not directly optimize theHâH-divergence (a theoretically intractable quantity), but the adversarial game provides an implicit gradient signal toward distributions with lower divergence, without requiring paired data or site labels. Convolutional generators are further bounded by their effective receptive field (ERF) [14]: the ERF grows asO( â L) with network depthL, meaning that at practical depths the generator cannot correct global field-strength biases affecting the entire field-of-view in a single forward pass. Self-attention resolves this by computing pairwise affinities across allN=HĂWspatial positions, providing direct gradient pathsâL/âh j between any positions (i,j) regardless of spatial distance. 3 SA-CycleGAN-2.5D for MRI HarmonizationPreprint. Under review at MICCAI 2026 2.5D Input 12ĂHĂW 7Ă7 Conv â 64 Enc-1 64â128 CBAM Enc-2 128â256 CBAM Enc-3 256â256 CBAM ResBlk Ă3 +CBAM ResBlk Ă3 +SA ResBlk Ă3 +CBAM Global SA Dec-1 256â256 CBAM Dec-2 256â128 CBAM Dec-3 128â64 CBAM Output 4ĂHĂW skip connections bottleneck (9 ResBlks) = Self-Attention = CBAM (Ă11) Figure 1: SA-CycleGAN-2.5D generator architecture. The 2.5D tri-planar input (12 channels) passes through a convolutional stem, three encoder stages with CBAM modules, nine residual bottleneck blocks (three groups: CBAM, self-attention, CBAM, plus a global self-attention module), and three decoder stages with skip connections. Orange blocks denote self-attention; green blocks denote CBAM. The discriminator (not shown) is a spectrally-normalized multi-scale PatchGAN. 3.3 Architecture Figure 1 provides an overview of the SA-CycleGAN-2.5D generator architecture, illustrating the 2.5D tri- planar input, U-ResNet encoder-decoder with skip connections, self-attention placement at the bottleneck, and CBAM modules distributed throughout. 2.5D Tri-Planar Input. A SliceEncoder25D maps tri-planar stacks: S 2.5D (V,z) = [V zâ1 , V z , V z+1 ]â R 12ĂHĂW (2) (four modalitiesĂthree adjacent slices) to a 64-channel feature map via a single 7Ă7 convolutional stem, providing inter-slice context and encoding through-plane gradientsâ z â(V z+1 â V zâ1 )/2 at 2D computational cost, capturing volumetric continuity without theO(HWD) complexity of full 3D convolution. U-ResNet Generator. The generator follows a U-Net [21] topology with residual blocks: âą Encoder: three downsampling stages (64â128â256 channels) with instance normalization [22] and stride-2 convolutions. âą Bottleneck: nine residual blocks at 256 channels, arranged in three groups: blocks 1â3 with CBAM, blocks 4â6 with self-attention [4], and blocks 7â9 with CBAM. A global self-attention module follows the final block, computing: h âČ i = Îł N X j=1 exp(q †i k j / â d k ) P m exp(q †i k m / â d k ) W V h j + h i ,(3) whereÎł â[0,1] is a learnable residual scale (initialized to zero, clamped during training) and d k = C/8. âąDecoder: symmetric upsampling with skip connections from encoder stages, ensuring structural fidelity through dual-path information flow. Eleven CBAM [5] modules are distributed throughout the encoder-decoder path (one in the slice encoder, two per encoder stage, six in the non-attention bottleneck blocks, and two per decoder stage), providing lightweight channel and spatial recalibration with negligible additional parameters. The complete model comprises 35.1M parameters (11.9M per generator, 5.7M per discriminator); self-attention accounts for 1.2M across both generators (3.4% overhead). The 33.9M-parameter baseline model (no attention) isolates the contribution of the attention mechanism in our ablation. Spectrally-Normalized Discriminator. A multi-scale PatchGAN [23] with 4Ă4 kernels operates at two spatial scales to capture both global and local realism. Spectral normalization [24] is applied at every convolutional layer, constraining each layerâs Lipschitz constant toâ€1 and thereby bounding the overall discriminator Lipschitz constantK D â€1. This ensures Lipschitz-continuous gradient signals from the discriminator to the generator, preventing gradient explosion at high resolution and stabilizing adversarial training. 4 SA-CycleGAN-2.5D for MRI HarmonizationPreprint. Under review at MICCAI 2026 3.4 Training Objective The composite loss function combines four terms with complementary objectives: L =L adv + λ cyc L cyc + λ id L id + λ ssim L ssim .(4) Adversarial lossL adv : LSGAN [25] objective for both translation directions, providing smoother gradients than binary cross-entropy and reducing mode collapse. Cycle consistencyL cyc : L1 penalty on round-trip reconstruction (λ cyc =10) [11], enforcing bijective transport and anatomical content preservation. Identity lossL id : L1 penalty when the generator receives samples already in its target domain (λ id =5), preventing unnecessary transformations. Structural similarityL ssim : SSIM [26] loss preserving local luminance, contrast, and structural patterns (λ ssim =1), providing perceptual quality constraints complementary to pixel-level L1 objectives. 3.5 Implementation Details All experiments were implemented in PyTorch and trained on a single NVIDIA RTX 6000 GPU with mixed-precision (AMP) training. Table 1 summarizes the key hyperparameters. Training uses the Adam optimizer [27] withÎČ 1 =0.5,ÎČ 2 =0.999. The learning rate follows a cosine annealing schedule with 5-epoch linear warm-up, decaying from the initial rate to 10 â6 over 200 total epochs (100 initial + 100 resumed with increased batch size), following CycleGAN training conventions [11]. Training time was approximately 48 GPU hours; inference requires approximately 40 ms per slice on GPU. The code and pretrained weights are publicly available at https://github.com/ishrith-gowda/NeuroScope. Table 1: Implementation hyperparameters. HyperparameterValue Input channels (2.5D)12 (4 modalities Ă 3 slices) Encoder stages3 (64â 128â 256 channels) Residual bottleneck blocks9 at 256 channels Self-attention locationsBlocks 4, 5, 6 + global CBAM modules11 Generator parameters (each)11.9M Discriminator parameters (each)â 5.7M Total model parameters35.1M Batch size8 Learning rate (initial)5Ă 10 â5 LR scheduleCosine annealing + 5-epoch warmup OptimizerAdam (ÎČ 1 =0.5, ÎČ 2 =0.999) Epochs200 (100 + 100 resumed) λ cyc 10 λ id 5 λ ssim 1 HardwareNVIDIA RTX 6000 Training timeâ 48 GPU hours 4 Experiments 4.1 Datasets and Preprocessing BraTS (Domain A). The Brain Tumor Segmentation (BraTS) dataset [28,29] aggregates glioma MRI from multiple institutions with heterogeneous acquisition parameters: field strengths (1.5T and 3T), multiple vendors (Siemens, GE, Philips), and diverse imaging protocols. Per subject: co-registered T1, T1CE, T2, and FLAIR at 240Ă240Ă155 voxels, 1 m isotropic resolution. This dataset represents the real-world clinical scenario of retrospective multi-center aggregation. UPenn-GBM (Domain B). The University of Pennsylvania Glioblastoma dataset [30] comprises GBM subjects acquired at a single institution under consistent protocols, providing a homogeneous reference domain. After quality filtering for complete four-modality coverage, 566 UPenn subjects were retained. The controlled acquisition of Domain B provides a well-characterized harmonization target. 5 SA-CycleGAN-2.5D for MRI HarmonizationPreprint. Under review at MICCAI 2026 The domain asymmetry, heterogeneous multi-site BraTS (Domain A) versus homogeneous single-site UPenn (Domain B), creates directionally distinct translation challenges. TheAâ Bdirection maps diverse intensity distributions to a narrow target, whileB â Amust generate the full variability of multi-site acquisition from uniform input. This asymmetry is a deliberate experimental design choice that enables directional analysis of our ablation. Preprocessing. All subjects underwent: N4 bias field correction [31]; skull stripping using HD-BET [32]; co-registration to SRI24 atlas space [33]; per-modality z-score normalization to zero mean and unit variance. After excluding subjects with incomplete modalities or preprocessing failures, the final cohort of 654 subjects (88 BraTS, 566 UPenn) was split 70/15/15 into training (460), validation (99), and test (95) sets stratified by domain. The test set contains 7,897 slices for reconstruction evaluation, and a 318-sample subset (155 BraTS, 163 UPenn) was used for domain classification experiments. 4.2 Evaluation Protocol We employ four complementary evaluation axes: 1.Reconstruction quality: SSIM [26], PSNR, MAE, and LPIPS [34] on both forward translation and cycle round-trips. 2. Domain alignment: Maximum Mean Discrepancy (MMD) with RBF kernel [35]: MMD 2 (P S ,P T ) =â„E xâŒP S [Ï(x)]â E yâŒP T [Ï(y)]â„ 2 H ,(5) ResNet-18 [36] domain classifier accuracy (target: 0.5 = chance), AUC-ROC, and Kolmogorov- Smirnov statistic. 3.Radiomics concordance: Concordance Correlation Coefficient (C) [37] and Intraclass Correla- tion Coefficient (ICC) [38] across 512 IBSI-standardized [39] features spanning first-order statistics, GLCM texture, and shape descriptors. 4.Statistical rigor: Normality verified via Shapiro-Wilk (p >0.05). All comparisons use pairedt-tests with bootstrapped 95% confidence intervals (R=1000 resamples). Multiple comparisons corrected via Bonferroni method (α adj =0.05/8=0.00625). Effect sizes reported as Cohenâs d. 4.3 Qualitative Results Figure 2 shows representative harmonization outputs across all four MRI modalities. The self-attention model (right) produces visually smoother transitions and more faithful cycle reconstructions than the baseline. Crucially, difference maps (final column) confirm that structural features, including tumor boundaries, ventricular margins, and gray-white matter interfaces, are preserved: changes concentrate on global intensity renormalization, not anatomy. The T1CE modality shows the most pronounced improvement, consistent with the contrast agentâs sensitivity to vascular properties that vary across field strengths. Figure 3 provides a global view of domain alignment via t-SNE [40]. Raw ResNet-18 features form two clearly separated clusters (98.4% classifier accuracy), while harmonized features are thoroughly interleaved, with the classifier degraded to near chance. 4.4 Quantitative Harmonization Results Translation Quality. Table 2 reports forward and cycle reconstruction metrics onn=7,897 test slices. Forward SSIM reflects the genuine distributional gap between domains:AâBachieves 0.713±0.055, while BâAachieves 0.680±0.041. The directional asymmetry, with lower SSIM and higher LPIPS (0.419 vs. 0.233) in theBâAdirection, is consistent with the greater challenge of mapping homogeneous UPenn samples into the highly variable BraTS distribution. Cycle SSIM exceeds 0.92 in both directions (âSSIM = 0.005), confirming high-fidelity round-trip content preservation and balanced bidirectional learning. Domain Separation. Table 3 presents the core harmonization evaluation. A ResNet-18 classifier trained on raw features achieves 98.4% accuracy (AUC = 0.995), confirming strong baseline domain separability. After harmonization, classification accuracy drops to 59.7% (AUC = 0.613), with 69.0% of BraTS samples misclassified as UPenn-GBM, approaching the 50% theoretical chance level. MMD decreases by 99.1% (1.729â 0.015) and cosine similarity of feature centroids increases from 0.666 to 0.9996. 6 SA-CycleGAN-2.5D for MRI HarmonizationPreprint. Under review at MICCAI 2026 Input AâB (Base)âB (Attn)Rec (Base)Rec (Attn)âDiffâ (Attn) Multi-Modality Translation: AâBâA Direction (Sample 41905) Figure 2: Harmonization results (AâBâA) across T1, T1CE, T2, FLAIR (rows). Columns: input, baseline translation, +Attention translation, baseline reconstruction, +Attention reconstruction, attention difference map. Structural features are preserved; changes concentrate on global intensity (not anatomy). Table 2: Translation quality. Forward: direct translation quality. Cycle: round-trip fidelity (mean±std, n=7,897 test slices). TypeDirectionSSIM âPSNR âMAE âLPIPS â Forward AâB.713± .05519.35± 1.48 .053± .014 .233± .058 BâA.680± .04119.65± 1.32 .074± .017 .419± .068 Cycle AâBâA .923± .01627.49± 1.10 .014± .003N/A BâAâB .928± .01527.73± 0.99 .014± .003N/A ComBat [6,7] achieves marginally lower absolute MMD (0.003) and slightly better cosine similarity, but retains substantially higher classifier accuracy (75.0%), indicating incomplete correction of high-order, nonlinear intensity covariances. This reflects ComBatâs linear, feature-space model: it cannot capture the spatially- varying, non-Gaussian nature of scanner field biases. Critically, ComBat cannot produce harmonized images, making it incompatible with spatial downstream tasks. Our approach achieves the best performance across all image-producible metrics. 4.5 Ablation Study: Self-Attention Directional ablation. Table 4 isolates the self-attention contribution using foreground slices (n=5,265; slices with mean intensityâ„0.05, excluding near-background slices that trivially satisfy reconstruction). The baseline (33.9M parameters, no attention) and attention model (35.1M parameters, +1.2M) are identical in all other respects. 7 SA-CycleGAN-2.5D for MRI HarmonizationPreprint. Under review at MICCAI 2026 t-SNE Dimension 1 t-SNE Dimension 2 (a) Raw Features BraTS UPenn t-SNE Dimension 1 t-SNE Dimension 2 (b) Harmonized Features BraTS (Harmonized) UPenn (Harmonized) Feature Space Visualization (t-SNE) Figure 3: t-SNE visualization of ResNet-18 features (n=318). (a) Raw: clear domain separation (98.4% classifier accuracy, MMD = 1.729). (b) Harmonized: domains thoroughly interleaved (59.7% accuracy, MMD = 0.015). Table 3: Harmonization comparison.â/â: preferred direction. Bold: best among image-producing methods. â Feature-space only (cannot produce harmonized images). MetricRawOurs ComBat â Relative Improv. Domain Classification Accuracy â0.984 0.5970.75039.3% AUC-ROC â0.995 0.6130.80038.4% F1-Score â0.984 0.689N/A30.0% Feature Distribution MMD (RBF) â 1.729 0.0150.003 â 99.1% Cosine Sim. â 0.666 0.9996 1.000 â +0.334 KS Stat. â0.973 0.131N/A86.5% In the harderBâAâBdirection (mapping homogeneous to heterogeneous), attention yields +1.10% cycle SSIM (0.928â0.939, 95% CI: [+1.07,+1.12]%,d=1.13,p<0.001) and +1.01 dB cycle PSNR (d=1.32, p<0.001). All differences remain significant after Bonferroni correction (α adj =0.00625). Cohenâsd >1.0 indicates a large standardized effect across all eight comparisons (two directionsĂtwo metricsĂtwo modality groups), establishing that self-attention provides a statistically reliable and practically meaningful improvement specifically for the hard heterogeneous-to-homogeneous translation. TheAâBâAdecrease (â0.64% SSIM,d=â1.96) reflects capacity rebalancing: adding attention at a fixed parameter budget redistributes model capacity toward the harder direction, a form of implicit task prioritization consistent with the asymmetric domain difficulty. Per-modality analysis. The benefit of self-attention is consistent across all four MRI modalities in the BâAâBdirection: T1 (+1.0% SSIM,d=1.09), T1CE (+1.0%,d=1.03), T2 (+1.3%,d=1.15), and FLAIR (+1.1%,d=1.00), all exceeding the Cohenâsd >1.0 large-effect threshold. T2 shows the largest gain, consistent with T2âs sensitivity to water content and myelin integrity, both of which vary systematically with field strength and are best modeled via global intensity correlations that self-attention captures. T1CE shows 8 SA-CycleGAN-2.5D for MRI HarmonizationPreprint. Under review at MICCAI 2026 Table 4: Ablation: self-attention contribution on foreground slices (n=5,265; mean intensityâ„0.05). Baseline: 33.9M parameters (no attention). All p<0.001 (paired t-test, Bonferroni-corrected α adj =0.00625). Baseline+Attention Direction / Metric Mean Std Mean StdâCohenâs d Aâ B â A (easy direction: heterogeneous target) Cycle SSIM.9325 .0143 .9261 .0148 â0.64% â1.96 Cycle PSNR28.35 1.37 27.90 1.38 â0.45 dB â1.44 B â Aâ B (hard direction: homogeneous target) Cycle SSIM.9282 .0171 .9392 .0123+1.10%+1.13 Cycle PSNR27.72 1.30 28.73 1.15+1.01 dB+1.32 Table 5: Radiomics concordance across 512 IBSI features. Low C/ICC reflects intended remapping of domain-specific intensity signatures (see text for interpretation). CategorynCCCICCPearson r First Order 168 .007± .033 .017± .021 .007± .034 GLCM172 .004± .032 .015± .021 .004± .033 Shape172 .004± .034 .016± .021 .004± .035 Overall512 .005±.033 .016±.021 .005±.034 benefits in both directions, reflecting contrast agent pharmacokinetics and vascular properties that differ between institutions. Figure 4 illustrates the effect size analysis across modalities and directions, confirming the directional asymmetry and per-modality consistency of the self-attention benefit. 4.6 Radiomics Feature Analysis Table 5 reports concordance across 512 IBSI-standardized features spanning first-order statistics (168), GLCM texture (172), and shape descriptors (172). C values near zero (0.005±0.033) and low ICC (0.016±0.021) across all categories require careful interpretation: they reflect the intended transformation, not a failure of the method. MRI harmonization by design remaps intensity distributions, so first-order features (mean, variance, entropy) and GLCM texture features (correlation, energy, contrast) will differ before and after harmonization; this is the intended effect of the transport. Shape features show equally low concordance because shape descriptors computed by pyradiomics [41] depend on intensity-based ROI delineation thresholds; as intensity distributions shift, the resulting shape measurements change accordingly. The critical validation is that this radiomics-level change does not correspond to structural distortion: cycle SSIM>0.92 and visual inspection (Figure 2) confirm that anatomical morphology, including tumor margins, ventricle boundaries, and gray-white matter interfaces, is preserved despite the intensity-level transformation. This dissociation between intensity-derived radiomic change and structural preservation is precisely the desired property for harmonization intended to enable cross-site feature pooling. Figure 5 shows per-category radiomics scatter plots, confirming consistent remapping across feature categories with preserved morphological structure. 5 Discussion 5.1 Interpretation of Results SA-CycleGAN-2.5D achieves 99.1% MMD reduction and near-chance domain classification (59.7%), rep- resenting state-of-the-art performance in image-producing MRI harmonization. The residual 9.7% above chance (59.7% vs. 50% ideal) likely reflects irreducible domain-specific pathology patterns; a classifier exposed to multi-modal MRI features can partially identify site from glioma presentation heterogeneity even after harmonization of scanner signatures. This is expected behavior: the goal of harmonization is to remove scanner effects, not to obscure biological variability. 9 SA-CycleGAN-2.5D for MRI HarmonizationPreprint. Under review at MICCAI 2026 Cycle SSIM (AâBâA) Cycle SSIM (BâAâB) Identity SSIM (A) Identity SSIM (B) 0.90 0.91 0.92 0.93 0.94 0.95 0.96 0.97 0.98 SSIM Score * * * * (a) Structural Similarity Comparison Baseline CycleGAN SA-CycleGAN-2.5D Cycle PSNR (AâBâA) Cycle PSNR (BâAâB) 25 26 27 28 29 30 31 32 PSNR (dB) * * (b) Peak Signal-to-Noise Ratio Comparison Baseline CycleGAN SA-CycleGAN-2.5D T1T1CET2FLAIR 0.90 0.91 0.92 0.93 0.94 0.95 0.96 0.97 0.98 Cycle SSIM ( B â A â B ) +1.0% +1.0% +1.3% +1.1% (c) Per-Modality Reconstruction Quality Baseline CycleGAN SA-CycleGAN-2.5D â2.0â1.5â1.0â0.50.00.51.0 CohenâsdEffect Size SSIM (AâBâA) SSIM (BâAâB) PSNR (AâBâA) PSNR (BâAâB) (d) Effect Sizes (SA-CycleGAN vs Baseline) Ablation Study: Self-Attention Impact on Harmonization Quality Figure 4: Ablation study: Cohenâsdeffect size across modalities and translation directions. Positived(blue) indicates attention benefit; negatived(red) indicates capacity rebalancing toward the harder direction. All |d|>1.0 indicates large effects. The comparison with ComBat [6] illustrates the complementary nature of statistical and deep learning harmonization. ComBat achieves marginally lower absolute MMD (0.003 vs. 0.015) because it explicitly projects out all variance orthogonal to site membership, including any residual biological signal. However, ComBat retains higher classifier accuracy (75.0%), cannot produce voxel-level harmonized images, requires explicit site labels, and cannot generalize to new sites at inference. Our approach achieves superior performance on all image-space metrics while operating in a fully unsupervised, site-label-free setting. 5.2 Architectural Analysis TheHâHbound (Eq. 1) motivates two of our three architectural innovations: (1) the adversarial training loop reduces the empirical divergence proxyd HâH in voxel space, and (2) self-attention ensures the generator has sufficient capacity to model the full spatial extent of scanner field biases, including global signal intensity variations that locally-receptive convolutions cannot correct in a single pass. The large effect sizes (d >1.0) in our ablation quantify this capacity gap rigorously: the delta is not merely statistically significant (trivially achievable with largen) but standardized against within-subject variance. A 10 SA-CycleGAN-2.5D for MRI HarmonizationPreprint. Under review at MICCAI 2026 â0.6â0.4â0.20.00.2 Original Value â0.6 â0.4 â0.2 0.0 0.2 Harmonized Value (a) t1gd shape 125 r= 0.071 Identity â0.10.00.10.20.3 Original Value â0.1 0.0 0.1 0.2 0.3 0.4 Harmonized Value (b) t2 shape 95 r=â0.033 Identity â0.6â0.5â0.4â0.3â0.2â0.10.0 Original Value â0.6 â0.5 â0.4 â0.3 â0.2 â0.1 0.0 Harmonized Value (c) t1gd fo 37 r=â0.035 Identity â0.3â0.2â0.10.00.1 Original Value â0.3 â0.2 â0.1 0.0 0.1 Harmonized Value (d) t1gd glcm 69 r= 0.004 Identity Original vs. Harmonized Radiomics Feature Scatter Plots Figure 5: Radiomics feature scatter: pre- vs. post-harmonization values across 512 IBSI features (first-order, GLCM, shape). Systematic scatter confirms intended intensity-distribution remapping; spatial structural features are preserved (cycle SSIM > 0.92). Cohenâsdof 1.32 means the attention-augmented model lies 1.32 standard deviations above the baseline on that metric. Given that this improvement requires only 3.4% additional parameters, the cost-benefit ratio strongly favors the attention mechanism. The 2.5D design enables inter-slice context atO(HW) cost rather than theO(HWD) cost of full 3D convolution. Through-plane gradientsâ z are particularly important for FLAIR and T2 sequences, whose contrast is sensitive to magnetization transfer effects that vary continuously across axial slices. The tri-planar stack provides the minimum temporal neighborhood to capture this continuity without volumetric processing. 5.3 Clinical Deployment Considerations For clinical deployment in multi-center trials, the key practical advantages of SA-CycleGAN-2.5D are: (1) No site labels required at inference: the model harmonizes by learning the target distribution, not by subtracting estimated site effects; (2) Voxel-level output compatible with all downstream spatial tasks including tumor segmentation, response assessment, and volumetric biomarker extraction; (3) Efficient inference at approximately 40 ms per slice on GPU, enabling real-time harmonization in clinical pipelines; (4) Preserved 11 SA-CycleGAN-2.5D for MRI HarmonizationPreprint. Under review at MICCAI 2026 pathology via cycle consistency and structural similarity constraints, with cycle SSIM>0.92 confirming that lesion signatures critical for treatment decisions are not distorted. The primary deployment limitation is the current two-domain architecture: each new site pair requires a separately trained model. Extension toN-domain harmonization would require either pairwise training (O(N 2 )) or a unified multi-domain generator [42]. We are exploring contrastive learning objectives (e.g., CUT [15]) for single-model multi-site harmonization. 5.4 Limitations and Future Directions Two-domain constraint. The current architecture is trained on a single domain pair. Multi-domain extension is the most pressing limitation for real-world federated learning scenarios involvingN >2 institutions [42]. Intensity-derived radiomics. Harmonization intentionally modifies first-order and texture features. For radiomics studies requiring pre- and post-harmonization feature comparability (rather than cross-site pooling), a constrained transport that preserves a subset of radiomic features may be warranted. Pathology preservation. While cycle SSIM>0.92 supports structural preservation, incorporating explicit tumor-aware loss weighting and prospective evaluation on treatment-response prediction tasks using harmonized vs. raw features would provide stronger clinical validation. Foundation model integration. Recent large-scale self-supervised models (e.g., SwinUNet [20], Tran- sUNet [19]) could serve as feature extractors for learned perceptual loss computation, potentially improving high-level anatomical fidelity beyond pixel-level and SSIM-based objectives. 6 Conclusion We presented SA-CycleGAN-2.5D, a domain adaptation framework for voxel-level multi-site MRI harmoniza- tion that integrates theoretical motivation with three targeted architectural innovations. TheHâH-divergence bound motivates our adversarial training as principled divergence minimization; the 2.5D tri-planar encoder provides inter-slice context at 2D computational cost; dense self-attention at the bottleneck overcomes the receptive field limitation of convolutional networks; and a spectrally-normalized PatchGAN discriminator ensures stable high-resolution training. Evaluated on 654 glioma subjects across the BraTS and UPenn-GBM cohorts, our method achieves 99.1% MMD reduction, degrades domain classifier accuracy to 59.7% (approaching chance), and maintains cycle SSIM >0.92 across both translation directions. Rigorously controlled ablation, including bootstrapped confidence intervals, Bonferroni correction, and Cohenâsdeffect sizes, confirms that self-attention provides a large, statistically reliable benefit (d=1.13â1.32) specifically for the harder heterogeneous-to-homogeneous translation direction, at only 3.4% parameter overhead. This combination of principled motivation, architectural efficiency, and rigorous evaluation establishes SA-CycleGAN-2.5D as a strong baseline for future work in multi-center neuroimaging harmonization. Code and Data Availability Source code, pretrained model weights, training scripts, and evaluation pipelines are publicly available at https://github.com/ishrith-gowda/NeuroScope. The repository includes: (1) full training code with all six loss components and the 2.5D tri-planar SliceEncoder; (2) evaluation scripts reproducing all reported metrics (MMD, domain classifier, radiomics C/ICC); and (3) preprocessing utilities for BraTS/UPenn-GBM cohort preparation. Experiments use publicly available datasets: BraTS (https://w.synapse.org/brats) and UPenn-GBM (https://wiki.cancerimagingarchive.net). References [1] Jean-Philippe Fortin, Drew Parker, Birkan Tunç, Takanori Watanabe, Mark A. Elliott, Kosha Ruparel, David R. Roalf, Theodore D. Satterthwaite, Ruben C. Gur, Raquel E. Gur, Robert T. Schultz, Rus- sell T. Shinohara, and Danielle S. Bassett. Harmonization of multi-site diffusion tensor imaging data. NeuroImage, 161:149â170, 2017. doi:10.1016/j.neuroimage.2017.08.047. 12 SA-CycleGAN-2.5D for MRI HarmonizationPreprint. Under review at MICCAI 2026 [2]Shai Ben-David, John Blitzer, Koby Crammer, Alex Kulesza, Fernando Pereira, and Jennifer Wortman Vaughan. A theory of learning from different domains. Machine Learning, 79(1-2):151â175, 2010. doi:10.1007/s10994-009-5152-4. [3]Holger R. Roth, Le Lu, Ari Seff, Kevin M. Cherry, Joanne Hoffman, Shijun Wang, Jiamin Liu, Evrim Turkbey, and Ronald M. Summers. A new 2.5D representation for lymph node detection using random sets of deep convolutional neural network observations. In Medical Image Computing and Computer- Assisted Intervention â MICCAI 2014, volume 8673 of Lecture Notes in Computer Science, pages 520â527. Springer, Cham, 2014. doi:10.1007/978-3-319-10404-1_65. [4]Han Zhang, Ian Goodfellow, Dimitris Metaxas, and Augustus Odena. Self-attention generative adversarial networks. In Proceedings of the International Conference on Machine Learning (ICML), pages 7354â7363, 2019. [5]Sanghyun Woo, Jongchan Park, Joon-Young Lee, and In So Kweon. CBAM: convolutional block attention module. In European Conference on Computer Vision (ECCV), volume 11211 of Lecture Notes in Computer Science, pages 3â19. Springer, Cham, 2018. doi:10.1007/978-3-030-01234-2_1. [6]W. Evan Johnson, Cheng Li, and Ariel Rabinovic. Adjusting batch effects in microarray expression data using empirical Bayes methods. Biostatistics, 8(1):118â127, 2007. doi:10.1093/biostatistics/kxj037. [7]Jean-Philippe Fortin, Nicholas Cullen, Yvette I. Sheline, Warren D. Taylor, Irem Aselcioglu, Philip A. Cook, Phil Adams, Crystal Cooper, Maurizio Fava, Patrick J. McGrath, Melvin McInnis, Mary L. Phillips, Madhukar H. Trivedi, Myrna M. Weissman, and Russell T. Shinohara. Harmonization of cortical thickness measurements across scanners and sites. NeuroImage, 167:104â120, 2018. doi:10.1016/j.neuroimage.2017.11.024. [8] Andrew A. Chen, Joanne C. Beer, Nicholas J. Tustison, Philip A. Cook, Russell T. Shinohara, and Haochang Shou. Removal of scanner effects in covariance improves multivariate pattern analysis in neuroimaging data. NeuroImage, 277:120011, 2023. doi:10.1016/j.neuroimage.2023.120011. [9]Blake E. Dewey, Can Zhao, Jacob C. Reinhold, Aaron Carass, Kathryn C. Fitzgerald, Elias S. Sotirchos, Shiv Saidha, Jiwon Oh, Dzung L. Pham, Peter A. Calabresi, Peter C. M. van Zijl, and Jerry L. Prince. DeepHarmony: a deep learning approach to contrast harmonization across scanner changes. Magnetic Resonance Imaging, 64:160â170, 2019. doi:10.1016/j.mri.2019.05.041. [10]Ian Goodfellow, Jean Pouget-Abadie, Mehdi Mirza, Bing Xu, David Warde-Farley, Sherjil Ozair, Aaron Courville, and Yoshua Bengio. Generative adversarial nets. In Advances in Neural Information Processing Systems, volume 27, pages 2672â2680, 2014. [11]Jun-Yan Zhu, Taesung Park, Phillip Isola, and Alexei A. Efros. Unpaired image-to-image translation using cycle-consistent adversarial networks. In Proceedings of the IEEE International Conference on Computer Vision (ICCV), pages 2223â2232, 2017. doi:10.1109/ICCV.2017.244. [12]Gourav Modanwal, Adithya Vellal, Meera Bhatt, Roberta M. Strigel, Christopher C. Conlin, Ji Wu, Barry E. Gillan, Maryellen C. Mahoney, Elizabeth S. Burnside, and Nikita Monga. MRI image harmonization using cycle-consistent generative adversarial network. In Proceedings of SPIE Medical Imaging, volume 11314, page 1131413, 2020. doi:10.1117/12.2551301. [13]Fenqiang Zhao, Shunren Xia, Zhengwang Wu, Dongrong Duan, Li Wang, Weili Lin, John H. Gilmore, Dinggang Shen, and Gang Li. Harmonization of infant cortical thickness using surface-to-surface cycle- consistent adversarial networks. In Medical Image Computing and Computer Assisted Intervention â MICCAI 2019, volume 11767 of Lecture Notes in Computer Science, pages 475â483. Springer, Cham, 2019. doi:10.1007/978-3-030-32251-9_52. [14]Wenjie Luo, Yujia Li, Raquel Urtasun, and Richard Zemel. Understanding the effective receptive field in deep convolutional neural networks. In Advances in Neural Information Processing Systems (NeurIPS), pages 4898â4906, 2016. [15] Taesung Park, Alexei A. Efros, Richard Zhang, and Jun-Yan Zhu. Contrastive learning for unpaired image- to-image translation. In European Conference on Computer Vision (ECCV), volume 12354 of Lecture Notes in Computer Science, pages 319â345. Springer, Cham, 2020. doi:10.1007/978-3-030-58545-7_19. [16]Lianrui Zuo, Blake E. Dewey, Yihao Liu, Yufan He, Scott D. Newsome, Ellen M. Mowry, Su- san M. Resnick, Jerry L. Prince, and Aaron Carass. Unsupervised MR harmonization by learning disentangled representations using information bottleneck theory. NeuroImage, 243:118569, 2021. doi:10.1016/j.neuroimage.2021.118569. 13 SA-CycleGAN-2.5D for MRI HarmonizationPreprint. Under review at MICCAI 2026 [17]Lianrui Zuo, Aaron Carass, Blake E. Dewey, Yufan He, Yihao Liu, Ellen M. Mowry, Scott D. Newsome, Su- san M. Resnick, and Jerry L. Prince. HACA3: a unified approach for multi-site MR image harmonization. Computerized Medical Imaging and Graphics, 109:102285, 2023. doi:10.1016/j.compmedimag.2023.102285. [18]Nicola K. Dinsdale, Mark Jenkinson, and Ana I. L. Namburete. Deep learning-based unlearn- ing of dataset bias for MRI harmonisation and confound removal. NeuroImage, 228:117689, 2021. doi:10.1016/j.neuroimage.2020.117689. [19]Jieneng Chen, Yongyi Lu, Qihang Yu, Xiangde Luo, Ehsan Adeli, Yan Wang, Le Lu, Alan L. Yuille, and Yuyin Zhou. TransUNet: transformers make strong encoders for medical image segmentation. arXiv preprint arXiv:2102.04306, 2021. [20] Hu Cao, Yueyue Wang, Joy Chen, Dongsheng Jiang, Xiaopeng Zhang, Qi Tian, and Manning Wang. Swin-Unet: Unet-like pure transformer for medical image segmentation. In European Conference on Computer Vision Workshops, pages 205â218. Springer, Cham, 2022. doi:10.1007/978-3-031-25066-8_9. [21]Olaf Ronneberger, Philipp Fischer, and Thomas Brox. U-Net: convolutional networks for biomedical image segmentation. In Medical Image Computing and Computer Assisted Intervention â MICCAI 2015, volume 9351 of Lecture Notes in Computer Science, pages 234â241. Springer, Cham, 2015. doi:10.1007/978-3-319-24574-4_28. [22]Dmitry Ulyanov, Andrea Vedaldi, and Victor Lempitsky. Instance normalization: the missing ingredient for fast stylization, 2016. [23]Phillip Isola, Jun-Yan Zhu, Tinghui Zhou, and Alexei A. Efros. Image-to-image translation with conditional adversarial networks. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR), pages 1125â1134, 2017. doi:10.1109/CVPR.2017.632. [24]Takeru Miyato, Toshiki Kataoka, Masanori Koyama, and Yuichi Yoshida. Spectral normalization for generative adversarial networks. In International Conference on Learning Representations (ICLR), 2018. [25]Xudong Mao, Qing Li, Haoran Xie, Raymond Y. K. Lau, Zhen Wang, and Stephen Paul Smolley. Least squares generative adversarial networks. In Proceedings of the IEEE International Conference on Computer Vision (ICCV), pages 2794â2802, 2017. doi:10.1109/ICCV.2017.304. [26] Zhou Wang, Alan C. Bovik, Hamid R. Sheikh, and Eero P. Simoncelli. Image quality assessment: from error visibility to structural similarity. IEEE Transactions on Image Processing, 13(4):600â612, 2004. doi:10.1109/TIP.2003.819861. [27]Diederik P. Kingma and Jimmy Ba. Adam: A method for stochastic optimization. In Yoshua Bengio and Yann LeCun, editors, International Conference on Learning Representations (ICLR), 2015. URL https://arxiv.org/abs/1412.6980. [28]Bjoern H. Menze, Andras Jakab, Stefan Bauer, Jayashree Kalpathy-Cramer, Keyvan Farahani, Justin Kirby, Yuliya Burren, Nicole Porz, Johannes Slotboom, Roland Wiest, Levente Lanczi, Elizabeth Gerstner, Marc-Andre Weber, Tal Arbel, Brian B. Avants, Nicholas Ayache, Patricia Buendia, D. Louis Collins, Nicolas Cordier, Jason J. Corso, Antonio Criminisi, Tilak Das, HervĂ© Delingette, ĂaÄatay Demiralp, Christopher R. Durst, Michel Dojat, Senan Doyle, Joana Festa, Florence Forbes, Ezequiel Geremia, Ben Glocker, Polina Golland, Xiaotao Guo, Andac Hamamci, Khan M. Iftekharuddin, Raj Jena, Nigel M. John, Ender Konukoglu, Danial Lashkari, JosĂ© Antonio Mariz, Raphael Meier, SĂ©rgio Pereira, Doina Precup, Stephen J. Price, Tammy Riklin Raviv, Syed M. S. Reza, Michael Ryan, Duygu Sarikaya, Lawrence Schwartz, Hoo-Chang Shin, Jamie Shotton, Carlos A. Silva, Nuno Sousa, Nagesh K. Subbanna, Gabor Szekely, Thomas J. Taylor, Owen M. Thomas, Nicholas J. Tustison, Gozde Unal, Flor Vasseur, Max Wintermark, Dong Hye Ye, Liang Zhao, Binsheng Zhao, Darko Zikic, Marcel Prastawa, Mauricio Reyes, and Koen Van Leemput. The multimodal brain tumor image segmentation benchmark (BRATS). IEEE Transactions on Medical Imaging, 34(10):1993â2024, 2015. doi:10.1109/TMI.2014.2377694. [29]Spyridon Bakas, Hamed Akbari, Aristeidis Sotiras, Michel Bilello, Martin Rozycki, Justin S. Kirby, John B. Freymann, Keyvan Farahani, and Christos Davatzikos. Advancing The Cancer Genome Atlas glioma MRI collections with expert segmentation labels and radiomic features. Scientific Data, 4:170117, 2017. doi:10.1038/sdata.2017.117. [30]Spyridon Bakas, Chiharu Sako, Hamed Akbari, Michel Bilello, Xiao Da, Sana Rustam, Allison McGill, Tom Kirschbaum, Jeffrey D. Rudie, and Christos Davatzikos. The University of Pennsylvania glioblastoma (UPenn-GBM) cohort: advanced MRI, clinical, genomics, & radiomics. Scientific Data, 9(1):453, 2022. doi:10.1038/s41597-022-01560-7. 14 SA-CycleGAN-2.5D for MRI HarmonizationPreprint. Under review at MICCAI 2026 [31]Nicholas J. Tustison, Brian B. Avants, Philip A. Cook, Yuanjie Zheng, Alexander Egan, Paul A. Yushkevich, and James C. Gee. N4ITK: improved N3 bias correction. IEEE Transactions on Medical Imaging, 29(6):1310â1320, 2010. doi:10.1109/TMI.2010.2046908. [32]Fabian Isensee, Marianne Schell, Irada Pflueger, Gianluca Brugnara, David Bonekamp, Ulf Neuberger, Antje Wick, Heinz-Peter Schlemmer, Sabine Heiland, Wolfgang Wick, Martin Bendszus, Klaus H. Maier- Hein, and Philipp Kickingereder. Automated brain extraction of multisequence MRI using artificial neural networks. Human Brain Mapping, 40(17):4952â4964, 2019. doi:10.1002/hbm.24750. [33]Torsten Rohlfing, Natalie M. Zahr, Edith V. Sullivan, and Adolf Pfefferbaum. The SRI24 multi- channel atlas of normal adult human brain structure. Human Brain Mapping, 31(5):798â819, 2010. doi:10.1002/hbm.20906. [34]Richard Zhang, Phillip Isola, Alexei A. Efros, Eli Shechtman, and Oliver Wang. The unreasonable effectiveness of deep features as a perceptual metric. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR), pages 586â595, 2018. doi:10.1109/CVPR.2018.00068. [35]Arthur Gretton, Karsten M. Borgwardt, Malte J. Rasch, Bernhard Schölkopf, and Alexander Smola. A kernel two-sample test. Journal of Machine Learning Research, 13:723â773, 2012. [36]Kaiming He, Xiangyu Zhang, Shaoqing Ren, and Jian Sun. Deep residual learning for image recognition. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR), pages 770â778, 2016. doi:10.1109/CVPR.2016.90. [37] Lawrence I-Kuei Lin. A concordance correlation coefficient to evaluate reproducibility. Biometrics, 45 (1):255â268, 1989. doi:10.2307/2532051. [38]Patrick E. Shrout and Joseph L. Fleiss. Intraclass correlations: uses in assessing rater reliability. Psychological Bulletin, 86(2):420â428, 1979. doi:10.1037/0033-2909.86.2.420. [39]Alex Zwanenburg, Martin ValliĂšres, Mahmoud A. Abdalah, Hugo J. W. L. Aerts, Vincent Andrearczyk, Aditya Apte, Saeed Ashrafinia, Spyridon Bakas, Roelof J. Beukinga, Ronald Boellaard, Marta Bogowicz, Luca Boldrini, IrĂšne Buvat, Gary J. R. Cook, Christos Davatzikos, Adrien Depeursinge, Marie-Charlotte Desseroit, Nicola Dinapoli, Cu Vinh Dinh, Sebastian Echegaray, Issam El Naqa, Andrey Y. Fedorov, Roberto Gatta, Robert J. Gillies, Vicky Goh, Michael Götz, Matthias Guckenberger, Sang Mo Ha, Mathieu Hatt, Fabian Isensee, Philippe Lambin, Stefan Leger, Ralph T. H. Leijenaar, Jacopo Lenkowicz, Fiona Lippert, Are LosnegĂ„rd, Klaus H. Maier-Hein, Olivier Morin, Henning MĂŒller, Sandy Napel, Christophe Nioche, Fanny Orlhac, Sarthak Pati, Elisabeth A. G. Pfaehler, Arman Rahmim, Arvind U. K. Rao, Jonas Scherer, Md Minhazul Siddique, Nanna M. Sijtsema, Jairo Socarras Fernandez, Emiliano Spezi, Roel J. H. M. Steenbakkers, Stephanie Tanadini-Lang, Daniela Thorwarth, Esther G. C. Troost, Taman Upadhaya, Vincenzo Valentini, Lisanne V. van Dijk, Joost van Griethuysen, Floris H. P. van Velden, Philip Whybra, Christoph Richter, and Steffen Löck. The image biomarker standardization initiative: standardized quantitative radiomics for high-throughput image-based phenotyping. Radiology, 295(2):328â338, 2020. doi:10.1148/radiol.2020191145. [40]Laurens van der Maaten and Geoffrey Hinton. Visualizing data using t-SNE. Journal of Machine Learning Research, 9(86):2579â2605, 2008. URL https://w.jmlr.org/papers/v9/vandermaaten08a.html. [41]Joost J. M. van Griethuysen, Andriy Fedorov, Chintan Parmar, Ahmed Hosny, Nicole Aucoin, Vivek Narayan, Regina G. H. Beets-Tan, Jean-Christophe Fillon-Robin, Steve Pieper, and Hugo J. W. L. Aerts. Computational radiomics system to decode the radiographic phenotype. Cancer Research, 77(21): e104âe107, 2017. doi:10.1158/0008-5472.CAN-17-0339. [42] Yunjey Choi, Minje Choi, Munyoung Kim, Jung-Woo Ha, Sunghun Kim, and Jaegul Choo. StarGAN: unified generative adversarial networks for multi-domain image-to-image translation. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR), pages 8789â8797, 2018. doi:10.1109/CVPR.2018.00916. 15