本文的工作属于图像到图像间的翻译。类似于 DiscoGAN、CycleGAN 和 DualGAN,作者通过对偶学习,加上弱监督信息(weak 0/1 label),成功实现图像属性的迁移。G 采用 autoencoder 结构,encoder 将图像编码成图像主体信息(如:图像背景和人脸 ID 等)和属性信息(如:微笑、戴眼镜、发型等),decoder 则类似于 CGAN,将图像主体信息和属性信息翻译成图像。通过修改输入 decoder 的属性信息,实现属性的迁移。这种迁移成功的关键在于对偶学习机制(L1 重构误差),以及平行四边形 loss 和 nulling loss。值得一提的是,跟 CycleGAN 等相比,GeneGAN 只需要 generator 和 discriminator 各一个。文章在 CelebA 和 Multi PIE 数据集上进行实验,得到了不错的人脸属性迁移效果。 亮点推荐:推荐学习文章对弱监督信息的处理技巧。

代码地址:https://github.com/Prinsphield/GeneGAN

论文链接:https://arxiv.org/abs/1705.04932

推荐人:洪佳鹏,北京大学(PaperWeekly arXiv组志愿者)

GeneGAN: Learning Object Transfiguration and Attribute Subspace from Unpaired Data相关推荐

  1. Python错误:AttributeError: 'generator' object has no attribute 'next'解决办法

    今天在学习生成器对象(generation object)运行以下代码时,遇到了一个错误: #定义生成器函数 def liebiao(): for x in range(10): yield x #函 ...

  2. AttributeError: 'dict' object has no attribute 'status_code'

    前端AJAX请求数据,提示错误:"AttributeError: 'dict' object has no attribute 'status_code'". 原因:是提示返回对象 ...

  3. Traceback (most recent call last): File AttributeError: 'NoneType' object has no attribute 'group'

    Traceback (most recent call last):File "<stdin>", line 1, in <module> Attribut ...

  4. 解决:AttributeError: ‘Graph‘ object has no attribute ‘number_of_selfloops‘

    解决:AttributeError: 'Graph' object has no attribute 'number_of_selfloops' 目录 解决:AttributeError: 'Grap ...

  5. AttributeError: ‘FPDF‘ object has no attribute ‘unifontsubset‘

    AttributeError: 'FPDF' object has no attribute 'unifontsubset' 目录 AttributeError: 'FPDF' object has ...

  6. AttributeError: ‘Series‘ object has no attribute ‘as_matrix‘

    AttributeError: 'Series' object has no attribute 'as_matrix' 问题: y_test = test_shifted["y_t+1&q ...

  7. AttributeError: ‘SVC‘ object has no attribute ‘_probA‘

    AttributeError: 'SVC' object has no attribute '_probA' 问题: # Save the Modle to file in the current w ...

  8. sklearn使用FeatureHasher处理字符串特征: AttributeError: ‘str‘ object has no attribute ‘items‘

    sklearn使用FeatureHasher处理字符串特征: AttributeError: 'str' object has no attribute 'items' 目录 sklearn使用Fea ...

  9. Keras问题“AttributeError: 'NoneType' object has no attribute 'update”解决

    BUG 在使用Keras训练模型时,在每个epoch完成后save_model时会报错 "AttributeError: 'NoneType' object has no attribute ...

最新文章

  1. 县分计算机维修报废流程图,实验9 氨基甲酸铵分解反应标准平衡常数的测定.doc...
  2. 完美解决mysql下utf-8的乱码问题
  3. OpenTelemetry 简析
  4. MySQL覆盖索引:直接从索引查询到了数据
  5. mime java_MIME - Wei_java - 博客园
  6. 如何在虚拟机中安装kali linux
  7. 浅谈移动互联网广告设计评论
  8. 怎么用git将本地代码上传到远程服务器_git在远程服务器创建项目并将本地代码推送到服务器上...
  9. Windows Server 2008 R2 主域控制器委派DNS到子域控控制器
  10. python 通过模板生成文章_自动生成文章_python自动生成文章 - 云+社区 - 腾讯云
  11. XMind中文破解版
  12. AD之前的电压跟随器可以不用吗?
  13. 计算机学硕考试时间,考研全年时间表!重要的23个时间点,都帮你整理好了
  14. C++ 输入输出加速挂(ACM竞赛常用)
  15. 手机网页制作的认识(有关meta标签)
  16. AtCoder Beginner Contest 233(A~D)题解
  17. 电子邮箱邮件安全使用技巧,公司电子邮件安全使用总结
  18. Linux运维-ip地址配置
  19. Aggressive cows(c语言)
  20. STM32 AT24C64 Hal库写入错误

热门文章

  1. gram矩阵_ZEN-基于N-gram的中文Encoder
  2. 数据合并设计_八秒搞定合并相同内容的单元格,你却加班了1小时
  3. linux mint有没有服务器版,Linux Mint 20“Ulyana”正式版发布
  4. java 父类是抽象类 定义private的属性 子类继承_java继承、多态、接口、抽象类定义及应用...
  5. mysql 插入表情符号 '\xF0\x9F\x8D\xB0/...' 报错的解决方法
  6. 验证码识别,发票编号识别(转)
  7. Javascript框架的自定义事件(转)
  8. 经典密码学——行置换加密法
  9. html实现以秒为单位倒数,跳转新的页面
  10. 设计模式学习(一) 基本理念