当前位置:网站首页>Paper Accuracy - 2017 CVPR "High-Resolution Image Inpainting using Multi-Scale Neural Patch Synthesis"
Paper Accuracy - 2017 CVPR "High-Resolution Image Inpainting using Multi-Scale Neural Patch Synthesis"
2022-08-11 03:12:00 【clarkjs】
Overview
Like the previous blog, this paper largely draws on the idea of the pioneering work "Context Encoders: Feature Learning by Inpainting", using the encoder-decoder structure for image generation, but the previous oneThe paper has big flaws, the most obvious of which is that the result of the completion is rather blurry (with poor texture technology), and the scale of the input image is fixed at 128*128, and it cannot handle high-resolution images (please note that, for context encoders, high-resolution results are obtained by direct upsampling from low-resolution outputs.).In view of this, this paper innovatively proposes a multi-scale neural patch, which performs both content learning and texture learning, and finally forms a model with excellent content and texture.Note: This idea is similar to the "Globally and Locally Consistent Image Completion" published at the ACM summit in the same year. The core innovation of this paper is to use the CE generator to innovatively propose twoA discriminator, global and local, is actually a global consideration of the correctness of content filling, and a local (blank area and a small part of the surrounding) considering the texture, which can be understood as the fit of the details.
I. Method details
1. Network Structure
There are two parts of network classification: (1) content generation network (the missing square mask in the center of the image is filled with the average pixel color and then input into the network); (2) texture generation network, the content generation network adopts pioneering workThe CE generator method, the texture generation network adopts VGG-19 pre-trained using ImageNet.
The relu3_1 and relu4_1 layers are used in the texture generation network to calculate the texture.
边栏推荐
- flink The object probably contains or references non serializable fields.
- 【DB运营管理/开发解决方案】上海道宁为您提供提高工作便利性的集成开发工具——Orange
- UNI-APP_iphone苹果手机底部安全区域
- 怎么删除语句审计日志?
- The practice of alibaba data synchronization component canal
- leetcode: 358. Reorder strings at K distance intervals
- VIT 源码详解
- CSDN blog replacement skin
- 2022制冷与空调设备运行操作考试试题模拟考试平台操作
- 带你系统学习MySQL索引
猜你喜欢
随机推荐
MongoDB 基础了解(二)
AI+Medical: Using Neural Networks for Medical Image Recognition and Analysis
Summary of Logstash log data write exception troubleshooting
CSDN 博客更换皮肤
[DB operation management/development solution] Shanghai Daoning provides you with an integrated development tool to improve the convenience of work - Orange
“京台高铁”亮相百度地图,真能在2035年建成吗?
UNI-APP_iphone苹果手机底部安全区域
面试常考的7种排序算法
Goodbye Chengdu paper invoices!The issuance of electronic invoices for accommodation expenses will soon completely replace the invoices of hotels, catering and gas stations
(Nips-2015) Spatial Transformer Network
ES6 advanced string processing new features
A practice arrangement about map GIS (below) GIS practice of Redis
[BX]和loop
IDE compilation error: Dangling metacharacter
shell脚本入门
解决vim与外界的复制粘贴(不用安装插件)
C语言之自定义类型------结构体
ES进阶 函数功能语法新特性详解
The ifconfig compared with IP command
基于FPGA状态机的自动售货机功能实现









