Code Monkey home page Code Monkey logo

tpami-cu-net's Introduction

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

  • Tensorflow >=1.1.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, and run the command
    "python training_MIR_task"
    for multi-modal image restoration tasks, including RGB guided depth image SR, RGB guided MS image SR, Flash gudied non-flash image denoising, etc.
    Run the command
    "python training_MIF_task"
    for multi-modal image fusion tasks, including multi-exposure image fusion, multi-focus image fusion, etc.
  4. 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 testing_MIR_task"
  3. For the MIF related tasks, run the command
    "python testing_MIF_task"

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

tpami-cu-net's People

Contributors

cindydeng1991 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.