当前位置:网站首页>swinIR论文阅读笔记
swinIR论文阅读笔记
2022-08-02 05:03:00 【sysu_first_yasuo】
- 用Swin-transformer做Image Restoration的一篇工作
- 前面是卷积层,称之为shallow feature extraction module
- 中间是一些堆叠的加了残差连接的Swin Transformer Block,并且每个block后面插入了一个卷积层。这一模块称为deep feature extraction module
- 最后是把shallow feature和deep feature都送进一个reconstruction module
- 网络结构如图所示:
- 这里最后的reconstruction模块,如果是SR,就用一个sub-pixel convolution layer,如果是其它的restoration任务,就用一个卷积层。同时这里也是残差学习,也就是说reconstruction模块输出的值要加上LQ图片才是HQ。
- 实验结果来看,效果还是不错的(虽然差别确实不大):
边栏推荐
猜你喜欢
随机推荐
ORA-04044:此处不允许过程、函数、程序包或类型,系统分析与解决
[Digital IC hand-tear code] Verilog fixed priority arbiter | topic | principle | design | simulation
matlab simulink 模糊pid结合smith控制温度
CodeTON Round 2 (Div. 1 + Div. 2, Rated, Prizes!)
MySQL 的 limit 分页查询及性能问题
Go语言之interface详解
2022年7月学习计划完成情况
navicat无法连接mysql超详细处理方法
The original question on the two sides of the automatic test of the byte beating (arranged according to the recording) is real and effective 26
How to quickly delete the compressed package password?
Go语学习笔记 - 处理超时问题 - Context使用 从零开始Go语言
Android studio连接MySQL并完成简单的登录注册功能
MySQL 灵魂 16 问,你能撑到第几问?
MySQL 多表关联一对多查询实现取最新一条数据
力扣 2127. 参加会议的最多员工数 拓扑剪枝与2360补充
Centos7.9+mysql8.0开启指定IP远程连接数据库
去字节跳动自动化测试二面原题(根据录音整理)真实有效 26
navicat新建数据库
系统(层次)聚类
Redis常见题型