paper-with-me

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 this work, we propose MeshFeat, a parametric feature encoding tailored to meshes, for which we adapt the idea of multi-resolution feature grids from Euclidean space. We start from the structure provided by the given vertex topology and use a mesh simplification algorithm to construct a multi-resolution feature representation directly on the mesh. The approach allows the usage of small MLPs for neural fields on meshes, and we show a significant speed-up compared to previous representations while maintaining comparable reconstruction quality for texture reconstruction and BRDF representation. Given its intrinsic coupling to the vertices, the method is particularly well-suited for representations on deforming meshes, making it a good fit for object animation.

📄 PDF Abstract BibTeX arXiv:2407.13592

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Implicit-ARAP: Efficient Handle-Guided Deformation of High-Resolution Meshes and Neural Fields via Local Patch Meshing

2024-05-21 · Daniele Baieri, Filippo Maggioli, Zorah Lähner, Simone Melzi 외

In this work, we present the local patch mesh representation for neural signed distance fields. This technique allows to discretize local regions of the level sets of an input SDF by projecting and deforming flat patch m…

MDNF: Multi-Diffusion-Nets for Neural Fields on Meshes

2024-09-04 · Avigail Cohen Rimon, Tal Shnitzer, Mirela Ben Chen

We propose a novel framework for representing neural fields on triangle meshes that is multi-resolution across both spatial and frequency domains. Inspired by the Neural Fourier Filter Bank (NFFB), our architecture decom…

TextureNet: Consistent Local Parametrizations for Learning from High-Resolution Signals on Meshes

2018-11-30 · CVPR 2019 6 · Jingwei Huang, Haotian Zhang, Li Yi, Thomas Funkhouser 외

We introduce, TextureNet, a neural network architecture designed to extract features from high-resolution signals associated with 3D surface meshes (e.g., color texture maps). The key idea is to utilize a 4-rotational sy…

3D Semantic SegmentationSemantic Segmentation

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…

PRS: Sharp Feature Priors for Resolution-Free Surface Remeshing

2023-11-30 · Natalia Soboleva, Olga Gorbunova, Maria Ivanova, Evgeny Burnaev 외

Surface reconstruction with preservation of geometric features is a challenging computer vision task. Despite significant progress in implicit shape reconstruction, state-of-the-art mesh extraction methods often produce …

Surface Reconstruction