2021

Advances in Neural Rendering

Tewari, Ayush, Thies, Justus, Mildenhall, Ben et al.

Understand

Synthesizing photo-realistic images and videos is at the heart of computer graphics and has been the focus of decades of research.

  • Traditionally, synthetic images of a scene are generated using rendering algorithms such as rasterization or ray tracing, which take specifically defined representations of geometry and material properties as input.
  • Collectively, these inputs define the actual scene and what is rendered, and are referred to as the scene representation (where a scene consists of one or more objects).
  • Example scene representations are triangle meshes with accompanied textures (e.g., created by an artist), point clouds (e.g., from a depth sensor), volumetric grids (e.g., from a CT scan), or implicit surface functions (e.g., truncated signed distance fields).

Reading the bibliography…