菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-04-30
📄 Abstract - SQuadGen: Generating Simple Quad Layouts via Chart Distance Fields

3D shapes from scanning, reconstruction, or AI-generated content often lack simple quad mesh layouts -- critical for efficient editing and modeling. Existing quad-remeshing techniques typically produce complex layouts with irregular loops, leading to tedious manual cleanup and extensive algorithm tuning. We introduce SQuadGen, a diffusion-based generative framework that leverages Chart Distance Fields (CDF) to synthesize simple quad layouts on 3D shapes. Our approach addresses two key challenges: (1) the discrete nature of mesh connectivity, which hinders learning, and (2) the scarcity of large-scale datasets with simple quad meshes. To overcome the first, we propose CDF, a continuous surface-based representation enabling effective learning and synthesis of quad layouts. To address the second, we define loop-aware simplicity metrics and construct a large-scale dataset of high-quality quad layouts recovered from public 3D repositories through a robust quad-recovery pipeline. Extensive evaluations across diverse 3D inputs show that SQuadGen consistently outperforms existing methods, producing robust, artist-friendly simple quad layouts.

顶级标签: machine learning computer vision aigc
详细标签: quad mesh layout generative framework chart distance field 3d shape diffusion model 或 搜索:

SQuadGen:通过图表距离场生成简单四边形布局 / SQuadGen: Generating Simple Quad Layouts via Chart Distance Fields


1️⃣ 一句话总结

本文提出了一种基于扩散模型的生成框架SQuadGen,通过引入图表距离场这一连续表面表示,能够从三维模型中自动生成结构简单、易于编辑的四边形网格布局,解决了现有方法布局复杂、需要大量人工调整的问题。

源自 arXiv: 2604.27329