Intel Open Image Denoise: high-performance denoising filters for ray tracing

Started by JeGX, January 30, 2019, 07:48:23 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

JeGX

Quote
Open Image Denoise Overview

IntelĀ® Open Image Denoise is a collection of high-performance, high-quality denoising filters for images rendered with ray tracing. Open Image Denoise is part of the Intel Rendering Framework and is released under the permissive Apache 2.0 license.

The purpose of Open Image Denoise is to provide an open, high-quality, efficient, and easy-to-use denoising library that allows one to significantly reduce rendering times in ray tracing based rendering applications. It filters out the Monte Carlo noise inherent to stochastic ray tracing methods like path tracing, reducing the amount of necessary samples per pixel by even multiple orders of magnitude (depending on the desired closeness to the ground truth).

Open Image Denoise supports IntelĀ® 64 architecture based CPUs and compatible architectures, and runs on anything from laptops, to workstations, to compute nodes in HPC systems. It is efficient enough to be suitable not only for offline rendering, but, depending on the hardware used, also for interactive ray tracing.

Open Image Denoise internally builds on top of Intel Math Kernel Library for Deep Neural Networks (MKL-DNN), and fully exploits modern instruction sets like Intel SSE4, AVX2, and AVX-512 to achieve high denoising performance. A CPU with support for at least SSE4.2 is required to run Open Image Denoise.

Links:
- https://openimagedenoise.github.io/
- https://github.com/OpenImageDenoise/oidn


Intel Open Image Denoise