Spatial Dependency Networks: Neural Layers for Improved Generative Image Modeling
How to improve generative modeling by better exploiting spatial regularities and coherence in images? We introduce a novel neural network for building image generators (decoders) and apply it to variational autoencoders (VAEs). In our spatial dependency networks (SDNs), feature maps at each level of a deep neural net are computed in a spatially coherent way, using a sequential gating-based mechanism that distributes contextual information across 2-D space. We show that augmenting the decoder of a hierarchical VAE by spatial dependency layers considerably improves density estimation over baseline convolutional architectures and the state-of-the-art among the models within the same class. Furthermore, we demonstrate that SDN can be applied to large images by synthesizing samples of high quality and coherence. In a vanilla VAE setting, we find that a powerful SDN decoder also improves learning disentangled representations, indicating that neural architectures play an important role in this task. Our results suggest favoring spatial dependency over convolutional layers in various VAE settings. The accompanying source code is given at https://github.com/djordjemila/sdn.
Code (1)
Tasks
DecoderDensity EstimationMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Spatially Dependent U-Nets: Highly Accurate Architectures for Medical Imaging Segmentation
In clinical practice, regions of interest in medical imaging often need to be identified through a process of precise image segmentation. The quality of this image segmentation step critically affects the subsequent clin…
Image SegmentationInductive BiasLiver SegmentationMedical Image Segmentation+2Depth Structure Preserving Scene Image Generation
Key to automatically generate natural scene images is to properly arrange among various spatial elements, especially in the depth direction. To this end, we introduce a novel depth structure preserving scene image genera…
Image GenerationScene GenerationAnalyzing the Dependency of ConvNets on Spatial Information
Intuitively, image classification should profit from using spatial information. Recent work, however, suggests that this might be overrated in standard CNNs. In this paper, we are pushing the envelope and aim to further …
image-classificationImage ClassificationObject RecognitionSpatial Dependency Parsing for Semi-Structured Document Information Extraction
Information Extraction (IE) for semi-structured document images is often approached as a sequence tagging problem by classifying each recognized input token into one of the IOB (Inside, Outside, and Beginning) categories…
Dependency ParsingSelf-Attention Generative Adversarial Networks
In this paper, we propose the Self-Attention Generative Adversarial Network (SAGAN) which allows attention-driven, long-range dependency modeling for image generation tasks. Traditional convolutional GANs generate high-r…
Conditional Image GenerationGenerative Adversarial NetworkImage Generation