Skip to main content

Main menu

  • Home
  • Content
    • Current
    • Ahead of print
    • Past Issues
    • JNM Supplement
    • SNMMI Annual Meeting Abstracts
    • Continuing Education
    • JNM Podcasts
  • Subscriptions
    • Subscribers
    • Institutional and Non-member
    • Rates
    • Journal Claims
    • Corporate & Special Sales
  • Authors
    • Submit to JNM
    • Information for Authors
    • Assignment of Copyright
    • AQARA requirements
  • Info
    • Reviewers
    • Permissions
    • Advertisers
  • About
    • About Us
    • Editorial Board
    • Contact Information
  • More
    • Alerts
    • Feedback
    • Help
    • SNMMI Journals
  • SNMMI
    • JNM
    • JNMT
    • SNMMI Journals
    • SNMMI

User menu

  • Subscribe
  • My alerts
  • Log in
  • My Cart

Search

  • Advanced search
Journal of Nuclear Medicine
  • SNMMI
    • JNM
    • JNMT
    • SNMMI Journals
    • SNMMI
  • Subscribe
  • My alerts
  • Log in
  • My Cart
Journal of Nuclear Medicine

Advanced Search

  • Home
  • Content
    • Current
    • Ahead of print
    • Past Issues
    • JNM Supplement
    • SNMMI Annual Meeting Abstracts
    • Continuing Education
    • JNM Podcasts
  • Subscriptions
    • Subscribers
    • Institutional and Non-member
    • Rates
    • Journal Claims
    • Corporate & Special Sales
  • Authors
    • Submit to JNM
    • Information for Authors
    • Assignment of Copyright
    • AQARA requirements
  • Info
    • Reviewers
    • Permissions
    • Advertisers
  • About
    • About Us
    • Editorial Board
    • Contact Information
  • More
    • Alerts
    • Feedback
    • Help
    • SNMMI Journals
  • View or Listen to JNM Podcast
  • Visit JNM on Facebook
  • Join JNM on LinkedIn
  • Follow JNM on Twitter
  • Subscribe to our RSS feeds
Meeting ReportPhysics, Instrumentation & Data Sciences - Image Generation

Realistic Tumor generation using 3D conditional latent diffusion model

Rui Hu, Siyeop Yoon, Dufan Wu, Matthew Tivnan, Zhennong Chen, Yuang Wang, Jie Luo, Jianan Cui, Quanzheng Li, Huafeng Liu and Ning Guo
Journal of Nuclear Medicine June 2024, 65 (supplement 2) 241725;
Rui Hu
1Massachusetts General Hospital; Zhejiang University
  • Find this author on Google Scholar
  • Find this author on PubMed
  • Search for this author on this site
Siyeop Yoon
2Massachusetts General Hospital
  • Find this author on Google Scholar
  • Find this author on PubMed
  • Search for this author on this site
Dufan Wu
2Massachusetts General Hospital
  • Find this author on Google Scholar
  • Find this author on PubMed
  • Search for this author on this site
Matthew Tivnan
2Massachusetts General Hospital
  • Find this author on Google Scholar
  • Find this author on PubMed
  • Search for this author on this site
Zhennong Chen
2Massachusetts General Hospital
  • Find this author on Google Scholar
  • Find this author on PubMed
  • Search for this author on this site
Yuang Wang
2Massachusetts General Hospital
  • Find this author on Google Scholar
  • Find this author on PubMed
  • Search for this author on this site
Jie Luo
3Massachusetts General Hospital, Harvard Medical School
  • Find this author on Google Scholar
  • Find this author on PubMed
  • Search for this author on this site
Jianan Cui
4Zhejiang University of Technology
  • Find this author on Google Scholar
  • Find this author on PubMed
  • Search for this author on this site
Quanzheng Li
2Massachusetts General Hospital
  • Find this author on Google Scholar
  • Find this author on PubMed
  • Search for this author on this site
Huafeng Liu
5Zhejiang University
  • Find this author on Google Scholar
  • Find this author on PubMed
  • Search for this author on this site
Ning Guo
2Massachusetts General Hospital
  • Find this author on Google Scholar
  • Find this author on PubMed
  • Search for this author on this site
  • Article
  • Figures & Data
  • Info & Metrics
Loading

Abstract

241725

Introduction: As Artificial Intelligence (AI) continues to make remarkable strides in various domains of medical imaging, high-quality training data has become an integral part of advancing AI in clinical diagnostics. However, the acquisition and annotation of real medical images are notably time-intensive, requiring considerable manpower and specific clinical expertise. In an effort to alleviate the annotation workload, the generation of realistic medical images for the development of AI algorithms has emerged as a valuable yet challenging area. This is especially pertinent in the context of PET images with tumors, where accurate tumor segmentation and quantitative analysis are critical for patient diagnosis and treatment. Presently, methods for simulating tumors typically involve modifying the activity values in certain regions through image processing or incorporating tumor-related measurement data into listmode data. Such methods often result in overly simplistic tumor shapes, markedly distinct from those observed in actual images. As a type of generative model, diffusion models have shown impressive potential in the conditional generation of natural images (e.g. Midjourney, DALL-E). In this work, we introduce a novel approach that employs latent diffusion model (LDM) to directly generate PET images with tumors, using tumor masks as the conditional input. Utilizing masks with customizable shapes and positions, the proposed method enables the generation of realistic tumors in any specified location, size and shape.

