paper-with-me

홈 › Papers

Efficient Semantic Image Synthesis via Class-Adaptive Normalization

2020-12-08 · Zhentao Tan, Dongdong Chen, Qi Chu, Menglei Chai, Jing Liao, Mingming He, Lu Yuan, Gang Hua, Nenghai Yu

Spatially-adaptive normalization (SPADE) is remarkably successful recently in conditional semantic image synthesis \cite{park2019semantic}, which modulates the normalized activation with spatially-varying transformations learned from semantic layouts, to prevent the semantic information from being washed away. Despite its impressive performance, a more thorough understanding of the advantages inside the box is still highly demanded to help reduce the significant computation and parameter overhead introduced by this novel structure. In this paper, from a return-on-investment point of view, we conduct an in-depth analysis of the effectiveness of this spatially-adaptive normalization and observe that its modulation parameters benefit more from semantic-awareness rather than spatial-adaptiveness, especially for high-resolution input masks. Inspired by this observation, we propose class-adaptive normalization (CLADE), a lightweight but equally-effective variant that is only adaptive to semantic class. In order to further improve spatial-adaptiveness, we introduce intra-class positional map encoding calculated from semantic layouts to modulate the normalization parameters of CLADE and propose a truly spatially-adaptive variant of CLADE, namely CLADE-ICPE.Through extensive experiments on multiple challenging datasets, we demonstrate that the proposed CLADE can be generalized to different SPADE-based methods while achieving comparable generation quality compared to SPADE, but it is much more efficient with fewer extra parameters and lower computational cost. The code and pretrained models are available at \url{https://github.com/tzt101/CLADE.git}.

📄 PDF Abstract BibTeX arXiv:2012.04644

Code (1)

tzt101/CLADE 공식 구현 pytorch

Tasks

Image Generation

Methods 이 논문이 사용한 방법론

SPADE SPADE, or Spatially-Adaptive Normalization is a conditional normalization method for semantic image synthesis. Similar to [Batch…
High-resolution input 설명 없음

Similar Papers 제목 키워드 기반

Retrieval-based Spatially Adaptive Normalization for Semantic Image Synthesis

2022-04-06 · CVPR 2022 1 · Yupeng Shi, Xiao Liu, Yuxiang Wei, Zhongqin Wu 외

Semantic image synthesis is a challenging task with many practical applications. Albeit remarkable progress has been made in semantic image synthesis with spatially-adaptive normalization and existing methods normalize t…

Image GenerationRetrieval

Semantic Image Synthesis with Spatially-Adaptive Normalization

2019-03-18 · CVPR 2019 6 · Taesung Park, Ming-Yu Liu, Ting-Chun Wang, Jun-Yan Zhu

We propose spatially-adaptive normalization, a simple but effective layer for synthesizing photorealistic images given an input semantic layout. Previous methods directly feed the semantic layout as input to the deep net…

Image GenerationImage-to-Image TranslationSketch-to-Image Translation

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

DRAN: Detailed Region-Adaptive Normalization for Conditional Image Synthesis

2021-09-29 · Yueming Lyu, Peibin Chen, Jingna Sun, Bo Peng 외

In recent years, conditional image synthesis has attracted growing attention due to its controllability in the image generation process. Although recent works have achieved realistic results, most of them have difficulty…

Facial Makeup TransferImage GenerationStyle TransferTexture Synthesis

Rethinking Spatially-Adaptive Normalization

2020-04-06 · Zhentao Tan, Dongdong Chen, Qi Chu, Menglei Chai 외

Spatially-adaptive normalization is remarkably successful recently in conditional semantic image synthesis, which modulates the normalized activation with spatially-varying transformations learned from semantic layouts, …

Image Generation