Leveraging Task-Specific Knowledge from LLM for Semi-Supervised 3D Medical Image Segmentation
Suruchi Kumari, Aryan Das, Swalpa Kumar Roy, Indu Joshi, Pravendra Singh
TL;DR
This work tackles the high cost of voxel-level annotations in 3D medical image segmentation by proposing LLM-SegNet, a semi-supervised framework that injects task-specific knowledge from a large language model into a co-training CNN setup. It introduces a Unified Segmentation Loss (USL) that combines negative log-likelihood and mean-squared error in a confidence-aware scheme to better exploit unlabeled data. The approach uses textual descriptors generated by an LLM to augment image representations, fused at the encoder bottleneck via a learnable balance with text features, enabling efficient learning without requiring 3D image-text pairs. Empirical results on Left Atrium, Pancreas-CT, and Brats-19 demonstrate consistent improvements over state-of-the-art SSL methods, supported by ablative analyses that highlight the contributions of the LLM, textual guidance, supervised losses, and USL to overall performance.
Abstract
Traditional supervised 3D medical image segmentation models need voxel-level annotations, which require huge human effort, time, and cost. Semi-supervised learning (SSL) addresses this limitation of supervised learning by facilitating learning with a limited annotated and larger amount of unannotated training samples. However, state-of-the-art SSL models still struggle to fully exploit the potential of learning from unannotated samples. To facilitate effective learning from unannotated data, we introduce LLM-SegNet, which exploits a large language model (LLM) to integrate task-specific knowledge into our co-training framework. This knowledge aids the model in comprehensively understanding the features of the region of interest (ROI), ultimately leading to more efficient segmentation. Additionally, to further reduce erroneous segmentation, we propose a Unified Segmentation loss function. This loss function reduces erroneous segmentation by not only prioritizing regions where the model is confident in predicting between foreground or background pixels but also effectively addressing areas where the model lacks high confidence in predictions. Experiments on publicly available Left Atrium, Pancreas-CT, and Brats-19 datasets demonstrate the superior performance of LLM-SegNet compared to the state-of-the-art. Furthermore, we conducted several ablation studies to demonstrate the effectiveness of various modules and loss functions leveraged by LLM-SegNet.
