Neural directional distance field object representation for uni-directional path-traced rendering
Annada Prasad Behera, Subhankar Mishra

TL;DR
This paper introduces neural directed distance fields as a new object representation to accelerate path-traced rendering, enabling faster scene queries and rendering without altering existing algorithms.
Contribution
It presents a novel neural representation of objects using directed distance functions and integrates it into path-tracing for improved rendering efficiency.
Findings
Neural directed distance fields effectively represent scene objects.
The approach reduces rendering time for complex scenes.
Compatible with existing path-tracing algorithms.
Abstract
Faster rendering of synthetic images is a core problem in the field of computer graphics. Rendering algorithms, such as path-tracing is dependent on parameters like size of the image, number of light bounces, number of samples per pixel, all of which, are fixed if one wants to obtain a image of a desired quality. It is also dependent on the size and complexity of the scene being rendered. One of the largest bottleneck in rendering, particularly when the scene is very large, is querying for objects in the path of a given ray in the scene. By changing the data type that represents the objects in the scene, one may reduce render time, however, a different representation of a scene requires the modification of the rendering algorithm. In this paper, (a) we introduce directed distance field, as a functional representation of a object; (b) how the directed distance functions, when stored as a…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Vision and Imaging · Computer Graphics and Visualization Techniques · Medical Image Segmentation Techniques
