jan novák

Deep Scattering: Rendering Atmospheric Clouds with Radiance-Predicting Neural Networks

Simon Kallweit, Thomas Müller, Brian McWilliams, Markus Gross, Jan Novák

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

Deep Scattering: Rendering Atmospheric Clouds with Radiance-Predicting Neural Networks - teaser

We synthesize multi-scattered illumination in clouds using deep radiance-predicting neural networks (RPNN). We combine Monte Carlo integration with data-driven radiance predictions, accurately reproducing edge-darkening effects (left), silverlining (right), and the whiteness of the inner part of the cloud.

abstract

We present a technique for efficiently synthesizing images of atmospheric clouds using a combination of Monte Carlo integration and neural networks. The intricacies of Lorenz-Mie scattering and the high albedo of cloud-forming aerosols make rendering of clouds--e.g. the characteristic silverlining and the 'whiteness' of the inner body--challenging for methods based solely on Monte Carlo integration or diffusion theory. We approach the problem differently. Instead of simulating all light transport during rendering, we pre-learn the spatial and directional distribution of radiant flux from tens of cloud exemplars. To render a new scene, we sample visible points of the cloud and, for each, extract a hierarchical 3D descriptor of the cloud geometry with respect to the shading location and the light source. The descriptor is input to a deep neural network that predicts the radiance function for each shading configuration. We make the key observation that progressively feeding the hierarchical descriptor into the network enhances the network's ability to learn faster and predict with higher accuracy while using fewer coefficients. We also employ a block design with residual connections to further improve performance. A GPU implementation of our method synthesizes images of clouds that are nearly indistinguishable from the reference solution within seconds to minutes. Our method thus represents a viable solution for applications such as cloud design and, thanks to its temporal stability, for high-quality production of animated content.

downloads

publication

supplementals

video

citation

video

bibtex

@article{Kallweit2017DeepScattering,
	author     = {Kallweit, Simon and M\"{u}ller, Thomas and McWilliams, Brian and Gross, Markus and Nov\'{a}k, Jan},
	title      = {Deep Scattering: Rendering Atmospheric Clouds with Radiance-Predicting Neural Networks},
	journal    = {ACM Trans. Graph. (Proc. of Siggraph Asia)},
	volume     = {36},
	number     = {6},
	articleno  = {231},
	month      = nov,
	year       = {2017},
	issue_date = {November 2017},
	numpages   = {11},
	publisher  = {ACM},
	address    = {New York, NY, USA},
	url        = {http://doi.acm.org/10.1145/3130800.3130880},
	doi        = {10.1145/3130800.3130880}
}