Trans2Unet: Neural fusion for Nuclei Semantic Segmentation
Dinh-Phu Tran, Quoc-Anh Nguyen, Van-Truong Pham, Thi-Thao Tran

TL;DR
Trans2Unet is a novel two-branch neural network architecture combining Unet and TransUnet, enhanced with a WASP-KC module, achieving improved nuclei segmentation performance on histopathological images.
Contribution
The paper introduces Trans2Unet, a new dual-branch model that fuses CNN and transformer features for better nuclei segmentation, along with an efficient WASP-KC module.
Findings
Outperforms previous models on 2018 Data Science Bowl benchmark.
Effectively handles overlapping nuclei regions.
Improves segmentation accuracy and detail recovery.
Abstract
Nuclei segmentation, despite its fundamental role in histopathological image analysis, is still a challenge work. The main challenge of this task is the existence of overlapping areas, which makes separating independent nuclei more complicated. In this paper, we propose a new two-branch architecture by combining the Unet and TransUnet networks for nuclei segmentation task. In the proposed architecture, namely Trans2Unet, the input image is first sent into the Unet branch whose the last convolution layer is removed. This branch makes the network combine features from different spatial regions of the input image and localizes more precisely the regions of interest. The input image is also fed into the second branch. In the second branch, which is called TransUnet branch, the input image will be divided into patches of images. With Vision transformer (ViT) in architecture, TransUnet can…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsAttention Is All You Need · Layer Normalization · Linear Layer · Convolution · Softmax · Multi-Head Attention · Dense Connections · Residual Connection · Vision Transformer
