Universal Lesion Segmentation Challenge 2023: A Comparative Research of Different Algorithms
This research addresses the need for a universal lesion segmentation model that works well across all tissue types, which is significant for the medical imaging community.
The authors tackled the problem of universal lesion segmentation across various tissues, achieving satisfactory results with the SwinUnet model. The model's performance is not specified with concrete numbers.
In recent years, machine learning algorithms have achieved much success in segmenting lesions across various tissues. There is, however, not one satisfying model that works well on all tissue types universally. In response to this need, we attempt to train a model that 1) works well on all tissue types, and 2) is capable of still performing fast inferences. To this end, we design our architectures, test multiple existing architectures, compare their results, and settle upon SwinUnet. We document our rationales, successes, and failures. Finally, we propose some further directions that we think are worth exploring. codes: https://github.com/KWFredShi/ULS2023NGKD.git