CVMay 1, 2024

Adaptive Bidirectional Displacement for Semi-Supervised Medical Image Segmentation

arXiv:2405.00378v177 citationsh-index: 6Has CodeCVPR
Originality Incremental advance
AI Analysis

This work addresses the problem of enhancing consistency learning for medical image segmentation with unlabeled data, representing an incremental improvement over existing methods.

The paper tackles the challenge of limited perturbation diversity in semi-supervised medical image segmentation by proposing an Adaptive Bidirectional Displacement approach, which achieves new state-of-the-art performance and significantly improves different baselines.

Consistency learning is a central strategy to tackle unlabeled data in semi-supervised medical image segmentation (SSMIS), which enforces the model to produce consistent predictions under the perturbation. However, most current approaches solely focus on utilizing a specific single perturbation, which can only cope with limited cases, while employing multiple perturbations simultaneously is hard to guarantee the quality of consistency learning. In this paper, we propose an Adaptive Bidirectional Displacement (ABD) approach to solve the above challenge. Specifically, we first design a bidirectional patch displacement based on reliable prediction confidence for unlabeled data to generate new samples, which can effectively suppress uncontrollable regions and still retain the influence of input perturbations. Meanwhile, to enforce the model to learn the potentially uncontrollable content, a bidirectional displacement operation with inverse confidence is proposed for the labeled images, which generates samples with more unreliable information to facilitate model learning. Extensive experiments show that ABD achieves new state-of-the-art performances for SSMIS, significantly improving different baselines. Source code is available at https://github.com/chy-upc/ABD.

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