English

PRIF: Primary Ray-based Implicit Function

Computer Vision and Pattern Recognition 2022-08-15 v1 Graphics Machine Learning

Abstract

We introduce a new implicit shape representation called Primary Ray-based Implicit Function (PRIF). In contrast to most existing approaches based on the signed distance function (SDF) which handles spatial locations, our representation operates on oriented rays. Specifically, PRIF is formulated to directly produce the surface hit point of a given input ray, without the expensive sphere-tracing operations, hence enabling efficient shape extraction and differentiable rendering. We demonstrate that neural networks trained to encode PRIF achieve successes in various tasks including single shape representation, category-wise shape generation, shape completion from sparse or noisy observations, inverse rendering for camera pose estimation, and neural rendering with color.

Keywords

Cite

@article{arxiv.2208.06143,
  title  = {PRIF: Primary Ray-based Implicit Function},
  author = {Brandon Yushan Feng and Yinda Zhang and Danhang Tang and Ruofei Du and Amitabh Varshney},
  journal= {arXiv preprint arXiv:2208.06143},
  year   = {2022}
}

Comments

ECCV 2022. Project Page: https://augmentariumlab.github.io/PRIF/