Methods: The LDM employed in this study comprises three main components as shown in Fig. 1. The first part is Vector Quantized Variational Auto-encoder(VQVAE), which encodes images into latent space with an 8-fold spatial resolution down-sampling. During the training of VQVAE, the input images and the decoder output are compared at multiple resolution levels to compute losses and update parameters. In the second phase of training, we focus on the parameters in diffusion model and condition encoder. The latent space encoded by pre-trained VQVAE is diffused into Gaussian noise and a Unet model was used to denoise the latent space concatenated with the condition latent variable encoded by the condition encoder. During sampling, we utilize the denoising diffusion implicit model (DDIM) acceleration with a total of 150 steps. The training data we used is the public Head-Neck 3D PET data. Each sample within the dataset contains a minimum of one tumor, accompanied by an associated segmentation mask. Two hundred 3D samples are used for training VQVAE and the diffusion model. Another twenty samples are used for testing. In this work, all the networks are implemented in Pytorch framework, the training batch size is 1, the image size is 128×128×128, the latent space variable size is 16×16×16.

Results: Figure 2 presents a comparison between authentic PET images and the images generated using our LDM. The generated images demonstrate a notable fidelity to real images, particularly in replicating the metabolic activity of tumors. The contours and internal structures of the tumors bear a striking resemblance to those in the original images. In terms of macroscopic shape and size, the tumors closely match the descriptions provided by the tumor mask. While there are minor discrepancies in some of the anatomical details when compared to the real images, these images still serve as invaluable assets for the development of medical AI algorithms, especially in scenarios with limited availability of training samples.

Conclusions: This research presents a novel method for generating realistic tumor PET images utilizing a LDM. The results indicate that this method can generate tumor images with edges and internal structures that are nearly indistinguishable from the real tumors. A significant advantage is that it enables users to specify the tumor’s location, size, heterogeneity, and shape. In future work, we aim to enhance the generation guided by texts using multi-modality LDM.

Figure
  • Download figure
  • Open in new tab
  • Download powerpoint
Previous
Back to top

In this issue

Journal of Nuclear Medicine
Vol. 65, Issue supplement 2
June 1, 2024
  • Table of Contents
  • Index by author
Article Alerts
Sign In to Email Alerts with your Email Address
Email Article

Thank you for your interest in spreading the word on Journal of Nuclear Medicine.

NOTE: We only request your email address so that the person you are recommending the page to knows that you wanted them to see it, and that it is not junk mail. We do not capture any email address.

Enter multiple addresses on separate lines or separate them with commas.
Realistic Tumor generation using 3D conditional latent diffusion model
(Your Name) has sent you a message from Journal of Nuclear Medicine
(Your Name) thought you would like to see the Journal of Nuclear Medicine web site.
Citation Tools
Realistic Tumor generation using 3D conditional latent diffusion model
Rui Hu, Siyeop Yoon, Dufan Wu, Matthew Tivnan, Zhennong Chen, Yuang Wang, Jie Luo, Jianan Cui, Quanzheng Li, Huafeng Liu, Ning Guo
Journal of Nuclear Medicine Jun 2024, 65 (supplement 2) 241725;

Citation Manager Formats

  • BibTeX
  • Bookends
  • EasyBib
  • EndNote (tagged)
  • EndNote 8 (xml)
  • Medlars
  • Mendeley
  • Papers
  • RefWorks Tagged
  • Ref Manager
  • RIS
  • Zotero
Share
Realistic Tumor generation using 3D conditional latent diffusion model
Rui Hu, Siyeop Yoon, Dufan Wu, Matthew Tivnan, Zhennong Chen, Yuang Wang, Jie Luo, Jianan Cui, Quanzheng Li, Huafeng Liu, Ning Guo
Journal of Nuclear Medicine Jun 2024, 65 (supplement 2) 241725;
Twitter logo Facebook logo LinkedIn logo Mendeley logo
  • Tweet Widget
  • Facebook Like
  • Google Plus One
Bookmark this article

Jump to section

  • Article
  • Figures & Data
  • Info & Metrics

Related Articles

  • No related articles found.
  • Google Scholar

Cited By...

  • No citing articles found.
  • Google Scholar

More in this TOC Section

  • PyTomography: Advancements in List-mode and Time-of-Flight PET Image Reconstruction
  • Pseudo-planar Generation from SPECT Projections using Artificial Count Enhancement in Lung Scintigraphy
  • Accelerating SPECT Imaging for Dosimetry via Projection Interpolation using Denoising Diffusion Probabilistic Models
Show more Physics, Instrumentation & Data Sciences - Image Generation

Similar Articles

SNMMI

© 2025 SNMMI

Powered by HighWire