paper-with-me

Papers

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

2019-07-16 · Avik Pal

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.

📄 PDF Abstract BibTeX arXiv:1907.07198

Code (1)

avik-pal/RayTracer.jl 공식 구현

Similar Papers 제목 키워드 기반

Plateau-reduced Differentiable Path Tracing

2022-11-30 · CVPR 2023 1 · Michael Fischer, Tobias Ritschel

Current differentiable renderers provide light transport gradients with respect to arbitrary scene parameters. However, the mere existence of these gradients does not guarantee useful update steps in an optimization. Ins…

Inverse Rendering

Analytical Derivatives for Differentiable Renderer: 3D Pose Estimation by Silhouette Consistency

2019-06-19 · Zaiqiang Wu, Wei Jiang

Differentiable render is widely used in optimization-based 3D reconstruction which requires gradients from differentiable operations for gradient-based optimization. The existing differentiable renderers obtain the gradi…

3D Pose Estimation3D ReconstructionPose Estimation

Inverting Generative Adversarial Renderer for Face Reconstruction

2021-05-06 · CVPR 2021 1 · Jingtan Piao, Keqiang Sun, KwanYee Lin, Quan Wang 외

Given a monocular face image as input, 3D face geometry reconstruction aims to recover a corresponding 3D face mesh. Recently, both optimization-based and learning-based face reconstruction methods have taken advantage o…

Face Reconstruction

Gaussian Mesh Renderer for Lightweight Differentiable Rendering

2026-02-16 · Xinpeng Liu, Fumio Okura arxiv

3D Gaussian Splatting (3DGS) has enabled high-fidelity virtualization with fast rendering and optimization for novel view synthesis. On the other hand, triangle mesh models still remain a popular choice for surface recon…

Novel View Synthesis

DIB-R++: Learning to Predict Lighting and Material with a Hybrid Differentiable Renderer

2021-10-30 · NeurIPS 2021 12 · Wenzheng Chen, Joey Litalien, Jun Gao, Zian Wang 외

We consider the challenging problem of predicting intrinsic object properties from a single image by exploiting differentiable renderers. Many previous learning-based approaches for inverse graphics adopt rasterization-b…

Disentanglement