English

SQuadGen: Generating Simple Quad Layouts via Chart Distance Fields

Graphics 2026-05-01 v1 Computer Vision and Pattern Recognition

Abstract

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.

Keywords

Cite

@article{arxiv.2604.27329,
  title  = {SQuadGen: Generating Simple Quad Layouts via Chart Distance Fields},
  author = {Youkang Kong and Yang Liu and Yue Dong and Xin Tong and Heung-Yeung Shum},
  journal= {arXiv preprint arXiv:2604.27329},
  year   = {2026}
}

Comments

SIGGRAPH 2026 (Journal Track), project page: https://youkang-kong.github.io/squadgen/

R2 v1 2026-07-01T12:42:37.532Z