The NVIDIA GeForce 8800 GPU

This article consists of a collection of slides from the author's conference presentation on NVIDIA's GeForce 8800 GPU. Some of the specific topics discussed include: an overview of the GeForce 8800 architecture; streaming processor array and processing capabilities; the Raster Operation Pipeline; and GeForce implementation, deployment, and performance evaluation.

Spatiotemporal reservoir resampling for real-time ray tracing with dynamic direct lighting

Efficiently rendering direct lighting from millions of dynamic light sources using Monte Carlo integration remains a challenging problem, even for off-line rendering systems. We introduce a new algorithm—ReSTIR—that renders such lighting interactively, at high quality, and without needing to maintain complex data structures. We repeatedly resample a set of candidate light samples and apply further spatial and temporal resampling to leverage information from relevant nearby samples.

Deep Learning-based Enhancement of Epigenomics Data with AtacWorks

We introduce AtacWorks (https://github.com/clara-genomics/AtacWorks), a method to denoise and identify accessible chromatin regions from low-coverage or low-quality ATAC-seq data. AtacWorks uses a deep neural network to learn a mapping between noisy ATAC-seq data and corresponding higher-coverage or higher-quality data.

Genome Variant Calling with a Deep Averaging Network

Variant calling, the problem of estimating whether a position in a DNA sequence differs from a reference sequence, given noisy, redundant, overlapping short sequences that cover that position, is fundamental to genomics. We propose a deep averaging network designed specifically for variant calling. Our model takes into account the independence of each short input read sequence by transforming individual reads through a series of convolutional layers, limiting the communication between individual reads to averaging and concatenating operations.

Balakumar Sundaralingam

Balakumar Sundaralingam is a Senior Research Scientist at NVIDIA. His research interests are in enabling robots to fluidly navigate and interact in unstructured environments while sharing the space with humans. His work involves combining perception, machine learning, numerical optimization, control theory, and robot software-hardware interfaces.

Neurreg: Neural registration and its application to image segmentation

Registration is a fundamental task in medical image analysis which can be applied to several tasks including image segmentation, intra-operative tracking, multi-modal image alignment, and motion analysis. Popular registration tools such as ANTs and NiftyReg optimize an objective function for each pair of images from scratch which is time-consuming for large images with complicated deformation. Facilitated by the rapid progress of deep learning, learning-based approaches such as VoxelMorph have been emerging for image registration.