语义图像合成与空间自适应归一化

Semantic Image Synthesis with Spatially-Adaptive Normalization

朴泰成 Taesung Park · UC Berkeley / NVIDIA · 2019-03-18 · arXiv:1903.07291 ↗ · 被引 3147

打开互动全文版(逐段中英对照 + 图/公式 + 论文问答)→

摘要 · Abstract

我们提出了空间自适应归一化,这是一种简单但有效的层,用于根据输入的语义布局合成逼真的图像。先前的方法直接将语义布局作为深度网络的输入,然后通过卷积、归一化和非线性层的堆叠进行处理。我们证明这是次优的,因为归一化层往往会“冲走”语义信息。为了解决这个问题,我们提出使用输入布局通过空间自适应的学习变换来调制归一化层中的激活。在几个具有挑战性的数据集上的实验表明,所提出的方法在视觉保真度和与输入布局的对齐方面均优于现有方法。最后,我们的模型允许用户控制语义和风格。代码可在 https://github.com/NVlabs/SPADE 获取。

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 network, which is then processed through stacks of convolution, normalization, and nonlinearity layers. We show that this is suboptimal as the normalization layers tend to ``wash away'' semantic information. To address the issue, we propose using the input layout for modulating the activations in normalization layers through a spatially-adaptive, learned transformation. Experiments on several challenging datasets demonstrate the advantage of the proposed method over existing approaches, regarding both visual fidelity and alignment with input layouts. Finally, our model allows user control over both semantic and style. Code is available at https://github.com/NVlabs/SPADE .

核心贡献 · Key contributions

局限 · Limitations

论文章节 · Sections(共 6)

阅读逐段中英对照全文 →