当前位置:网站首页>Image fusion SDDGAN article learning
Image fusion SDDGAN article learning
2022-08-03 12:22:00 【qq_46165876】
Semantic-supervised Infrared and Visible Image Fusion via a Dual-discriminator Generative Adversarial Network article study
Model Framework

The network structure of our generator G is shown in the figure.We concatenate the infrared and visible images in the channel dimension and use them as input to g.The output is the final fused image.g consists of five common convolutional layers.For each convolutional layer, the padding is set to the same and the stride is set to 1.Therefore, the size of the feature map will not change.
There are two discriminators Dr and Dv in our network.They have the same architecture.They both function as classifiers, generating scalars to estimate the probability that the input image comes from real data rather than G.
Loss function
Generator loss function
The generator loss LG includes supervision loss Lsup, adversarial loss Ladv, gradient loss Lgrad and MSE loss Lmse.
Supervised Loss Lsup
Against Loss Ladv
Gradient Loss Lgrad
The fourth loss, Lmse, represents the mse loss.We apply the MSE loss to constrain the fused image to contain considerable information from the source image, which can be defined as: 
Discriminator loss function

边栏推荐
- setTimeout 、setInterval、requestAnimationFrame
- LyScript 实现对内存堆栈扫描
- R语言ggplot2可视化:使用ggpubr包的ggline函数可视化折线图、设置add参数为mean_se和dotplot可视化不同水平均值的折线图并为折线图添加误差线(se标准误差)和点阵图
- bash for loop
- After completing the interview and clearance collection of Alibaba, I successfully won the 15th Offer this year
- fastposter v2.9.0 programmer must-have poster generator
- LeetCode-1796. 字符串中第二大的数字
- 利用ChangeStream实现Amazon DocumentDB表级别容灾复制
- 类型转换、常用运算符
- 第3章 搭建短视频App基础架构
猜你喜欢

想学自动化测试网课哪个好?过了人告诉你:适合自己的才是最重要

【云原生 · Kubernetes】部署Kubernetes集群

How to do App Automation Testing?Practical sharing of the whole process of App automation testing

子结点的数量

苹果发布 AI 生成模型 GAUDI,文字生成 3D 场景

OFDM 十六讲 4 -What is a Cyclic Prefix in OFDM

Matlab学习10-图像处理之傅里叶变换

基于英雄联盟的知识图谱问答系统

别再用if-else了,分享一下我使用“策略模式”的项目经验...

622. 设计循环队列
随机推荐
ThreadLocal源码解析及使用场景
C language advanced article: memory function
用C语言解决A+B问题,A-B问题,A*B问题
想学自动化测试网课哪个好?过了人告诉你:适合自己的才是最重要
Matlab学习12-图像处理之图像增强
Random forest project combat - temperature prediction
setTimeout 、setInterval、requestAnimationFrame
4500 words sum up, a software test engineer need to master the skill books
flink流批一体有啥条件,数据源是从mysql批量分片读取,为啥设置成批量模式就不行
从零开始Blazor Server(6)--基于策略的权限验证
五、函数的调用过程
Filebeat 如何保持文件状态?
OFDM 十六讲 4 -What is a Cyclic Prefix in OFDM
899. 有序队列
LeetCode-142. 环形链表 II
长城简漫·暑期安全篇⑤ 这个强,不能逞
fastposter v2.9.0 programmer must-have poster generator
数据库系统原理与应用教程(073)—— MySQL 练习题:操作题 131-140(十七):综合练习
信创建设看广州|海泰方圆亮相2022 信创生态融合发展论坛
一次内存泄露排查小结