paper-with-me

홈 › Papers

Neural Jacobian Fields: Learning Intrinsic Mappings of Arbitrary Meshes

2022-05-05 · Noam Aigerman, Kunal Gupta, Vladimir G. Kim, Siddhartha Chaudhuri, Jun Saito, Thibault Groueix

This paper introduces a framework designed to accurately predict piecewise linear mappings of arbitrary meshes via a neural network, enabling training and evaluating over heterogeneous collections of meshes that do not share a triangulation, as well as producing highly detail-preserving maps whose accuracy exceeds current state of the art. The framework is based on reducing the neural aspect to a prediction of a matrix for a single given point, conditioned on a global shape descriptor. The field of matrices is then projected onto the tangent bundle of the given mesh, and used as candidate jacobians for the predicted map. The map is computed by a standard Poisson solve, implemented as a differentiable layer with cached pre-factorization for efficient training. This construction is agnostic to the triangulation of the input, thereby enabling applications on datasets with varying triangulations. At the same time, by operating in the intrinsic gradient domain of each individual mesh, it allows the framework to predict highly-accurate mappings. We validate these properties by conducting experiments over a broad range of scenarios, from semantic ones such as morphing, registration, and deformation transfer, to optimization-based ones, such as emulating elastic deformations and contact correction, as well as being the first work, to our knowledge, to tackle the task of learning to compute UV parameterizations of arbitrary meshes. The results exhibit the high accuracy of the method as well as its versatility, as it is readily applied to the above scenarios without any changes to the framework.

📄 PDF Abstract BibTeX arXiv:2205.02904

Code (1)

ThibaultGROUEIX/NeuralJacobianFields 공식 구현 pytorch

Similar Papers 제목 키워드 기반

MeshFeat: Multi-Resolution Features for Neural Fields on Meshes

2024-07-18 · Mihir Mahajan, Florian Hofherr, Daniel Cremers

Parametric feature grid encodings have gained significant attention as an encoding approach for neural fields since they allow for much smaller MLPs, which significantly decreases the inference time of the models. In thi…

Intrinsic Neural Fields: Learning Functions on Manifolds

2022-03-15 · Lukas Koestler, Daniel Grittner, Michael Moeller, Daniel Cremers 외

Neural fields have gained significant attention in the computer vision community due to their excellent performance in novel view synthesis, geometry reconstruction, and generative modeling. Some of their advantages are …

Novel View Synthesis

DreamMesh: Jointly Manipulating and Texturing Triangle Meshes for Text-to-3D Generation

2024-09-11 · Haibo Yang, Yang Chen, Yingwei Pan, Ting Yao 외

Learning radiance fields (NeRF) with powerful 2D diffusion models has garnered popularity for text-to-3D generation. Nevertheless, the implicit 3D representations of NeRF lack explicit modeling of meshes and textures ove…

3D Architecture3D GenerationNeRFText to 3D

Nuvo: Neural UV Mapping for Unruly 3D Representations

2023-12-11 · Pratul P. Srinivasan, Stephan J. Garbin, Dor Verbin, Jonathan T. Barron 외

Existing UV mapping algorithms are designed to operate on well-behaved meshes, instead of the geometry representations produced by state-of-the-art 3D reconstruction and generation techniques. As such, applying these met…

3D Reconstructionvalid

Scalar Field Prediction on Meshes Using Interpolated Multi-Resolution Convolutional Neural Networks

2024-10-07 · Kevin Ferguson, Andrew Gillman, James Hardin, Levent Burak Kara

Scalar fields, such as stress or temperature fields, are often calculated in shape optimization and design problems in engineering. For complex problems where shapes have varying topology and cannot be parametrized, data…