paper-with-me

홈 › Papers

Neural Progressive Meshes

2023-08-10 · Yun-Chun Chen, Vladimir G. Kim, Noam Aigerman, Alec Jacobson

The recent proliferation of 3D content that can be consumed on hand-held devices necessitates efficient tools for transmitting large geometric data, e.g., 3D meshes, over the Internet. Detailed high-resolution assets can pose a challenge to storage as well as transmission bandwidth, and level-of-detail techniques are often used to transmit an asset using an appropriate bandwidth budget. It is especially desirable for these methods to transmit data progressively, improving the quality of the geometry with more data. Our key insight is that the geometric details of 3D meshes often exhibit similar local patterns even across different shapes, and thus can be effectively represented with a shared learned generative space. We learn this space using a subdivision-based encoder-decoder architecture trained in advance on a large collection of surfaces. We further observe that additional residual features can be transmitted progressively between intermediate levels of subdivision that enable the client to control the tradeoff between bandwidth cost and quality of reconstruction, providing a neural progressive mesh representation. We evaluate our method on a diverse set of complex 3D shapes and demonstrate that it outperforms baselines in terms of compression ratio and reconstruction quality.

📄 PDF Abstract BibTeX arXiv:2308.05741

Code (0)

등록된 구현이 없습니다.

Tasks

Decoder

Similar Papers 제목 키워드 기반

ARMesh: Autoregressive Mesh Generation via Next-Level-of-Detail Prediction

2025-09-25 · Jiabao Lei, Kewei Shi, Zhihao Liang, Kui Jia arxiv

Directly generating 3D meshes, the default representation for 3D shapes in the graphics industry, using auto-regressive (AR) models has become popular these days, thanks to their sharpness, compactness in the generated r…

VertexRegen: Mesh Generation with Continuous Level of Detail

2025-08-12 · Xiang Zhang, Yawar Siddiqui, Armen Avetisyan, Chris Xie 외 arxiv

We introduce VertexRegen, a novel mesh generation framework that enables generation at a continuous level of detail. Existing autoregressive methods generate meshes in a partial-to-complete manner and thus intermediate s…

Neural Mesh Flow: 3D Manifold Mesh Generation via Diffeomorphic Flows

2020-07-21 · NeurIPS 2020 12 · Kunal Gupta, Manmohan Chandraker

Meshes are important representations of physical 3D entities in the virtual world. Applications like rendering, simulations and 3D printing require meshes to be manifold so that they can interact with the world like the …

Active Learning of Neural Collision Handler for Complex 3D Mesh Deformations

2021-10-08 · Qingyang Tan, Zherong Pan, Breannan Smith, Takaaki Shiratori 외

We present a robust learning algorithm to detect and handle collisions in 3D deforming meshes. Our collision detector is represented as a bilevel deep autoencoder with an attention mechanism that identifies colliding mes…

Active Learning

PolyDiff: Generating 3D Polygonal Meshes with Diffusion Models

2023-12-18 · Antonio Alliegro, Yawar Siddiqui, Tatiana Tommasi, Matthias Nießner

We introduce PolyDiff, the first diffusion-based approach capable of directly generating realistic and diverse 3D polygonal meshes. In contrast to methods that use alternate 3D shape representations (e.g. implicit repres…

AvgDenoising