PIVM: Diffusion-Based Prior-Integrated Variation Modeling for Anatomically Precise Abdominal CT Synthesis

arXiv cs.CV / 3/25/2026

📰 NewsSignals & Early TrendsIdeas & Deep AnalysisModels & Research

Key Points

  • The paper introduces PIVM, a diffusion-based framework for generating anatomically precise abdominal CT images despite limited labeled data and privacy constraints.
  • Instead of sampling from noise to create full images, PIVM predicts voxel-wise intensity variations conditioned on organ-specific intensity priors derived from segmentation labels.
  • By jointly using priors and segmentation labels to guide the diffusion process, the method improves spatial alignment and realistic organ boundaries.
  • PIVM operates directly in image space (not latent space) to preserve the full Hounsfield Unit (HU) range and avoid the smoothing often seen in latent diffusion approaches.
  • The authors provide source code at the linked GitHub repository, enabling reproduction and further development.

Abstract

Abdominal CT data are limited by high annotation costs and privacy constraints, which hinder the development of robust segmentation and diagnostic models. We present a Prior-Integrated Variation Modeling (PIVM) framework, a diffusion-based method for anatomically accurate CT image synthesis. Instead of generating full images from noise, PIVM predicts voxel-wise intensity variations relative to organ-specific intensity priors derived from segmentation labels. These priors and labels jointly guide the diffusion process, ensuring spatial alignment and realistic organ boundaries. Unlike latent-space diffusion models, our approach operates directly in image space while preserving the full Hounsfield Unit (HU) range, capturing fine anatomical textures without smoothing. Source code is available at https://github.com/BZNR3/PIVM.