jan novák

Kernel-Predicting Convolutional Networks for Denoising Monte Carlo Renderings

Steve Bako*, Thijs Vogels*, Brian McWilliams, Mark Meyer, Jan Novák,
Alex Harvill, Pradeep Sen, Tony DeRose, and Fabrice Rousselle

ACM Transactions on Graphics (Proceedings of SIGGRAPH 2017), vol. 36, no. 4

* Joint first author
Kernel-Predicting Convolutional Networks for Denoising Monte Carlo Renderings - teaser

We introduce a deep learning approach for denoising Monte Carlo-rendered images that produces high-quality results suitable for production. We train a convolutional neural network to learn the complex relationship between noisy and reference data across a large set of frames with varying distributed effects from the film Finding Dory (left). The trained network can then be applied to denoise new images from other films with significantly different style and content, such as Cars 3 (right), with production-quality results.

abstract

Regression-based algorithms have shown to be good at denoising Monte Carlo (MC) renderings by leveraging its inexpensive by-products (e.g., feature buffers). However, when using higher-order models to handle complex cases, these techniques often overfit to noise in the input. For this reason, supervised learning methods have been proposed that train on a large collection of reference examples, but they use explicit filters that limit their denoising ability. To address these problems, we propose a novel, supervised learning approach that allows the filtering kernel to be more complex and general by leveraging a deep convolutional neural network (CNN) architecture. In one embodiment of our framework, the CNN directly predicts the final denoised pixel value as a highly non-linear combination of the input features. In a second approach, we introduce a novel, kernel-prediction network which uses the CNN to estimate the local weighting kernels used to compute each denoised pixel from its neighbors. We train and evaluate our networks on production data and observe improvements over state-of-the-art MC denoisers, showing that our methods generalize well to a variety of scenes. We conclude by analyzing various components of our architecture and identify areas of further research in deep learning for MC denoising.

downloads

publication

supplementals

citation

bibtex

@article{Bako2017KPCN,
    title     = {Kernel-Predicting Convolutional Networks for Denoising Monte Carlo Renderings},
    author    = {Bako, Steve and Vogels, Thijs and McWilliams, Brian and Meyer, Mark and Nov\'ak, Jan and Harvill, Alex and Sen, Pradeep and DeRose, Tony and Rousselle, Fabrice},
    journal   = {ACM Transactions on Graphics (Proceedings of SIGGRAPH 2017)},
    volume    = {36},
    number    = {4},
    year      = {2017},
    articleno = {97},    
    pages     = {97:1--97:14},
    publisher = {ACM},
    address   = {New York, NY, USA},
    doi       = {10.1145/3072959.3073708},
}