![image](https://user-images.githubusercontent.com/1870994/140651325-711b6c30-133d-45ba-a794-8a10a4cafbc2.png?width=200)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/aydin)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/python/black)
[![codecov](https://codecov.io/gl/aydinorg/aydin/branch/master/graph/badge.svg?token=gV3UqFAg5U)](https://codecov.io/gl/aydinorg/aydin)
[![DOI](https://zenodo.org/badge/188953977.svg)](https://zenodo.org/badge/latestdoi/188953977)
[![Downloads](https://pepy.tech/badge/aydin)](https://pepy.tech/project/aydin)
*Aydin* is a user-friendly, feature-rich, and fast **image denoising tool** that provides
a number of **self-supervised, auto-tuned, and unsupervised** image denoising algorithms.
*Aydin* handles from the get-go n-dimensional array-structured images with an arbitrary number
of batch dimensions, channel dimensions, and typically up to 4 spatio-temporal dimensions.
It comes with *Aydin Studio* a [graphical user interface](https://royerlab.github.io/aydin/tutorials/gui_tutorials.html)
to easily experiment with all the different algorithms and parameters available,
a [command line interface](https://royerlab.github.io/aydin/tutorials/cli_tutorials.html) to run large jobs on the terminal possibly on powerfull remote machines,
and an [API](https://royerlab.github.io/aydin/tutorials/api_tutorials.html) for custom coding and integration into your scripts and applications.
More details and exhaustive explanations can be found in Aydin's [documentation](https://royerlab.github.io/aydin/).
And, of course, a simplified [napari](napari.org) plugin is in the works!
Notebooks for running on Collab are also planned.
The project is commercial-use-friendly if you specify pyside as your GUI backend.
## Supported algorithms:
Currently *Aydin* supports two main families of denoisers: the first family consists
of 'classical' denoising algorithms that leverage among other: frequency domain filtering,
smoothness priors, low-rank representations, self-similarity, and more.
The second family consists of algorithms that leverage machine learning approaches
such as convolutional neural networks (CNN) or gradient boosting (GB).
In the [Noise2Self paper](https://deepai.org/publication/noise2self-blind-denoising-by-self-supervision)
we show that it is possible to calibrate any parameterised denoising algorithm,
from the few parameters of a classical algorithm to the millions of weights of a deep neural
network. We leverage and extend these ideas in *Aydin* to provide a variety of auto-tuned
and trained high-quality image denoisers. What this means is that for example, we can discover automatically
the optimal parameters for non-local-means (NLM) denoising, or the best cut-off frequencies for a low-pass denoiser.
These parameters are difficult to determine 'by-hand' but when auto-tuned we show (see [use-cases](https://royerlab.github.io/aydin/use_cases/introduction.html#))
that you can get remarkable results even with simple 'classic' denoisers, and even be competitive against more complex and slower
approaches such as deep-learning based denoisers that can also be prone to hallucination and 'copy-paste' effects.
Importantly, our experience denoising many different kinds of images has shown that tehre is not a single 'silver-bullet'
denoiser, different kinds of datasets require different approaches.
Here is the list of currently available methods:
- **Low-pass filtering based algorithms:**
- Butterworth denoiser (*butterworth*).
- Gaussian blur denoiser (*gaussian*).
- Gaussian-Median mixed denoiser (*gm*).
- **Optimisation-based with smoothness priors:**
- Total-Variation denoising (*tv*)
- Harmonic prior (*harmonic*)
- **Low-rank representations:**
- Denoising via sparse decomposition (e.g. OMP) over a fixed dictionary (DCT, DST, ...)
- Denoising via sparse decomposition (e.g. OMP) over a learned dictionary (Kmeans, PCA, ICA, SDL, ...)
- **Patch similarity:**
- Non-Local Means denoising (*nlm*)
- BMnD (not available just yet but partly implemented!)
- **Machine learning based:**
- Noise2Self-FGR: Noise2Self denoising via Feature Generation and Regression (FGR). We use specially crafted integral features. We have several variants that leverage different regressors: CatBoost(cb), lightGBM, linear, perceptron, random-forrest, support vector regression)
- Noise2Self-CNN: Noise2Self denoising via Convolutional Neural Networks (CNN). This is the original approach of Noise2Self. In our experience this is typically slower to train, and more prone to hallucination and residual noise than FGR.
- **Other:**
- Lipschitz continuity denoising.
Some methods actually do combine multiple ideas and so the classification above is not strict.
We recommend trying first a good baseline denoiser such as the *Butterworth denoiser*.
If unsatisfied with the result, and you have a powerful computer with a recent NVIDIA
graphics card, then we recommend you try the Noise2Self-FGR-cb denoiser.
For detailed use-cases check [here](https://royerlab.github.io/aydin/use_cases/introduction.html#).
We regularly come up with new approaches and ideas, there is just not enough time to write papers about all these ideas.
This means that the best 'publication' for some of these novel algorithms is this repo itself, and so please be so kind as to
cite this repo (see below) for any ideas that you would use or reuse.
We have a long todo list of existing, modified, as well as original algorithms that we plan to add to *Aydin* in the next weeks and months. We will do so progressively as time allows. Stay tuned!
## Documentation
*Aydin*'s documentation can be found [here](https://royerlab.github.io/aydin/).
## Installation of *Aydin Studio*
We recommend that users that are not familiar with python start with our user-friendly UI.
Download it for your operating system here:
[<img src="https://user-images.githubusercontent.com/1870994/140653991-fb570f5a-bc6f-4afd-95b6-e36d05d1382d.png" width="200" >
](https://github.com/royerlab/aydin/releases/download/v0.1.13/aydin_0.1.13_linux.zip)
[<img src="https://user-images.githubusercontent.com/1870994/140653995-5055e607-5226-4b76-8cc4-04de17d2811f.png" width="200" >
](https://github.com/royerlab/aydin/releases/download/v0.1.13/aydin_0.1.13_win.zip)
[<img src="https://user-images.githubusercontent.com/1870994/140653999-5f6368d9-3e82-4d10-9283-2359aa1464fa.png" width="200" >
](https://github.com/royerlab/aydin/releases/download/v0.1.13/aydin_0.1.13_osx.pkg)
The latest releases and standalone executables can be found [here](https://github.com/royerlab/aydin/releases)
and detailed installation instructions of *Aydin Studio* for all three operating systems can be found
[here](https://royerlab.github.io/aydin/getting_started/install.html).
## Installation of *Aydin* in Conda:
First download and install [miniconda](https://docs.conda.io/en/latest/miniconda.html) or [anaconda](https://www.anaconda.com/products/individual).
Then create a conda environment to host aydin:
```bash
conda create -n aydin_env python=3.9
```
Activate the environment:
```bash
conda activate aydin_env
```
Install *Aydin* in the environment:
```bash
pip install aydin
```
### CUDA dependencies:
If you have a NVIDIA CUDA Graphics card, you should install the CUDA toolkit:
```bash
conda install cudatoolkit
```
### Mac specific dependencies:
For Macs (OSX) you first need to do:
```bash
brew install libomp
```
You can install *Brew* by following the instructions [here](https://brew.sh/).
### Ubuntu/Linux specific dependencies:
If you encounter problems running Aydin in Ubuntu/linux,
please install the following package:
```bash
sudo apt install libqt5x11extras5
```
## How to run ?
Assuming that you have installed *Aydin* in an environment, you can:
Start *Aydin Studio* from the command line with:
```bash
aydin
```
Run the Command Line Interface (CLI) for denoising:
```bash
aydin denoise path/to/noisyimage
```
Get help on command line usage:
```bash
aydin -h
```
## Recommended Operating System Versions
#### Linux: Ubuntu 18.04+
#### Windows: Windows 10
#### OSX: Mojave 10.14.6+
## Recommended Hardware:
Recommended specifications are: at least 16 Gb of RAM, ideally 32 Gb, and more for very large
images, a CPU with at least 4 cores, preferably 16 or more, and a recent NVIDIA graphics card such as a RTX series card.
Older graphics cards could work but may cause trouble or be too slow. *Aydin* Studio's summary page
gives an overview of the strengths and weaknesses of your machine, highlighting in red and orange
items that might be problematic.
## Known Issues:
Here are some issues that are being actively addressed and will be addressed asap:
- Stop button for all algorithms. For technical reasons having to do with the diversity of libraries we use, we currently cannot stop training. We are planning to solve this using subprocess spawning. For now, to stop *Aydin* from running, you need to close the window and/or terminate the process. We know this is very unfortunate and are determined to fix this quickly.
- On Ubuntu and perhaps other Linux systems, high-dpi modes tend to mess with font and ui element rendering.
- M1 Macs are not yet supported, we depend on libraries that have not yet made the move, yet! Hopefully we will soon be able to run Aydin on M1 Macs!
## Road Map:
Planned features:
- ~~Toggling between 'Advanced' and 'Basic' modes to show and hide advanced algorithms.~~ :white_check_mark:
- Loading of denoising model and configurations (JSON) on *Aydin Studio*
- Pytorch backend
## Contributing
Feel free to check our [contributing guideline](CONTRIBUTING.md) first and start
discussing your new ideas and feedback with us through issues.