Mathematics is a powerful tool that can be used to create models, among other things. When a real world system is represented using a mathematical model, the solution to the mathematical model often represents an answer to a problem in the real world system. In some cases, due to the nature of the system, the mathematical model includes a series of functions that are multiplied together and integrated, or simply multiplied together. One example of such a mathematical model is a light transport model that represents the physics of light moving within a three-dimensional scene. The light transport model describes the radiance of objects in the scene as a function of parameters such as the viewpoint of the observer, the texture of the objects, and the lighting itself.
In cases in which the mathematical model is complex and time-consuming to solve, an approximation of the model can be employed to simplify, for example, rendering a graphical scene. However, the approximation may underestimate or ignore some variables of the model, and therefore the contribution of corresponding elements to the overall system. For example, most computer graphics rendering processes rely on simplified or approximated versions of the light transport model, but the lighting of the scenes rendered using such models is not realistic. Some simplified versions of the light transport model require objects in the scene to be static. Others cannot approximate the specular highlights that high-frequency lighting creates on glossy materials. Still others are physically accurate but are too slow for real-time rendering.
To date, a need exists for systems and methods for determining the integral of the product of a plurality of functions, or for determining the product of a plurality of functions. For example, such a need exists in the art of computer graphics rendering, where such systems and methods can be employed with reference to the light transport model.
In one embodiment, a computer readable medium configured to approximate the integral of the product of a plurality of functions includes logic configured to factor the plurality of functions into a set of fixed functions and one varying function, logic configured to determine a first vector that represents the product of the fixed functions in the wavelet domain, logic configured to determine a second vector that represents the one varying function in the wavelet domain, and logic configured to determine an inner product of the first vector and the second vector.
In one embodiment, a computer readable medium configured to determine a vector that represents the product of a plurality of functions in the wavelet domain includes logic configured to project each function of the plurality of functions into the wavelet domain, logic configured to encode the basis coefficients of each function of the plurality in a wavelet tree, and logic configured to determine basis coefficients of the vector by traversing direct paths through the wavelet trees, along which direct paths an integral coefficient may by non-zero.
Other systems, devices, methods, features, and advantages of the disclosed systems and methods for determining the integral of the product of a plurality of functions will be apparent or will become apparent to one with skill in the art upon examination of the following figures and detailed description. All such additional systems, devices, methods, features, and advantages are intended to be included within the description and are intended to be protected by the accompanying claims.
The present disclosure may be better understood with reference to the following figures. Matching reference numerals designate corresponding parts throughout the figures, and components in the figures are not necessarily to scale.
Described below are embodiments of systems and methods for determining the integral of the product of a plurality of functions, and for determining the product of a plurality of functions. In some embodiments, the systems and methods can be used to render scenes using a computer, including dynamic glossy objects in real time, as is also described in a paper by the inventors, Sun et al., entitled “Generalized Wavelet Product Integral for Rendering Dynamic Glossy Objects”, ACM Transactions on Graphics (SIGGRAPH '06) 25, 3, 955-966, which is incorporated by reference herein in its entirety.
where u is the integral of the product of the plurality of functions, N is the total number of functions contributing to the product being integrated, and Fi(v) generically denotes the ith function in the product being integrated, i being any integer from 1 to N.
In block 102, each of the plurality of functions Fi(v) is projected into the wavelet domain. Projecting the functions into the wavelet domain comprises, for example, performing a wavelet transform on each function. The wavelet transform projects the function Fi(v) onto a wavelet basis set β. The wavelet basis set β includes a plurality of basis functions bh(v). As a result of the wavelet transform, each function Fi(v) is expressed as the sum of a series of basis functions bh(v) scaled by corresponding basis coefficients fi,h as shown in equation (2):
where bh(v) is a hth basis function in the wavelet basis set β, fi,h is the basis coefficient corresponding to the hth basis function, and M is the number of basis functions bh(v) used to represent the function Fi(v) in the wavelet domain. Replacing the function Fi(v) in equation (1) with its wavelet domain representation shown in equation (2) yields the wavelet domain representation of the integral of the product of the plurality of functions, as shown in equation (3):
The wavelet transform can be a nonstandard Haar wavelet transform, in which case the wavelet basis set β can be a two-dimensional, nonstandard Haar basis set. Such a wavelet transform and basis set are described by Stollnitz, et al. in “Wavelets for Computer Graphics: A Primer,” IEEE Computer Graphics and Applications (1995), 15, 3, 76-84, which is incorporated by reference in its entirety herein. Projecting each function Fi(v) onto the two-dimensional, nonstandard Haar basis set by performing the nonstandard Haar wavelet transform simplifies evaluating the integral of the product of the plurality of functions because only nonzero basis coefficients fi,h and nonzero Nth order integral coefficients CN contribute to the integral and when two-dimensional, nonstandard Haar basis functions are used to represent the functions Fi(v), many of the basis coefficients fi,h and the Nth order integral coefficients CN are zero, as described in detail below. Therefore, from this point forward, the term wavelet transform generally refers to the nonstandard Haar wavelet transform, the term basis function bh, generally refers to a two-dimensional, nonstandard Haar basis function and the term basis set B generally refers to the two-dimensional, nonstandard Haar basis set and the basis functions, of this basis set, unless otherwise indicated. Because the wavelet transform is known in the art and is explained in the Stollnitz reference incorporated above, a discussion of the wavelet transform is omitted here. However, a brief explanation of the basis set is provided below.
The two-dimensional, nonstandard Haar basis set B includes a plurality of basis functions, the number of basis functions varying with the resolution n of the basis set. For example,
Generally speaking, the basis set 200 includes four basis function types: scaling basis functions generally denoted by φ, and three different wavelet basis functions generally denoted by ψ1, ψ2, and ψ3. A mother basis function is defined for each of the four basis function types. As illustrated in
Each of the remaining basis functions in the basis set 200 is a dilated and spatially translated version of one of the mother basis functions. The mother basis functions can be dilated by a scale j and can be spatially translated with respect to an x-y coordinate system by spatial translations k and l. The scale j can be any integer from 0 to (n−1), n being the resolution of the basis set 200. Each spatial translation k and l can be any integer from 0 to (2j−1). Each combination <j,k,l> is a unique support that indicates a size and location of the basis function in the diagram, the size being a function of the scale j and the location being a function of the spatial translations k, l.
For each support <j,k,l>, four normalized basis functions are defined, one for each of the basis function types. A scaling basis function φklj for the support <j,k,l> is expressed in terms of the mother scaling basis function φ0 by:
φklj(x,y)=2jφ0(2jx−k,2jy−l) (4)
Three wavelet basis functions ψ1
ψ1
ψ2
ψ3
The basis set 200 therefore includes one basis function for each basis function type at each support <j,k,l>, the basis function type indicating the shape of the basis function within the diagram, and the support indicating the size and location of the basis function within the diagram.
Although the two-dimensional, nonstandard Haar basis set B is described above with reference to the basis set 200 shown in
The basis set B includes a subset of restricted basis functions. The restricted basis function subset includes 2n×2n basis functions from the basis set, including the mother scaling basis function φ0 and all of the wavelet basis functions ψ1
Returning to block 102 of
The meaning of the wavelet domain representation of the function Fi(v) will now be described. The mother basis functions are defined for the support <0,0,0>, which covers the entire diagram. Therefore, the basis coefficients of the mother basis functions provide information about the entire function Fi(v). Specifically, the shape of the mother scaling basis function φ0 represents an average over the entire diagram, and the shapes of the mother wavelet functions ψ10, ψ20, and ψ30 represent horizontal, vertical, and diagonal steps, respectively, from the mother scaling basis function φ0 over the entire diagram. Therefore, the basis coefficient of the mother scaling basis function φ0 provides information about an average of the function Fi(v), while the basis coefficients of the wavelet basis functions ψ10, ψ20, and ψ30 provide information about horizontal, vertical and diagonal differences from average, respectively, over the entire function.
Supports <j,k,l> that are less than the entire diagram represent distinct portions of the function Fi(v) represented by the diagram. Therefore, the basis coefficients of basis functions for supports <j,k,l> other than <0,0,0> provide information about the portion of the function Fi(v) represented by the support, and the basis function type indicates the type of information that is provided. Specifically, the basis coefficients of the wavelet basis functions ψ1
While the basis coefficients of basis functions at finer or higher scales j provide information about smaller portions of the function Fi(v), the information that is provided is more detailed or resolved. For example, in
With reference back to
and an Nth order integral coefficient CN is defined as the integral of the Nth order basis product PN:
Substituting equation (9) into equation (3), the integral of the product of the plurality of functions is expressed in the wavelet domain according to equation (10):
In other words, the integral of the product of the plurality of functions u is represented in the wavelet domain as the sum of a series of contributing products. Each contributing product in the series is the product of multiple basis coefficients and one Nth order integral coefficient CN, the multiple basis coefficients including one basis coefficient fi,h from each of the N functions, and the Nth order integral coefficient CN being the integral of the product of the basis functions bh(v) that correspond to those basis coefficients fi,h. One contributing product appears in the series for each combination of N basis coefficients fi,h having one coefficient from each of the N functions, such that a total of MN contributing products appear in the series. It should be noted that in the basis coefficient fi,h, h is an integer from 1 to M and i is an integer from 1 to N, M being the number of basis functions bh used to represent the function Fi(v) and N being the number of functions Fi(v) whose product is being integrated.
In block 106, the basis functions are organized in a basis function tree, and the basis coefficients of each function are placed in a basis coefficient tree. The basis function tree is described first, because its organization informs the organization of the basis coefficient tree.
The basis function tree organizes basis functions based on parent-child relationships among the basis functions. The mother scaling function φ0 is defined as the parent of all other basis functions, and is defined as the immediate parent of the mother wavelet functions ψ10, ψ20, and ψ30. For all other basis functions, the basis function is a parent basis function of a child basis function if the scale j of the parent basis function is less than the scale j of the child basis function and the support <j,k,l> of the parent basis function completely covers the support <j,k,l> of the child basis function, meaning the parent basis function is positionally located in the diagram with respect to the x-y coordinate system in every (x, y) position occupied by the child basis function. The parent basis function of support <j,k,l> is an immediate parent of the child basis function if the child basis function has scale (j+1) and is located at spatial positions (2k, 2l), (2k+1, 2l), (2k, 2l+1), and (2k+1, 2l+1). Based on the definitions above, a child basis function may have more than one immediate parent basis function, and further, the immediate parent basis functions may be a different mother basis function type than the child basis function. For example, with reference to
For example,
Because the child nodes 706 are organized according to parent-child relationship, any basis function in any child node 706 is an immediate child basis function of the basis functions in the node from which the child node 706 depends. For example, each basis function in the child node 710 is the immediate child basis function of each of the mother wavelet functions in the mother node 704. Further, if any basis function in a child node 706 is a parent basis function, its corresponding child basis functions are located in child nodes 706 depending from it, and if the basis function in the child node 706 is an immediate parent basis function, its corresponding immediate child basis functions are located in the child nodes 706 immediately depending from it. For example, in
As shown, the basis function tree 700 includes all of the basis functions of the basis set 200 shown in
A direct path through the basis function tree 700 connects the node in which a child basis function lies to the node in which its parent basis function lies. The direct path traces from the child basis function to the parent basis function passing through any nodes including the immediate parent basis functions. For example, in
The basis coefficient tree has the same nodes as the corresponding basis function tree. However, instead of organizing basis functions according to parent-child relationship, the basis coefficient tree organizes basis coefficients. Each basis coefficient is in the node of the basis coefficient tree that corresponds to the node occupied by its corresponding basis function in the basis function tree. Therefore, the basis coefficient tree has the same nodes positioned with respect to each other in the same manner as the basis function tree. Unlike the basis function tree, however, in the basis coefficient tree the child nodes include at most three basis coefficients, the child scaling functions not having basis coefficients because the wavelet transform projects the function onto the restricted bases.
For example,
As shown, the basis coefficient tree 800 includes one basis coefficient for each restricted basis function of the basis set shown in
With reference back to block 106 of
In block 108, the Nth order integral coefficients CN are determined, one Nth order integral coefficient CN appearing in each contributing product in the sum of the series of contributing products that determines the integral u. As mentioned above, only contributing products that include nonzero Nth order integral coefficients CN contribute to the result u in equation (10), but when two-dimensional, nonstandard Haar basis functions are used to represent the functions Fi(v), many of the Nth order integral coefficients CN are zero. If the integral coefficient is zero, the entire contributing product is zero and does not contribute to the integral. If the integral coefficient is not zero, its value should be determined so that the contribution of the contributing product to the integral u is considered. For example, in
P2=b1·b2=±|P2|bp
The product P2 of the two basis functions is not zero if the support of one of the basis functions completely covers the support of the other basis function, as shown in examples 901 through 915. As mentioned above, the support of one basis function completely covers the support of another basis function if the one basis function is positionally located in the diagram with respect to the x-y coordinate system in every (x, y) position occupied by the other basis function. In other words, the product P2 of two basis functions is non-zero if and only if either there is a direct path in the basis function tree between the nodes occupied by the two basis functions, meaning the two basis functions are related as parent and child, or the two basis functions lie in the same node of the basis function tree, meaning the two basis functions have the same support. Otherwise, when the support of neither basis function completely covers the support of the other basis function, the product P2 of two basis functions is zero, as shown in examples 916, 917, and 918. In other words, the product P2 of two basis functions is zero if the supports of the two basis functions are completely disjoint.
In cases in which the product P2 is not zero, the sign, magnitude, and basis function of the product P2 can be determined from the characteristics of the two basis function being multiplied together. For example, the product of two identical wavelet basis functions of the same support is the scaling basis function of the same support, scaled by a magnitude 2j, as shown in examples 901, 902, and 903 and in equation (12).
ψklj·ψklj=2jφklj (12)
The product of two different wavelet basis functions of the same support is the third wavelet basis function of the same support, scaled by a magnitude 2j, as shown in examples 904, 905, and 906 and in equations (13):
ψ1
ψ2
ψ3
The product of a scaling basis function of a given support and a wavelet basis function of the same support is the wavelet basis function of the same type and support, scaled by a magnitude 2j, as shown in examples 907, 908, and 909 and in equation (14):
φklj·ψklj=2jψklj (14)
The product of two scaling basis functions of the same support is the scaling basis function of the same support, scaled by a magnitude 2j, as shown in examples 910, 911, and 912 and in equation (15):
φklj·φklj=2jφklj (15)
The product of a child basis function and a parent basis function is the child basis function, scaled by a sign ± and a magnitude 2j, where the sign is the same as the sign of the portion of the support of the parent basis function that the support of the child basis function covers, and where the magnitude 2j is a function of the scale j of the parent basis function, as shown in examples 913, 914, and 915 and in equation (16):
bklj+1bklj=±2jbklj+1 (16)
For example, in example 913, the sign of the product is negative, because the support of the child basis function covers a portion of the support of the parent basis function that is negative, where the diagram is black. The magnitude of the product is one, because the scale j of the parent basis function is zero. However, in example 915, the sign of the product is positive, because the support of the child basis function covers a portion of the support of the parent basis function that is positive, where the diagram is white.
The examples shown in
Pg=b1· . . . ·bg−1·bg=±|Pg|bp
The product Pg of g basis functions can be calculated by multiplying two of the basis functions together to produce a product P2, as described above with reference to
Pg=(±|Pg−1|bp
The product Pg is zero if the product P2 of any two basis functions in the set of g basis functions is zero. As described above, the product P2 of any two basis functions is non-zero if the two basis functions are related as parent and child or if the two basis functions have the same support. Therefore, the product Pg is non-zero if and only if each basis functions in the set of g functions lies in a node that is on a direct path through the basis function tree to the node occupied by every other basis function in the set of g basis functions. In other words, the product Pg is non-zero if and only if all of the basis functions lie in nodes that are on a single direct path through the basis function tree. Otherwise, the product Pg of g basis functions is zero.
For example, an arbitrary set of basis functions 1020 is shown in example 1004 of
Determining the product Pg is facilitated by placing the basis functions in a ranking order. Basis functions having finer scales are positioned in earlier positions in the ranking order than basis functions having coarser scales, and among basis functions having the same scale, wavelet basis functions of a given scale are positioned in earlier positions in the ranking order than the scaling basis function of that scale. As a result, a basis function having a finest scale jo of the set of g functions appears in an earliest position in the ranking order. It should be noted that the term “finer scale” means a scale that is numerically greater than another “coarser scale”, the terms finer and coarser denoting the resolution with which such basis functions are able to represent entities in the wavelet domain.
For example, the set of basis functions 1020 is organized in an arbitrary order in example 1004, and the same set of basis functions 1020 is organized in the ranking order in example 1006. An arrow 1024 moves in the direction of earlier positions in the ranking order, and terminates at an earliest position 1026 occupied by one of the basis functions having the finest scale jo, which in the set 1020 happens to be a scale j of 2. In the example 1006, the earliest position 1026 in the ranking order is the position that is farthest to the left on the page, although any position on the page can be defined as the earliest position as long as the basis functions are positioned relative to each other according to the rule defined above.
Because the multiplication of basis functions is commutative, organizing the set of g basis functions in the ranking order does not change the product Pg, as can be seen by comparing the product 1022 in example 1004 with the product 1028 in example 1006. However, organizing the basis functions in the ranking order does facilitate determining the sign, the magnitude |Pg|, and the basis function bp
In cases in which the product Pg is not zero, the magnitude of the product Pg can be determined using equation (19):
where Σj is the determined by taking the sum of the scale of each basis function in the set of g functions and then subtracting the finest scale jo appearing in the set of g functions. As noted above, the finest scale jo is the scale of at least the basis function appearing in the earliest position 1026 in the ranking order. The sign can be determined by multiplying together a series of signs, the series of signs including one sign for each parent basis function in the product Pg, the sign for the parent basis function being the sign of the portion of the support of the parent basis function that is covered by its child basis functions. It should be noted that a negative magnitude effects a reversal of the colors in the diagram because, as mentioned above, the diagram is white where the magnitude is positive, black where the magnitude is negative, and gray where the magnitude is zero.
For example, in example 1006, the set of basis functions 1020 includes five basis functions having a scale j of 2, two basis functions having a scale j of 1, and two basis functions having a scale j of 0. The finest scale jo appearing in the set of basis functions 1020 is j of 2, which is the scale of the basis function in the earliest position 1026. Therefore, the magnitude of the product 1028 is |Pn|=2((2+2+2+2+2+1+1+0+0)−2). A negative portion of the support of the parent basis function ψ1
The basis function bp
For example, in example 1006, the finest scale jo in the set of basis functions 1020 is a scale of jo of 2, and the subset 1030 includes all of the basis functions having this scale. In example 1008, the product of the basis functions in the subset 1030 is taken. The basis function 1032 of the product 1034 that results is the scaling basis function φ112 and therefore the basis function 1036 of the product 1028 is also the scaling basis function φ112, as shown in example 1006.
Alternatively, the basis function bp
The basis function type of the basis function bp
For example, in example 1006, each basis function in the subset of basis functions 1030 having the finest scale jo has the support <2,1,1>, and therefore the basis function 1036 appearing in the product 1028 has the support <2,1,1>. The subset of basis functions 1030 includes three basis functions of wavelet function type ψ1, one basis function of wavelet function type ψ2, and one basis function of wavelet function type ψ3. The aggregate number of wavelet function type ψ1 is three, and the parity of this aggregate number is odd. The aggregate number of wavelet function type ψ2 is one, and the parity of this aggregate number is odd. The aggregate number of wavelet function type ψ3 is one, and the parity of this aggregate number is odd. Therefore, according to
Regarding the integral of basis functions, the integral of any one of the wavelet basis functions ψ1, ψ2, or ψ3 is zero, as shown in equation (20):
∫∫ψkljd×dy=0 (20)
However, the integral of a scaling basis function φ is 2−j, as shown in equation (21):
∫∫ψkljd×dy=2−j (21)
Returning to block 108 of
In cases in which the product PN is nonzero, the Nth order integral coefficient CN is also nonzero if the basis function type of the basis function bp
Returning to
In equation (22), Σj is the sum of the scales of the N basis functions and jo is the finest scale of the N functions. The sign is determined by multiplying together a series of signs, the series of signs including one sign for each parent basis function in the product PN, the sign for the parent basis function being the sign of the portion of the support of the parent basis function that is covered by its child basis functions, as described above.
The methods 1200 and 1300 can be implemented by computer. In such case, a system and/or a computer readable medium can be employed, the system and/or computer readable medium comprising logic configured to perform the steps of the method 1200 and/or 1300, as described in further detail below.
With reference back to
In product 604, the basis coefficients correspond to basis functions that do not lie on a single direct path through the basis function tree, as shown in example 614. Therefore, the product of the basis function is zero, and the corresponding 4th order integral coefficient in the product 604 is zero, meaning the product 604 does not contribute to the integral and can be eliminated from the series of contributing products.
In product 606, the basis coefficients correspond to basis functions that lie on a single direct path through the basis function tree. Therefore, the product of the basis function is nonzero. However, the aggregate numbers of each wavelet function type are not all of the same parity, as shown in example 616. Therefore, the 4th order integral coefficient appearing in the product 606 is zero, meaning the product 606 does not contribute to the integral and can be eliminated from the series of contributing products.
In some embodiments, the systems and methods disclosed herein can be implemented in software, firmware, hardware, or combinations thereof. Furthermore, the components of the systems and methods can reside on one computer system, or can be distributed among more than one computer system. In some embodiments, the systems and methods are implemented in software, as an executable program or programs, and are executed by a special or general-purpose digital computer, or combination of computers, such as a personal digital assistant (PDA) or personal computer (PC).
Reference is now made to
The processor 1402 is a hardware device for executing software, particularly that stored in memory 1403. The processor 1402 can be any custom made or commercially available processor, a central processing unit (CPU), an auxiliary processor among several processors resulting from the computer 1401, a semiconductor based microprocessor (in the form of a microchip or chip set), a microprocessor, or generally any device for executing software instructions.
The memory 1403 can include any one or combination of volatile memory elements (e.g., random access memory (RAM, such as DRAM, SRAM, SDRAM, etc.)) and nonvolatile memory elements (e.g., ROM, hard drive, tape, CDROM, etc.). Moreover, the memory 1403 may incorporate electronic, magnetic, optical, or other types of storage media. Note that the memory 1403 can have a distributed architecture, where various components are situated remote from one another, but can be accessed by the processor 1402.
The software in memory 1403 may include one or more separate programs, each of which comprises an ordered listing of executable instructions for implementing logical functions. In the example of
The systems and methods disclosed herein may be a source program, executable program (object code), script, or any other function comprising a set of instructions to be performed. When a source program, the program needs to be translated via a compiler, assembler, interpreter, or the like, which may or may not be included within memory 1403, so as to operate properly in connection with the operating system 1406.
The peripherals 1404 may include input devices, for example but not limited to, a keyboard, mouse, scanner, microphone, etc. Furthermore, the peripherals 1404 may also include output devices, for example but not limited to, a printer, display, facsimile device, etc. Finally, the peripherals 1404 may further include devices that communicate both inputs and outputs, for instance but not limited to, a modulator/demodulator (modem; for accessing another device, system, or network), a radio frequency (RF) or other transceiver, a telephone interface, a bridge, a router, etc.
If the computer 1401 is a PC, workstation, or the like, the software in the memory 1403 may further include a basic input output system (BIOS). The BIOS is a set of essential software routines that initialize and test hardware at startup, start the operating system 1406, and support the transfer of data among the hardware devices. The BIOS is stored in the ROM so that the BIOS can be executed when the computer 1401 is activated.
When the computer 1401 is in operation, the processor 1402 is configured to execute software stored within the memory 1403, to communicate data to and from the memory 1403, and to generally control operations of the computer 1401 in accordance with the software. The systems and methods disclosed herein, in whole or in part, but typically the latter, are read by the processor 1402, and perhaps buffered within the processor 1402, and then executed.
It should be noted that the systems and methods disclosed herein can be stored on any computer readable medium for use by or in connection with any computer related system or method. In the context of this document, a “computer-readable medium” can be any means that can store, communicate, propagate, or transport the program for use by or in connection with the instruction execution system, system, or device. The computer-readable medium can be, for example but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, system, device, or propagation medium. A non-exhaustive example set of the computer-readable medium would include the following: an electrical connection having one or more wires, a portable computer diskette, a random access memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM, EEPROM, or Flash memory), and a portable compact disc read-only memory (CDROM).
In an alternative embodiment, in which the systems and methods disclosed herein are implemented in hardware, they can be implemented with any or a combination of the following technologies, which are each well known in the art: a discrete logic circuit(s) having logic gates for implementing logic functions upon data signals, an application specific integrated circuit(s) (ASIC) having appropriate combinatorial logic gates, a programmable gate array(s) (PGA), a field programmable gate array(s) (FPGA), etc.
Any process descriptions or blocks in flowcharts should be understood as representing modules, segments, or portions of code which include one or more executable instructions for implementing specific logical functions or steps in the process. As would be understood by those of ordinary skill in the art of software development, alternate implementations are also included within the scope of the disclosure. In these alternate implementations, functions may be executed out of order from that shown or discussed, including substantially concurrently or in reverse order, depending on the functionality involved.
Implementing the method 100 described above using a computer may be computationally expensive, for example, on the order of O(MNN), where M is the number of basis functions used to represent each function and N is the number of functions whose product is being integrated.
The seven cases of
where PN−1 is the product of the first (N−1) basis functions appearing in the ranking order and bN is the Nth basis function appearing in the ranking order.
The Nth order integral coefficient CN is non-zero if and only if the basis function type of the product PN is a scaling basis function, which only occurs if one of the following cases hold for the ranked basis product PN=PN−1·bN:
In block 1602, each of the plurality of functions Fi(v) whose product is being integrated is projected into the wavelet domain. Projecting the functions Fi(v) into the wavelet domain comprises, for example, performing the wavelet transform on each function to project the function onto the basis set B. The wavelet transform is the two-dimensional, non-standard Haar transform and the basis set is the two-dimensional, non-standard Haar basis set. Each of the functions Fi(v) is then represented in the wavelet domain as the series of basis coefficients fi,h scaling basis functions bh of the basis set B. Specifically, the basis functions bh are the restricted basis functions of the basis set and the basis coefficients fi,h are the wavelet coefficients of the wavelet basis functions ψ10, ψ20, and ψ30 (except for the basis coefficient of the mother scaling function φ0).
In block 1604, the basis coefficients fi,h of each function Fi(v) are encoded in a wavelet tree Wi. The wavelet tree Wi is, for example, a tree-shaped data structure that stores the basis coefficients fi,h of one function Fi(v), organizing the basis coefficients according to the parent-child relationships described above with reference to the basis function tree 700 and the basis coefficient tree 800. The wavelet tree Wi has the coefficient of the mother scaling function φ0 at a root of the tree, and nodes wi depend from the root. Each node wi includes the basis coefficients fi,h of the restricted basis functions bh defined for the support <j, k, l>, and each node points to its four immediate child nodes having supports <j+1, k, l>. For example, a mother node depending from the root stores the mother wavelet coefficients, and four immediate child nodes having supports <1, k, l> depend from the mother node. The basis coefficients fi,h stored in the nodes wi are wavelet coefficients, because each of the restricted basis functions bh is of a wavelet type except for the mother scaling function φ0, the coefficient of which is stored in the root. Each node wi also has a variable that stores a signed parent summation of the node.
A person of skill may note that the wavelet tree Wi is similar to other data structures for encoding wavelet coefficients, such as the quadtree structure described by Berman et al. in “Multiresolution painting and compositing”, In Proc. SIGGRAPH '94, 85-90, 1994, or the zero-tree structure described by Shapiro in “Embedded image coding using zerotrees of wavelet coefficients”, IEEE Transactions on Signal Processing SP, 41 (December), 3445-3462, 1993, both of which are incorporated by reference in their entireties.
With reference back to
In block 1606, non-linear approximation is performed on each function Fi(v) to discard insignificant basis coefficients fi,h. Non-linear approximation is known in the art, and therefore a detailed discussion is omitted here. For example, nonlinear approximation is described in Devore, “Nonlinear-approximation,” Acta Numerica 7, 51-150 (1998). Generally, however, non-linear approximation presupposes that if a basis coefficient fi,h is insignificant with respect to a given threshold, then all of the basis coefficients corresponding to basis functions of higher scales j are also likely to be insignificant with respect to that threshold. Therefore, the insignificant basis coefficients fi,h can be discarded.
In embodiments in which the non-linear approximation is performed after the basis coefficients fi,h are encoded, the insignificant basis coefficients are discarded by removing the insignificant basis coefficients from the wavelet tree Wi. In other embodiments, the non-linear approximation is performed before the basis coefficients fi,h are encoded into the wavelet tree Wi. In such embodiments, the insignificant basis coefficients fi,h are discarded by only encoding the significant basis coefficients into the wavelet tree Wi without encoding the insignificant basis coefficients. In such an embodiment, blocks 1604 and 1606 of
In block 1608, the integral u of the product of the plurality of functions Fi(v) is determined by traversing direct paths through the wavelet trees Wi that represent the functions, along which direct paths the Nth order integral coefficients CN may be non-zero. Traversing direct paths through the wavelet trees Wi comprises synchronously traversing a plurality of wavelet trees Wi, the wavelet trees Wi storing the basis coefficients of the functions whose product is being integrated, at least one wavelet tree being traversed for each function Fi(v) whose product is being integrated. For example, exactly N wavelet trees Wi are synchronously traversed in embodiments in which each function Fi(v) is represented by exactly one wavelet tree Wi.
As the wavelet trees Wi are traversed, a set of nodes [w1, . . . , wN] are synchronously processed. The set of nodes [w1, . . . , wN] includes one node wi from each of the wavelet trees Wi. The term “traversing direct paths through the wavelet trees Wi” denotes that the nodes wi that are synchronously processed correspond to nodes in the basis function tree that lie on a single direct path through the basis function tree, as described above with reference to
Traversing the wavelet trees Wi only on the direct paths employs the principles described above: the Nth order integral coefficient CN of basis functions may be nonzero if each of the basis functions lie on a single direct path through the basis function tree; however, the Nth order integral coefficient CN is zero if the basis functions do not lie on a single direct path through the basis function tree. Recall that the integral u of the product of the plurality of functions Fi(v) is the sum of a series of contributing products, as shown in equation (10). Each contributing product includes one basis coefficient from each function Fi(v) and one Nth order integral coefficient CN, which is the integral of the corresponding basis functions. Because the basis coefficients are stored in nodes wi of the wavelet trees Wi, the integral u can be determined by synchronously processing one node wi from each wavelet tree Wi. However, synchronously processing nodes wi from disparate wavelet trees Wi that do not correspond to nodes on a single direct path through the basis function tree is of little value, because in such case, the Nth order integral coefficient CN is necessarily zero. Therefore, confining the traversal to direct paths through the wavelet trees Wi while avoiding the indirect paths enables accumulating contributing products that could contribute to the integral u while avoiding those that necessarily do not contribute to the integral u. As a result, traversing the wavelet trees Wi on direct paths determines the integral u with the same accuracy but with fewer computations than other systems and methods.
In at least some embodiments, traversing direct paths through wavelet trees Wi in block 1608 of
Before the routine 1904 is described in detail, the signed parent summation of the node wi, which is stored in the variable parentsum of the node wi, is described. The mother node wi that holds the mother wavelet coefficients has the value of the mother scaling coefficient dc as its signed parent summation. For all other nodes wi, the signed parent summation is the signed parent summation of it's immediate parent node pi plus the sum of the wavelet coefficients stored in the immediate parent node pi, scaled by the magnitude of the product of two basis functions, one in the node wi and the other in the immediate parent node pi, as shown in equation (23):
where pi is the immediate parent of the node wi, pi.α is the wavelet coefficient in the parent node pi corresponding to the basis function of type ψ1, pi. β is the wavelet coefficient in the parent node pi corresponding to the basis function of type ψ2, pi. γ is the wavelet coefficient in the parent node pi corresponding to the basis function of type ψ3, (qk, ql) is the quadrant of the immediate parent node pi that is covered by the node wi, as described below with reference to equation (24), and sign is an array described below with reference to equation (25).
The node wi corresponds to a unique support <j,k,l> that covers a quadrant (qk, ql) of it's immediate parent node pi, where the values qk and ql are:
qk=k mod 2 and ql=l mod 2 (24)
The quadrant (qk, ql) is used to determine the sign of the signed parent summation in conjunction with the array sign that stores the signs of the four quadrants of the three mother wavelet functions ψ10, ψ20, and ψ30 respectively, as shown in equation (25):
sign[3][2][2]={1,−1,1,−1;1,1,−1,−1;1,−1,−1,1} (25)
A person of skill may note that the variable wi.parentsum is inspired by Ng in “Triple product wavelet integrals for all-frequency relighting”, ACM Transactions on Graphics (SIGGRAPH '04) 23, 3, 477-487, which is incorporated by reference herein in its entirety.
An accumulated parent summation is stored in a variable cum. Specifically, the variable cum is initially set to one, which is the Nth order integral coefficient CN of a series of mother scaling functions φ0, regardless of N. As the set of wavelet trees (W1, . . . , WN) are traversed, the accumulated parent summation is incremented as described below.
The routine 1904 will now be described. In line 1, the routine 1904 is defined as traverseAugTrees, accepting as inputs the variable cum and the sets of nodes (w1, . . . , wN). In line 2, the nodes of the set (w1, . . . , wN) are reorganized into a two sets of nodes: one being a set of non-null nodes (w1, . . . , wk) and the other being a set of null nodes (wk+1, . . . , wN). Up to this point, the subscript i has denoted that a specific wavelet tree Wi corresponds to a specific function Fi(v), or alternatively that a specific node wi is a node of a specific wavelet tree Wi. For the remainder of the discussion of the algorithm 1902, the subscript i merely indicates whether the node wi is null or non-null, with non-null nodes having subscripts w1 to wk and null nodes having subscripts wk+1 to wN. It is likely that some of the nodes wi are null in embodiments in which non-linear approximation is performed.
In line 3, the routine 1904 returns if at most one of the nodes in the set (w1, . . . , wN) is null. In such case the Nth order integral coefficient CN is zero, because each node wi only includes wavelet coefficients and the integral of each wavelet basis functions ψ1, ψ2, and ψ3 is zero.
The set of non-null nodes (w1, . . . , wk) can contribute to the integral u, however, the contribution of the set of null nodes (wk+1, . . . , wN) is limited to the contribution of their parent nodes pi. Therefore, the contribution of the nodes (w1, . . . , wN) to the integral u is determined by first updating the signed parent summation wi.parentsum for each node (w1, . . . , wN) in line 4, updating the accumulated parent summation cum with the contributions of only the null nodes (wk+1, . . . , wN) in line 5, and calling a routine getProductIntegral to determine the contributions of the non-null nodes (w1, . . . , wk) in line 6. The integral u is then incremented with the product of the accumulated parent summation cum and the return of getProductIntegral, described below, such that the contributions of both the non-null nodes and the parents of the null nodes are captured.
In lines 7 and 8, the routine traverseAugTrees 1904 then iteratively calls itself four times to independently process the next four sets of nodes, which are the immediate child nodes of the non-null nodes. In other words, the routine 1904 calls itself for the nodes (w1. ch[i], . . . , wk. ch[i]) in a loop, where ch[i] is the pointer to the child node and i is an integer from 0 to 3.
The routine getProductIntegral 1906, which is called by the routine 1904 to determine the contribution of the non-null nodes (w1, . . . , wk), recursively calculates the non-zero Nth order integral coefficients CN using the first three cases of
The routine getWaveletProduct 1908 uses cases 4, 6, and 7 of
The embodiment of the tree-traversal algorithm FunctionProductIntegral 1902 may have a computational complexity on the order of O(m4N), where m is the number of significant basis coefficients fi,h retained after the nonlinear approximation, and N is the number of functions Fi(v) whose product is being integrated. By eliminating repetitive operations, the algorithm 1902 can be optimized such that the computational complexity is on the order of O(mN). For example, the embodiment of the routine getProductIntegral 1906 traverses the wavelet trees Wi from the top down, recursively expanding the nodes wi to calculate the product of one fewer nodes, but in other embodiments of the routine the recursive expansion is eliminated to increase the speed of the algorithm.
For example,
In line 1 of
The routine getProductIntegral 2006 incrementally builds the table T by iterating through the set of non-null nodes (w1, . . . , wk). In line 2, the routine 2006 returns zero if only one node wi is input into the routine. In lines 3-4, a first record in the table T [1] is updated with the basis coefficients of the node w1. A field T [1]. φ is set to zero because the node w1 does not include a basis coefficient for the scaling basis function. A field T [1].ψ[0] is updated with the wavelet coefficient for the basis function of type ψ1, the field T [1].ψ[1] is updated with the wavelet coefficient for the basis function of type ψ2, and the field T [1].ψ[2] is updated with the wavelet coefficient for the basis function of type ψ3. Additionally, the field T [1].cum is set to the signed parent summation of the node w1, because as mentioned above, the field cum accumulates the signed parent summations of a subset of nodes. In lines 5-10, the routine 2006 iterates through all of the remaining nodes wi except for the last node, updating a record [i] in the table T for each node. The field T [i].cum accumulates the signed parent summations of the nodes in the subset (w1, . . . , wi) by multiplying the signed parent summation parentsum of the node w, by the value of the accumulated parent summation cum stored in the previous record, T [i−1].cum. The field T [i]. φ is updated with a value returned from a routine getP, and the fields T[i].ψ[0], T [i].ψ[1], and T [i].ψ[2] are each respectively updated with a value returned from a routine getW, both of which routines are described below. In line 11, the routine 2002 returns the value of getP for the last node wk, as described below.
The routine getP(i) 2008 is defined on line 1 to accept the integer i as input. In line 2, the routine returns zero if the value of i is one. In line 3-6, the routine 2008 returns a magnitude of the product of the subset of the nodes (w1, . . . , wi) if the basis function appearing in the product is the scaling basis function. Recall that a product of two basis functions is a scaling basis function if a child scaling basis function is multiplied by its parent basis function or if a wavelet basis function is multiplied by itself. Therefore, the routine 2008 returns the sum of the signed parent summation wi.parentsum multiplied by the stored magnitude of the product of scaling basis function type in the preceding record T [i−1]. φ, and each of the wavelet coefficients, w1.ψ[0], w1.ψ[1], and w1.ψ,[0], multiplied by each of the stored magnitudes of the same wavelet type in the preceding record, T [i−1].ψ[0], T [i−1].ψ[1], and T [i−1].ψ[2], respectively.
The routine getW(a, b, c, i) 2010 is defined on line 1 to accept the integer i as input and three input parameters a, b, and c that differentiate the three different wavelet types. In line 2, the routine 2010 returns the wavelet coefficient of type a if the value of i is 1. In lines 3-6, the routine 2010 returns a magnitude of the product of the subset of the nodes (w1, . . . , wi) if the basis function appearing in the product is the wavelet basis function of type a.
As mentioned above, the computational complexity of each of the tree-traversal algorithms is linearly related to m, the number of significant basis coefficients retained after the non-linear approximation is performed. For example, the algorithm 1902, which is recursive, may have a computational complexity on the order of O(m4N), and the algorithm 2002, which employs the table, may have computational complexity on the order of O(mN). Of course, the computational complexity of the algorithm affects the speed with which the integral u is determined, and therefore reducing the computation complexity is desirable.
The computational complexity can be further controlled by varying the traversal depth of the tree-traversal algorithm. Traversing at higher traversal depths denotes traversing subsets of nodes that have relatively lower scales and are located relatively closer to the root of the wavelet tree, while traversing at lower transversal depths denotes traversing subsets of nodes that include relatively higher scales and are located relatively farther from the root node. In some embodiments, the traversal depth of the algorithm may be controlled, such that the need for fast computation can be balanced against the need for accurate computation on a case by case basis.
In some embodiments, the systems and methods described above are employed by graphics rendering applications to re-light and shade objects in a scene. Typically, the graphics rendering application models objects in the scene, and the lighting and shading of the objects is determined using a light transport model that simulates the interaction of light with the objects.
In some embodiments, the cosine term (D·φ) can be combined with the local visibility OL(x, φ) term as shown in equation (27):
where ÕL(x,φ) represents the combined local visibility function OL(x, φ) and cosine term (D·φ). For a fixed point x and direction of view θ, equation (27) is simplified to equation (28):
Thus, the exitant radiance B at the fixed point x is the integral of the product of g+3 functions, g being the number of neighboring objects 2306 that could dynamically occlude and cast a shadow upon the point x. To determine the exitant radiance B, the product of the functions is integrated with respect to all incident directions φ surrounding the point x.
For example, in
Example cubemaps functions 2310 are shown in
In the example embodiment, data is collected about the scene by sampling the objects and lighting within the scene. The sampled data is then processed to create the cubemap functions 2310. The sampled data may compiled interactively or in advance of run-time, and in cases in which the sampled data is compiled in advance, the cubemap functions 2310 may be pre-computed in advance or computed interactively.
The lighting cubemap function 2312 is interactively determined from interactively sampled data of the high dynamic range illumination, as described in Debevec et al., “Recovering high dynamic range radiance maps from photographs,” In Proc. SIGGRAPH '97, 369-378, which is incorporated by reference herein in its entirety. For example, the illumination may be sampled at a resolution of 6×64×64, where 6 denotes the number of faces 2308 of the cubemap and 64×64 denotes the number of samples taken per face. Sampling the illumination at a resolution that is the same as the resolution used to sample the visibility and BRDF may be desirable because, sampling at a higher resolution merely captures basis coefficients of a finer scale that will not contribute to the light transport model if comparable basis coefficients are not captured for other functions.
The BRDF cubemap function 2314 is interactively determined from pre-computed data. Prior to run-time, the pre-computed data is tabulated by, for example, sampling Phong BRDF's with a resolution in θrx φ of up to (6×64×64)×(6×64×64), where θr is a reflection vector of the direction of view θ about the vector D that is normal to the surface. The Phong BRDF's can have a shininess of up to, for example, 200. In some embodiments, the pre-computed BRDF data can be gathered as described in the Ng paper previously incorporated by reference. At run-time, the BRDF cubemap 2314 is interactively interpolated from the tabulated data.
The local visibility cubemap function 2316 is pre-computed using pre-computed data, and the dynamic occlusion cubemap functions 2318, 2320, and 2322 are determined interactively using pre-computed data. For each object 2302, 2306 in the scene 2300, a local visibility field of the object is sampled at points x on its surface 2304. A global visibility field is sampled in nearby surrounding regions, such as on a virtual ground plane of the object that is a lower plane of a bounding box of the object. Sampling the global visibility field is accomplished using schemes such as a planar sampling scheme and/or a spherical sampling scheme. The planar sampling scheme samples the visibility in the form of concentric circles on each object's virtual ground plane. The center of each concentric circle is the projection of the object center on the virtual ground plane, the radius of the concentric circles varying from about 0.05 r to about 10 r, r being a radius of the projection of the object on the virtual ground plane. For example, one hundred concentric circles may be used, with about 200 sample points being collected per concentric circle. The spherical sampling scheme samples the visibility of the region surrounding each scene entity in the form of concentric spheres. The centers of the concentric spheres may coincide with the centers of the concentric circles. Twenty concentric spheres may be used, the radius of the concentric spheres varying from about 0.2 R to about 6 R, R being the radius of the bounding sphere. Each concentric sphere is sampled at about 6×9×9. Such a sampling scheme is similar to the object occlusion field described in Zhou, et al., “Precomputed shadow field for dynamic scenes,” ACM Transactions on Graphics (SIGGRAPH '05), 24, 3, 1196-1201, which is incorporated by reference herein in its entirety. The difference between the radiuses of neighboring concentric circles and spheres, in the planar and spherical sampling schemes respectively, increases linearly with increasing distance from the projection of the object center on the virtual ground plane.
The local visibility cubemap function 2316 and the dynamic occlusion cubemap functions 2318, 2320, and 2322 are pre-computed from the sampled data by rasterizing the coarse model using graphics hardware. Each cubemap is rasterized at a resolution of 6×64×64. In some embodiments, multiple objects 2302, 2306 in the scene 2300 share the same geometry and visibility field, in which case each of the objects is represented by the same cubemap function 2310. For example, if a scene includes multiple identical chairs, the cubemap function 2310 of the chair is determined only once.
As can be seen from equation (28), the light transport model is a specific implementation of equation (10). Equation (10) generically represents determining the integral u of the product of a plurality of functions including N generic functions Fi(v). In equation (28), the N functions Fi(v) are the functions that contribute to the light transport model, including the distant environment lighting function L(φ), the bi-directional reflectance distribution (BRDF) function ρ(φ), the local visibility function combined with the cosine term ÕL(φ), and a plurality of dynamic occlusion functions Oi(x, φ), where i is an integer from 1 to g.
Because the light transport model is known in the art, a through discussion of the model is omitted. However, a person of skill would understand that the above equations of the light transport model are merely examples, and in other embodiments, the model may take other forms. For example, in some embodiments some of the functions that contribute to the light transport model may be omitted, or additional functions may be included. Additionally, the cosine term (D·φ) need not be combined with the local visibility function OL(x, φ). It also should be noted that the equations above are defined in terms of a global coordinate system, although other coordinate systems could be employed. Further, a variety of conventions can be employed for integrating over all incident directions, as required by equation (27). In the illustrated embodiment the cubemap S is employed, but in other embodiments other conventions such as a hemisphere can be employed. Additionally, the functions that contribute to the light transport model need not be represented as cubemap functions 2310, or the cubemap functions can be determined in manners other than those described in the example embodiment above.
Once the functions that contribute to the light transport model are determined in block 2402, the method 2400 is similar to the method 1600. This is because the method 1600 was employed with reference to equation (10) and because the light transport model of equation (28) is a specific implementation of equation (10), as described above. In block 2404, each of the plurality of functions that contribute to the light transport model is projected into the wavelet domain, as described above with reference to block 1602 of
In block 2406, the basis coefficients of each function are encoded in a wavelet tree Wi. In embodiments in which the functions are represented as cubemap functions 2310, encoding the basis coefficients of the functions in the wavelet trees Wi comprises encoding the basis coefficients of each face 2308 of each cubemap function 2310 in a separate wavelet tree Wi. Thus, six wavelet trees Wi are encoded for each cubemap function 2310, one per face 2308 of the cubemap function 2310. In other embodiments, each function can be represented with greater of fewer wavelet trees Wi.
In block 2408, non-linear approximation is performed on each function to discard insignificant basis coefficients, as described above with reference to block 1606 of
In block 2410, the radiance B of the point x, which is the integral of the product of the functions that contribute to the light transport model, is determined by traversing direct paths through the wavelet trees Wi, where the Nth order integral coefficients CN may be nonzero, as described above with reference to block 1608 of
To render the point x in block 2412 the graphics rendering application may require three colors, one for each of three independent color channels. However, the radiance B over the entire cubemap S may represent one color value for the point x. This is because, for example, the lighting function L(φ) and BRDF function ρ(φ) may be different for different color channels at a single point x. In such case, traversing the wavelet trees Wi comprises iteratively traversing the wavelet trees to determine three color values for the point x. Therefore, the tree traversal is iterated six times, once per face of the cubemap to determine the first color, and the six iterations are repeated for the second and third color value. As a result, the tree-traversal is iterated eighteen times per point x, once per cubemap face 2308 per color channel. In some embodiments, the depth to which the wavelet trees Wi are traversed is interactively controlled, the purpose of which is described below.
In block 2412, the scene is rendered. Because graphics rendering is known, a thorough discussion is omitted here. Rendering generally comprises, for example, using a graphics rendering application to rasterize the scene using graphics hardware. The graphics rendering application sets the color of the point x using the color values determined in block 2410. The algorithm then iterates for the next point x, each visible point x being processed, a plurality of points x producing objects, and a plurality of objects producing the rendered scene.
The method 2400 can be used to interactively render dynamic, high-glossy objects 2302 with realistic, all-frequency shadows. The shadows cast by neighboring objects 2306 on the object 2302 appear in the rendered scene due to the dynamic occlusion functions Oi(x,φ), even if the objects are moving. The shadows cast on an object 2302 by itself also appear in the scene, due to the local visibility function ÕL(φ). Further, the shadows cast on the virtual ground plane of the objects are represented, because the visibility on the virtual ground plane was considered in creating the cubemap functions. The BRDF ρ(φ) enables reproducing the lighting affects caused by materials and textures in the scene, including glossy materials, and the distant environment lighting function L(φ) can describe all-frequency lighting, such that specular highlights and non-diffuse shadows, including material specific highlights and shadows, appear in the rendered scene. Both the lighting and the direction of view can be varied, and the objects can be interactively manipulated. Note that any or all of the above-described effects can be simultaneously or individually produced, because each of the above-described functions simultaneously contributes to the integral B. Therefore, the method 2400 has applicability in fields such as industrial lighting and computer gaming, among others, in which fields interactive lighting is desirable.
Further, the speed of rendering and/or richness of the lighted scene can be interactively controlled by varying the traversal depth. Limiting the traversal to relatively higher (lower scale) nodes wi in the wavelet trees Wi reduces the computational complexity, which is related, such as linearly related, to the number of nodes wi processed. However, in cases in which the traversal depth is limited, the relatively lower (higher scale) nodes wi may not be traversed, and therefore the contributions of these nodes to the lighting of the scene are not considered. Because the lower nodes wi correlate to higher scales, generally representing more resolved or higher-frequency information, not traversing the lower nodes wi may eliminate higher-frequency components of shadows and view-dependent specularities from the light transport model and therefore the rendered scene. Conversely, traversing relatively lower nodes wi enables the contributions of relatively more basis coefficients to be considered, the additional basis coefficients including higher-frequency and/or more resolved lighting information. Therefore, the rendered scene may have more detail but may take longer to render due to the increased complexity of determining the lighting.
In block 2602, the plurality of functions Fi(v) whose product is being integrated are factored into sets of functions. Generally speaking, the plurality of functions Fi(v) includes N functions, and the N functions can be factored into a plurality of sets. For example, in equation (29) the N functions are factored into two sets, a first set having functions Fi(v) for i from 1 to p, and a second set having functions Fi(v) for i from (p+1) to N:
For each set, the product of the functions Fi(v) in the set can be represented in the wavelet domain as a vector T. Continuing the above example, the product of the functions of the first set can be represented as a vector T1 and the product of the functions of the second set can be represented as a vector T2, as shown in equation (30):
In cases in which the products of the functions in the set are represented as vectors, the integral u of the product of the functions is the integral of the product of vectors, or alternatively, the inner product of the vectors. For example, the integral of the product of the functions shown in equation (29) can alternatively be expressed as shown in equation (31):
u=∫(T1·T2)dv=<T1,T2> (31)
where T1 and T2 are the vectors defined in equation (29), and <T1,T2> denotes the inner product of the vectors.
The integral u can be approximated by fixing at least one of the vectors in advance while allowing at least one of the vectors to vary. In cases in which at least one of the vectors is fixed, approximating the integral is relatively less computationally complex, and therefore relatively faster, than in cases in which none of the vectors are fixed. For example, in equation (31), the vector T1 can be fixed while the vector T2 varies, or vice versa.
Although in equations (29) through (31) the N functions are factored into two sets and one of the sets is fixed, a person of skill would understand that the N functions can be factored into more than two sets, each of the sets having one or more functions, and that one or more of the sets can be fixed or can vary. The remainder of the discussion is directed to an embodiment in which all of the functions Fi(v) are fixed except for one function that is permitted to vary, as shown in equations (32) to (34). In such an embodiment, the relative computational complexity is further decreased, and the relative speed of computation is further increased.
In block 2602, the plurality of functions Fi(v) whose product is being integrated are factored into a set of fixed functions and one variable function as shown in equation (32):
In equation (32), the set of fixed functions is the set [F1(v), . . . , FN−1(v)], and the one varying function is the function FN(v).
In block 2604, a first vector T is determined. The first vector T represents the product of the set of fixed functions [F1(v), . . . , FN−1(v)] in the wavelet domain as a series of basis coefficients (t1, . . . , tM) or alternatively as the sum of the series of basis coefficients th scaling corresponding basis functions bh as shown in equation (33)
In equation (33), th is the basis coefficient corresponding to the hth basis function in the basis set β, and M is the number of basis functions used to represent the product of the set functions in the wavelet domain. The first vector T is determined using a method 2700 described below with reference to
In block 2606, a second vector F is determined. The second vector F is the wavelet domain representation of the one varying function FN (v), expressing the function FN (v) as a series of basis coefficients (f1, . . . , fM), or alternatively as the sum of a series of basis coefficients fh scaling corresponding basis functions bh, as shown in equation (34):
Determining the second vector F can comprise, for example, projecting the one varying function FN(v) into the wavelet domain by performing a wavelet transform, encoding the basis coefficients (f1, . . . , fM) of the second vector F in a wavelet tree WN, and performing non-linear approximation on the one varying function FN (v), as described above with reference to blocks 1602 through 1606 of
In block 2608, the inner product of the first vector T and the second vector F is determined to approximate the integral u of the product of the functions represented by the vectors, as shown in equation (35):
u≅∫T·FN(v)dv≅<T,F>=(t1f1+ . . . +tMfM) (35)
In equation (35), the integral u is an approximation because the first vector T is fixed and does not vary. However, because the first vector T is fixed, approximating the integral u using the method 2600 is relatively less computationally complex, and therefore relatively faster, than other methods. For example, in embodiments in which the first vector T is pre-computed in advance of run-time, the method 2600 can be employed to approximate the integral u interactively and/or in real-time. In such embodiments, both the second vector F and the inner product of the vectors are computed interactively and/or in real-time.
As shown in equation (33), the product of a plurality of functions Fi(v) can be expressed as a series of basis coefficients (t1, . . . , tM) scaling corresponding basis functions. The series of basis coefficients (t1, . . . , tM) constitutes a vector that represents the product of the plurality of functions Fi(v) in the wavelet domain. The basis coefficients (t1, . . . , tm) of the vector T can be determined by projecting the vector onto the basis functions of the basis set B. In such case, the kth basis coefficient tk of the vector T is determined by taking the dot product of the vector T and the corresponding basis function bk of the basis set B as shown in equation (36):
tk=<T,bk> (36)
Replacing the vector T in equation (36) with the product of the plurality of functions from equation (33) yields equation (37):
In other words, the kth basis coefficient tk of the vector T is the sum of a series contributing of products. Each contributing product in the series is the product of multiple basis coefficients fi,h and one Nth order integral coefficient CN, the multiple basis coefficients including one basis coefficient fi,h from each of the N−1 functions, and the Nth order integral coefficient CN being the integral of the product of the basis functions bh that correspond to those basis coefficients fi,h along with the basis function bk that corresponds to basis coefficient tk being calculated. It should be noted that h is an integer from 1 to M and i is an integer from 1 to (N−1), M being the number of basis functions bh used to represent a function Fi(v) and (N−1) being the number of functions Fi(v) whose product is represented by the vector T.
Because the similarities between equation (37) and equation (10) are immediately apparent, the differences between these equations are now described. Equation (10) determines the integral u of the product of a plurality of functions Fi(v), while equation (37) determines one basis coefficient tk of a vector T that represents the product of a plurality of functions Fi(v) in the wavelet domain. Although either equation generally applies to any number of functions, equation (10) is expressed in terms of a plurality of functions Fi(v) that includes N functions, and equation (37) is expressed in terms of a plurality of functions Fi(v) that includes N−1 functions. Both equations require taking the sum of a series of contributing products, each contributing product one including one basis coefficient fi,h from each function Fi(v) and one Nth order integral coefficient CN. In equation (10), each contributing product in the series includes N basis coefficients and in equation (37), each contributing product in the series includes (N−1) basis coefficients. While the number of basis coefficients in a contributing product depends on the equation, in either case the contributing product includes the Nth order integral coefficient CN. This means that the order of the Nth order integral coefficient CN matches the number of basis coefficients in equation (10), but is one greater than the number of basis coefficients in equation (37). In equation (10), the Nth order integral coefficient CN is the integral of the N basis functions that correspond to the basis coefficients appearing in the product. The Nth order integral coefficient CN in equation (37) is similar except that the basis function bk corresponding to the basis coefficient tk being determined is also included. Thus, while the two equations represent different problems, the efficient solution to both lies in determining the Nth order integral coefficient CN. In both cases the principles described above with reference to
Returning to the method 2700, in block 2702 each function Fi(v) whose product is to be represented in the wavelet domain is projected into the wavelet domain. In the example embodiment, the plurality of functions includes the functions Fi(v) of the set of fixed functions [F1(v), . . . , FN−1(v)]. Projecting the functions Fi(v) into the wavelet domain comprises, for example, performing the wavelet transform on each function, as described above with reference to block 1602 of
In block 2704, the basis coefficients fi,h of each function Fi(v) are encoded in a wavelet tree. Encoding the basis coefficients fi,h is described above with reference to block 1604 of
In block 2706, non-linear approximation is performed on each wavelet tree Wi to discard insignificant basis coefficients fi,h. Non-linear approximation is described above with reference to block 1606 of
In block 2708, the wavelet trees Wi are traversed on direct paths, along which an Nth order integral coefficient CN may be non-zero, to determine the basis coefficients tk of the vector T representing the product of the functions Fi(v) in the wavelet domain. Traversing direct paths through the wavelet trees Wi is generally described above with reference to block 1608 of
As described above, the term “traversing direct paths through the wavelet trees Wi” denotes that the nodes wi that are synchronously processed correspond to nodes in the basis function tree that lie on a single direct path through the basis function tree, as described above with reference to
In at least some embodiments, traversing direct paths through the wavelet trees Wi in block 2708 of
In line 2, the product of the mother scaling coefficients of each of the fixed functions (F1(v), . . . , FN−1 (v)) are encoded in the variable W0.dc, which is determined by taking the product of the variables Wi.dc for wavelet trees Wi for i from 1 to (N−1). In line 3, the routine getCoefficients 2904 is called. The routine 2904 is configured to simultaneously process a set of nodes (w1, . . . , wN−1) that includes one node wi from each wavelet tree Wi and to encode the result of processing the nodes in the corresponding node w0 of the output wavelet tree W0. For its initial call, the routine 2904 processes the set of mother nodes (W1.node, . . . , WN−1.node) that include the mother wavelet coefficients. The routine 2904 then iteratively calls itself to process sets of nodes corresponding to higher scales and located at lower traversal depths, traversing the set of wavelet trees (W1, . . . , WN−1) along the direct paths to determine and encode the basis coefficients in the output nodes w0. It is worth noting that in a single call to the algorithm 2902, all of the basis coefficients of the vector are determined and encoded in the output wavelet tree W0.
The routine getCoefficients 2904 is defined in line 1 to accept as input the variable cum, and a set of nodes (w0, . . . , wN−1). When the routine is initially called in line 3 of algorithm 2902, the value one is passed into the routine for the variable cum. Note that the variable cum is described above with reference to the pseudo code 1900 and 2000, and therefore a complete discussion is omitted here. In line 2, the nodes of the set of nodes (w1, . . . , wN−1) are reorganized into a two sets of nodes: one being a set of non-null nodes (w1, . . . , wk) and the other being a set of null nodes (wk+1, . . . , wN−1). Up to this point, the subscript i has denoted that a specific wavelet tree Wi corresponds to a specific function Fi(v), or alternatively that a specific node wi is a node of a specific wavelet tree Wi. For the remainder of the discussion of the algorithm 2902, the subscript i merely indicates whether the node wi is null or non-null, with non-null nodes having subscripts w1 to wk and null nodes having subscripts wk+1 to wN−1. It is likely that some of the nodes wi are null in embodiments in which non-linear approximation is performed.
In line 3, the routine 2904 returns if all of the nodes in the set (w1, . . . , wN−1) are null. This is because if all of the nodes are null, then all of the nodes of higher scales at lower traversal depths will also be null as a result of the non-linear approximation. In line 4, the variable wi.parentsum is updated for each node in the set (w1, . . . , wN−1). The variable parentsum is described above with reference to the pseudo code 1900 and 2000, and therefore a complete discussion is omitted here. In line 5, the variable cum is updated for the set of null nodes (wk+1, . . . , wN−1). In line 6, the routine updateParents 2906 is called, as described in detail below. In lines 7-9, the three wavelet coefficients ψ[0], ψ[1], and ψ[2] of the output node w0, are updated with the value of cum multiplied by the return of the routine getW(i) 2912. In lines 10-11, the routine 2904 then iteratively calls itself to four times to independently process the next four sets of nodes, which are the immediate child nodes of the non-null nodes. In other words, the routine 2904 calls itself for the nodes (w1. ch[i], . . . , wk. ch[i]) in a loop, where ch[i] is the pointer to the child node and i is an integer from 0 to 3.
The routine updateParents 2906 is defined in line 1 to accept as inputs the output node w0 corresponding to the set of nodes (w1, . . . , wN−1) currently being processed, and the variable cum multiplied by the return of getProductIntegral 2908 for the non-null nodes (w1, . . . , wk) of the set currently being processed. In line 2, the output node w0 of the output wavelet tree W0 is updated with a variable val, which is the product of the variable cum and the return of the routine getProductIntegral 2908 described below. In other words, output node w0 is updated with the contributions of the non-null nodes (w1, . . . , wk) in the set of nodes currently being processed, and the contributions of the parents of the null nodes (wk+1, . . . , wN−1) in the set currently being processed. In lines 5-7, the three basis coefficients tk in the parent of the output node w0 are also updated with the product of the variable val, a sign, and the magnitude of a parent basis function multiplied by an immediate child basis function.
The routine getProductIntegral 2908 is the exact same as the routine getProductIntegral 2006 described above. Further, the routines that it calls, including the routine getP(i) 2910 and the routine getW(i) 2912, are the exact same as the routines getP(i) 2008 and getW(i) 2010 described above. Therefore, the reader is referred to the prior discussion. Note that the output of the algorithm 2902 is the wavelet tree W0, and the nodes w0 of the wavelet tree W0 include the basis coefficients tk of the vector T that represents the product of the plurality of functions (F1(v), . . . , FN−1 (v)) in the wavelet domain.
The computational complexity of the algorithm 2902 is the order of O(mn), where m is the number of basis coefficients retained after the non-linear approximation and N is the number of functions Fi(v) whose product is being represented in the wavelet domain. Note that the algorithm 2902 determines all of the basis coefficients in a single call and need not be applied iteratively.
As shown, the logic 3004 configured to determine a first vector that represents the product of the fixed functions in the wavelet domain may include logic 3012 configured to project the functions of the set of fixed functions into the wavelet domain, logic 3014 configured to encode basis coefficients of each fixed functions in a wavelet tree, logic 3016 configured to perform non-linear approximation on each fixed function, and logic 3018 configured to determine basis coefficients of a vector by traversing direct paths through the wavelet trees.
Described above are systems and method for determining the integral u of the product of a plurality of functions, with reference to
In block 3102, a plurality of functions Fi(φ) that contribute to the light transport model of the scene are determined. For example, the functions Fi(φ) can include the distant environment lighting function L(φ), the BRDF ρ(φ), the local visibility function ÕL(φ), and one or more dynamic occlusion functions Oi(φ). Determining the plurality of functions Fi(φ) is described above with reference to block 2402 of
In block 3104, the functions that contribute to the light transport model are factored into a set of fixed functions [Fi(φ), . . . , FN−1(φ)] and one varying function FN(φ), as shown in equation (38):
Factoring the functions is generally described above with reference to block 2602 of
In block 3106, a first radiance transfer vector T is determined. Determining the first radiance transfer vector T is generally described above with reference to block 2604 of
Therefore, determining the first radiance transfer vector T comprises determining a series of basis coefficients (t1, . . . , tM). Using the method 2700 described above with reference to
In embodiments in which the functions Fi(φ) are cubemap functions 2310, the first radiance transfer vector T corresponds to one face 2308 of the cubemap S. Therefore, determining the first radiance transfer vector T comprises determining a set of first radiance transfer vectors [T1, . . . , T6], each vector Ti of the set corresponding to one face of the cubemap S.
In some embodiments, determining the first radiance transfer vector T comprises pre-computing the first radiance transfer vector T prior to run-time, although in other embodiments the first radiance transfer vector T is computed interactively. Also, in some embodiments, determining the first radiance transfer vector T comprises determining a plurality of first radiance transfer vectors T corresponding to distinct sets of fixed functions [F1(φ), . . . , FN−1(φ)]. For example, if the lighting function L(φ) is permitted to vary, the functions in the set of fixed functions are different than if the BRDF ρ(φ) is permitted to vary. Especially in embodiments in which the first radiance transfer vector T is pre-computed but the one varying function FN (φ) is selected interactively, it may be desirable to determine a plurality of first radiance transfer vectors T corresponding to distinct sets of fixed functions [F1(φ), . . . , FN−1(φ)] so that regardless of the function FN (φ) interactively selected to vary, the corresponding first radiance transfer vector T is already pre-computed and ready for use in real-time. In embodiments in which the functions Fi(φ) are cubemap functions 2310, determining the plurality of first radiance transfer vectors T comprises determining a plurality of sets of first radiance transfer vectors [T1, . . . , T6], each vector Ti of the set corresponding to one face 2308 of the cubemap S, and each set [T1, . . . , T6] of the plurality of sets corresponding to one of the potential sets of fixed functions [F1(φ), . . . , FN−1(φ)].
In block 3108, a second radiance transfer vector F is determined. The second radiance transfer vector F represents the one varying function FN (φ) in the wavelet domain as a series of basis coefficients (f1, . . . , fM), or alternatively, as a series of basis coefficients fh scaling a series of basis functions bh, as shown in equation (40):
Determining the second radiance transfer vector F is generally described above with reference to block 2606 of
In embodiments in which the functions Fi(φ) are cubemap functions 2310, the second radiance transfer vector T corresponds to one face 2308 of the cubemap function. Therefore, determining the second radiance transfer vector T comprises determining a set of second radiance transfer vectors [F1, . . . , F6], each vector Fi of the set corresponding to one face 2308 of the cubemap function.
In at least some embodiments, determining the second radiance transfer vector F comprises iteratively determining the second radiance transfer vector F in response to changing conditions in the scene 2300. While the first radiance transfer vector T can be fixed because the functions [T1(φ), . . . , TN−1 (φ)] represented by the vector T do not change, the same is not true for the second radiance transfer vector F, which represents the one varying function FN (φ). Therefore, it may be desirable to determine the first radiance transfer vector T once, while determining the second radiance transfer vector F iteratively and interactively, in response to changing conditions in the scene 2300.
In block 3110, an inner product of the first radiance transfer vector T and second radiance transfer vector F is determined. Taking the inner product of the first radiance transfer vector T and second radiance transfer vector F approximates the radiance B of the point x, as shown by re-writing equation (38) in terms of equation (39) and equation (40):
In equation (41), the radiance B is an approximation because the first radiance transfer vector T is fixed and does not vary. However, because the first radiance transfer vector T is fixed, approximating the radiance B using the method 3100 is relatively less computationally complex, and therefore relatively faster, than other methods. For example, in embodiments in which the first radiance transfer vector T is pre-computed and the second radiance transfer vector F is determined interactively, the method 3100 can be employed to approximate the radiance B interactively and/or in real-time by taking the inner product of the two vectors interactively and/or in real-time.
In embodiments in which the functions Fi(φ) are cubemap functions 2310, the inner product of the first radiance transfer T vector and second radiance transfer vector F corresponds to one face 2308 of the cubemap S. Therefore, determining the inner product comprises determining inner products of a set of first radiance transfer vectors [T1, . . . , T6] and a set of second radiance transfer vectors [F1, . . . , F6] and summing the inner products together, each inner product corresponding to one face 2308 of the cubemap S and the sum of the inner products representing the radiance B over the entire cubemap S.
In block 3112, the scene is rendered, as described above with reference to block 2412 of
The method 3100 can be employed to generate all-frequency shadows in real-time. In embodiments in which the first radiance transfer vector T is pre-computed but the second radiance transfer vector F is determined interactively, the method 3100 can be considered a method of just-in-time radiance transfer (JRT), unlike prior pre-computed radiance transfer (PRT) methods, such as those disclosed by Sloan et al. in “Precomputed radiance transfer for real-time rendering in dynamic-low-frequency lighting environments,” ACM Transactions on Graphics (SIGGRAPH '02) 21, 3, 527-536, which is incorporated by reference herein in its entirety.
Allowing only one function to vary is reasonable in some cases, such as in lighting design systems, in which the designer typically adjusts only one variable at a time. For example, the designer may experiment with the lighting by varying the lighting function L(φ) without varying the direction of view θ or the objects 2302, 2306 in the scene 2300. The designer may also render the scene from different directions of view θ while maintaining the current lighting L(φ) and objects 2302, 2306 in the scene 2300. In other cases, the designer may change the location of one object 2302 or 2306 in the scene 2300 while holding the lighting function L(φ) and direction of view θ constant. As long as only one varying function FN(φ) is selected, the method 3100 can be employed to generate all-frequency shadows in real-time.
Because the method 3100 employs pre-computed data on individual objects 2302, 2306 in the scene 2300 instead of pre-animated models of the scene as a whole, the objects in the scene can be manipulated interactively, such as by cloning, scaling, and/or translating the objects. Even in such cases of interactive manipulation, the method 3100 can be is employed to render the objects with all-frequency shadows in real-time. Glossy materials are also supported, such that dynamic high-glossy objects can be rendered in real-time with realistic, all-frequency shadows.
The method 3100 supports interactively changing the function selected as the one varying function FN(φ). In embodiments in which a plurality of first radiance transfer vectors T are pre-computed in block 3106 for different sets of fixed functions [F1(φ), . . . , FN−1(φ)], the one varying function FN(φ) can be changed in real-time without repeating block 3106. For example, if the distant environment lighting function L(φ) is selected as the one varying function FN(φ), rendering the scene for a variety of lighting conditions in real-time reduces to iteratively determining the second radiance transfer vector F of the lighting function in real-time and taking the inner product of the two radiance transfer vectors T and F in real-time, because the first radiance transfer vector T for the set of fixed functions [ρ(φ),ÕL (φ), O1 (φ), . . . , Og (φ)] was determined in advance. If the one varying function FN(φ) is interactively changed from the distant environment lighting function L(φ) to the first dynamic occlusion function O1(φ), rendering the scene for the moving object in real-time reduces to iteratively determining the second radiance transfer vector F of the dynamic occlusion function in real-time and taking the inner product of the two radiance transfer vectors in real-time, because the first radiance transfer vector T for the set of fix functions [L (φ), ρ(φ), ÕL (φ), O2 (φ), . . . , Og (φ)] was pre-computed in advance.
While particular embodiments of systems and methods for determining the integral of the product of a plurality of functions, and for determining the product of a plurality of functions, have been disclosed in detail in the foregoing description and figures for purposes of example, those skilled in the art will understand that variations and modifications may be made without departing from the scope of the disclosure. All such variations and modifications are intended to be included within the scope of the present disclosure, as protected by the following claims.
This application claims priority to U.S. provisional application entitled, “Generalized Wavelet Product Integral For Rendering Dynamic Glossy Objects,” having Ser. No. 60/830,654, filed Jul. 13, 2006, which is entirely incorporated herein by reference.
This disclosure was made with government support under grant number 0312724 awarded by the National Science Foundation. The government has certain rights in the invention.
Number | Name | Date | Kind |
---|---|---|---|
7061489 | Snyder et al. | Jun 2006 | B2 |
Number | Date | Country | |
---|---|---|---|
20080016137 A1 | Jan 2008 | US |
Number | Date | Country | |
---|---|---|---|
60830654 | Jul 2006 | US |