CVJul 7, 2019

ASCNet: Adaptive-Scale Convolutional Neural Networks for Multi-Scale Feature Learning

arXiv:1907.03241v11 citations
Originality Incremental advance
AI Analysis

This work addresses a key bottleneck in semantic segmentation for medical imaging by enabling adaptive scale learning, though it is incremental as it builds upon dilated convolution methods.

The paper tackled the problem of multi-scale feature extraction in semantic segmentation by proposing ASCNet, which adaptively learns pixel-level dilation rates to optimize receptive fields for objects of different sizes, achieving the highest accuracy on two medical image datasets compared to classic and dilated CNNs.

Extracting multi-scale information is key to semantic segmentation. However, the classic convolutional neural networks (CNNs) encounter difficulties in achieving multi-scale information extraction: expanding convolutional kernel incurs the high computational cost and using maximum pooling sacrifices image information. The recently developed dilated convolution solves these problems, but with the limitation that the dilation rates are fixed and therefore the receptive field cannot fit for all objects with different sizes in the image. We propose an adaptivescale convolutional neural network (ASCNet), which introduces a 3-layer convolution structure in the end-to-end training, to adaptively learn an appropriate dilation rate for each pixel in the image. Such pixel-level dilation rates produce optimal receptive fields so that the information of objects with different sizes can be extracted at the corresponding scale. We compare the segmentation results using the classic CNN, the dilated CNN and the proposed ASCNet on two types of medical images (The Herlev dataset and SCD RBC dataset). The experimental results show that ASCNet achieves the highest accuracy. Moreover, the automatically generated dilation rates are positively correlated to the sizes of the objects, confirming the effectiveness of the proposed method.

Foundations

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

Your Notes