Tracking Data Structures Coherency in Animated Ray Tracing: Kalman and Wiener Filters Approach

  • Authors:
  • Sajid Hussain;Håkan Grahn

  • Affiliations:
  • Blekinge Institute of Technology, Karlskrona, Sweden SE-371 79;Blekinge Institute of Technology, Karlskrona, Sweden SE-371 79

  • Venue:
  • ISVC '08 Proceedings of the 4th International Symposium on Advances in Visual Computing
  • Year:
  • 2008

Quantified Score

Hi-index 0.00

Visualization

Abstract

The generation of natural and photorealistic images in computer graphics, normally make use of a well known method called ray tracing. Ray tracing is being adopted as a primary image rendering method in the research community for the last few years. With the advent of todays high speed processors, the method has received much attention over the last decade. Modern power of GPUs/CPUs and the accelerated data structures are behind the success of ray tracing algorithms. kd -tree is one of the most widely used data structures based on surface area heuristics (SAH). The major bottleneck in kd -tree construction is the time consumed to find optimum split locations. In this paper, we propose a prediction algorithm for animated ray tracing based on Kalman and Wiener filters. Both the algorithms successfully predict the split locations for the next consecutive frame in the animation sequence. Thus, giving good initial starting points for one dimensional search algorithms to find optimum split locations --- in our case parabolic interpolation combined with golden section search. With our technique implemented, we have reduced the "running kd -tree construction" time by between 78% and 87% for dynamic scenes with 16.8K and 252K polygons respectively.