论文标题
生物网络:用于编码器架构的学习复发双向连接
BiO-Net: Learning Recurrent Bi-directional Connections for Encoder-Decoder Architecture
论文作者
论文摘要
U-NET已成为用于现代计算机视觉任务(例如语义分割,超级分辨率,图像降解和涂料)的最先进的深度学习方法之一。 U-NET的先前扩展主要集中在其现有构件的修改或开发新功能模块以获得性能增长。结果,这些变体通常会导致模型复杂性无法降低。为了解决此类U-NET变体中的这个问题,在本文中,我们提出了一个新颖的双向O形网络(BIO-NET),该网络(BIO-NET)以经常性的方式重新构建块而无需引入任何额外的参数。我们提出的双向跳过连接可以直接采用到任何编码器架构中,以进一步增强其在各个任务域中的功能。我们评估了各种医学图像分析任务的方法,结果表明,我们的生物网络明显优于香草U-NET以及其他最先进的方法。我们的代码可在https://github.com/tiangexiang/bio-net上找到。
U-Net has become one of the state-of-the-art deep learning-based approaches for modern computer vision tasks such as semantic segmentation, super resolution, image denoising, and inpainting. Previous extensions of U-Net have focused mainly on the modification of its existing building blocks or the development of new functional modules for performance gains. As a result, these variants usually lead to an unneglectable increase in model complexity. To tackle this issue in such U-Net variants, in this paper, we present a novel Bi-directional O-shape network (BiO-Net) that reuses the building blocks in a recurrent manner without introducing any extra parameters. Our proposed bi-directional skip connections can be directly adopted into any encoder-decoder architecture to further enhance its capabilities in various task domains. We evaluated our method on various medical image analysis tasks and the results show that our BiO-Net significantly outperforms the vanilla U-Net as well as other state-of-the-art methods. Our code is available at https://github.com/tiangexiang/BiO-Net.