Phillip Thomas
The variance of this estimator is \(\mathcal{O}(\frac{1}{N})\). We want to reduce the variance of a Monte Carlo estimator, i.e., image noise when we only have a finite number of samples.
Using a probability distribution for random samples \(\omega_i \) (also the distribution denoted by \(p\)) that is shaped like the integrand, we can reduce the variance of the estimator. This is importance sampling.
Approximating the incoming radiance term by using information collected from past samples is called path guiding.
If we can create a probability distribution \(p\) that has a shape similar to even one term in the numerator, we are eliminating some variance in the estimator.
Reduce variance of MC estimator.
Learn an approximation of the incoming radiance terms.
Implement this idea (and the details described in the paper) in C++ code.
Reproduce their rendered results.
where \(P ( \overline{p}_i)\) gives the amount of radiance scattered over a path \(\overline{p}_i\) with \(i+1\) vertices.
2. Extend the SD-trees to be useful in animated sequences.