CVAug 23, 2019

ACE-Net: Biomedical Image Segmentation with Augmented Contracting and Expansive Paths

arXiv:1909.04148v126 citations
Originality Synthesis-oriented
AI Analysis

This work addresses biomedical image segmentation for researchers and practitioners, but it is incremental as it builds on existing U-net architectures with known enhancements.

The authors tackled biomedical image segmentation by augmenting U-net-like architectures with advanced techniques like ASPP and dense connections, achieving highly competitive results on two typical tasks while maintaining fast inference.

Nowadays U-net-like FCNs predominate various biomedical image segmentation applications and attain promising performance, largely due to their elegant architectures, e.g., symmetric contracting and expansive paths as well as lateral skip-connections. It remains a research direction to devise novel architectures to further benefit the segmentation. In this paper, we develop an ACE-net that aims to enhance the feature representation and utilization by augmenting the contracting and expansive paths. In particular, we augment the paths by the recently proposed advanced techniques including ASPP, dense connection and deep supervision mechanisms, and novel connections such as directly connecting the raw image to the expansive side. With these augmentations, ACE-net can utilize features from multiple sources, scales and reception fields to segment while still maintains a relative simple architecture. Experiments on two typical biomedical segmentation tasks validate its effectiveness, where highly competitive results are obtained in both tasks while ACE-net still runs fast at inference.

Foundations

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

Your Notes