paper-with-me

Papers

Approximate Differentiable Rendering with Algebraic Surfaces

2022-07-21 · Leonid Keselman, Martial Hebert

Differentiable renderers provide a direct mathematical link between an object's 3D representation and images of that object. In this work, we develop an approximate differentiable renderer for a compact, interpretable representation, which we call Fuzzy Metaballs. Our approximate renderer focuses on rendering shapes via depth maps and silhouettes. It sacrifices fidelity for utility, producing fast runtimes and high-quality gradient information that can be used to solve vision tasks. Compared to mesh-based differentiable renderers, our method has forward passes that are 5x faster and backwards passes that are 30x faster. The depth maps and silhouette images generated by our method are smooth and defined everywhere. In our evaluation of differentiable renderers for pose estimation, we show that our method is the only one comparable to classic techniques. In shape from silhouette, our method performs well using only gradient descent and a per-pixel loss, without any surrogate losses or regularization. These reconstructions work well even on natural video sequences with segmentation artifacts. Project page: https://leonidk.github.io/fuzzy-metaballs

📄 PDF Abstract BibTeX arXiv:2207.10606

Code (1)

leonidk/fuzzy-metaballs 공식 구현 jax

Tasks

Pose Estimation

Similar Papers 제목 키워드 기반

Differentiable Surface Rendering via Non-Differentiable Sampling

2021-08-10 · ICCV 2021 10 · Forrester Cole, Kyle Genova, Avneesh Sud, Daniel Vlasic 외

We present a method for differentiable rendering of 3D surfaces that supports both explicit and implicit representations, provides derivatives at occlusion boundaries, and is fast and simple to implement. The method firs…

Inverse RenderingNeRF

A Simple Approach to Differentiable Rendering of SDFs

2024-05-14 · Zichen Wang, Xi Deng, Ziyi Zhang, Wenzel Jakob 외

We present a simple algorithm for differentiable rendering of surfaces represented by Signed Distance Fields (SDF), which makes it easy to integrate rendering into gradient-based optimization pipelines. To tackle visibil…

Inverse Rendering

Learning Surface Parameterization for Document Image Unwarping

2021-09-29 · Sagnik Das, Ke Ma, Zhixin Shu, Dimitris Samaras

In this paper, we present a novel approach to learn texture mapping for a 3D surface and apply it to document image unwarping. We propose an efficient method to learn surface parameterization by learning a continuous bij…

3D Scene Reconstruction

DUDF: Differentiable Unsigned Distance Fields with Hyperbolic Scaling

2024-02-14 · CVPR 2024 1 · Miguel Fainstein, Viviana Siless, Emmanuel Iarussi

In recent years, there has been a growing interest in training Neural Networks to approximate Unsigned Distance Fields (UDFs) for representing open surfaces in the context of 3D reconstruction. However, UDFs are non-diff…

3D Reconstruction

ENVIDR: Implicit Differentiable Renderer with Neural Environment Lighting

2023-03-23 · ICCV 2023 1 · Ruofan Liang, Huiting Chen, Chunlin Li, Fan Chen 외

Recent advances in neural rendering have shown great potential for reconstructing scenes from multiview images. However, accurately representing objects with glossy surfaces remains a challenge for existing methods. In t…

Neural Rendering