All Projects → Keep-Passion → SESF-Fuse

Keep-Passion / SESF-Fuse

Licence: LGPL-2.1 license
SESF-Fuse: An Unsupervised Deep Model for Multi-Focus Image Fusion

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to SESF-Fuse

Image similarity
PyTorch Blog Post On Image Similarity Search
Stars: ✭ 80 (+70.21%)
Mutual labels:  autoencoder, unsupervised-learning
2D-and-3D-Deep-Autoencoder
Convolutional AutoEncoder application on MRI images
Stars: ✭ 57 (+21.28%)
Mutual labels:  autoencoder, unsupervised-learning
Pyod
A Python Toolbox for Scalable Outlier Detection (Anomaly Detection)
Stars: ✭ 5,083 (+10714.89%)
Mutual labels:  autoencoder, unsupervised-learning
Calc
Convolutional Autoencoder for Loop Closure
Stars: ✭ 119 (+153.19%)
Mutual labels:  autoencoder, unsupervised-learning
Dual-CNN-Models-for-Unsupervised-Monocular-Depth-Estimation
Dual CNN Models for Unsupervised Monocular Depth Estimation
Stars: ✭ 36 (-23.4%)
Mutual labels:  autoencoder, unsupervised-learning
Splitbrainauto
Split-Brain Autoencoders: Unsupervised Learning by Cross-Channel Prediction. In CVPR, 2017.
Stars: ✭ 137 (+191.49%)
Mutual labels:  autoencoder, unsupervised-learning
Tybalt
Training and evaluating a variational autoencoder for pan-cancer gene expression data
Stars: ✭ 126 (+168.09%)
Mutual labels:  autoencoder, unsupervised-learning
Danmf
A sparsity aware implementation of "Deep Autoencoder-like Nonnegative Matrix Factorization for Community Detection" (CIKM 2018).
Stars: ✭ 161 (+242.55%)
Mutual labels:  autoencoder, unsupervised-learning
GATE
The implementation of "Gated Attentive-Autoencoder for Content-Aware Recommendation"
Stars: ✭ 65 (+38.3%)
Mutual labels:  autoencoder
topological-autoencoders
Code for the paper "Topological Autoencoders" by Michael Moor, Max Horn, Bastian Rieck, and Karsten Borgwardt.
Stars: ✭ 82 (+74.47%)
Mutual labels:  autoencoder
probabilistic nlg
Tensorflow Implementation of Stochastic Wasserstein Autoencoder for Probabilistic Sentence Generation (NAACL 2019).
Stars: ✭ 28 (-40.43%)
Mutual labels:  autoencoder
M-NMF
An implementation of "Community Preserving Network Embedding" (AAAI 2017)
Stars: ✭ 119 (+153.19%)
Mutual labels:  unsupervised-learning
IJCAI2018 SSDH
Semantic Structure-based Unsupervised Deep Hashing IJCAI2018
Stars: ✭ 38 (-19.15%)
Mutual labels:  unsupervised-learning
LabelPropagation
A NetworkX implementation of Label Propagation from a "Near Linear Time Algorithm to Detect Community Structures in Large-Scale Networks" (Physical Review E 2008).
Stars: ✭ 101 (+114.89%)
Mutual labels:  unsupervised-learning
mmselfsup
OpenMMLab Self-Supervised Learning Toolbox and Benchmark
Stars: ✭ 2,315 (+4825.53%)
Mutual labels:  unsupervised-learning
Unsupervised Deep Learning
Unsupervised (Self-Supervised) Clustering of Seismic Signals Using Deep Convolutional Autoencoders
Stars: ✭ 36 (-23.4%)
Mutual labels:  autoencoder
Face-Landmarking
Real time face landmarking using decision trees and NN autoencoders
Stars: ✭ 73 (+55.32%)
Mutual labels:  autoencoder
amr
Official adversarial mixup resynthesis repository
Stars: ✭ 31 (-34.04%)
Mutual labels:  unsupervised-learning
Continuous-Image-Autoencoder
Deep learning image autoencoder that not depends on image resolution
Stars: ✭ 20 (-57.45%)
Mutual labels:  autoencoder
day2night
Image2Image Translation Research
Stars: ✭ 46 (-2.13%)
Mutual labels:  unsupervised-learning

SESF-Fuse

SESF-Fuse: An Unsupervised Deep Model for Multi-Focus Image Fusion

Abstract

In this work, we propose an unsupervised deep learning model to address multi-focus image fusion problem. First, we train an encoder-decoder architecture in unsupervised manner to acquire deep feature of input images. And then we utilized those features and spatial frequency to measure activity level, which plays crucial role in multi-focus fusion task. The key point behind of proposed method is that only the objects within the depth-of-field (DOF) have sharp appearance in the photograph while other objects are likely to be blurred. In contrast to previous works, our method analysis sharp appearance in deep feature instead of original image. Experimental results demonstrate that the proposed method achieve the state-of-art fusion performance compared to existing 16 fusion methods in objective and subjective assessment.

Visualization

We show the visualization of fused result in next figure. The first row is near focused source image and the second row is far focused source image. The third row is decision map of our method and the final row is fused result. image

Branches Introduction

We provide the training and testing method of SESF-Fuse in this branch.
We provide a general image fusion framework in experiment branch, which include all the experiments in our paper. Besides, one can easily modify it for new experiment.

Requirements

Pytorch, Python3.6

Citation

If you use it successfully for your research please be so kind to cite the paper.

Ma, B., Zhu, Y., Yin, X. et al. SESF-Fuse: an unsupervised deep model for multi-focus image fusion. Neural Comput & Applic (2020). https://doi.org/10.1007/s00521-020-05358-9

Acknowledgement

The authors acknowledge the financial support from the National Key Research and Development Program of China (No. 2016YFB0700500).

Recommendation

Our new work GACN can be found at the paper and the code.

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].