Acceleration of image processing taking advantage of the asumption that between two similar shaded pixels ly only pixels with similar color. Thus, coherent pixels can be computed with interpolation.
Avoid sampling of in 3D regions having uniform or similar values: Detection of this areas by building up octrees. Samples located in a coherent area are calculated only once. "It is obvious that empty space does not have to be sapmled - its has only to be crossed as fast as possible" (Space leaping) []
Exploiting the coherence of empty space in conscutive images, the ray path can be shorten.