SOTAVerified

Rethinking the Nested U-Net Approach: Enhancing Biomarker Segmentation with Attention Mechanisms and Multiscale Feature Fusion

2025-04-08Code Available0· sign in to hype

Saad Wazir, Daeyoung Kim

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Identifying biomarkers in medical images is vital for a wide range of biotech applications. However, recent Transformer and CNN based methods often struggle with variations in morphology and staining, which limits their feature extraction capabilities. In medical image segmentation, where data samples are often limited, state-of-the-art (SOTA) methods improve accuracy by using pre-trained encoders, while end-to-end approaches typically fall short due to difficulties in transferring multiscale features effectively between encoders and decoders. To handle these challenges, we introduce a nested UNet architecture that captures both local and global context through Multiscale Feature Fusion and Attention Mechanisms. This design improves feature integration from encoders, highlights key channels and regions, and restores spatial details to enhance segmentation performance. Our method surpasses SOTA approaches, as evidenced by experiments across four datasets and detailed ablation studies. Code: https://github.com/saadwazir/ReN-UNet

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
2018 Data Science BowlReN-UNetDice92.79Unverified
Electron Microscopy DatasetReN-UNetAHD955.37Unverified
MoNuSegReN-UNetF184.12Unverified
TNBCReN-UNetAHD9510.36Unverified

Reproductions