Papers › Towards Generalizable Tumor Synthesis

Towards Generalizable Tumor Synthesis

29 Feb 2024CVPR 2024 1arXiv:2402.19470archive 2025-07-28

Qi Chen, Xiaoxi Chen, Haorui Song, Zhiwei Xiong, Alan Yuille, Chen Wei, Zongwei Zhou

Tumor synthesis enables the creation of artificial tumors in medical images, facilitating the training of AI models for tumor detection and segmentation. However, success in tumor synthesis hinges on creating visually realistic tumors that are generalizable across multiple organs and, furthermore, the resulting AI models being capable of detecting real tumors in images sourced from different domains (e.g., hospitals). This paper made a progressive stride toward generalizable tumor synthesis by leveraging a critical observation: early-stage tumors (< 2cm) tend to have similar imaging characteristics in computed tomography (CT), whether they originate in the liver, pancreas, or kidneys. We have ascertained that generative AI models, e.g., Diffusion Models, can create realistic tumors generalized to a range of organs even when trained on a limited number of tumor examples from only one organ. Moreover, we have shown that AI models trained on these synthetic tumors can be generalized to detect and segment real tumors from CT volumes, encompassing a broad spectrum of patient demographics, imaging protocols, and healthcare facilities.

PaperPDFConference PDFCodeCode 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="2402.19470")

Code

Syntology Ran 16 of 18 code samples harvested from 1 repository linked to this paper; 2 have no recorded run. Of those that ran: 2 ran · fixture could not drive it; 14 ran with no contract checked.

By repository: official repository: 18 samples from 1 repository, 16 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

mrgiovanni/difftumor officialmentioned in paperpytorchNOASSERTION report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. 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

18 samples harvested; 16 ran; 0 honoured the contract we drafted; 2 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.

2ran · fixture could not drive it
14ran
2unverified

Licence: 18 of the 18 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 mrgiovanni/difftumor. “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.

accuracy mrgiovanni/difftumor/STEP1.AutoencoderModel/vq_gan_3d/utils.py official repository ran · fixture could not drive it no licence file found · pointer only · 085a09050f4f41dc · report
cal_dice mrgiovanni/difftumor/STEP3.SegmentationModel/validation.py official repository ran fingerprinted licence not identified · pointer only · 70698c5fe120f421 · report
convert_to_one_hot mrgiovanni/difftumor/STEP3.SegmentationModel/monai_trainer.py official repository ran licence not identified · pointer only · 07043f3ace7177ab · report
denoise_pred mrgiovanni/difftumor/STEP3.SegmentationModel/monai_trainer.py official repository ran licence not identified · pointer only · 6c95446c815084ec · report
denoise_pred mrgiovanni/difftumor/STEP3.SegmentationModel/validation.py official repository ran licence not identified · pointer only · 410fbb32ddfdaca8 · report
gaussian3D mrgiovanni/difftumor/STEP1.AutoencoderModel/utils.py official repository ran licence not identified · pointer only · 4e1d4b9bcdc61f5b · report
get_key mrgiovanni/difftumor/STEP1.AutoencoderModel/dataset/dataloader.py official repository ran licence not identified · pointer only · 6559d70c3f313d85 · report
json_get_fold mrgiovanni/difftumor/STEP3.SegmentationModel/monai_trainer.py official repository ran licence not identified · pointer only · ee01970e6c878923 · report
nms mrgiovanni/difftumor/STEP1.AutoencoderModel/utils.py official repository ran fingerprinted licence not identified · pointer only · 9f710a614e2cc88c · report
organ_region_filter_out mrgiovanni/difftumor/STEP3.SegmentationModel/validation.py official repository ran licence not identified · pointer only · b719f1906ccb83c4 · report
pixel2voxel mrgiovanni/difftumor/data_transfer.py official repository ran licence not identified · pointer only · a1937ea90f8220f0 · report
readh5 mrgiovanni/difftumor/data_transfer.py official repository ran licence not identified · pointer only · 33a43dfeaccb0afc · report
shift_dim mrgiovanni/difftumor/STEP1.AutoencoderModel/vq_gan_3d/utils.py official repository ran · fixture could not drive it fingerprinted no licence file found · pointer only · 791774067a83bf99 · report
size2r mrgiovanni/difftumor/STEP3.SegmentationModel/postprocess.py official repository ran fingerprinted licence not identified · pointer only · 0b236b9257872086 · report
voxel2R mrgiovanni/difftumor/data_transfer.py official repository ran licence not identified · pointer only · 5074ac56a714ceaa · report
voxel2mm mrgiovanni/difftumor/STEP3.SegmentationModel/postprocess.py official repository ran licence not identified · pointer only · 318be1097f3f302c · report
gaussian2D mrgiovanni/difftumor/STEP1.AutoencoderModel/utils.py official repository unverified no licence file found · pointer only · 86282b7f90be63f2 · report
view_range mrgiovanni/difftumor/STEP1.AutoencoderModel/vq_gan_3d/utils.py official repository unverified no licence file found · pointer only · 9f28796c8276d371 · report

Tasks

Computed Tomography (CT)

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Diffusion

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