论文标题
BDG-NET:边界分布指导网络,用于精确息肉分割
BDG-Net: Boundary Distribution Guided Network for Accurate Polyp Segmentation
论文作者
论文摘要
结直肠癌(CRC)是世界上最常见的致命癌症之一。多型切除术可以有效地中断腺瘤向腺癌的进展,从而降低CRC发育的风险。结肠镜检查是找到结肠息肉的主要方法。但是,由于息肉的不同大小以及息肉之间不清楚的边界及其周围的粘膜,因此准确地分割息肉是具有挑战性的。为了解决此问题,我们设计了一个边界分布引导网络(BDG-NET),以进行准确的息肉分割。具体而言,在理想边界分布图(BDM)的监督下,我们使用边界分布生成模块(BDGM)来汇总高级特征并生成BDM。然后,将BDM发送到边界分布引导的解码器(BDGD)作为互补空间信息,以指导息肉分割。此外,BDGD采用了多尺度特征交互策略,以提高具有不同尺寸的息肉的分割精度。广泛的定量和定性评估证明了我们的模型的有效性,该模型在五个公共息肉数据集上胜过最先进的模型,同时保持低计算复杂性。代码:https://github.com/zihuanqiu/bdg-net
Colorectal cancer (CRC) is one of the most common fatal cancer in the world. Polypectomy can effectively interrupt the progression of adenoma to adenocarcinoma, thus reducing the risk of CRC development. Colonoscopy is the primary method to find colonic polyps. However, due to the different sizes of polyps and the unclear boundary between polyps and their surrounding mucosa, it is challenging to segment polyps accurately. To address this problem, we design a Boundary Distribution Guided Network (BDG-Net) for accurate polyp segmentation. Specifically, under the supervision of the ideal Boundary Distribution Map (BDM), we use Boundary Distribution Generate Module (BDGM) to aggregate high-level features and generate BDM. Then, BDM is sent to the Boundary Distribution Guided Decoder (BDGD) as complementary spatial information to guide the polyp segmentation. Moreover, a multi-scale feature interaction strategy is adopted in BDGD to improve the segmentation accuracy of polyps with different sizes. Extensive quantitative and qualitative evaluations demonstrate the effectiveness of our model, which outperforms state-of-the-art models remarkably on five public polyp datasets while maintaining low computational complexity. Code: https://github.com/zihuanqiu/BDG-Net