当前位置:网站首页>图像融合SDDGAN文章学习
图像融合SDDGAN文章学习
2022-08-03 12:15:00 【qq_46165876】
Semantic-supervised Infrared and Visible Image Fusion via a Dual-discriminator Generative Adversarial Network文章学习
模型框架

我们的生成器G的网络结构如图所示。我们在通道维度上连接红外和可见光图像,并使用它们作为g的输入。输出是最终的融合图像。g由五个公共卷积层组成。对于每个卷积层,填充设置为相同,跨距设置为1。因此,特征图的大小将不会改变。
我们的网络中有两个鉴别器Dr和Dv。它们具有相同的架构。它们都用作分类器,生成标量来估计输入图像来自真实数据而不是G的概率。
损失函数
生成器损失函数
生成器损耗LG包括监督损耗Lsup、对抗损耗Ladv、梯度损耗Lgrad和MSE损Lmse。
监督损耗Lsup
对抗损耗Ladv
梯度损耗Lgrad
第四个损失Lmse代表mse损失。我们应用MSE损失来约束融合图像以包含来自源图像的相当多的信息,其可以被定义为:
鉴别器损失函数

边栏推荐
猜你喜欢

YOLOv5训练数据提示No labels found、with_suffix使用、yolov5训练时出现WARNING: Ignoring corrupted image and/or label

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

Go 语言快速入门指南: 介绍及安装

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

特征降维学习笔记(pca和lda)(1)

漫谈缺陷管理的自动化实践方案

子结点的数量

第5章 实现首页Tab数据展示

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

Filebeat 如何保持文件状态?
随机推荐
长江商业银行面试
How to do App Automation Testing?Practical sharing of the whole process of App automation testing
日常开发写代码原则
Simple implementation of a high-performance clone of Redis using .NET (1)
Feature dimensionality reduction study notes (pca and lda) (1)
通过点击CheckBox实现背景变换小案例
Blazor Server(6) from scratch--policy-based permission verification
bash for循环
App自动化测试怎么做?实战分享App自动化测试全流程
C language advanced article: memory function
Matlab学习13-图像处理之可视化GUI程序
PC client automation testing practice based on Sikuli GUI image recognition framework
setTimeout 、setInterval、requestAnimationFrame
flink流批一体有啥条件,数据源是从mysql批量分片读取,为啥设置成批量模式就不行
(通过页面)阿里云云效上传jar
从零开始C语言精讲篇5:指针
【必读要点】Pod控制器Deployment更新、回退详解
Vs Shortcut Keys---Explore Different Programming
LeetCode-1796. 字符串中第二大的数字
[深入浅出]三位数排序