Automated Lesion Segmentation in Whole-Body PET/CT in a multitracer setting

Qiaoyi Xue,Youdan Feng,Jiayi Liu,Tianming Xu,Kaixin Shen,Chuyun Shen,Yuhang Shi
2024-09-15
Abstract:This study explores a workflow for automated segmentation of lesions in FDG and PSMA PET/CT images. Due to the substantial differences in image characteristics between FDG and PSMA, specialized preprocessing steps are required. Utilizing YOLOv8 for data classification, the FDG and PSMA images are preprocessed separately before feeding them into the segmentation models, aiming to improve lesion segmentation accuracy. The study focuses on evaluating the performance of automated segmentation workflow for multitracer PET images. The findings are expected to provide critical insights for enhancing diagnostic workflows and patient-specific treatment plans. Our code will be open-sourced and available at <a class="link-external link-https" href="https://github.com/jiayiliu-pku/AP2024" rel="external noopener nofollow">this https URL</a>.
Computer Vision and Pattern Recognition,Artificial Intelligence
What problem does this paper attempt to address?
The problem that this paper attempts to solve is to develop an automated workflow for segmenting lesions using different tracers (FDG and PSMA) in whole - body PET/CT images. Specifically, the research aims to: 1. **Handle differences in multi - tracer images**: Since FDG and PSMA PET/CT images have significant differences in characteristics, special pre - processing steps are required to deal with these differences in order to improve the accuracy of lesion segmentation. 2. **Achieve automated lesion segmentation**: By using YOLOv8 for data classification, applying customized pre - processing techniques for each tracer respectively, and then inputting the classified data into a specialized segmentation model, automated segmentation of lesions can be achieved. 3. **Evaluate the performance of the workflow**: The research focuses on evaluating the performance of the proposed automated segmentation workflow in multi - tracer PET images, hoping to provide key insights for improving the diagnostic workflow and formulating personalized treatment plans. ### Specific problems and solutions - **Problem**: The significant differences between FDG and PSMA PET/CT images lead to challenges in segmentation. - **Solutions**: - Use YOLOv8 to classify FDG and PSMA images. - Design specific pre - processing steps for each tracer. - Use the 3D Unet model to perform organ and lesion segmentation on FDG and PSMA images respectively. ### Goals - Improve the accuracy of lesion segmentation, especially in distinguishing pathological changes from physiological uptake. - Optimize the application of PET/CT imaging in oncology, especially for personalized prostate cancer intervention. Through these methods, the research hopes to provide more accurate and personalized tools for clinical diagnosis and treatment.