Artificial Intelligence (AI) is increasingly being utilized in the medical field, particularly in assisting with diagnostic predictions. However, just like humans, AI is prone to errors—it may mistakenly classify a healthy individual as sick or, even more critically, fail to detect illness in a patient who requires urgent care. In the medical domain, AI is not intended to replace healthcare professionals but rather to serve as an assistive tool, working alongside doctors to enhance decision-making. We propose an application for automatic tumor segmentation in PET scans, allowing medical professionals to interact with the model and refine its performance over time.
This project is developed as a Marcelle Application
PET scans detect areas in the body with high glucose concentration, as tumors exhibit rapid growth and require increased sugar intake, making them highly visible on these scans. However, certain organs, such as the brain, naturally exhibit high glucose uptake and will also appear prominently on PET images. Additionally, various patient-related factors can lead to glucose-dense areas, including insufficient fasting, recent chemotherapy, colonic activity, or even exposure to cold temperatures during the scan. Our goal is to develop an automated segmentation system capable of distinguishing between these cases, with continuous input and validation from medical experts to improve its accuracy.
For training the model, we utilized a dataset from the Danish National AI Competition 2023. This dataset contains 608 PET scan images, each paired with a corresponding binary label. In these labels, pixels representing tumors are marked as 1 (white), while non-tumor pixels are marked as 0 (black).
The segmentation model used in this project is called U-Net. U-Net is a specialized type of convolutional neural network (CNN), commonly used for image segmentation tasks. It follows the structure of an autoencoder, consisting of two main parts: the encoder and the decoder, which are further divided into encoder and decoder blocks.
Runs the app in the development mode. Open http://localhost:5173 to view it in the browser.
The page will reload if you make edits.
Builds a static copy of your site to the dist/
folder.
Your app is ready to be deployed!
Marija BRKIC, Vivian LI, Dimitrije ZDRALE, Xintian FU