Domain Game: Disentangle Anatomical Feature for Single Domain Generalized Segmentation
Hao Chen, Hongrun Zhang, U Wang Chan, Rui Yin, Xiaofei Wang, Chao Li
TL;DR
The paper tackles single-domain generalization in medical image segmentation by addressing the ill-posedness of feature disentanglement through Domain Game, a two-encoder framework that separates $X$ (diagnostic features) from $\Delta$ (domain-specific features) using geometry-based transformations $\mathcal{T}_{\hat{\pi}}$. It couples a Dice-optimized diagnostic branch with a PSNR-guided reconstruction branch under a minmax objective and employs a Lasso regularizer to constrain the feature space, implemented with EfficientNet-B2 encoders and a DeeplabV3 decoder. Empirical results on prostate and BRaTS brain tumor segmentation show substantial cross-site generalization gains, with approximately $11.8\%$ Dice improvement in prostate and $10.5\%$ in brain tumor segmentation over the second-best methods, and ablation confirms the importance of the domain encoder, space constraint, and geometry transformations. Overall, the work provides a practical framework to mitigate domain shift in SDG for medical imaging, with potential to improve generalization in diverse clinical settings.
Abstract
Single domain generalization aims to address the challenge of out-of-distribution generalization problem with only one source domain available. Feature distanglement is a classic solution to this purpose, where the extracted task-related feature is presumed to be resilient to domain shift. However, the absence of references from other domains in a single-domain scenario poses significant uncertainty in feature disentanglement (ill-posedness). In this paper, we propose a new framework, named \textit{Domain Game}, to perform better feature distangling for medical image segmentation, based on the observation that diagnostic relevant features are more sensitive to geometric transformations, whilist domain-specific features probably will remain invariant to such operations. In domain game, a set of randomly transformed images derived from a singular source image is strategically encoded into two separate feature sets to represent diagnostic features and domain-specific features, respectively, and we apply forces to pull or repel them in the feature space, accordingly. Results from cross-site test domain evaluation showcase approximately an ~11.8% performance boost in prostate segmentation and around ~10.5% in brain tumor segmentation compared to the second-best method.
