paper-with-me

Papers

Pointer-CAD: Unifying B-Rep and Command Sequences via Pointer-based Edges & Faces Selection

2026-03-04 · Dacheng Qi, Chenyu Wang, Jingwei Xu, Tianzhe Chu, Zibo Zhao, Wen Liu, Wenrui Ding, Yi Ma, Shenghua Gao arxiv

Constructing computer-aided design (CAD) models is labor-intensive but essential for engineering and manufacturing. Recent advances in Large Language Models (LLMs) have inspired the LLM-based CAD generation by representing CAD as command sequences. But these methods struggle in practical scenarios because command sequence representation does not support entity selection (e.g. faces or edges), limiting its ability to support complex editing operations such as chamfer or fillet. Further, the discretization of a continuous variable during sketch and extrude operations may result in topological errors. To address these limitations, we present Pointer-CAD, a novel LLM-based CAD generation framework that leverages a pointer-based command sequence representation to explicitly incorporate the geometric information of B-rep models into sequential modeling. In particular, Pointer-CAD decomposes CAD model generation into steps, conditioning the generation of each subsequent step on both the textual description and the B-rep generated from previous steps. Whenever an operation requires the selection of a specific geometric entity, the LLM predicts a Pointer that selects the most feature-consistent candidate from the available set. Such a selection operation also reduces the quantization error in the command sequence-based representation. To support the training of Pointer-CAD, we develop a data annotation pipeline that produces expert-level natural language descriptions and apply it to build a dataset of approximately 575K CAD models. Extensive experimental results demonstrate that Pointer-CAD effectively supports the generation of complex geometric structures and reduces segmentation error to an extremely low level, achieving a significant improvement over prior command sequence methods, thereby significantly mitigating the topological inaccuracies introduced by quantization error.

📄 PDF Abstract BibTeX arXiv:2603.04337

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Pointer Graph Networks

2020-06-11 · NeurIPS 2020 12 · Petar Veličković, Lars Buesing, Matthew C. Overlan, Razvan Pascanu 외

Graph neural networks (GNNs) are typically applied to static graphs that are assumed to be known upfront. This static input structure is often informed purely by insight of the machine learning practitioner, and might no…

Pointer: Linear-Complexity Long-Range Modeling without Pre-training

2025-08-04 · Zixi Li arxiv

We introduce Pointer, a novel architecture that achieves linear $O(NK)$ complexity for long-range sequence modeling while maintaining superior performance without requiring pre-training. Unlike standard attention mechani…

Long-range modeling

Enhancing Length Extrapolation in Sequential Models with Pointer-Augmented Neural Memory

2024-04-18 · Hung Le, Dung Nguyen, Kien Do, Svetha Venkatesh 외

We propose Pointer-Augmented Neural Memory (PANM) to help neural networks understand and apply symbol processing to new, longer sequences of data. PANM integrates an external neural memory that uses novel physical addres…

Machine TranslationMathematical ReasoningQuestion Answering

Graph Machine: Towards Better Pretraining via Edges

2026-09-02 · Lintai Hou hf

We introduce the Graph Machine (GM), an architecture that maintains an O(n)-sized state and accesses it through sparse, dynamic routing. Unlike methods with fixed-size states or sparse but static routing, GM preserves O(…

Rethinking the Pointer Loss in Table Structure Recognition: Geometry-Aware Pointer Loss for Spatial Locality

2026-06-17 · Hong-Jun Choi, Jongho Lee, Jaeyoung Kim arxiv

Table Structure Recognition (TSR) using a pointer network achieves impressive results by predicting HTML sequences while aligning tags to detected text (or cell) regions. However, our analysis reveals that when pointer n…