13 citations found. Retrieving documents...
Kirk, David, James Arvo, "Unbiased Sampling Techniques for Image Synthesis," Computer Graphics, 25(4), July 1991.

 Home/Search   Document Not in Database   Summary   Related Articles   Check  

This paper is cited in the following contexts:
Efficient Importance Sampling Techniques for the Photon Map - Keller, Wald (2000)   (Correct)

....is due to Ward [War91] where the most important light sources are sampled first and shadow rays are saved by estimating the contribution of the less important light sources. The approach has been considered further by Shirley in [SWZ96] motivated by an article of Kirk on unbiased sampling [KA91] Similar to the observations in [HDG99] in [PMS 99] it has been shown that reasonable approximations can be obtained by shooting only one shadow ray in the region of penumbra. In [JC95a] Jensen introduced the concept of shadow photons, where however the question where to deposit shadow ....

D. Kirk and J. Arvo. Unbiased Sampling Techniques for Image Synthesis. Computer Graphics (ACM SIGGRAPH '91 Proceedings) , 25(4):153--156, July 1991. 3


Incorporating Camera Models, Ocular Models, and Actual Patient - Eye Data For   (Correct)

....perform this operation over all points on the image plane, e ectively blurring areas of high frequency transitions on the projected image plane. When sampling, we also need to account for the aliasing that occurs. 19] Our solution is to use a variation of unweighted area sampling (pre ltering) [6, 15] When we create the set of rays from any given point, we perturb the base point ( starting point on the image plane) up to a speci ed random amount. This pre ltering e ectively anti aliases regions of high frequency, smoothing out the visually objectionable jaggies . Our sampling algorithm ....

Kirk, David and James Arvo, Unbiased Sampling Techniques for Image Synthesis, in proceedings of SIGGRAPH '91, Computer Graphics, 25 (4), 1991, 153-156.


Two Algorithms For Progressive Computation Of Accurate Global.. - Tole (2003)   (Correct)

....out that any arbitrary image plane probability function can be used for adaptive sampling, but using the one based on relative error estimates usually provides faster convergence. For unbiasedness, the samples used to compute relative errors should not be used for computing the sample means [KA91] and every pixel that is not black must have a non zero probability of selection. The sufficient condition for consistency is much less stringent: we only need to stop updating the image plane probabilities (i.e. relative error estimates) after a finite number of samples and ensure that each ....

David B. Kirk and James Arvo. Unbiased sampling techniques for image synthesis. In Computer Graphics (Proceedings of SIGGRAPH 91),vol- ume 25, pages 153--156, Las Vegas, Nevada, July 1991.


Spatiotemporal Sensitivity and Visual Attention for Efficient.. - Yee (2000)   (17 citations)  (Correct)

....solution. The simplest stopping condition is to ensure that the standard deviation of the pixel luminance is smaller than the luminance threshold: 6.12) where L(x,y) is the luminance threshold calculated in Equation 6.9. We shall call this test the Aleph Variance Test (AVT) Kirk and Arvo [Kirk91] point out that having a stopping condition based on the variance of a sample can introduce a systemic bias to a lighting solution. They suggest a simple rule to avoiding the bias by determining how a sample is to be used before it is drawn rather than basing the decision on the actual samples ....

David Kirk and James Arvo. Unbiased Sampling Techniques for Image Synthesis. In Computer Graphics (SIGGRAPH 91 Conference Proceedings) , Volume 25, Number 4, July 1991.


A Unified Approach to Prefiltered Environment Maps - Kautz, Vázquez.. (2000)   (12 citations)  (Correct)

....pixels from the environment mip map and we get the contribution for that region of the environment map. For the other pixels we have to go the next finer levels of the filter mip map. It should be noted that this algorithm is biased, since a given sample is used determine what it will be used for [12]. For the application of prefiltering environment maps the introduced bias is not crucial though. 7 Results. We have validated our algorithm with the Phong model [18] using different exponents. Filtering a parabolic environment map with 128 256 pixels yields the following results (Pentium II ....

KIRK, D., AND ARVO, J. Unbiased Sampling Techniques for Image Synthesis. In Proceedings SIGGRAPH (July 1991), pp. 153--156.


Importance Driven Path Tracing using the Photon Map - Jensen (1995)   (23 citations)  (Correct)

....sampling where samples are concentrated in the most interesting parts of the scene. Lafortune et al. 9] constructs a 5d tree representing the overall flux in the scene and uses this tree in the selection of new sampling directions. Adaptive sampling can however easily lead to biased solutions [2] and it must be used with great care. Recently bidirectional path tracing was introduced by Lafortune et al. 8] and Veach et al. 18] It is a mixture of path tracing from the eye and path tracing from the light sources and it is particularly efficient in scenes with highly non uniform indirect ....

