CNN-Transformer Rectified Collaborative Learning for Medical Image Segmentation
Lanhu Wu, Miao Zhang, Yongri Piao, Zhenyan Yao, Weibing Sun, Feng Tian, Huchuan Lu
TL;DR
This work tackles the mislocalization of CNN-based MIS and the coarse boundaries of Transformer-based MIS by enabling bi-directional knowledge transfer between CNN and Transformer models. It introduces Rectified Logit-wise Collaborative Learning (RLCL) to adaptively rectify wrong regions in soft labels using a ground-truth guided Adaptive Rectification Module (ARM) and Class-aware Feature-wise Collaborative Learning (CFCL) to align class-aware feature representations via a Category Perception Module (CPM). The framework optimizes segmentation jointly with logit- and feature-space distillation, using an overall loss that combines ${\mathcal{L}}_{seg}$, ${\mathcal{L}}_{rlcl}$, and ${\mathcal{L}}_{cfcl}$ terms, with dynamic weights $\lambda$ computed from alignment, similarity, and certainty factors $({\lambda}^a,{\lambda}^s,{\lambda}^c)$. Experiments on Synapse, ACDC, and Kvasir-SEG show CTRCL achieves new state-of-the-art results across multiple backbones, with notable improvements in DSC/JAC and reductions in HSD/MAE, and ablation studies confirm the benefits of both RLCL and CFCL and their robustness across architectures. The method’s generalization to diverse student pairs, offline KD, and existing MIS models suggests strong practical impact for improving medical image segmentation without prohibitive parameter growth.
Abstract
Automatic and precise medical image segmentation (MIS) is of vital importance for clinical diagnosis and analysis. Current MIS methods mainly rely on the convolutional neural network (CNN) or self-attention mechanism (Transformer) for feature modeling. However, CNN-based methods suffer from the inaccurate localization owing to the limited global dependency while Transformer-based methods always present the coarse boundary for the lack of local emphasis. Although some CNN-Transformer hybrid methods are designed to synthesize the complementary local and global information for better performance, the combination of CNN and Transformer introduces numerous parameters and increases the computation cost. To this end, this paper proposes a CNN-Transformer rectified collaborative learning (CTRCL) framework to learn stronger CNN-based and Transformer-based models for MIS tasks via the bi-directional knowledge transfer between them. Specifically, we propose a rectified logit-wise collaborative learning (RLCL) strategy which introduces the ground truth to adaptively select and rectify the wrong regions in student soft labels for accurate knowledge transfer in the logit space. We also propose a class-aware feature-wise collaborative learning (CFCL) strategy to achieve effective knowledge transfer between CNN-based and Transformer-based models in the feature space by granting their intermediate features the similar capability of category perception. Extensive experiments on three popular MIS benchmarks demonstrate that our CTRCL outperforms most state-of-the-art collaborative learning methods under different evaluation metrics.
