EGSR and HPG 2009 papers

Ke-Sen Huang has what looks like the full lists of papers for both HPG 2009 and EGSR 2009.  Both of these lists are only available on Ke-Sen’s site at the moment; presumably they will appear on the HPG and EGSR websites soon.  I have had high hopes for these conferences, especially given the somewhat disappointing real-time content of the SIGGRAPH 2009 papers program.  EGSR has historically had some good real-time stuff in it, and the new HPG (High-Performance Graphics) conference has a highly relevant area of focus.  So how do the paper lists stack up?

EGSR 2009 has a bunch of potentially interesting papers, including some on GPU-accelerated ray-tracing and photon mapping.  Some have intriguing titles (but no other information, so it’s hard to guess how relevant they are): Fast Global Illumination on Dynamic Height Fields, Efficient and Accurate Rendering of Complex Light Sources.  One paper I found particularly interesting is Hierarchical Image-Space Radiosity for Interactive Global Illumination (available here):  This paper extends an I3D 2009 paper (Multiresolution Splatting for Indirect Illumination) which described an “Instant Radiosity”-type approach (using lots of point light sources to simulate indirect bounces), rendering into a pyramid of frame buffers at different resolutions.  The pyramid was finally collapsed into a single frame buffer to generate the final frame.  I found the multiresolution rendering approach interesting, but the implementation was very slow.  The EGSR 2009 paper speeds this part of the algorithm up significantly, and adds some other extensions and improvements.  I wouldn’t run off and implement this paper into a game engine (it has some significant limitations, and is not nearly fast enough on current hardware), but it does suggest some interesting research directions.

What about HPG 2009, the new kid on the block?  Given the partial descent of this conference from the Interactive Ray-Tracing symposium, one would expect a fair bit of ray-tracing-related papers, but there aren’t that many: out of 21 papers, 4 papers explicitly mention ray-tracing, and 3 more deal with dynamic construction of bounding volume hierarchies (a particular concern of ray-tracing algorithms).  Many of the remaining papers deal with other (and to my mind, more interesting) rendering algorithms.  Data-Parallel Rasterization of Micropolygons With Defocus and Motion Blur appears to describe an algorithm similar to REYES (which powers Pixar’s Renderman).  There are two papers on image space techniques (Hardware-Accelerated Global Illumination by Image Space Photon Mapping and Image Space Gathering), which is a “hot” area right now following the popularity of SSAO and related techniques.  There are two papers relating to the important topic of antialiasing (A Directionally Adaptive Edge Anti-Aliasing Filter and Morphological Antialiasing).  One paper (Stream Compaction for Deferred Shading) relates to deferred shading, which is also a “hot” topic in game rendering at the moment.

I look forward to the preprints becoming available, so we can see if these papers live up to the promise of their titles (anmd perhaps discover some surprises among the more ambiguously-titled papers).

4 thoughts on “EGSR and HPG 2009 papers

  1. Eric

    For HPG, it’s interesting to note that one of the antialiasing papers is from AMD and the other is from Intel. I take this as a good sign, that graphics accelerator companies are actively working on ways to improve quality.

  2. mmp

    There are actually quite a few papers on ray tracing at HPG–I count 8 (and
    one half on top of that)! I think that the final selection pretty well
    balanced ray-tracing-y topics with GPU rendering-y topics with GPGPU /
    GPU-compute sort of topics… More specifically the ones where the titles
    suggest that they’re just about bounding volume hierarchies are pretty much
    all about ray-tracing…

    – Understanding the Efficiency of Ray Traversal on GPUs
    – Spatial Splits in Bounding Volume Hierarchies
    – Efficient Ray Traced Soft Shadows using Multi-Frusta Traversal
    – A Parallel Algorithm for Construction of Uniform Grids
    – Object Partitioning Considered Harmful: Space Subdivision for BVHs
    – Selective and Adaptive Supersampling for Real-Time Ray Tracing
    – Faster Incoherent Rays: Multi-BVH Ray Stream Tracing
    – Accelerating Monte Carlo Shadows Using Volumetric Occluders

    (partially)
    – Hardware-Accelerated Global Illumination by Image Space Photon Mapping

  3. Pingback: Real-Time Rendering » Blog Archive » HPG 2009 - a closer look

  4. Pingback: Real-Time Rendering » Blog Archive » HPG 2009 Report

Comments are closed.