paper-with-me

홈 › Papers

Spatial Dependency Networks: Neural Layers for Improved Generative Image Modeling

2021-03-16 · ICLR 2021 1 · Đorđe Miladinović, Aleksandar Stanić, Stefan Bauer, Jürgen Schmidhuber, Joachim M. Buhmann

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.

📄 PDF Abstract BibTeX arXiv:2103.08877

Code (1)

djordjemila/sdn 공식 구현 pytorch

Tasks

DecoderDensity Estimation

Methods 이 논문이 사용한 방법론

Hierarchical VAE 설명 없음
USD Coin Customer Service Number +1-833-534-1729 설명 없음

Similar Papers 제목 키워드 기반

Spatially Dependent U-Nets: Highly Accurate Architectures for Medical Imaging Segmentation

2021-03-22 · João B. S. Carvalho, João A. Santinha, Đorđe Miladinović, Joachim M. Buhmann

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+2

Depth Structure Preserving Scene Image Generation

2017-06-01 · Wendong Zhang, Bingbing Ni, Yichao Yan, Jingwei Xu 외

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 Generation

Analyzing the Dependency of ConvNets on Spatial Information

2020-02-05 · Yue Fan, Yongqin Xian, Max Maria Losch, Bernt Schiele

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 Recognition

Spatial Dependency Parsing for Semi-Structured Document Information Extraction

2020-05-01 · Findings (ACL) 2021 8 · Wonseok Hwang, Jinyeong Yim, Seunghyun Park, Sohee Yang 외

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 Parsing

Self-Attention Generative Adversarial Networks

2018-05-21 · arXiv 2018 5 · Han Zhang, Ian Goodfellow, Dimitris Metaxas, Augustus Odena

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