Arvo, James and David Kirk, "Unbiased Sampling Techniques for Image Synthesis ". Computer Graphics 25 (4), 153-156 (1991).


The Constant Radiance Term - Neumann (1996)   (1 citation)  (Correct)

....Many methods are known for solving the rendering equation, for calculating non diffuse interreflections. All these methods are calculation intensive so any acceleration technique is important. The view dependent distribution ray tracing methods are the most used non diffuse techniques [1] 4] [5], 13] Optimal connection of rays starting from the view point and from the light sources is supported by increasingly efficient sampling techniques [15] Other techniques using non diffuse radiosity methods need very large memory and are view independent [8] 9] 12] Non diffuse radiosity ....

Kirk, D., and Arvo, J., Unbiased Sampling Techniques for Image Synthesis. Computer Graphics (SIGGRAPH'91), 25, 153 - 156 (1991).


Adaptive Sampling and Bias Estimation in Path Tracing - Tamstorf, Jensen (1997)   (1 citation)  (Correct)

....each pixel is sampled based on the variance of the samples, and Purgathofer [14] presented a technique in which confidence intervals are used. The use of confidence intervals has the advantage that error bounds can be specified explicitly for each pixel. However, as demonstrated by Kirk and Arvo [8] both these methods are biased. To avoid bias, Kirk and Arvo presented a method in which an initial sample set is used only to estimate the necessary number of samples per pixel. An alternative to using adaptive sampling is filtering in which the noisy spots are located and removed using for ....

....be noted that since this condition has been derived from an approximation it is obvious that it is only an approximation itself. However, for most practical purposes it is a reasonable approximation. 4 Bootstrapping and bias estimation One of the problems with adaptive sampling is bias (cf. [8]) This means that in average the estimated pixel values will be incorrect. Obviously this is undesirable. Whether it has any practical significance though, is not a question about biased or unbiased, but a question about how large the bias is. If for example a display device with 8 bitplanes per ....

[Article contains additional citation context not shown here]

D. Kirk and J. Arvo. Unbiased sampling techniques for image synthesis. Computer Graphics, 25(4):153--156, 1991.


Analysis of Scalable Algorithms for Dynamic Load Balancing and.. - Heirich (1998)   (Correct)

....algorithm by using informed sampling strategies known as variance reduction techniques. For the purposes of photo realism it is important to ensure that these strategies do not introduce bias into the result, as is the case with many common methods of antialiasing and path termination strategies [3, 37]. One reliable strategy is to explicitly sample the surfaces of the light sources, and we have done so in this implementation. Another reliable strategy is to model different surface properties independently, in ways that are unbiased, and then to combine samples from the different properties ....

Kirk, D. & Arvo, J. Unbiased sampling techniques for image synthesis. Proceedings of SIGGRAPH (1991) pp. 153-156.


Stratified Sampling of 2-Manifolds - James Arvo State (2001)   Self-citation (Arvo)   (Correct)

....is unbiased. Unbiased estimators have the highly desirable property that they allow us to converge to the exact answer by taking a sufficiently large number of samples. As a general rule, this is the first property that any random variable designed for Monte Carlo integration should possess [7, 8]. As we shall see, there is a large family of functions # that meet property 1, leaving much flexibility in choosing one that meets both properties 2 and 3. We begin by identifying such a class of estimators, then imposing the other constraints. First, consider an estimator of the form # ....

David Kirk and James Arvo. Unbiased sampling techniques for image synthesis. Computer Graphics, 25(4):153--156, July 1991.


The Holodeck: A Parallel Ray-caching Rendering - System Gregory Ward   (Correct)

No context found.

Kirk, David, James Arvo, "Unbiased Sampling Techniques for Image Synthesis," Computer Graphics, 25(4), July 1991.


State of the Art in Monte Carlo Ray Tracing for Realistic Image.. - Jensen (2001)   (Correct)

No context found.

David B. Kirk and James Arvo. Unbiased sampling techniques for image synthesis. In Thomas W. Sederberg, editor, Computer Graphics (SIGGRAPH '91 Proceedings), volume 25, pages 153--156, July 1991. 187


State of the Art in Monte Carlo Ray Tracing for Realistic Image.. - Jensen (2001)   (Correct)

No context found.

David Kirk and James Arvo. Unbiased sampling techniques for image synthesis. Computer Graphics, 25(4):153--156, July 1991.

Online articles have much greater impact   More about CiteSeer.IST   Add search form to your site   Submit documents   Feedback  

CiteSeer.IST - Copyright Penn State and NEC