Brain Hematoma Marker Recognition Using Multitask Learning: SwinTransformer and Swin-Unet
Kodai Hirata, Tsuyoshi Okita
TL;DR
This work tackles spurious correlations in brain CT hematoma hypodensity detection by introducing MTL-Swin-Unet, a transformer-based multitask framework that jointly trains segmentation, reconstruction, and classification with a shared Swin-Unet encoder. The segmentation and reconstruction tasks refine representations that improve downstream classification, with segmentation-based features yielding stronger AUC gains and the full three-task setup delivering peak F1 under non-covariate shift and the best AUC under covariate shift. Two learning paradigms are explored: MTL-Swin-Unet, which jointly learns all tasks, and Joint-SwinTransformer, which recycles a segmentation-trained encoder for classification via feature concatenation. Experiments on multicenter brain CT data demonstrate improved performance and explainability via Grad-CAM, highlighting practical potential for adversarially robust hematoma marker recognition in clinical settings.
Abstract
This paper proposes a method MTL-Swin-Unet which is multi-task learning using transformers for classification and semantic segmentation. For spurious-correlation problems, this method allows us to enhance the image representation with two other image representations: representation obtained by semantic segmentation and representation obtained by image reconstruction. In our experiments, the proposed method outperformed in F-value measure than other classifiers when the test data included slices from the same patient (no covariate shift). Similarly, when the test data did not include slices from the same patient (covariate shift setting), the proposed method outperformed in AUC measure.
