paper-with-me

홈 › Papers

Rasterized Edge Gradients: Handling Discontinuities Differentiably

2024-05-03 · Stanislav Pidhorskyi, Tomas Simon, Gabriel Schwartz, He Wen, Yaser Sheikh, Jason Saragih

Computing the gradients of a rendering process is paramount for diverse applications in computer vision and graphics. However, accurate computation of these gradients is challenging due to discontinuities and rendering approximations, particularly for surface-based representations and rasterization-based rendering. We present a novel method for computing gradients at visibility discontinuities for rasterization-based differentiable renderers. Our method elegantly simplifies the traditionally complex problem through a carefully designed approximation strategy, allowing for a straightforward, effective, and performant solution. We introduce a novel concept of micro-edges, which allows us to treat the rasterized images as outcomes of a differentiable, continuous process aligned with the inherently non-differentiable, discrete-pixel rasterization. This technique eliminates the necessity for rendering approximations or other modifications to the forward pass, preserving the integrity of the rendered image, which makes it applicable to rasterized masks, depth, and normals images where filtering is prohibitive. Utilizing micro-edges simplifies gradient interpretation at discontinuities and enables handling of geometry intersections, offering an advantage over the prior art. We showcase our method in dynamic human head scene reconstruction, demonstrating effective handling of camera images and segmentation masks.

📄 PDF Abstract BibTeX arXiv:2405.02508

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

FNIN: A Fourier Neural Operator-based Numerical Integration Network for Surface-form-gradients

2025-01-21 · Jiaqi Leng, Yakun Ju, Yuanxu Duan, Jiangnan Zhang 외

Surface-from-gradients (SfG) aims to recover a three-dimensional (3D) surface from its gradients. Traditional methods encounter significant challenges in achieving high accuracy and handling high-resolution inputs, parti…

FormNumerical IntegrationSelf-LearningSurface Reconstruction

Coordinate descent heuristics for the irregular strip packing problem of rasterized shapes

2021-04-09 · Shunji Umetani, Shohei Murakami

We consider the irregular strip packing problem of rasterized shapes, where a given set of pieces of irregular shapes represented in pixels should be placed into a rectangular container without overlap. The rasterized sh…

A Multi-Implicit Neural Representation for Fonts

2021-06-12 · NeurIPS 2021 12 · Pradyumna Reddy, Zhifei Zhang, Matthew Fisher, Hailin Jin 외

Fonts are ubiquitous across documents and come in a variety of styles. They are either represented in a native vector format or rasterized to produce fixed resolution images. In the first case, the non-standard represent…

Discontinuity-preserving Normal Integration with Auxiliary Edges

2024-04-04 · CVPR 2024 1 · Hyomin Kim, Yucheol Jung, Seungyong Lee

Many surface reconstruction methods incorporate normal integration, which is a process to obtain a depth map from surface gradients. In this process, the input may represent a surface with discontinuities, e.g., due to s…

Surface Reconstruction

2D Neural Fields with Learned Discontinuities

2024-07-15 · Chenxi Liu, Siqi Wang, Matthew Fisher, Deepali Aneja 외

Effective representation of 2D images is fundamental in digital image processing, where traditional methods like raster and vector graphics struggle with sharpness and textural complexity respectively. Current neural fie…

DenoisingSuper-ResolutionVector Graphics