Reconstruct, Enhance, Deblur and Denoise degraded smartphone pictures
- Industry use cases: Specifically trained on brands/models of smartphones and different type of damage: optical abberations, bad compression, low quality, missing/cutoff parts and general severe artifacts
- Open-source research, data and software: Extends emerging publications from conferences (ICIP,CVF,CVIP), mainly IDBP & IRCNN papers (See READMEs references)
- Multi-method: Deep-learning networks, iteratively optimized image processing mathematical models, signal processing metrics/logging, information theory for noise classes
- MATLAB GUI to input smarphone images or sequences/signals to try restoration frameworks; with observability & monitoring, smartphone metadata configs, parameter tuning
- Lead & Maintainer, author/dev : Antoine Cantin @ChiefsBestPal
- author/dev : Ryan Li @Ryan2Li
- original peer-reviews : see cloud and papers
- OSS/Academic Contributors: [Contact @ChiefsBestPal] for full-access and info
PDF of presentation slides: IDBP_Research_Presentation_COMP478.pdf
See Phase2 videos and google drive links
The Iterative Denoising and Backward Projections, IDBP in short, is a method that reconstructs the original image by removing the unwanted signals from the artifact iteratively. It is an alternative method that addresses the issues and difficulties when it comes to using the Plug & Play method for denoising, inpainting, and deblurring an image Both IDBP and P&P are numerical solutions to image restoration inverse problems. Typically, image restoration involves cost functions that quantify the difference between the observed degraded image and the original, clean image. The cost function is composed of two parts, the measurement mode and the image prior. The measurement mode describes how the data is acquired or observed, while the image prior describes assumptions and constraints of what the original image should visualize as. For a given prior information, the goal is to minimize the cost function to find an estimate of the original clean image. The Plug & Play method uses a cost function as part of their optimization process. Its purpose is to decouple its two components and define the image prior using off-the-shelf denoising operators instead of having human exclusive input constraints. While this method generally pulls this off, there are some drawbacks. The P&P method’s parameter tuning is very burdensome which requires time and effort to find proper adjustment. The method also uses the ADMM algorithm that runs iteratively to find convergence. An issue with this iterative algorithm is that it may take a large amount of iterations, thus losing computation time. In addition to the ADMM algorithm and its convergence, its components must be convex, closed, and proper. These properties are not ideal because most prior functions with off-the-shelf denoisers are non-convex and unclear. Key index terms for P&P / Paper’s baseline: Decoupling measure models and priors, Denoisers, Solving general inverse problems, Iterative Optimization, Parameter Tuning The Iterative Denoising and Backward Projections method aims to address all of these problems when denoising, inpainting, or deblurring a degraded image. It transforms the cost function into an optimization problem and proposes an efficient minimization scheme for the prior term using P&P properties. Finally, it proposes an automatic tuning mechanism for parameters that vary between noisy inpainting problems and deblurring automatic parameters.
- Concepts and Key Image Processing theory: See [IndexTerms_notes.md]
- Math and Formal theory: See [IDBP_math_research_notes.ipynb]
Applied to phone cameras and real world applications
URL: 478 Final Report.pdf
Phase2(&3+Final paper): https://drive.google.com/drive/u/0/folders/1B4dDQso_TP_I8qZJWxpy9UYYNGxIquGY
- IEEE: https://ieeexplore.ieee.org/abstract/document/8489894
- PDF: https://arxiv.org/pdf/1710.06647
- REPO: https://github.com/tomtirer/IDBP
CNN-based denoiser that enhances IDBP framework: - https://github.com/cszn/IRCNN - https://arxiv.org/abs/1704.03264 - https://arxiv.org/abs/2309.04782
3D collaborative filtering versatile denoiser used within IDBP variations and framework: - https://webpages.tuni.fi/foi/GCF-BM3D/index.html
Plug&Play priors based image reconstruction deep denoiser: - https://github.com/cszn/DPIR - https://ieeexplore.ieee.org/abstract/document/9454311 - https://arxiv.org/pdf/2008.13751
From all phases, test, training and realistic applications
Fast testset dataset and versatile: - https://www.kaggle.com/datasets/leweihua/set12-231008
Smarphone pictures denoising realistic testset: - https://www.kaggle.com/datasets/rajat95gupta/smartphone-image-denoising-dataset - N.B: See our [SIDD file structure and comparison info.pdf] for our own image/file naming convention
Standard images to test P&P params, different algs and constructs for Image Restoration purposes: - https://www.kaggle.com/code/mpwolke/berkeley-segmentation-dataset-68 - https://github.com/clausmichele/CBSD68-dataset
i.e. Other partially relevant image processing projects as references and partial resources from research: [Mostly from: IEEE Transactions on Image Processing and IEEE Conference on Computer Vision and Pattern Recognition]
-
Second-order Attention Network for Single Image Super-Resolution
-
Cycle-Dehaze: Enhanced CycleGAN for Single Image Dehazing [Extra, More extensive work to be done for this]
[...] *TODO: THIS PART WILL BE COMMENT ON GIHTUB ???
-
Unrelated for future ideas off of IDBP knowledge applied to CV or Image/Signal processing fields:
Simple Baselines for Human Pose Estimation and Tracking https://openaccess.thecvf.com/content_ECCV_2018/papers/Bin_Xiao_Simple_Baselines_for_ECCV_2018_paper.pdf https://www.kaggle.com/datasets/awsaf49/coco-2017-dataset https://paperswithcode.com/dataset/posetrack Misc: https://ieeexplore.ieee.org/abstract/document/8101508 https://ieeexplore.ieee.org/abstract/document/8304597 https://ieeexplore.ieee.org/document/6512558
