From 112d32eaf0f25735ac1c2d76d1871a8dd8f18234 Mon Sep 17 00:00:00 2001 From: Georgia Gkioxari Date: Sun, 8 Mar 2020 14:50:52 -0700 Subject: [PATCH] Add more DR citations Summary: Add more DR citations Reviewed By: nikhilaravi Differential Revision: D20330205 fbshipit-source-id: 4fb95d422371ae9ff5cdc2693736e36799201477 --- docs/notes/renderer.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/notes/renderer.md b/docs/notes/renderer.md index 9f81ef7b..9b467717 100644 --- a/docs/notes/renderer.md +++ b/docs/notes/renderer.md @@ -118,3 +118,15 @@ We redesigned the rendering pipeline from the ground up to be modular and extens [1] Kato et al, 'Neural 3D Mesh Renderer', CVPR 2018 [2] Liu et al, 'Soft Rasterizer: A Differentiable Renderer for Image-based 3D Reasoning', ICCV 2019 + +[3] Loper et al, 'OpenDR: An Approximate Differentiable Renderer', ECCV 2014 + +[4] De La Gorce et al, 'Model-based 3D Hand Pose Estimation from Monocular Video', PAMI 2011 + +[5] Li et al, 'Differentiable Monte Carlo Ray Tracing through Edge Sampling', SIGGRAPH Asia 2018 + +[6] Yifan et al, 'Differentiable Surface Splatting for Point-based Geometry Processing', SIGGRAPH Asia 2019 + +[7] Loubet et al, 'Reparameterizing Discontinuous Integrands for Differentiable Rendering', SIGGRAPH Asia 2019 + +[8] Chen et al, 'Learning to Predict 3D Objects with an Interpolation-based Differentiable Renderer', NeurIPS 2019