{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/arxiv-2603-04340","title":"Balancing Fidelity, Utility, and Privacy in Synthetic Cardiac MRI Generation: A Comparative Study","arxiv_id":"2603.04340","date":"2026-03-04","proceeding":null,"authors":["Madhura Edirisooriya","Dasuni Kawya","Ishan Kumarasinghe","Isuri Devindi","Mary M. Maleckar","Roshan Ragel","Isuru Nawinne","Vajira Thambawita"],"abstract":"Deep learning in cardiac MRI (CMR) is fundamentally constrained by both data scarcity and privacy regulations. This study systematically benchmarks three generative architectures: Denoising Diffusion Probabilistic Models (DDPM), Latent Diffusion Models (LDM), and Flow Matching (FM) for synthetic CMR generation. Utilizing a two-stage pipeline where anatomical masks condition image synthesis, we evaluate generated data across three critical axes: fidelity, utility, and privacy. Our results show that diffusion-based models, particularly DDPM, provide the most effective balance between downstream segmentation utility, image fidelity, and privacy preservation under limited-data conditions, while FM demonstrates promising privacy characteristics with slightly lower task-level performance. These findings quantify the trade-offs between cross-domain generalization and patient confidentiality, establishing a framework for safe and effective synthetic data augmentation in medical imaging.","url_abs":"https://arxiv.org/abs/2603.04340","url_pdf":"https://arxiv.org/pdf/2603.04340","source":{"archive":null,"snapshot":"2025-07-28","note":"not in the Papers with Code archive (frozen at the snapshot)","row_kind":"graph","title_abstract_authors_date":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)"},"code_links":[],"tasks":[],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"syntology_url":"https://syntology.ai/paper/2603.04340","atlas_url":"https://app.syntology.ai/?focus=2603.04340","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2603.04340"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-25T09:33:49+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/vlbthambawita/SynCMRI","reach":null}],"summary":{"ran_fixture":1,"unverified":13},"by_repo_kind":{"found_in_text":{"samples":14,"ran":1,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted","community":"Not in the archive's code links for this paper; a community repository Syntology harvested"},"n_pointer_only_for_licence":14,"samples":[{"code_sha256_prefix":"d3705ec829eb39f1","entry":"get_time_embedding","repo":"vlbthambawita/SynCMRI","repo_kind":"found_in_text","path":"diffusion_LDM/diffusion.py","file_url":"https://github.com/vlbthambawita/SynCMRI/blob/HEAD/diffusion_LDM/diffusion.py","link_basis":"harvester_set","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"d3705ec829eb39f1"}},{"code_sha256_prefix":"8eb22424bfebfd2a","entry":"adapter_collate_fn","repo":"vlbthambawita/SynCMRI","repo_kind":"found_in_text","path":"diffusion_DDPM/data_loader.py","file_url":"https://github.com/vlbthambawita/SynCMRI/blob/HEAD/diffusion_DDPM/data_loader.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"8eb22424bfebfd2a"}},{"code_sha256_prefix":"46b6d191b63ad5fd","entry":"get_class_percentage","repo":"vlbthambawita/SynCMRI","repo_kind":"found_in_text","path":"mask_generation/evaluate.py","file_url":"https://github.com/vlbthambawita/SynCMRI/blob/HEAD/mask_generation/evaluate.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"46b6d191b63ad5fd"}},{"code_sha256_prefix":"97f9c554227c4d08","entry":"get_config_value","repo":"vlbthambawita/SynCMRI","repo_kind":"found_in_text","path":"diffusion_LDM/diffusion.py","file_url":"https://github.com/vlbthambawita/SynCMRI/blob/HEAD/diffusion_LDM/diffusion.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"97f9c554227c4d08"}},{"code_sha256_prefix":"eb9d293dd6e86049","entry":"get_data_loaders","repo":"vlbthambawita/SynCMRI","repo_kind":"found_in_text","path":"diffusion_DDPM/data_loader.py","file_url":"https://github.com/vlbthambawita/SynCMRI/blob/HEAD/diffusion_DDPM/data_loader.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"eb9d293dd6e86049"}},{"code_sha256_prefix":"83fde12ec022f66e","entry":"get_jet_reference_colors","repo":"vlbthambawita/SynCMRI","repo_kind":"found_in_text","path":"mask_generation/fidelity_evaluation.py","file_url":"https://github.com/vlbthambawita/SynCMRI/blob/HEAD/mask_generation/fidelity_evaluation.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"83fde12ec022f66e"}},{"code_sha256_prefix":"4dce07ff377af4b1","entry":"get_loaders","repo":"vlbthambawita/SynCMRI","repo_kind":"found_in_text","path":"mask_generation/data_loading.py","file_url":"https://github.com/vlbthambawita/SynCMRI/blob/HEAD/mask_generation/data_loading.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"4dce07ff377af4b1"}},{"code_sha256_prefix":"c8cbbca333ff94cb","entry":"get_patients_from_cache","repo":"vlbthambawita/SynCMRI","repo_kind":"found_in_text","path":"diffusion_DDPM/data_loader.py","file_url":"https://github.com/vlbthambawita/SynCMRI/blob/HEAD/diffusion_DDPM/data_loader.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"c8cbbca333ff94cb"}},{"code_sha256_prefix":"89a4d7dfdad27c00","entry":"get_patients_from_cache","repo":"vlbthambawita/SynCMRI","repo_kind":"found_in_text","path":"mask_generation/data_loading.py","file_url":"https://github.com/vlbthambawita/SynCMRI/blob/HEAD/mask_generation/data_loading.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"89a4d7dfdad27c00"}},{"code_sha256_prefix":"1b2f7bddb8dc6b9e","entry":"get_shape_features","repo":"vlbthambawita/SynCMRI","repo_kind":"found_in_text","path":"mask_generation/evaluate.py","file_url":"https://github.com/vlbthambawita/SynCMRI/blob/HEAD/mask_generation/evaluate.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"1b2f7bddb8dc6b9e"}},{"code_sha256_prefix":"4865e13c543d4704","entry":"get_time_embedding","repo":"vlbthambawita/SynCMRI","repo_kind":"found_in_text","path":"diffusion_LDM/diffusion.py","file_url":"https://github.com/vlbthambawita/SynCMRI/blob/HEAD/diffusion_LDM/diffusion.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"4865e13c543d4704"}},{"code_sha256_prefix":"65030dd67d6f4aed","entry":"load_real_masks","repo":"vlbthambawita/SynCMRI","repo_kind":"found_in_text","path":"mask_generation/fidelity_evaluation.py","file_url":"https://github.com/vlbthambawita/SynCMRI/blob/HEAD/mask_generation/fidelity_evaluation.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"65030dd67d6f4aed"}},{"code_sha256_prefix":"a893efa77d4342e9","entry":"load_synthetic_rgb_masks","repo":"vlbthambawita/SynCMRI","repo_kind":"found_in_text","path":"mask_generation/fidelity_evaluation.py","file_url":"https://github.com/vlbthambawita/SynCMRI/blob/HEAD/mask_generation/fidelity_evaluation.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"a893efa77d4342e9"}},{"code_sha256_prefix":"64590b6f90d676e3","entry":"make_grid","repo":"vlbthambawita/SynCMRI","repo_kind":"found_in_text","path":"diffusion_DDPM/utils.py","file_url":"https://github.com/vlbthambawita/SynCMRI/blob/HEAD/diffusion_DDPM/utils.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"64590b6f90d676e3"}}]},"arxiv_metadata":{"licence":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)","fields":["title","abstract","authors","date"],"primary_category":"cs.LG","source":"arxiv_2026.jsonl"},"syntology_extracted_results":null}