Skip to content

Code of FusionDN (AAAI 2020): A Unified Densely Connected Network for Image Fusion

Notifications You must be signed in to change notification settings

hanna-xu/FusionDN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

947d1a9 · Aug 19, 2020

History

69 Commits
May 6, 2020
Nov 18, 2019
Nov 16, 2019
Nov 18, 2019
Nov 16, 2019
Nov 16, 2019
Aug 19, 2020
May 6, 2020
Nov 16, 2019
May 6, 2020
Nov 16, 2019
May 6, 2020
May 6, 2020
Nov 16, 2019

Repository files navigation

FusionDN

This is the code of the following paper (tensorflow):

@inproceedings{xu2020aaai,
  title={FusionDN: A Unified Densely Connected Network for Image Fusion},
  author={Xu, Han and Ma, Jiayi and Le, Zhuliang and Jiang, Junjun and Guo, Xiaojie},
  booktitle={Proceedings of the Thirty-Fourth AAAI Conference on Artificial Intelligence (AAAI)},
  pages={12484--12491},
  year={2020}
}

It is a unified model for multiple image fusion tasks, including:

  1. visible and infrared image fusion
  2. multi-exposure image fusion
  3. multi-focus image fusion

Framework:

Overall procedure:


Intuitive description of data flow and the process of EWC:


Fused results:

To train:

CUDA_VISIBLE_DEVICES=0,1 python main.py (2 GPUs are needed)

To test:

CUDA_VISIBLE_DEVICES=0 python test_main.py

Tips:

Large files should be downloaded separately, including the following files:

For training:

For testing:

If you have any question, please email to me (xu_han@whu.edu.cn).

About

Code of FusionDN (AAAI 2020): A Unified Densely Connected Network for Image Fusion

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published