Parameterization of Tabulated BRDFs Ian Mallett (me), Cem Yuksel

Slides:



Advertisements
Similar presentations
Request Dispatching for Cheap Energy Prices in Cloud Data Centers
Advertisements

SpringerLink Training Kit
Luminosity measurements at Hadron Colliders
From Word Embeddings To Document Distances
Choosing a Dental Plan Student Name
Virtual Environments and Computer Graphics
Chương 1: CÁC PHƯƠNG THỨC GIAO DỊCH TRÊN THỊ TRƯỜNG THẾ GIỚI
THỰC TIỄN KINH DOANH TRONG CỘNG ĐỒNG KINH TẾ ASEAN –
D. Phát triển thương hiệu
NHỮNG VẤN ĐỀ NỔI BẬT CỦA NỀN KINH TẾ VIỆT NAM GIAI ĐOẠN
Điều trị chống huyết khối trong tai biến mạch máu não
BÖnh Parkinson PGS.TS.BS NGUYỄN TRỌNG HƯNG BỆNH VIỆN LÃO KHOA TRUNG ƯƠNG TRƯỜNG ĐẠI HỌC Y HÀ NỘI Bác Ninh 2013.
Nasal Cannula X particulate mask
Evolving Architecture for Beyond the Standard Model
HF NOISE FILTERS PERFORMANCE
Electronics for Pedestrians – Passive Components –
L-Systems and Affine Transformations
CMSC423: Bioinformatic Algorithms, Databases and Tools
Some aspect concerning the LMDZ dynamical core and its use
Bayesian Confidence Limits and Intervals
实习总结 (Internship Summary)
Current State of Japanese Economy under Negative Interest Rate and Proposed Remedies Naoyuki Yoshino Dean Asian Development Bank Institute Professor Emeritus,
Front End Electronics for SOI Monolithic Pixel Sensor
Face Recognition Monday, February 1, 2016.
Solving Rubik's Cube By: Etai Nativ.
CS284 Paper Presentation Arpad Kovacs
انتقال حرارت 2 خانم خسرویار.
Summer Student Program First results
Theoretical Results on Neutrinos
HERMESでのHard Exclusive生成過程による 核子内クォーク全角運動量についての研究
Wavelet Coherence & Cross-Wavelet Transform
yaSpMV: Yet Another SpMV Framework on GPUs
Creating Synthetic Microdata for Higher Educational Use in Japan: Reproduction of Distribution Type based on the Descriptive Statistics Kiyomi Shirakawa.
MOCLA02 Design of a Compact L-­band Transverse Deflecting Cavity with Arbitrary Polarizations for the SACLA Injector Sep. 14th, 2015 H. Maesaka, T. Asaka,
Hui Wang†*, Canturk Isci‡, Lavanya Subramanian*,
Fuel cell development program for electric vehicle
Overview of TST-2 Experiment
Optomechanics with atoms
داده کاوی سئوالات نمونه
Inter-system biases estimation in multi-GNSS relative positioning with GPS and Galileo Cecile Deprez and Rene Warnant University of Liege, Belgium  
ლექცია 4 - ფული და ინფლაცია
10. predavanje Novac i financijski sustav
Wissenschaftliche Aussprache zur Dissertation
FLUORECENCE MICROSCOPY SUPERRESOLUTION BLINK MICROSCOPY ON THE BASIS OF ENGINEERED DARK STATES* *Christian Steinhauer, Carsten Forthmann, Jan Vogelsang,
Particle acceleration during the gamma-ray flares of the Crab Nebular
Interpretations of the Derivative Gottfried Wilhelm Leibniz
Advisor: Chiuyuan Chen Student: Shao-Chun Lin
Widow Rockfish Assessment
SiW-ECAL Beam Test 2015 Kick-Off meeting
On Robust Neighbor Discovery in Mobile Wireless Networks
Chapter 6 并发:死锁和饥饿 Operating Systems: Internals and Design Principles
You NEED your book!!! Frequency Distribution
Y V =0 a V =V0 x b b V =0 z
Fairness-oriented Scheduling Support for Multicore Systems
Climate-Energy-Policy Interaction
Hui Wang†*, Canturk Isci‡, Lavanya Subramanian*,
Ch48 Statistics by Chtan FYHSKulai
The ABCD matrix for parabolic reflectors and its application to astigmatism free four-mirror cavities.
Measure Twice and Cut Once: Robust Dynamic Voltage Scaling for FPGAs
Online Learning: An Introduction
Factor Based Index of Systemic Stress (FISS)
What is Chemistry? Chemistry is: the study of matter & the changes it undergoes Composition Structure Properties Energy changes.
THE BERRY PHASE OF A BOGOLIUBOV QUASIPARTICLE IN AN ABRIKOSOV VORTEX*
Quantum-classical transition in optical twin beams and experimental applications to quantum metrology Ivano Ruo-Berchera Frascati.
The Toroidal Sporadic Source: Understanding Temporal Variations
FW 3.4: More Circle Practice
ارائه یک روش حل مبتنی بر استراتژی های تکاملی گروه بندی برای حل مسئله بسته بندی اقلام در ظروف
Decision Procedures Christoph M. Wintersteiger 9/11/2017 3:14 PM
Online Social Networks and Media
Limits on Anomalous WWγ and WWZ Couplings from DØ
Presentation transcript:

