Pixel Deconvolutional Networks
Hongyang Gao, Hao Yuan, Zhengyang Wang, Shuiwang Ji

TL;DR
This paper introduces PixelDCL, a novel pixel deconvolutional layer that addresses the checkerboard problem in up-sampling tasks, improving the quality of semantic segmentation and image generation models.
Contribution
PixelDCL provides a new interpretation of deconvolution, establishing relationships among adjacent pixels, and can replace standard deconvolutional layers without losing trainability.
Findings
PixelDCL improves segmentation accuracy over traditional deconvolution.
PixelDCL effectively reduces checkerboard artifacts in image generation.
Experimental results show PixelDCL considers spatial features like edges and shapes.
Abstract
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 limitations of deconvolutional operations is that they result in the so-called checkerboard problem. This is caused by the fact that no direct relationship exists among adjacent pixels on the output feature map. To address this problem, we propose the pixel deconvolutional layer (PixelDCL) to establish direct relationships among adjacent pixels on the up-sampled feature map. Our method is based on a fresh interpretation of the regular deconvolution operation. The resulting PixelDCL can be used to replace any deconvolutional layer in a plug-and-play manner without compromising the fully trainable capabilities of original models. The proposed PixelDCL may result in slight…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Generative Adversarial Networks and Image Synthesis · Domain Adaptation and Few-Shot Learning
