当前位置:网站首页>论文精度 —— 2016 CVPR 《Context Encoders: Feature Learning by Inpainting》
论文精度 —— 2016 CVPR 《Context Encoders: Feature Learning by Inpainting》
2022-08-10 05:25:00 【clarkjs】
总述
这篇paper是新时代人工智能CV中的Inpainting领域中的开山之作,之前的超级传统的方法是通过在图像补丁的庞大的素材库中寻找合适的补丁来填充缺失区域,非常不可靠,如下图所示:
如上图所示,可以看到几乎完全没有可信度。作者受到了自动编码器的启发,创新性地提出了上下文编码器进行特征的学习,并对损失函数进行了调整,将L2重建损失函数和对抗损失进行融合,使得该工作既连贯又清晰。此外,还分别验证了三种掩码方式:(a) Central region (b) Random block Random region,并在Paris StreetView Dataset.和 ImageNet 数据集上验证了效果。注:作者说自动编码器不能进行语义层面的学习,这是缺点所在
一、方法详述
0. Overall
编码器获取具有缺失区域的输入图像并生成该图像的潜在特征表示。解码器采用此特征表示并产生丢失的图像内容。
1. Encoder(编码器)
Encoder利用AlexNet网络
2. Channel-wise fully-connected layer
假如编码器的输出是通道数为m的 nn的shape,同样,解码器的输入也是通道数为m的 nn的shape&
边栏推荐
- 基于BP神经网络的多因素房屋价格预测matlab仿真
- Interface documentation evolution illustration, some ancient interface documentation tools, you may not have used it
- Pulsar中游标的工作原理
- 【论文笔记】Prototypical Contrast Adaptation for Domain Adaptive Semantic Segmentation
- I have a dream for Career .
- Nexus_Warehouse Type
- Rpc interface stress test
- 一篇文章带你搞懂什么是幂等性问题?如何解决幂等性问题?
- 什么是“大小端字节序”存储模式?
- ThreadPoolExecutor线程池原理
猜你喜欢
Jenkins 如何玩转接口自动化测试?
【论文笔记】Prototypical Contrast Adaptation for Domain Adaptive Semantic Segmentation
动手写prometheus的exporter-02-Counter(计数器)
深度梳理:防止模型过拟合的方法汇总
一文带你搞懂OAuth2.0
如何从代码层提高产品质量
Interface debugging also can play this?
线程(上篇):线程的创建
ThreadPoolExecutor thread pool principle
EasyGBS connects to mysql database and prompts "can't connect to mysql server", how to solve it?
随机推荐
oracle rac 11g安装执行root.sh时报错
An article will help you understand what is idempotency?How to solve the idempotency problem?
【裴蜀定理】CF1055C Lucky Days
MySql之json_extract函数处理json字段
大佬们,运行cdc后oracle归档日志20分钟增长3G是正常现象吗
EasyGBS connects to mysql database and prompts "can't connect to mysql server", how to solve it?
FPGA工程师面试试题集锦1~10
Matlab simulation of multi-factor house price prediction based on BP neural network
实战小技巧19:List转Map List的几种姿势
Transforming into a product, is it reliable to take the NPDP test?
canvas canvas drawing clock
Nexus_Warehouse Type
Pulsar中游标的工作原理
西门子Step7和TIA软件“交叉引用”的使用
Read the excerpt notes made by dozens of lightweight target detection papers for literacy
`id` bigint(20) unsigned NOT NULL COMMENT 'Database primary key',
深度梳理:防止模型过拟合的方法汇总
并发工具类——CountDownLatch、CyclicBarrier、Semaphore、Exchanger的介绍与使用
动手写prometheus的exporter-02-Counter(计数器)
MongoDB 基础了解(一)