Papers for

hospital imaging teams

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

Deep learning creates pet images from ct scans for better cancer diagnosis

3D CT-to-PET Translation via Latent Brownian Bridge Diffusion

Abstract: Computed tomography (CT) and positron emission tomography (PET) provide complementary anatomical and functional information for cancer diagnosis and treatment planning. However, the widespread use of PET is limited by high radiation exposure, elevated costs, and restricted availability. To address these limitations, deep learning-based CT-to-PET translation has emerged as a promising approach for synthesizing PET-like information directly from CT images, although accurately modeling the large cross-modal gap remains challenging. In this work, we propose a 3D CT-to-PET translation framework based on latent Brownian Bridge Diffusion (BBDM). The method consists of two stages. First, a Variational Autoencoder (VAE) is trained on paired CT-PET patches, integrating contrastive learning to improve latent alignment between anatomical and metabolic representations. Second, a BBDM is trained in the latent space to translate CT latent representations into their corresponding PET counterparts. The translated PET latents are then decoded and stitched to reconstruct the final 3D PET volume. We evaluate the proposed approach on two publicly available datasets. Quantitative results based on image fidelity and lesion-level PET-specific metrics demonstrate improved performance compared with competing methods. In particular, the proposed approach improves PET signal fidelity, better preserves clinically relevant uptake patterns, and shows improved performance in preserving small-lesion metabolic activation, paving the way for virtual imaging applications.

Fri 11 SeptComputer Vision and Pattern RecognitionArtificial Intelligence
The gist
Positron emission tomography (PET) scans show how the body is functioning, which helps doctors diagnose and plan cancer treatments. But PET scans are expensive, use more radiation, and are not always available. The authors created a method using artificial intelligence that can generate PET-like images from cheaper and more common CT scans. Their approach uses advanced machine learning techniques to better capture important details like small cancerous lesions. This could help provide useful PET information without needing extra scans.
Open 2609.12860v1

Spiking neural network predicts cancer nerve invasion with less energy

SCINTILLA-SNN: A Spiking Multi-Scale Selective Aggregation Network for Perineural Invasion Prediction

Abstract: Preoperative prediction of perineural invasion (PNI) in cholangiocarcinoma (CCA) is clinically valuable but remains challenging because PNI-related cues on magnetic resonance imaging (MRI) are subtle, sparse, and spatially localized around the tumor boundary. Standard 3D CNN and transformer architectures process volumetric data in a dense or spatially uniform manner, which can dilute subtle PNI-related evidence while requiring a large number of multiply-accumulate operations over 3D feature grids. To address these limitations, we propose SCINTILLA-SNN, a 3D spiking network composed of a four-stage hierarchical backbone and a Multi-Scale Spike Aggregation (MSSA) module for PNI prediction. The backbone extracts hierarchical volumetric representations through spiking convolutional stages and local spike window modulation stages. Given the resulting stage-wise representations, MSSA maps each spatial token to a learnable content value and modulates it with a spike-dynamics gate derived from firing rate and timestep-wise membrane-potential variability. The resulting score, referred to as the diagnostic token score, is used to selectively aggregate sparse PNI-related evidence. Experiments on a 10-year retrospective cohort of 182 CCA patients show that SCINTILLA-SNN achieves an AUROC of 0.748 under 5-fold cross-validation, while reducing the estimated inference energy by 23.18$\times$ compared with dense MAC-only computation of the same network.

Thu 10 SeptComputer Vision and Pattern Recognition
The gist
Predicting whether certain cancer has spread along nerves before surgery is helpful but hard because signs on MRI scans are very small and hard to spot. The authors created a special type of neural network that processes MRI scans more efficiently by focusing on important small areas using a brain-inspired spiking method. Their method not only predicts this nerve invasion better than usual methods but also uses much less computing energy. They tested it on 10 years of patient data and showed good accuracy and energy savings.
Open 2609.11237v1