IVCVNov 20, 2021

GMSRF-Net: An improved generalizability with global multi-scale residual fusion network for polyp segmentation

arXiv:2111.10614v131 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses the issue of performance drop in medical imaging for colonoscopy, though it appears incremental as it builds on existing encoder-decoder architectures.

The paper tackles the problem of poor generalizability in polyp segmentation models across different datasets by proposing GMSRF-Net, which improves dice coefficients by 8.34% and 10.31% on unseen datasets compared to previous state-of-the-art methods.

Colonoscopy is a gold standard procedure but is highly operator-dependent. Efforts have been made to automate the detection and segmentation of polyps, a precancerous precursor, to effectively minimize missed rate. Widely used computer-aided polyp segmentation systems actuated by encoder-decoder have achieved high performance in terms of accuracy. However, polyp segmentation datasets collected from varied centers can follow different imaging protocols leading to difference in data distribution. As a result, most methods suffer from performance drop and require re-training for each specific dataset. We address this generalizability issue by proposing a global multi-scale residual fusion network (GMSRF-Net). Our proposed network maintains high-resolution representations while performing multi-scale fusion operations for all resolution scales. To further leverage scale information, we design cross multi-scale attention (CMSA) and multi-scale feature selection (MSFS) modules within the GMSRF-Net. The repeated fusion operations gated by CMSA and MSFS demonstrate improved generalizability of the network. Experiments conducted on two different polyp segmentation datasets show that our proposed GMSRF-Net outperforms the previous top-performing state-of-the-art method by 8.34% and 10.31% on unseen CVC-ClinicDB and unseen Kvasir-SEG, in terms of dice coefficient.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes