Language helps improve computer aided design surface fitting accuracy

Language-Augmented Semantic Priors for B-Spline Surface Fitting

Computer Vision and Pattern RecognitionArtificial Intelligence

Summary

Designing 3D surfaces in computer-aided design (CAD) often uses mathematical tools called B-splines, but existing methods need manual starting guesses and don’t use the designer’s original intentions well. The authors created LASP, a system that uses language models to understand the history and intent behind surface designs by turning that information into detailed text descriptions. This system then predicts better initial parameters for fitting these surfaces, which helps existing CAD solvers produce more accurate and meaningful results. By adding a language-based reasoning step, LASP improves how well the final surfaces match the original design goals.

What this means in practice

  • For cad software developers: Enhance B-spline surface fitting modules by incorporating language-based design intent understanding for more semantically accurate modeling.
  • For 3d modeling teams: Improve collaboration with CAD tools that capture and use design histories and semantics for better final surface shapes.

Authors

Yunzhong Lou, Yusheng Luo, Jiahao Li, Yu Song, Xiangdong Zhou

Abstract

The use of B-splines and Non-Uniform Rational B-Splines surfaces constitutes the mathematical foundation of contemporary computer-aided design (CAD) systems. Despite long-term progress, geometric kernels in traditional CAD still rely heavily on predetermined heuristic initialization for surface fitting and parameterization. Meanwhile, the procedural semantics and design intent encoded in modeling histories are largely ignored during geometry generation. This disconnect creates a gap between high-level design intent and solver-executable geometric configuration, often leading to suboptimal and semantically inconsistent fitting results. To bridge this gap, we introduce LASP, a Language-Augmented Semantic Priors framework that leverages large language models (LLMs) to infer structured, solver-usable B-spline priors from procedural modeling histories. Rather than modifying the geometric kernel itself, LASP operates as a semantic reasoning layer above existing solvers. It first translates modeling histories into rich textual descriptions that capture design intent, geometric context, and functional relationships, and then uses a fine-tuned LLM to predict structured B-spline prior parameters. LASP is trained through a two-stage scheme that combines local geometric regularities with long-range contextual dependencies, producing priors that are both interpretable and semantically coherent. This approach furnishes inductive signals that direct the conventional B-spline fitting process toward solutions that more accurately encapsulate the intended design objectives and demonstrate heightened semantic coherence. Compared to traditional machine learning schemes, the experiments demonstrate that language-driven reasoning can serve as a powerful inductive bias for geometric solving, establishing a new paradigm of language-guided geometric optimization in modern CAD systems.