paper-with-me

홈 › Papers

Dilated Residual Networks

2017-05-28 · CVPR 2017 7 · Fisher Yu, Vladlen Koltun, Thomas Funkhouser

Convolutional networks for image classification progressively reduce resolution until the image is represented by tiny feature maps in which the spatial structure of the scene is no longer discernible. Such loss of spatial acuity can limit image classification accuracy and complicate the transfer of the model to downstream applications that require detailed scene understanding. These problems can be alleviated by dilation, which increases the resolution of output feature maps without reducing the receptive field of individual neurons. We show that dilated residual networks (DRNs) outperform their non-dilated counterparts in image classification without increasing the model's depth or complexity. We then study gridding artifacts introduced by dilation, develop an approach to removing these artifacts (`degridding'), and show that this further increases the performance of DRNs. In addition, we show that the accuracy advantage of DRNs is further magnified in downstream applications such as object localization and semantic segmentation.

📄 PDF Abstract BibTeX arXiv:1705.09914

Code (3)

fyu/drn 공식 구현 pytorch
cj-mclaughlin/segmentation_research tf
osmr/imgclsmob mxnet

Tasks

ClassificationGeneral Classificationimage-classificationImage ClassificationObject LocalizationScene UnderstandingSemantic Segmentation

Similar Papers 제목 키워드 기반

Learning a Dilated Residual Network for SAR Image Despeckling

2017-09-09 · Qiang Zhang, Qiangqiang Yuan, Jie Li, Zhen Yang 외

In this paper, to break the limit of the traditional linear models for synthetic aperture radar (SAR) image despeckling, we propose a novel deep learning approach by learning a non-linear end-to-end mapping between the n…

Sar Image Despeckling

Automatic segmentation of the femur and tibia bones from X-ray images based on pure dilated residual U-Net

2021-12-01 · American Institute of Mathematical Sciences 2021 12 · Weihao Shen, Wenbo Xu, Hongyang Zhang, Zexin Sun 외

X-ray images of the lower limb bone are the most commonly used imaging modality for clinical studies, and segmentation of the femur and tibia in an X-ray image is helpful for many medical studies such as diagnosis, surge…

Segmentation

Dilated Deep Residual Network for Image Denoising

2017-08-18 · Tianyang Wang, Mingxuan Sun, Kaoning Hu

Variations of deep neural networks such as convolutional neural network (CNN) have been successfully applied to image denoising. The goal is to automatically learn a mapping from a noisy image to a clean image given trai…

Color Image DenoisingDenoisingimage-classificationImage Classification+1

Single image depth estimation by dilated deep residual convolutional neural network and soft-weight-sum inference

2017-04-27 · Bo Li, Yuchao Dai, Huahui Chen, Mingyi He

This paper proposes a new residual convolutional neural network (CNN) architecture for single image depth estimation. Compared with existing deep CNN based methods, our method achieves much better results with fewer trai…

Depth Estimation

A Multiscale Image Denoising Algorithm Based On Dilated Residual Convolution Network

2018-12-21 · Chang Liu, Zhaowei Shang, Anyong Qin

Image denoising is a classical problem in low level computer vision. Model-based optimization methods and deep learning approaches have been the two main strategies for solving the problem. Model-based optimization metho…

DenoisingImage Denoising