Paper: Citation and link will be added once the associated paper becomes publicly available.
Repository Contents
This repository provides the trained Soft Attention and classification-head weights for the architecture-shift and paradigm-shift experiments described in the associated paper.
The following abbreviations are used: R = Real, C = CycleGAN, P = Pix2Pix, and D = DDPM.
Each top-level directory represents one experimental setting and follows the naming convention:
OOD-{Protocol}-{SourceDomains}vs{TargetDomains}
Arch and Paradigm identify the architecture-shift and paradigm-shift protocols. Domains before vs are used for training, whereas those after vs form the test set, which includes real patches and manipulations from generators unseen during training.
Directory
Protocol
Source domains
Target domains
OOD-Arch-RCDvsRP
Architecture shift
RCD
RP
OOD-Arch-RPDvsRC
Architecture shift
RPD
RC
OOD-Paradigm-RCPvsRD
Paradigm shift
RCP
RD
OOD-Paradigm-RCvsRD
Paradigm shift
RC
RD
OOD-Paradigm-RPvsRD
Paradigm shift
RP
RD
OOD-Paradigm-RDvsRCP
Paradigm shift
RD
RCP
OOD-Paradigm-RDvsRC
Paradigm shift
RD
RC
OOD-Paradigm-RDvsRP
Paradigm shift
RD
RP
Each experimental directory contains five independently trained models corresponding to random seeds 42–46. The checkpoints follow this structure:
Each model.pt file contains the trained parameters of the Soft Attention module and binary classification head.
Intended Use
The checkpoints are intended for research on:
semantic manipulation detection in CT imaging;
medical image forensics;
generalization to unseen manipulation generators;
robustness to generator architecture and generative-paradigm shifts.
Training Data
The released components were trained on spatial and high-frequency embeddings extracted from 3D CT patches derived from the M3DSynth benchmark. M3DSynth contains localized semantic manipulations generated using CycleGAN, Pix2Pix, and DDPM.
No original CT images or volumes are distributed in this repository.
Usage
The released checkpoints take paired spatial and high-frequency embeddings as input. They cannot be applied directly to raw CT patches.
Use the checkpoints with the following companion resource: code repository (link)
The checkpoints cannot be used directly through the Hugging Face inference widget.
Citation
If you use these checkpoints, please cite the associated paper. Citation information will be added after the paper becomes publicly available.