paper-with-me

Papers

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 decomposes the spatial and frequency domains by associating finer spatial resolution levels with higher frequency bands, while coarser resolutions are mapped to lower frequencies. To achieve geometry-aware spatial decomposition we leverage multiple DiffusionNet components, each associated with a different spatial resolution level. Subsequently, we apply a Fourier feature mapping to encourage finer resolution levels to be associated with higher frequencies. The final signal is composed in a wavelet-inspired manner using a sine-activated MLP, aggregating higher-frequency signals on top of lower-frequency ones. Our architecture attains high accuracy in learning complex neural fields and is robust to discontinuities, exponential scale variations of the target field, and mesh modification. We demonstrate the effectiveness of our approach through its application to diverse neural fields, such as synthetic RGB functions, UV texture coordinates, and vertex normals, illustrating different challenges. To validate our method, we compare its performance against two alternatives, showcasing the advantages of our multi-resolution architecture.

📄 PDF Abstract BibTeX arXiv:2409.03034

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Breathing New Life into 3D Assets with Generative Repainting

2023-09-15 · Tianfu Wang, Menelaos Kanakis, Konrad Schindler, Luc van Gool 외

Diffusion-based text-to-image models ignited immense attention from the vision community, artists, and content creators. Broad adoption of these models is due to significant improvement in the quality of generations and …

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

3D Neural Field Generation using Triplane Diffusion

2022-11-30 · CVPR 2023 1 · J. Ryan Shue, Eric Ryan Chan, Ryan Po, Zachary Ankner 외

Diffusion models have emerged as the state-of-the-art for image generation, among other tasks. Here, we present an efficient diffusion-based model for 3D-aware generation of neural fields. Our approach pre-processes trai…

3D GenerationDiversityImage Generation

HI-MeshGraphNets: Efficient and Accurate Mesh-based Physics Learning with Hierarchical Multi-scale Graph Neural Networks

2026-08-13 · SiHun Lee, Dong-Hyuk Park, Taesoo Bang, Seung-Hoon Kang arxiv

Machine-learned physical surrogate models have become promising alternatives to mesh-based numerical solvers. Among them, graph neural networks (GNNs) are well suited for representing simulation meshes and learning nodal…

TextMesh: Generation of Realistic 3D Meshes From Text Prompts

2023-04-24 · Christina Tsalicoglou, Fabian Manhardt, Alessio Tonioni, Michael Niemeyer 외

The ability to generate highly realistic 2D images from mere text prompts has recently made huge progress in terms of speed and quality, thanks to the advent of image diffusion models. Naturally, the question arises if t…

NeRF