ASCNet: Adaptive-Scale Convolutional Neural Networks for Multi-Scale Feature Learning
Mo Zhang, Jie Zhao, Xiang Li, Li Zhang, Quanzheng Li

TL;DR
ASCNet introduces an adaptive dilation mechanism in CNNs that learns pixel-specific receptive fields, significantly improving multi-scale feature extraction and segmentation accuracy in medical images.
Contribution
The paper proposes ASCNet, a novel CNN architecture with adaptive dilation rates learned during training, addressing fixed dilation limitations for better multi-scale feature extraction.
Findings
ASCNet outperforms classic and dilated CNNs in segmentation accuracy.
Automatically learned dilation rates correlate with object sizes.
ASCNet effectively captures multi-scale information in medical images.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Medical Image Segmentation Techniques · Domain Adaptation and Few-Shot Learning
MethodsDilated Convolution · Convolution
