当前位置:网站首页>论文精度 —— 2017 ACM《Globally and Locally Consistent Image Completion》
论文精度 —— 2017 ACM《Globally and Locally Consistent Image Completion》
2022-08-10 05:25:00 【clarkjs】
总述
作者受到了Inpainting开山之作《Context Encoders: Feature Learning by Inpainting》(2016 CVPR)的启发,沿用了它的编码器-解码器结构,创新地提出了鉴别器,作者使用全局鉴别器和局部鉴别器,顾名思义,全局鉴别器可以保证整个图片的全局效果,而局部鉴别器包括被抠除的区域及其周围较小的区域。此外,为了保证补全效果的连贯性,作者还对后处理过程进行了阐述以及fine-tune的建议。(作者还指出GAN最主要的问题之一就是不稳定性,作者的网络可以改善)注:批斗一下CE方法:2016 CVPR的开山之作CE ,(1)并没有完全描述如何处理任意修复掩码,也没有完全描述如何将该方法应用于高分辨率图像。(2)只能处理固定大小的图像,而作者的方法能处理任意尺寸的图像,而且在语义和纹理上都取得了比它更好的效果。(3)(续1)那个开山之作不能处理高分辨率的图像,我们通过使用完全卷积网络扩展他们的工作以处理任意分辨率,并通过同时使用全局和局部鉴别器显着提高视觉质量。
一、方法详述
1. 网络结构

如上图所示,
边栏推荐
猜你喜欢

聊聊 API 管理-开源版 到 SaaS 版

ThreadPoolExecutor线程池原理

看了几十篇轻量化目标检测论文扫盲做的摘抄笔记

Hezhou ESP32C3 +1.8"tft network clock under Arduino framework

AVL tree insertion--rotation notes

Pulsar中游标的工作原理

线程(中):线程安全

Conda creates a virtual environment method and pqi uses a domestic mirror source to install a third-party library method tutorial

Why are negative numbers in binary represented in two's complement form - binary addition and subtraction

2022 T Elevator Repair Exam Questions and Mock Exams
随机推荐
Abstract problem methodology
SQL Server查询优化
aliases node analysis
Pulsar中游标的工作原理
线程(中):线程安全
flinksql怎么写redis的value只有最后一个字段?
Linear Algebra (4)
线性代数(四)
在vscode中屏蔽Alt热键
Zhongang Mining: Strong downstream demand for fluorite
Jenkins 如何玩转接口自动化测试?
细数国产接口协作平台的六把武器!
十年架构五年生活-07 年轻气盛的蜕变
Rpc interface stress test
When oracle cdc, set the parallelism to 2 and the number of slots to 1, and the final task has only one tm. Is it because oracle does not support concurrency
剑指Offer 033.变位数组
我用这一招让团队的开发效率提升了 100%!
JavsSE => 多态
pytorch 学习
如何模拟后台API调用场景,很细!