Github

目录

1. 介绍

无监督学习,

  • 图像修复
  • 学习深层特征

通过下图可以看到效果很好
Context Encoders: Feature Learning by Inpainting 阅读笔记

2. 架构

Context Encoders: Feature Learning by Inpainting 阅读笔记
link
采用类似encoder-decoder架构, L2 loss使图片重建相近,adversarial loss使图片清晰
encoder和decoder之间使用channel-wise FC层相连(因为修复需要四周的context,而单纯conv只有局部语义)

3. 数据生成

Context Encoders: Feature Learning by Inpainting 阅读笔记
三种方式, up to 1/4 image

相关文章:

  • 2021-05-14
  • 2021-05-01
  • 2021-10-24
  • 2021-05-22
  • 2021-12-19
  • 2021-05-31
  • 2021-08-24
  • 2021-11-22
猜你喜欢
  • 2021-10-03
  • 2021-12-07
  • 2021-12-28
  • 2022-01-11
  • 2021-06-05
  • 2021-05-20
相关资源
相似解决方案