ACS-SegNet: An Attention-Based CNN-SegFormer Segmentation Network for Tissue Segmentation in Histopathology
Nima Torbati, Anastasia Meshcheryakova, Ramona Woitek, Diana Mechtcheriakova, Amirreza Mahbod
TL;DR
ACS-SegNet tackles semantic tissue segmentation in histopathology by integrating CNN and ViT features in a dual-encoder framework, fused with Convolutional Block Attention Modules (CBAM). By combining a SegFormer encoder (ViT) with a ResNet encoder (CNN) and a UNet-like decoder, the method captures both global context and local details. On GCPS and PUMA, ACS-SegNet achieves top-tier performance with IoU and Dice metrics (e.g., 76.79% IoU / 86.87% Dice on GCPS and 64.93% IoU / 76.60% Dice on PUMA), and an ablation confirms the benefit of CBAM. The approach is parameter-efficient (~50M params) compared with state-of-the-art hybrids, and code is publicly available, enabling practical adoption in histopathology workflows.
Abstract
Automated histopathological image analysis plays a vital role in computer-aided diagnosis of various diseases. Among developed algorithms, deep learning-based approaches have demonstrated excellent performance in multiple tasks, including semantic tissue segmentation in histological images. In this study, we propose a novel approach based on attention-driven feature fusion of convolutional neural networks (CNNs) and vision transformers (ViTs) within a unified dual-encoder model to improve semantic segmentation performance. Evaluation on two publicly available datasets showed that our model achieved μIoU/μDice scores of 76.79%/86.87% on the GCPS dataset and 64.93%/76.60% on the PUMA dataset, outperforming state-of-the-art and baseline benchmarks. The implementation of our method is publicly available in a GitHub repository: https://github.com/NimaTorbati/ACS-SegNet
