Symmetry Awareness Encoded Deep Learning Framework for Brain Imaging Analysis
Yang Ma, Dongang Wang, Peilin Liu, Lynette Masters, Michael Barnett, Weidong Cai, Chenyu Wang
TL;DR
The paper addresses data scarcity and heterogeneity in brain imaging by leveraging inherent hemispheric symmetry. It introduces Symmetry-Aware Cross-Attention (SACA) to compare a patch with its mirrored counterpart using a Swin Transformer backbone, and a Symmetry-Aware Head (SAH) that guides symmetry-focused pretraining via four proxy tasks, including an explicit symmetry loss defined by $\mathcal{L}_{Symmetry}$ and the cross-attention formula $\operatorname{SACA}(\f, \tilde{\f}) = \operatorname{Softmax}\left(\frac{Q \tilde{K}^T}{\sqrt{D}}\right) \tilde{V}$ with $Q=f W_Q$, $\tilde{K}=\tilde{f} W_K$, $\tilde{V}=\tilde{f} W_V$. Pretraining on large MRI and CT datasets yields strong zero-shot, few-shot, and downstream performance on brain disease identification and lesion segmentation, achieving state-of-the-art results on benchmarks such as BraTS2021 and CQ500. The findings demonstrate the practical value of encoding anatomical symmetry in medical imaging, offering improved diagnostic accuracy and generalization while reducing the need for extensive labeled data; code is available at the authors' GitHub repository.
Abstract
The heterogeneity of neurological conditions, ranging from structural anomalies to functional impairments, presents a significant challenge in medical imaging analysis tasks. Moreover, the limited availability of well-annotated datasets constrains the development of robust analysis models. Against this backdrop, this study introduces a novel approach leveraging the inherent anatomical symmetrical features of the human brain to enhance the subsequent detection and segmentation analysis for brain diseases. A novel Symmetry-Aware Cross-Attention (SACA) module is proposed to encode symmetrical features of left and right hemispheres, and a proxy task to detect symmetrical features as the Symmetry-Aware Head (SAH) is proposed, which guides the pretraining of the whole network on a vast 3D brain imaging dataset comprising both healthy and diseased brain images across various MRI and CT. Through meticulous experimentation on downstream tasks, including both classification and segmentation for brain diseases, our model demonstrates superior performance over state-of-the-art methodologies, particularly highlighting the significance of symmetry-aware learning. Our findings advocate for the effectiveness of incorporating symmetry awareness into pretraining and set a new benchmark for medical imaging analysis, promising significant strides toward accurate and efficient diagnostic processes. Code is available at https://github.com/bitMyron/sa-swin.
