SOTAVerified

FANet: A Feedback Attention Network for Improved Biomedical Image Segmentation

2021-03-31Code Available1· sign in to hype

Nikhil Kumar Tomar, Debesh Jha, Michael A. Riegler, Håvard D. Johansen, Dag Johansen, Jens Rittscher, Pål Halvorsen, Sharib Ali

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

The increase of available large clinical and experimental datasets has contributed to a substantial amount of important contributions in the area of biomedical image analysis. Image segmentation, which is crucial for any quantitative analysis, has especially attracted attention. Recent hardware advancement has led to the success of deep learning approaches. However, although deep learning models are being trained on large datasets, existing methods do not use the information from different learning epochs effectively. In this work, we leverage the information of each training epoch to prune the prediction maps of the subsequent epochs. We propose a novel architecture called feedback attention network (FANet) that unifies the previous epoch mask with the feature map of the current training epoch. The previous epoch mask is then used to provide a hard attention to the learned feature maps at different convolutional layers. The network also allows to rectify the predictions in an iterative fashion during the test time. We show that our proposed feedback attention model provides a substantial improvement on most segmentation metrics tested on seven publicly available biomedical imaging datasets demonstrating the effectiveness of FANet. The source code is available at https://github.com/nikhilroxtomar/FANet.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
2018 Data Science BowlFANetDice0.92Unverified
CHASE_DB1FANetDSC0.81Unverified
CVC-ClinicDBFANetmean Dice0.94Unverified
DRIVEFANetmIoU0.69Unverified
EMFANetDSC0.95Unverified
ISIC 2018FANetDSC87.31Unverified
Kvasir-SEGFANetmean Dice0.88Unverified

Reproductions