Learning Conjugate Direction Fields for Planar Quadrilateral Mesh Generation
Jiong Tao, Yong-Liang Yang, Bailin Deng
TL;DR
The paper tackles the computational bottleneck of designing conjugate direction fields (CDF) for planar quadrilateral mesh generation by introducing a data-driven framework that learns to produce CDFs conditioned on user strokes. It employs a DGCNN-based encoder to fuse surface geometry with stroke guidance and two MLPs to predict the CDF components, optimized via a rich loss family enforcing alignment, tangentiality, smoothness, and stroke conformity. A large synthetic dataset of freeform surfaces with ground-truth CDFs and stroke mimics underpins training and evaluation, yielding substantial speedups over traditional optimization while maintaining high-quality planarity and stroke adherence. The work enables interactive, design-driven PQ mesh generation on complex 3D surfaces and offers a foundation for future enhancements in feature-aware CDF control and unsupervised generalization.
Abstract
Planar quadrilateral (PQ) mesh generation is a key process in computer-aided design, particularly for architectural applications where the goal is to discretize a freeform surface using planar quad faces. The conjugate direction field (CDF) defined on the freeform surface plays a significant role in generating a PQ mesh, as it largely determines the PQ mesh layout. Conventionally, a CDF is obtained by solving a complex non-linear optimization problem that incorporates user preferences, i.e., aligning the CDF with user-specified strokes on the surface. This often requires a large number of iterations that are computationally expensive, preventing the interactive CDF design process for a desirable PQ mesh. To address this challenge, we propose a data-driven approach based on neural networks for controlled CDF generation. Our approach can effectively learn and fuse features from the freeform surface and the user strokes, and efficiently generate quality CDF respecting user guidance. To enable training and testing, we also present a dataset composed of 50000+ freeform surfaces with ground-truth CDFs, as well as a set of metrics for quantitative evaluation. The effectiveness and efficiency of our work are demonstrated by extensive experiments using testing data, architectural surfaces, and general 3D shapes.
