IVCVLGMay 8, 2020

Beyond CNNs: Exploiting Further Inherent Symmetries in Medical Images for Segmentation

arXiv:2005.03924v12 citations
Originality Highly original
AI Analysis

This work improves medical image segmentation for computer-aided diagnosis by introducing a novel framework that enhances symmetry exploitation, though it is incremental as it builds on existing CNN architectures.

The paper tackles the problem of medical tumor segmentation by addressing the limitation of CNNs in exploiting symmetries like rotations and reflections, proposing a group equivariant framework that reduces filter redundancy by roughly 2/3 and outperforms state-of-the-art methods on clinical data.

Automatic tumor segmentation is a crucial step in medical image analysis for computer-aided diagnosis. Although the existing methods based on convolutional neural networks (CNNs) have achieved the state-of-the-art performance, many challenges still remain in medical tumor segmentation. This is because regular CNNs can only exploit translation invariance, ignoring further inherent symmetries existing in medical images such as rotations and reflections. To mitigate this shortcoming, we propose a novel group equivariant segmentation framework by encoding those inherent symmetries for learning more precise representations. First, kernel-based equivariant operations are devised on every orientation, which can effectively address the gaps of learning symmetries in existing approaches. Then, to keep segmentation networks globally equivariant, we design distinctive group layers with layerwise symmetry constraints. By exploiting further symmetries, novel segmentation CNNs can dramatically reduce the sample complexity and the redundancy of filters (by roughly 2/3) over regular CNNs. More importantly, based on our novel framework, we show that a newly built GER-UNet outperforms its regular CNN-based counterpart and the state-of-the-art segmentation methods on real-world clinical data. Specifically, the group layers of our segmentation framework can be seamlessly integrated into any popular CNN-based segmentation architectures.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes