我是靠谱客的博主 大意机器猫,最近开发中收集的这篇文章主要介绍Edge-Informed Single Image Super-ResolutionEdge-Informed Single Image Super-Resolution,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

  • Edge-Informed Single Image Super-Resolution

    • 性能:在这里插入图片描述
    • 把sr任务描述为一个 in-between pixels inpainting task,并分为两个阶段,一个是edge enhancement,一个是image completion,两个阶段用两个GAN来完成,两个G都是encoder-decoder,先downsample两次再upsample,其它一些细节如下

    We use dilated convolutions in our residual layers. Our generators follow similar architectures to the method proposed by Johnson et al. [21] shown to achieve superior results for super-resolution [35, 14], image-to-image translation [45], and style transfer. Our discriminator follows the architecture of a 70 × 70 PatchGAN [20, 45] that classifies overlapping 70×70 image patches as real or fake. We use instance normalization [40] across all layers of the network, which normalizes across the spatial dimension to generate qualitatively superior images during training and at test time.

    • G1的输入是LR的灰度图的邻近插值和LR的灰度图的canny 边缘图的邻近插值,输出是对HR的灰度图的canny 边缘图的预测
    • 在这里插入图片描述
    • G1比常规G加一个 L F M mathcal{L}_{FM} LFM无法用perceptual loss因为VGG不是训练在边缘图上的,没有作用在这里插入图片描述
    • 还使用了GAN的SN技术
    • G2的输入是LR的fixed fraction conv和G1的输出,就是针尖的upsample,卷积核长这样:在这里插入图片描述
    • 在这里插入图片描述

最后

以上就是大意机器猫为你收集整理的Edge-Informed Single Image Super-ResolutionEdge-Informed Single Image Super-Resolution的全部内容,希望文章能够帮你解决Edge-Informed Single Image Super-ResolutionEdge-Informed Single Image Super-Resolution所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(52)

评论列表共有 0 条评论

立即
投稿
返回
顶部