CVApr 6, 2021

Weakly supervised segmentation with cross-modality equivariant constraints

arXiv:2104.02488v262 citations
Originality Incremental advance
AI Analysis

This work addresses the need for efficient segmentation in medical imaging with limited labeled data, though it appears incremental as it builds on existing CAM-based approaches.

The paper tackles the problem of weakly supervised semantic segmentation where class activation maps (CAMs) from image-level annotations are highly discriminant and suboptimal, proposing a method that leverages self-supervision in multi-modal images to enhance CAMs, resulting in outperforming recent literature on the BRATS dataset.

Weakly supervised learning has emerged as an appealing alternative to alleviate the need for large labeled datasets in semantic segmentation. Most current approaches exploit class activation maps (CAMs), which can be generated from image-level annotations. Nevertheless, resulting maps have been demonstrated to be highly discriminant, failing to serve as optimal proxy pixel-level labels. We present a novel learning strategy that leverages self-supervision in a multi-modal image scenario to significantly enhance original CAMs. In particular, the proposed method is based on two observations. First, the learning of fully-supervised segmentation networks implicitly imposes equivariance by means of data augmentation, whereas this implicit constraint disappears on CAMs generated with image tags. And second, the commonalities between image modalities can be employed as an efficient self-supervisory signal, correcting the inconsistency shown by CAMs obtained across multiple modalities. To effectively train our model, we integrate a novel loss function that includes a within-modality and a cross-modality equivariant term to explicitly impose these constraints during training. In addition, we add a KL-divergence on the class prediction distributions to facilitate the information exchange between modalities, which, combined with the equivariant regularizers further improves the performance of our model. Exhaustive experiments on the popular multi-modal BRATS dataset demonstrate that our approach outperforms relevant recent literature under the same learning conditions.

Code Implementations1 repo
Foundations

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

Your Notes