论文标题
在编码器架构及以后进行双向跳过连接
Towards Bi-directional Skip Connections in Encoder-Decoder Architectures and Beyond
论文作者
论文摘要
U-NET作为具有正向跳过连接的编码器架构,在各种医学图像分析任务中取得了令人鼓舞的结果。许多最近的方法还扩展了U-NET,具有更复杂的构建块,通常会大大增加网络参数的数量。这种复杂性使推理阶段对于临床应用高效效率高。为了进行有效但经济细分网络的设计,在这项工作中,我们提出了向后跳过连接,将解码的功能带回编码器。我们的设计可以与任何编码器架构中的前向跳过连接共同采用,构成复发结构,而无需引入额外的参数。借助向后的跳过连接,我们提出了一个基于U-NET的网络家族,即双向O形网络,该网络为多个公共医学成像细分数据集设置了新的基准测试。另一方面,随着最普通的体系结构(生物网),网络计算不可避免地随着预设复发时间而增加。因此,我们研究了这种经常设计的缺乏瓶颈,并提出了一种新型的两相神经结构搜索(NAS)算法,即Bix-Nas,以搜索最佳的多尺度双向跳过连接。然后丢弃无效的跳过连接,以降低计算成本并加快网络推断。最终搜索的BIX-NET产生的网络复杂性最小,并以大幅度优于其他最先进的对应。我们在总共六个数据集中对2D和3D分割任务进行评估。还进行了广泛的消融研究,以为我们提出的方法提供全面的分析。
U-Net, as an encoder-decoder architecture with forward skip connections, has achieved promising results in various medical image analysis tasks. Many recent approaches have also extended U-Net with more complex building blocks, which typically increase the number of network parameters considerably. Such complexity makes the inference stage highly inefficient for clinical applications. Towards an effective yet economic segmentation network design, in this work, we propose backward skip connections that bring decoded features back to the encoder. Our design can be jointly adopted with forward skip connections in any encoder-decoder architecture forming a recurrence structure without introducing extra parameters. With the backward skip connections, we propose a U-Net based network family, namely Bi-directional O-shape networks, which set new benchmarks on multiple public medical imaging segmentation datasets. On the other hand, with the most plain architecture (BiO-Net), network computations inevitably increase along with the pre-set recurrence time. We have thus studied the deficiency bottleneck of such recurrent design and propose a novel two-phase Neural Architecture Search (NAS) algorithm, namely BiX-NAS, to search for the best multi-scale bi-directional skip connections. The ineffective skip connections are then discarded to reduce computational costs and speed up network inference. The finally searched BiX-Net yields the least network complexity and outperforms other state-of-the-art counterparts by large margins. We evaluate our methods on both 2D and 3D segmentation tasks in a total of six datasets. Extensive ablation studies have also been conducted to provide a comprehensive analysis for our proposed methods.