paper-with-me

Papers

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

2019-07-07 · Mo Zhang, Jie Zhao, Xiang Li, Li Zhang, Quanzheng Li

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.

📄 PDF Abstract BibTeX arXiv:1907.03241

Code (0)

등록된 구현이 없습니다.

Tasks

Semantic Segmentation

Methods 이 논문이 사용한 방법론

Dilated Convolution 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Beyond Global Scanning: Adaptive Visual State Space Modeling for Salient Object Detection in Optical Remote Sensing Images

2025-08-14 · Mengyu Ren, Yutong Li, Hua Li, Chuhong Wang 외 arxiv

Salient object detection (SOD) in optical remote sensing images (ORSIs) faces numerous challenges, including significant variations in target scales and low contrast between targets and the background. Existing methods b…

Salient Object Detection

Target Aware Network Architecture Search and Compression for Efficient Knowledge Transfer

2022-05-12 · S. H. Shabbeer Basha, Debapriya Tula, Sravan Kumar Vinakota, Shiv Ram Dubey

Transfer Learning enables Convolutional Neural Networks (CNN) to acquire knowledge from a source domain and transfer it to a target domain, where collecting large-scale annotated examples is time-consuming and expensive.…

Sentiment AnalysisTransfer Learning

ASCNet: Asymmetric Sampling Correction Network for Infrared Image Destriping

2024-01-28 · Shuai Yuan, Hanlin Qin, Xiang Yan, Shiqi Yang 외

In a real-world infrared imaging system, effectively learning a consistent stripe noise removal model is essential. Most existing destriping methods cannot precisely reconstruct images due to cross-level semantic gaps an…

Feature UpsamplingImage Reconstruction

Adaptive Surface Reconstruction With Multiscale Convolutional Kernels

2021-01-01 · ICCV 2021 10 · Benjamin Ummenhofer, Vladlen Koltun

We propose generalized convolutional kernels for 3D reconstruction with ConvNets from point clouds. Our method uses multiscale convolutional kernels that can be applied to adaptive grids as generated with octrees. In…

3D ReconstructionSurface Reconstruction

Scale-Adaptive Convolutions for Scene Parsing

2017-10-01 · ICCV 2017 10 · Rui Zhang, Sheng Tang, Yongdong Zhang, Jintao Li 외

Many existing scene parsing methods adopt Convolutional Neural Networks with fixed-size receptive fields, which frequently result in inconsistent predictions of large objects and invisibility of small objects. To tackle …

GPUregressionScene Parsing