Skip to main content

Showing 1–3 of 3 results for author: Tsang, C F

Searching in archive cs. Search in all archives.
.
  1. arXiv:2111.00140  [pdf, other

    cs.CV cs.GR

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

    Authors: Wenzheng Chen, Joey Litalien, Jun Gao, Zian Wang, Clement Fuji Tsang, Sameh Khamis, Or Litany, Sanja Fidler

    Abstract: 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-based renderers and assume naive lighting and material models, which often fail to account for non-Lambertian, specular reflections commonly observed in the wild. In this work, we p… ▽ More

    Submitted 29 October, 2021; originally announced November 2021.

  2. arXiv:2011.01437  [pdf, other

    cs.CV

    Learning Deformable Tetrahedral Meshes for 3D Reconstruction

    Authors: Jun Gao, Wenzheng Chen, Tommy Xiang, Clement Fuji Tsang, Alec Jacobson, Morgan McGuire, Sanja Fidler

    Abstract: 3D shape representations that accommodate learning-based 3D reconstruction are an open problem in machine learning and computer graphics. Previous work on neural 3D reconstruction demonstrated benefits, but also limitations, of point cloud, voxel, surface mesh, and implicit function representations. We introduce Deformable Tetrahedral Meshes (DefTet) as a particular parameterization that utilizes… ▽ More

    Submitted 23 November, 2020; v1 submitted 2 November, 2020; originally announced November 2020.

    Comments: Accepted to NeurIPS 2020. Webpage: https://nv-tlabs.github.io/DefTet/

  3. arXiv:1911.05063  [pdf, other

    cs.CV cs.LG cs.RO

    Kaolin: A PyTorch Library for Accelerating 3D Deep Learning Research

    Authors: Krishna Murthy Jatavallabhula, Edward Smith, Jean-Francois Lafleche, Clement Fuji Tsang, Artem Rozantsev, Wenzheng Chen, Tommy Xiang, Rev Lebaredian, Sanja Fidler

    Abstract: We present Kaolin, a PyTorch library aiming to accelerate 3D deep learning research. Kaolin provides efficient implementations of differentiable 3D modules for use in deep learning systems. With functionality to load and preprocess several popular 3D datasets, and native functions to manipulate meshes, pointclouds, signed distance functions, and voxel grids, Kaolin mitigates the need to write wast… ▽ More

    Submitted 13 November, 2019; v1 submitted 12 November, 2019; originally announced November 2019.

    Comments: Kaolin is available as open-source software at https://github.com/NVIDIAGameWorks/kaolin/