/*Override h4 style for larger fonts and more spacing*/ h1{ margin-top: -15px; font-size:1.6em; } h3{ color:#000000; } div.section{ color:#000000; font-size:1.4em; font-weight:bold; margin-bottom:6px; margin-top:14px; } div.subsection{ color:#000000; font-size:1.em; font-weight:bold; margin-bottom:10px; margin-top:18px; } div.abstract{ text-align:justify; font-size:1.05em; line-height:1.4em; margin-right:16px; margin-left: 8px; } div.text a:link,a:active,a:hover,a:visited{ text-decoration:none; } div.text a:hover{ text-decoration:underline; } img.thumbnail{ height:128px; border:1px solid; } img.smallicon{ height:32px; } div.teaser_caption{ font-style: italic; text-align: justify; } img.teaser3{ width:99.5%; border:0px solid #000000; } img.paperpage{ height:90px; border:1px solid #cccccc; } span.jumplink { font-weight:bold; } table.jumplinks td{ vertical-align:middle; } 

Path Space Regularization for Holistic and Robust Light Transport

Anton S. Kaplanyan and Carsten Dachsbacher

Computer Graphics Forum (Proceedings of Eurographics 2013)

The Kitchen scene illuminated by a point light from outside through glass windows. MCPPM introduces bias uniformly, while MLT does not: here bias becomes noticeable as blurred edges of the floor caustic (red inset). VCM, one of the recent non-Metropolis techniques, generates noisy results due to the inefficiency of stochastic path sampling (compared to exploring the small subset of light paths through the window contributing to the lighting in the image). The two rightmost figures are rendered using original MLT mutations with the recent manifold exploration mutation. The blue inset shows the reflected caustic for which both MCPPM and regularized MLT introduce unavoidable bias; non-regularized MLT cannot handle the caustic reflected off the mirror wall.
Abstract
We propose a simple yet powerful regularization framework for robust light transport simulation. It builds on top of existing unbiased methods and resorts to a consistent estimation using regularization only for paths which cannot be sampled in an unbiased way. To introduce as little bias as possible, we selectively regularize individual interactions along paths, and also derive the regularization consistency conditions. Our approach is compatible with the majority of unbiased methods, e.g. (bidirectional) path tracing and Metropolis light transport (MLT), and only a simple modification is required to adapt existing renderers. We compare to recent unbiased and consistent methods and show examples of scenes with difficult light paths, where regularization is required to account for all illumination features. When coupled with MLT we are able to sample all phenomena, like recent consistent methods, while achieving superior convergence.
Paper (with thumbnails)
Paper
Page 1 Page 2 Page 3 Page 4 Page 5 Page 6 Page 7 Page 8 Page 9 Page 10
Supplementary
Supplementary
Slides
Slides Slides

.ba-layer_tl {position:absolute; top:0; left:0; z-index:3; border-right:2px solid #cc8; border-bottom:2px solid #cc8;} .ba-layer_tr {position:absolute; top:0; left:0; z-index:2; border-bottom:2px solid #8c8;} .ba-layer_bl {position:absolute; top:0; left:0; z-index:1; border-right:2px solid #f88;} .ba-layer_br {position:absolute; top:0; left:0; z-index:0;} .ba-border_tl {position:absolute; top:0; left:0; z-index:4;} .ba-border_tr {position:absolute; top:0; left:0; z-index:4;} .ba-border_bl {position:absolute; top:0; left:0; z-index:4;} .ba-border_br {position:absolute; top:0; left:0; z-index:4;} .ba-caption_tl {position:absolute; bottom:10px; right:10px; z-index:120; color:#fff; text-align:center; text-shadow: 1px 1px 0 #000; white-space: nowrap; padding:5px; font-size:12px; font-family:arial; display:none;} .ba-caption_tr {position:absolute; bottom:10px; left: 10px; z-index:120; color:#fff; text-align:center; text-shadow: 1px 1px 0 #000; white-space: nowrap; padding:5px; font-size:12px; font-family:arial; display:none;} .ba-caption_bl {position:absolute; top:10px; right:10px; z-index:120; color:#fff; text-align:center; text-shadow: 1px 1px 0 #000; white-space: nowrap; padding:5px; font-size:12px; font-family:arial; display:none;} .ba-caption_br {position:absolute; top:10px; left: 10px; z-index:120; color:#fff; text-align:center; text-shadow: 1px 1px 0 #000; white-space: nowrap; padding:5px; font-size:12px; font-family:arial; display:none;}

 

Bibtex
@article{Kaplanyan2013PSR,
   author  = {Kaplanyan, Anton S. and Dachsbacher, Carsten},
   title   = {Path Space Regularization for Holistic and Robust Light Transport},
   journal = {Computer Graphics Forum (Proc. of Eurographics 2013)},
   volume  = {32},
   number  = {2},
   pages   = {63--72},
   year    = {2013}
 }