1 / 32

Separable Approximation of Ambient Occlusion

Separable Approximation of Ambient Occlusion Jing Huang 1 Tamy Boubekeur 1 Tobias Ritschel 1,2 Matthias Holländer 1 Elmar Eisemann 1 1 Télécom ParisTech - CNRS/LTCI 2 Intel Visual Computing Institute. Ambient Occlusion.

gaerwn
Télécharger la présentation

Separable Approximation of Ambient Occlusion

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Separable Approximation of Ambient Occlusion Jing Huang1Tamy Boubekeur1 Tobias Ritschel1,2 Matthias Holländer1 Elmar Eisemann1 1Télécom ParisTech - CNRS/LTCI 2Intel Visual Computing Institute

  2. Ambient Occlusion Fast approximation of a subset of indirect lightingeffects

  3. Ambient Occlusion

  4. Ambient Occlusion • AO = shadowcreated by ambient illumination Ref photo : Guangzhou - Cloudy Day • Was first introduced by M. S. Langer & S. W. Zucker («Shape fromshading on a cloudyday», 1994) • Capturing surface variation usingaccessibiltyshading by Gavin Miller («Efficient Algorithms for Local and Global Accessibility Shading», 1994)

  5. Ambient Occlusion Integral of Visibility all over the hemisphere

  6. Ambient Occlusion • Improving the perception of volume, concavities & contact areas of 3D objects AO in Starcraft II.

  7. Evaluation Estimated by ray tracing Prohibitive for real time rendering

  8. Screen-SpaceAmbient Occlusion For Real Time Applications

  9. ScreenSpaceAmbient Occlusion SSAO • Main idea: • using the depth-buffer as a cheap, randomly accessible substitution for the actualscene’sgeometry. • Casting AO computation as a local filter in screenspace • CryEngine [Mittring2007]

  10. ScreenSpaceAmbient Occlusion • [Shanmugam and Okan 2007], [McGuire 2010]

  11. ScreenSpaceMethods • Horizon-Based AO [BAVOIL 2008] depends on the elevation angle e

  12. HybridAmbient Occlusion • Accounts for «outside the view» occluders [Reinbothe 2009]

  13. Problem • Can we go a stepfurther ? • SSAO alreadyreformulated a 3D raytracingprocessinto a 2D screenspacelayout • Can wework in 1D ? Observation: • SSAO looks like a local image filter. Idea: • Propose a separable (2x1D) AO approximation instead of a full (2D) evaluation

  14. Separable Approximation of Ambient Occlusion

  15. SeparableGaussianFilter

  16. SeparableGaussianFilter

  17. BilateralFilter Withgaussianfilter Withbilateralfilter Original signal

  18. SeparableBilateralFilter Mathematicallynot separable But convincingseparableapproximation [Pham 2005]

  19. Separable AO • Separate AO samplingalong 2 orthogonal axes in a 2-passprocess • Evaluation alongeach axis usinganykind of SSAO • Occlusion estimation (Crytek, HBAO, etc) • Sampling (uniform, random, jittered, etc) Needspatiallyvarying directions for removingdirectionalbandingartifacts Solution: Local Frame Randomization

  20. Local Frame Randomization • Randomize the orientation of the local frame (axis pair) ateach pixel • Avoidsbandingartifacts.

  21. Distribution Pattern [Pharr 2004] • Usingdifferent distribution pattern: • Random • Stratifiedsampling • Regular • Jittered • Low-discrepancysampling • Halton sequence • Hammersleysequence Random Regular Jittered Halton Hammersley

  22. InterleavedSampling[Keller 2001] • Regularlyreplicated basis pattern • Betweenregular & irregularsampling Regular Pattern Interleaved Pattern

  23. InterleavedSampling[Keller 2001] «Toasters»

  24. InterleavedSampling[Keller 2001] Sampling 4 x 4 BoxfilterResults High FrequencyRandom AO in « Toaster’sfeet » 4 x 4 Interleaved • Advantage: • easy to filter • savememory

  25. Results

  26. Performance Resolution 1024 x 768 GPU Nvidia GTX 480

  27. PerceptualError Measuredagainst the exact computation for each technique using[Mittring 2007] [BAVOIL 2008] Reference HBAO Separable PerceptualDifference in Labspace. [Yee 2004]

  28. Video

  29. Limitations • Inheritedfrom the particular SSAO technique using to evaluatealong the 2 axis • Missedoccluders (outside the frustum) • Couldbesolved by voxelization [Reinbothe 2009] • Over occlusion • Couldbesolved by depth peeling [Ritschel 2009]

  30. Conclusion • Separable Approximation of Ambient Occlusion • Faster than complete evaluation • Compatible with all SSAO methods • No visible error • Same principle can be applied to other screen-space rendering techniques

  31. Acknowledgements • ANR Projects « Cecil » and « MEDIAGPU » • European Network of Excellence « 3DLife » • Help from Telecom ParisTech: Catherine Pelachaud, Bert Buchholz, Jean-Marc Thiery

  32. Thankyou for your attention • Thanks • Merci • 谢谢 • Danke • Obrigado • Gracias

More Related