Skip to content

cindydeng1991/TPAMI-CU-Net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TPAMI-CU-Net

This repository is Tensorflow code for our paper entitled "Deep Convolutional Neural Network for Multi-modal Image Restoration and Fusion " . [Paper Download] [Project Website]

Network Architecture of the proposed CU-Net. For MIR related tasks, the final reconstruction (Point 4) is composed of the common reconstruction (Point 1) and the unique reconstruction (Point 2). For MIF related tasks, the final reconstruction is composed of the common reconstruction (Point 1) and the two unique reconstructions (Point 2 and Point 3).

If you find our work useful in your research or publications, please consider citing:

@inproceedings{Deng2019deep,
author = {Deng, Xin and Dragotti, Pier Luigi},
title = {Deep Convolutional Neural Network for Multi-modal Image Restoration and Fusion},
booktitle = {IEEE Transactions on Pattern Analysis and Machine Intelligence (PAMI)},
year= {2020}
}

Requirement

  • pytorch >=1.4.0
  • Matlab>=2017a

Train

  1. Download training dataset. The RGB/Depth training dataset is from DPDN, and can be downloaded from Googledrive. The RGB/Multi-spectral dataset is from Columbia multi-spectral database. The Flash/Non-flash dataset is from Aksoy et al. ECCV2018. The multi-exposure dataset is from SICE.
  2. Generate the training samples following Step 1 to Step 3 in the Generate_training_data file.
  3. Put the training data in the root directory.

Run the command "python train.py" in file "MIR_Task_pytorch" for multi-modal image restoration tasks, including RGB guided depth image SR,Flash gudied non-flash image denoising, etc.

Run the command "python MIF_train.py" in file "MIF_Task_pytorch"for multi-modal image fusion tasks, including multi-exposure image fusion, multi-focus image fusion, etc.

  1. The training model will be saved and later used for testing.

Test

  1. Generate the testing data using the same way the training data.
  2. For the MIR related tasks, run the command "python test.py" in file "MIR_Task_pytorch"
  3. For the MIF related tasks, run the command "python MIF_test.py" in file "MIF_Task_pytorch"

The testing datasets and our results in the paper can be downloaded from Googledrive.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published