SYNTOLOGY HomeExplorerAtlasCodeMethodologyAboutDevelopersFeedPricing
Paper · 2608.10291 · 2026

MRIComp4Flow: Compression of 3D Brain MRI for Training Multi-Modal Generative Models

Benedikt Wiestler, Daniel Rueckert, Lisa Fischer, Mykhailo Riabets, Anke Meyer-Baese, Sandeep Nagar

arXiv · PDF · Open in the Atlas

Code that ran

We lifted 8 functions out of this paper's own repositories and ran 5 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.

RepositoryRoleRan
lisafis/MRIComp4Flow — 5 of 8
FunctionStatusWhere it lives
DWTFunction_3D Ran lisafis/MRIComp4Flow/guided_diffusion/wfm.py
code served (permissive licence) · get_code("ddddf1375a2a2254")
DWT_3D Ran lisafis/MRIComp4Flow/guided_diffusion/wfm.py
code served (permissive licence) · get_code("7cce61295d2a92ee")
IDWTFunction_3D Ran lisafis/MRIComp4Flow/guided_diffusion/wfm.py
code served (permissive licence) · get_code("2151453262c384a2")
IDWT_3D Ran lisafis/MRIComp4Flow/guided_diffusion/wfm.py
code served (permissive licence) · get_code("5edb34a714c3fca0")
mean_flat Ran lisafis/MRIComp4Flow/guided_diffusion/wfm.py
code served (permissive licence) · get_code("158a4cd546864d47")
WaveletFlowMatching Not yet run lisafis/MRIComp4Flow/guided_diffusion/wfm.py
code served (permissive licence) · get_code("cae030057bbf874a")
apply_dwt Not yet run lisafis/MRIComp4Flow/guided_diffusion/wfm.py
code served (permissive licence) · get_code("db0fd6a23cbced85")
apply_idwt Not yet run lisafis/MRIComp4Flow/guided_diffusion/wfm.py
code served (permissive licence) · get_code("7a1642b544b5cb67")

Repositories linked to this paper

Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.

Abstract

Large-scale multi-modal MRI datasets impose substantial storage and I/O costs, limiting the training of 3D generative models on commodity infrastructure. While lossy compression is known to preserve accuracy for discriminative segmentation networks, its effect on generative models, which must learn the full data distribution rather than a decision boundary, is unexplored. We study whether standard image codecs can effectively compress semantically rich brain tumor MRI while preserving the fidelity required to train and deploy a 3D MRI generative model. Each 3D volume is compressed with JPEG2000 or a near-lossless JPEG-LS pipeline. Next, a Wavelet Flow Matching model, conditioned on BraTS image sequences (T1n, T1c, T2, T2f), is trained on compressed data, and the resulting models are evaluated on the validation set. At a 20:1 compression ratio, synthesis quality is statistically equivalent to a model trained on uncompressed data within a pre-specified margin (∆PSNR < 1 dB, ∆SSIM < 0.02; paired TOST p = [[p]]): mean PSNR is 27.3 dB vs. 27.0 dB and mean SSIM is 0.95 vs. 0.96 across modalities. Our results indicate that JPEG2000 compression is a practical step toward scalable 3D MRI generative modeling without degrading synthesis quality. The code is available at https://github.com/lisafis/MRIComp4Flow.

For agents

The same record, over MCP at https://syntology.ai/mcp:

get_harvested_code_for_paper("2608.10291")
get_code_for_paper("2608.10291")
have("2608.10291")

Connect an agent — have() is free.