paper-with-me

Papers

Fixed smooth convolutional layer for avoiding checkerboard artifacts in CNNs

2020-02-06 · Yuma Kinoshita, Hitoshi Kiya

In this paper, we propose a fixed convolutional layer with an order of smoothness not only for avoiding checkerboard artifacts in convolutional neural networks (CNNs) but also for enhancing the performance of CNNs, where the smoothness of its filter kernel can be controlled by a parameter. It is well-known that a number of CNNs generate checkerboard artifacts in both of two process: forward-propagation of upsampling layers and backward-propagation of strided convolutional layers. The proposed layer can perfectly prevent checkerboard artifacts caused by strided convolutional layers or upsampling layers including transposed convolutional layers. In an image-classification experiment with four CNNs: a simple CNN, VGG8, ResNet-18, and ResNet-101, applying the fixed layers to these CNNs is shown to improve the classification performance of all CNNs. In addition, the fixed layer are applied to generative adversarial networks (GANs), for the first time. From image-generation results, a smoother fixed convolutional layer is demonstrated to enable us to improve the quality of images generated with GANs.

📄 PDF Abstract BibTeX arXiv:2002.02117

Code (0)

등록된 구현이 없습니다.

Tasks

General Classificationimage-classificationImage ClassificationImage Generation

Similar Papers 제목 키워드 기반

Checkerboard-Artifact-Free Image-Enhancement Network Considering Local and Global Features

2020-10-13 · Yuma Kinoshita, Hitoshi Kiya

In this paper, we propose a novel convolutional neural network (CNN) that never causes checkerboard artifacts, for image enhancement. In research fields of image-to-image translation problems, it is well-known that image…

Image EnhancementImage-to-Image TranslationSSIMTranslation

Super-Resolution using Convolutional Neural Networks without Any Checkerboard Artifacts

2018-06-07 · Yusuke Sugawara, Sayaka Shiota, Hitoshi Kiya

It is well-known that a number of excellent super-resolution (SR) methods using convolutional neural networks (CNNs) generate checkerboard artifacts. A condition to avoid the checkerboard artifacts is proposed in this pa…

Super-Resolution

Smooth Deep Saliency

2024-04-02 · Rudolf Herdt, Maximilian Schmidt, Daniel Otero Baguer, Peter Maaß

In this work, we investigate methods to reduce the noise in deep saliency maps coming from convolutional downsampling. Those methods make the investigated models more interpretable for gradient-based saliency maps, compu…

image-classificationImage Classification

Checkerboard artifact free sub-pixel convolution: A note on sub-pixel convolution, resize convolution and convolution resize

2017-07-10 · Andrew Aitken, Christian Ledig, Lucas Theis, Jose Caballero 외

The most prominent problem associated with the deconvolution layer is the presence of checkerboard artifacts in output images and dense labels. To combat this problem, smoothness constraints, post processing and differen…

Pixel Deconvolutional Networks

2017-05-18 · ICLR 2018 1 · Hongyang Gao, Hao Yuan, Zhengyang Wang, Shuiwang Ji

Deconvolutional layers have been widely used in a variety of deep models for up-sampling, including encoder-decoder networks for semantic segmentation and deep generative models for unsupervised learning. One of the key …

DecoderImage GenerationSegmentationSemantic Segmentation