High-Performance Graphics 2020
Browse by
July 13-16, hosted online; published as special issue in Proceedings of the ACM on Computer Graphics and Interactive Techniques, Vol. 3, No. 2
High-Performance Rendering
Generalized Light Portals
[full
paper ] [meta data ]
Efficient Adaptive Deferred Shading with Hardware Scatter Tiles
[full
paper ] [meta data ]
Post-RenderWarp with Late Input Sampling Improves Aiming Under High Latency Conditions
[full paper
]
[meta data ]
Image-Based Computing
Neural Denoising for Path Tracing of Medical Volumetric Data
[full
paper ] [meta data ]
High-Performance Image Filters via Sparse Approximations
[full
paper ] [meta data ]
FLIP: A Difference Evaluator for Alternating Images
[full
paper ] [meta data ]
Rendering Thin or Transparent Objects
Quadratic Approximation of Cubic Curves
[full
paper ] [meta data ]
Using Hardware Ray Transforms to Accelerate Ray/Primitive Intersections for Long, Thin
Primitive Types
[full
paper ] [meta data ]
Sub-triangle opacity masks for faster ray tracing of transparent objects
[full
paper ] [meta data ]
Hardware Architectures and Space Partitioning
Compacted CPU/GPU Data Compression via Modified Virtual Address Translation
[full
paper ] [meta data ]
Hardware-Accelerated Dual-Split Trees
[full paper
]
[meta data ]
Concurrent Binary Trees (with application to longest edge bisection)
[full
paper ] [meta data ]
Recent Submissions
-
Concurrent Binary Trees (with application to longest edge bisection)
(ACM, 2020)We introduce the concurrent binary tree (CBT), a novel concurrent representation to build and update arbitrary binary trees in parallel. Fundamentally, our representation consists of a binary heap, i.e., a 1D array, that ... -
Hardware-Accelerated Dual-Split Trees
(ACM, 2020)Bounding volume hierarchies (BVH) are the most widely used acceleration structures for ray tracing due to their high construction and traversal performance. However, the bounding planes shared between parent and children ... -
Compacted CPU/GPU Data Compression via Modified Virtual Address Translation
(ACM, 2020)We propose a method to reduce the footprint of compressed data by using modified virtual address translation to permit random access to the data. This extends our prior work on using page translation to perform automatic ... -
Using Hardware Ray Transforms to Accelerate Ray/Primitive Intersections for Long, Thin Primitive Types
(ACM, 2020)With the recent addition of hardware ray tracing capabilities, GPUs have become incredibly efficient at ray tracing both triangular geometry, and instances thereof. However, the bounding volume hierarchies that current ray ... -
Sub-triangle opacity masks for faster ray tracing of transparent objects
(ACM, 2020)We propose an easy and simple-to-integrate approach to accelerate ray tracing of alpha-tested transparent geometry with a focus on Microsoft® DirectX® or Vulkan® ray tracing extensions. Pre-computed bit masks are used to ... -
FLIP: A Difference Evaluator for Alternating Images
(ACM, 2020)Image quality measures are becoming increasingly important in the field of computer graphics. For example, there is currently a major focus on generating photorealistic images in real time by combining path tracing with ... -
Quadratic Approximation of Cubic Curves
(ACM, 2020)We present a simple degree reduction technique for piecewise cubic polynomial splines, converting them into piecewise quadratic splines that maintain the parameterization and C1 continuity. Our method forms identical tangent ... -
High-Performance Image Filters via Sparse Approximations
(ACM, 2020)We present a numerical optimization method to find highly efficient (sparse) approximations for convolutional image filters. Using a modified parallel tempering approach,we solve a constrained optimization that maximizes ... -
Post-RenderWarp with Late Input Sampling Improves Aiming Under High Latency Conditions
(ACM, 2020)End-to-end latency in remote-rendering systems can reduce user task performance. This notably includes aiming tasks on game streaming services, which are presently below the standards of competitive first-person desktop ... -
Neural Denoising for Path Tracing of Medical Volumetric Data
(ACM, 2020)In this paper, we transfer machine learning techniques previously applied to denoising surface-only Monte Carlo renderings to path-traced visualizations of medical volumetric data. In the domain of medical imaging, path-traced ... -
Efficient Adaptive Deferred Shading with Hardware Scatter Tiles
(ACM, 2020)Adaptive shading is an effective mechanism for reducing the number of shaded pixels to a subset of the image resolution with minimal impact on final rendering quality. We present a new scheduling method based on on-chip ... -
Generalized Light Portals
(ACM, 2020)Light portals are useful for accelerating the convergence of Monte Carlo path tracing when rendering interiors. However, they are generally limited to flat polygonal shapes. In this paper, we introduce a new concept that ...