English

RayTracer.jl: A Differentiable Renderer that supports Parameter Optimization for Scene Reconstruction

Graphics 2021-11-05 v3 Computer Vision and Pattern Recognition

Abstract

In this paper, we present RayTracer.jl, a renderer in Julia that is fully differentiable using source-to-source Automatic Differentiation (AD). This means that RayTracer not only renders 2D images from 3D scene parameters, but it can be used to optimize for model parameters that generate a target image in a Differentiable Programming (DP) pipeline. We interface our renderer with the deep learning library Flux for use in combination with neural networks. We demonstrate the use of this differentiable renderer in rendering tasks and in solving inverse graphics problems.

Cite

@article{arxiv.1907.07198,
  title  = {RayTracer.jl: A Differentiable Renderer that supports Parameter Optimization for Scene Reconstruction},
  author = {Avik Pal},
  journal= {arXiv preprint arXiv:1907.07198},
  year   = {2021}
}

Comments

Proceedings of the JuliaCon Conferences 2019

R2 v1 2026-06-23T10:22:33.775Z