Papers › Contrast-X: A Multi-Modal Contrast Image Synthesis Benchmark and Universal Modality...

Contrast-X: A Multi-Modal Contrast Image Synthesis Benchmark and Universal Modality Flow Matching

22 Jan 2026arXiv:2601.15884added by Syntology

Yifan Chen, Fei Yin, Hao Chen, Jia Wu, Chao Li

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Contrast-enhanced imaging is central to oncologic diagnosis, but contrast agents can be contraindicated for many of the patients who need them most. Synthesizing contrast scans from non-contrast inputs is the natural response. Two obstacles stand in the way: no benchmark provides paired contrast data with lesion-level evaluation, and no single model handles the arbitrary missing patterns seen in practice. We introduce Contrast-X, a benchmark of paired contrast-enhanced and non-contrast imaging spanning 10 organs in CT (1{,}526 patients) and multi-phase breast DCE-MRI (1116 patients). Every case carries radiologist-verified phase labels and tumor masks. We further propose FlowMI, a single model that handles arbitrary subsets of available modalities through a unified multi-modal latent space and flow matching. We benchmark a range of missing-modality configurations, reporting standard image-quality metrics, radiologist reader studies, and downstream lesion analysis on the synthesized scans. We further evaluate cross-organ generalization to test whether the model has learned a transferable contrast-enhancement operation. Dataset, code, and leaderboard will be released. Our code are available at https://github.com/YifanChen02/Contrast-X.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2601.15884")

Code

Syntology Ran 0 of 19 code samples harvested from 1 repository linked to this paper; 19 have no recorded run.

By repository: found in paper text by Syntology: 19 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

YifanChen02/Contrast-X found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

19 samples harvested; 0 ran; 0 honoured the contract we drafted; 19 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

19unverified

Licence: 19 of the 19 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from YifanChen02/Contrast-X. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: 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. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

create_standard_plan YifanChen02/Contrast-X/code/STEP1-AutoencoderModel/utils/tools.py found in paper text by Syntology unverified no licence file found · pointer only · 019d7c4c6e4e1fe1 · report
disable_inplace_activations YifanChen02/Contrast-X/code/STEP1-AutoencoderModel/train_autoencoder.py found in paper text by Syntology unverified no licence file found · pointer only · 20df7c0ae44de03d · report
extract_middle_slices_per_channel YifanChen02/Contrast-X/code/STEP1-AutoencoderModel/extract_latents.py found in paper text by Syntology unverified no licence file found · pointer only · 12dc7bdb0d4cfd6f · report
find_threshold YifanChen02/Contrast-X/code/STEP1-AutoencoderModel/utils/tools.py found in paper text by Syntology unverified no licence file found · pointer only · 1b2e1be14e91679f · report
fuse_weight_3_to_1_channel YifanChen02/Contrast-X/code/STEP1-AutoencoderModel/src/utils_model.py found in paper text by Syntology unverified no licence file found · pointer only · 4bc5820fb7987100 · report
fuse_weight_3_to_4_channel YifanChen02/Contrast-X/code/STEP1-AutoencoderModel/src/utils_model.py found in paper text by Syntology unverified no licence file found · pointer only · 44a2995bdc0637bb · report
gradient YifanChen02/Contrast-X/code/STEP1-AutoencoderModel/utils/tools.py found in paper text by Syntology unverified no licence file found · pointer only · fa154fa0e2d59aae · report
load_if YifanChen02/Contrast-X/code/STEP1-AutoencoderModel/src/networks.py found in paper text by Syntology unverified no licence file found · pointer only · f55ceeba7f936902 · report
load_if YifanChen02/Contrast-X/code/STEP1-AutoencoderModel/src/utils_model.py found in paper text by Syntology unverified no licence file found · pointer only · a863b3f37bb24495 · report
min_max_normalize YifanChen02/Contrast-X/code/STEP1-AutoencoderModel/utils/utils_image.py found in paper text by Syntology unverified no licence file found · pointer only · 6a0f235560760f16 · report
pad_to_shape YifanChen02/Contrast-X/code/STEP1-AutoencoderModel/utils/utils_image.py found in paper text by Syntology unverified no licence file found · pointer only · ca445153fba99fd7 · report
patch_conv_layer YifanChen02/Contrast-X/code/STEP1-AutoencoderModel/src/networks.py found in paper text by Syntology unverified no licence file found · pointer only · d218494195e4fdcf · report
perform_mask_image YifanChen02/Contrast-X/code/STEP1-AutoencoderModel/train_autoencoder.py found in paper text by Syntology unverified no licence file found · pointer only · ee174de7e6829571 · report
psnr_2d YifanChen02/Contrast-X/code/STEP1-AutoencoderModel/utils/utils_metric.py found in paper text by Syntology unverified no licence file found · pointer only · 4573c3718de5fd62 · report
psnr_3d YifanChen02/Contrast-X/code/STEP1-AutoencoderModel/utils/utils_metric.py found in paper text by Syntology unverified no licence file found · pointer only · b914f118429deafe · report
remove_module_prefix YifanChen02/Contrast-X/code/STEP1-AutoencoderModel/extract_latents.py found in paper text by Syntology unverified no licence file found · pointer only · 33646471f591b72a · report
ssim_3d YifanChen02/Contrast-X/code/STEP1-AutoencoderModel/utils/utils_metric.py found in paper text by Syntology unverified no licence file found · pointer only · dd1a0b05b9ac4a25 · report
standardize_images YifanChen02/Contrast-X/code/STEP1-AutoencoderModel/utils/utils_image.py found in paper text by Syntology unverified no licence file found · pointer only · 121af55f9e1cc74e · report
to_numpy_image YifanChen02/Contrast-X/code/STEP1-AutoencoderModel/train_autoencoder.py found in paper text by Syntology unverified no licence file found · pointer only · f44d335547b0ab6d · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2601.15884, was issued in January 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections