paper-with-me

Papers

Learning Semantic-aware Normalization for Generative Adversarial Networks

2020-12-01 · NeurIPS 2020 12 · Heliang Zheng, Jianlong Fu, Yanhong Zeng, Jiebo Luo, Zheng-Jun Zha

The recent advances in image generation have been achieved by style-based image generators. Such approaches learn to disentangle latent factors in different image scales and encode latent factors as “style” to control image synthesis. However, existing approaches cannot further disentangle fine-grained semantics from each other, which are often conveyed from feature channels. In this paper, we propose a novel image synthesis approach by learning Semantic-aware relative importance for feature channels in Generative Adversarial Networks (SariGAN). Such a model disentangles latent factors according to the semantic of feature channels by channel-/group- wise fusion of latent codes and feature channels. Particularly, we learn to cluster feature channels by semantics and propose an adaptive group-wise Normalization (AdaGN) to independently control the styles of different channel groups. For example, we can adjust the statistics of channel groups for a human face to control the open and close of the mouth, while keeping other facial features unchanged. We propose to use adversarial training, a channel grouping loss, and a mutual information loss for joint optimization, which not only enables high-fidelity image synthesis but leads to superior interpretable properties. Extensive experiments show that our approach outperforms the SOTA style-based approaches in both unconditional image generation and conditional image inpainting tasks.

📄 PDF Abstract BibTeX

Code (1)

researchmm/SariGAN 공식 구현 pytorch

Tasks

Image GenerationImage InpaintingUnconditional Image Generation

Methods 이 논문이 사용한 방법론

Inpainting Train a convolutional neural network to generate the contents of an arbitrary image region conditioned on its surroundings.

Similar Papers 제목 키워드 기반

Structure Preserving Stain Normalization of Histopathology Images Using Self-Supervised Semantic Guidance

2020-08-05 · Dwarikanath Mahapatra, Behzad Bozorgtabar, Jean-Philippe Thiran, Ling Shao

Although generative adversarial network (GAN) based style transfer is state of the art in histopathology color-stain normalization, they do not explicitly integrate structural information of tissues. We propose a self-su…

Color NormalizationGenerative Adversarial NetworkSegmentationStyle Transfer

Sparsity Aware Normalization for GANs

2021-03-03 · Idan Kligvasser, Tomer Michaeli

Generative adversarial networks (GANs) are known to benefit from regularization or normalization of their critic (discriminator) network during training. In this paper, we analyze the popular spectral normalization schem…

Image-to-Image TranslationTranslation

Fashion Editing with Adversarial Parsing Learning

2019-06-03 · CVPR 2020 6 · Haoye Dong, Xiaodan Liang, Yixuan Zhang, Xujie Zhang 외

Interactive fashion image manipulation, which enables users to edit images with sketches and color strokes, is an interesting research problem with great application value. Existing works often treat it as a general inpa…

DecoderGenerative Adversarial NetworkHuman ParsingImage Manipulation

Attentive Normalization for Conditional Image Generation

2020-04-08 · CVPR 2020 6 · Yi Wang, Ying-Cong Chen, Xiangyu Zhang, Jian Sun 외

Traditional convolution-based generative adversarial networks synthesize images based on hierarchical local operations, where long-range dependency relation is implicitly modeled with a Markov chain. It is still not suff…

Conditional Image GenerationImage GenerationSemantic correspondenceSemantic Similarity+1

SEAN: Image Synthesis with Semantic Region-Adaptive Normalization

2019-11-28 · CVPR 2020 6 · Peihao Zhu, Rameen Abdal, Yipeng Qin, Peter Wonka

We propose semantic region-adaptive normalization (SEAN), a simple but effective building block for Generative Adversarial Networks conditioned on segmentation masks that describe the semantic regions in the desired outp…

Image GenerationSegmentation