Parameterization of Tabulated BRDFs Ian Mallett (me), Cem Yuksel University of Utah, USA Hello, my name is Ian Mallett. Our paper is entitled “Parameterization of Tabulated BRDFs”.

Background / Motivation BRDFs describe light scattering Extremely important to realism Measured data is realistic e.g. Matusik et al. 2003 The bidirectional reflectance distribution function—or BRDF—describes how light scatters off of a surface, thereby defining its material's appearance. The BRDF is typically posed as a three-dimensional or four-dimensional function, and has become ubiquitous in graphics as a method of describing surface properties. Accurate material rendering is crucial to realism—second, perhaps, only to global illumination in its importance. Therefore, recently much research has focused on various analytic BRDF models, particularly those based on microfacet theory. However, the BRDF can also be acquired directly from measurements of real-world materials, capturing minute variations in surface reflectivity for the ultimate in realism. In this paper, we'll deal only with raw measured data stored tabularly in samples, not in various analytic models derived from such data.

Background / Motivation What parameterization (mapping of data to BRDF's angle space) should we use? θout Specifically, to use measured data, one must first define a mapping between a BRDF's intrinsic angular space into a multi-dimensional table of samples. After picking a basis—say, the popular half-angle basis—we need to decide how corresponding axes map onto each other. This, the key component of the mapping, is the data's parameterization. By default, the “uniform” parameterization maps them linearly, but the parameterization can be, in-general, any monotonic function. The choice of parameterization has a tremendous effect on the storage efficiency of the data. For example, it is advantageous to devote more table data to accurately storing the specular peak and retroreflection exhibited by most BRDFs, as opposed to the BRDF's diffuse component, which is low-frequency and well-represented by a smaller allotment of table cells. An intelligent choice of parameterization can generate any such desired distortion, and yet . . . Parameterization φin BRDF θin BRDF Data Table

Background / Motivation Literature lacks general methods to compare and generate parameterizations! . . . the literature lacks general methods to compare and generate new parameterizations! While different parameterizations have been used previously, there is no underlying, consistent, mathematical framework to motivate them, analyze their effectiveness, and develop new ones.

Contributions Framework to generate and evaluate parameterizations Provide example parameterization and analysis Discuss related technical and theoretical issues Therefore, in this paper, we begin by providing such a framework. We then validate our framework by using it to develop a novel parameterization. By way of example, we present a thorough theoretical and empirical analysis of this parameterization. Finally, we discuss sampling issues that arise in the use of measured BRDF data.

Mathematical Framework Want parameterization to importance-sample BRDF: γ is angle state vector (θin,φin,θout,φout) s is parameter vector (sθin,sφin,sθout,sφout) We describe how to formulate this in the paper 𝑑γ 𝑑𝑠 ∝𝐵𝑅𝐷𝐹 γ 𝑑γ 𝑑𝑠 ∝𝐵𝑅𝐷𝐹 γ We begin with a brief overview of our mathematical framework. The framework is based on the idea of controlling sample density directly. The best choice is to allocate more sample density in areas where the BRDF value is larger. A similar idea underlies importance sampling. Hence, we can set sample density at any point to be proportional to the BRDF value there. The left-hand-side of this equation represents sample density, and is a differential ratio of angular space and table space. Again, here we set it to be proportional to the BRDF—the right-hand-side. Although conceptually straightforward, the above equation immediately implies useful tools to generate and evaluate novel parameterizations. We discuss these, interesting side-effects, and necessary technical details in the paper.

Example Parameterization Fit a quadratic Bézier curve for each table axis P2 P1 P0 We used our framework to generate and analyze an example parameterization for glossy BRDFs. We now discuss this parameterization to demonstrate and validate our framework. When analyzing a BRDF’s intensity, we typically observe an S-shaped distribution of values along most table axes. A simple model for representing such deviations is a quadratic Bézier curve. Using a Bézier curve for each table axis to invert the deviation creates a table that better represents certain areas of the BRDF. For example, in the diagram on the right, table density is reallocated along the specular plane by distorting the mapping of azimuthal angles. The curve is given a free variable that can be numerically fit to the data. A range of representative curves is shown on the left. The numerical fit optimizes the approximate proportionality of the data and the BRDF, allowing the parameterization to adapt to a range of different BRDFs. Effect on BRDF data spacing: Higher density near specular plane (green/blue axes)

Example Parameterization We then evaluated this parameterization on several analytic models and the entirety of tabular, measured data from Matusik et al. This plot shows the predicted relative performance of different parameterizations for that entire dataset. The estimate is calculated by using the total intensity metric; a heuristic provided by our framework. As you can see, the prediction for the Bézier curve parameterization exceeds that of the uniform parameterization for all BRDFs.

Example Parameterization Moreover, we found that quantitative comparisons of renderings validated these predictions. Here, we show such a comparison on two different materials. As you can see, the nonlinearity of the Bézier curve allows the specular peak on the top row to be more accurately captured, while the curve's adaptivity still allows it to represent more diffuse, glossy materials (bottom row). From this, we determine that the Bézier curve makes for a highly effective parameterization, demonstrating that our framework is a powerful tool for generating and analyzing parameterizations generally. More information on this analysis is available in the paper. More examples in paper . . .

Higher-Order Reconstruction Filtering Important for measured data We suggest cubic B-spline Good results Efficient GPU implementation (Sigg and Hadwiger 2005) Although somewhat orthogonal to the main contribution of our mathematical framework, we briefly comment on the BRDF reconstruction problem and a solution; when using any sampled data, it is important to use appropriate reconstruction filtering. This turns out to be especially true for measured data for BRDFs, and is a concern regardless of parameterization. We tried a number of different filters. Ultimately, we found that B-spline filters work well, primarily because ringing and undershooting are especially objectionable in a BRDF. As a further advantage, efficient GPU implementations of B-spline filtering exist.

Higher-Order Reconstruction Filtering Higher-Order Filter (Cubic B-spline) Linear Filter On this slide, we show the importance of higher-order filtering. On the left, a simple linear filter produces objectionable banding artifacts, which are most visible on highly-specular BRDFs such as this one. On the right, higher-order filtering eliminates the problem.

Conclusion Propose new mathematical framework to generate and analyze parameterizations Validate our approach by generating and analyzing an example parameterization Discuss higher-order filtering for measured BRDFs In conclusion, we introduce a new mathematical framework for generating and analyzing parameterizations of BRDFs. We then validate our approach by using our framework to develop a new parameterization. Our framework accurately predicts this parameterization's favorable qualities. We then discussed higher-order filtering for measured BRDFs. BRDFs are important for realism, and by improving the efficiency of their representation using the mathematical and analytical techniques we propose in the paper, measured BRDFs can be made both more bandwidth-efficient and practical.

Questions Thank you for your attention, and are there any questions?

External Image Sources BRDF picture: Derived from https://en.wikipedia.org/wiki/Bidirectional_scattering_ distribution_function#/media/File:BSDF05_800.png BRDF diagram: remade from http://cybertron.cg.tu- berlin.de/rapid_prototyping_11ws/rp_brdf/img/reflectio n_t.png University of Utah and CGI images adapted from respective websites