All Projects → hli1221 → Imagefusion_deepfuse

hli1221 / Imagefusion_deepfuse

Licence: other
Image fusion based on deepfuse network - Tensorflow (based on ICCV2017: deepfuse), Unofficial

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Imagefusion deepfuse

simple sim fusion demo
Simple demo of structured illumination microscopy image fusion via Richardson-Lucy deconvolution
Stars: ✭ 13 (-80.3%)
Mutual labels:  image-fusion
imagefusion Infrared visible latlrr
infrared anf visible image fusion using latent low-rank representation
Stars: ✭ 40 (-39.39%)
Mutual labels:  image-fusion
SESF-Fuse
SESF-Fuse: An Unsupervised Deep Model for Multi-Focus Image Fusion
Stars: ✭ 47 (-28.79%)
Mutual labels:  image-fusion
camera-fusion
Multiple cameras calibration and fusion with OpenCV Python.
Stars: ✭ 27 (-59.09%)
Mutual labels:  image-fusion
starfm4py
The STARFM fusion model for Python
Stars: ✭ 86 (+30.3%)
Mutual labels:  image-fusion
Imfusion
Image fusion using Discrete Wavelet Transformation
Stars: ✭ 23 (-65.15%)
Mutual labels:  image-fusion
LLVIP
LLVIP: A Visible-infrared Paired Dataset for Low-light Vision
Stars: ✭ 438 (+563.64%)
Mutual labels:  image-fusion

Deepfuse - Tensorflow

Python>=3.0, TensorFlow=1.8.0

The loss function and training strategy are differences whit DeepFuse. I will fix these in the near feature.

This code is based on K. Ram Prabhakar, V Sai Srikar, R. Venkatesh Babu. DeepFuse: A Deep Unsupervised Approach for Exposure Fusion with Extreme Exposure Image Pairs. ICCV2017, pp. 4714-4722

In this code, for all conv layers, the filter size is 3*3. And this code is not a complete version for DeepFuse, we just implement one channel fusion method which use CNN network.

This code is not exactlly same with paper in ICCV2017. The aim of the training process is to reconstruct the input image by this network. The encoder(C1, C2) is used to extract image features and decoder(C3, C4, C5) is a reconstruct tool. The fusion strategy( Tensor addition) is only used in testing process.

We train this network using Microsoft COCO dataset(T.-Y. Lin, M. Maire, S. Belongie, J. Hays, P. Perona, D. Ramanan, P. Dollar, and C. L. Zitnick. Microsoft coco: Common objects in context. In ECCV, 2014. 3-5.) as input images which contains 80000 images and all resize to 256×256 and RGB images are transformed to gray ones.

Citation

@misc{li2017deepfuse,
    author = {Hui Li},
    title = {CODE: Image Fusion based on Deepfuse},
    year = {2018},
    publisher = {GitHub},
    journal = {GitHub repository},
    howpublished = {\url{https://github.com/hli1221/Imagefusion_deepfuse}}
  }
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].