learn-optimizer-rgdn
Image deconvolution optimizer
An implementation of deep learning-based optimization method for image deconvolution, which improves the quality of blurry images by generating new blur kernels.
Learning Deep Gradient Descent Optimization for Image Deconvolution. Dong Gong, Zhen Zhang, Qinfeng Shi, Anton van den Hengel, Chunhua Shen, Yanning Zhang. In IEEE Transactions on Neural Networks and Learning Systems (TNNLS), 2020.
32 stars
3 watching
11 forks
Language: Python
last commit: over 4 years ago blur-kernel-generationdeep-learningimage-deconvolutionoptimizer
Related projects:
Repository | Description | Stars |
---|---|---|
dong-huo/vdip-deconvolution | A method for blind image deconvolution using variational deep image prior. | 13 |
meiguangjin/nbd | This repository provides MATLAB implementations of algorithms for removing blurring effects from images. | 17 |
xternalz/sdpoint | A deep learning method for optimizing convolutional neural networks by reducing computational cost while improving regularization and inference efficiency. | 18 |
rwenqi/nbd-glra | A MATLAB implementation of a deep learning-based deconvolution algorithm using generalized low-rank approximation for image restoration. | 22 |
cszn/ircnn | This project trains deep CNN denoisers to improve image restoration tasks such as deblurring and demosaicking through model-based optimization methods. | 602 |
minyuanye/siun | This project develops a deep learning-based image deblurring algorithm using iterative upsampling network architecture | 164 |
hyeongseokson1/cnn_deconvolution | An implementation of a CNN-based method for non-blind deconvolution using Wiener filtering as a pre-processing step. | 22 |
delta2323/gb-gnn | Analyzes and optimizes the performance of graph neural networks using gradient boosting and various aggregation models. | 13 |
hyeongseokson1/deep_blur_detection_and_classification | A deep learning-based system for detecting and classifying blur in images | 73 |
huicongzhang/stdan | Deblurring algorithm for videos using a neural network | 52 |
cszn/dpsr | A deep learning-based method to improve image quality by reducing blur effects | 839 |
lingyanruan/lakdnet | An image deblurring model that revisits the use of convolutional neural networks to improve efficiency and performance compared to transformers. | 102 |
ysnan/nbd_kerunc | A repository providing pre-trained models and results for image deconvolution in the presence of kernel/model uncertainty | 14 |
kamsar/dianoga | An automatic image optimizer that reduces the size of images served from Sitecore media library | 104 |
uschmidt83/fourier-deconvolution-network | A software project that provides an implementation of Fourier deconvolution for image restoration using a neural network | 37 |