paper-with-me

홈 › Papers

Learning Hierarchical and Geometry-Aware Graph Representations for Text-to-CAD

2026-04-11 · Shengjie Gong, Wenjie Peng, Hongyuan Chen, Gangyu Zhang, Yunqing Hu, Huiyuan Zhang, Shuangping Huang, Tianshui Chen arxiv

Text-to-CAD code generation is a long-horizon task that translates textual instructions into long sequences of interdependent operations. Existing methods typically decode text directly into executable code (e.g., bpy) without explicitly modeling assembly hierarchy or geometric constraints, which enlarges the search space, accumulates local errors, and often causes cascading failures in complex assemblies. To address this issue, we propose a hierarchical and geometry-aware graph as an intermediate representation. The graph models multi-level parts and components as nodes and encodes explicit geometric constraints as edges. Instead of mapping text directly to code, our framework first predicts structure and constraints, then conditions action sequencing and code generation, thereby improving geometric fidelity and constraint satisfaction. We further introduce a structure-aware progressive curriculum learning strategy that constructs graded tasks through controlled structural edits, explores the model's capability boundary, and synthesizes boundary examples for iterative training. In addition, we build a 12K dataset with instructions, decomposition graphs, action sequences, and bpy code, together with graph- and constraint-oriented evaluation metrics. Extensive experiments show that our method consistently outperforms existing approaches in both geometric fidelity and accurate satisfaction of geometric constraints.

📄 PDF Abstract BibTeX arXiv:2604.10075

Code (0)

등록된 구현이 없습니다.

Tasks

Code Generation

Similar Papers 제목 키워드 기반

GraphShaper: Geometry-aware Alignment for Improving Transfer Learning in Text-Attributed Graphs

2025-10-14 · Heng Zhang, Tianyi Zhang, Yuling Shi, Xiaodong Gu 외 arxiv

Graph foundation models represent a transformative paradigm for learning transferable representations across diverse graph domains. Recent methods leverage large language models to unify graph and text modalities into a …

Contrastive LearningTransfer Learning

Navigating Hierarchy: Hyperbolic Learning on Brain Graphs for Disorder Diagnosis

2026-07-08 · Yapeng Li, Bo Jiang, Ziyan Zhang, Dongdong Chen 외 arxiv

Functional brain networks exhibit a hierarchical organization across ROI, community, and whole-brain levels, supporting local processing, inter-community coordination, and global integration. Recent studies have demonstr…

Contrastive Hierarchical Discourse Graph for Scientific Document Summarization

2023-05-31 · Haopeng Zhang, Xiao Liu, Jiawei Zhang

The extended structural context has made scientific paper summarization a challenging task. This paper proposes CHANGES, a contrastive hierarchical graph neural network for extractive scientific paper summarization. CHAN…

Contrastive LearningDocument SummarizationGraph Neural NetworkScientific Document Summarization+1

Aion: Towards Hierarchical 4D Scene Graphs with Temporal Flow Dynamics

2025-12-10 · Iacopo Catalano, Eduardo Montijano, Javier Civera, Julio A. Placed 외 arxiv

Autonomous navigation in dynamic environments requires spatial representations that capture both semantic structure and temporal evolution. 3D Scene Graphs (3DSGs) provide hierarchical multi-resolution abstractions that …

Hyperbolic Diffusion Embedding and Distance for Hierarchical Representation Learning

2023-05-30 · Ya-Wei Eileen Lin, Ronald R. Coifman, Gal Mishne, Ronen Talmon

Finding meaningful representations and distances of hierarchical data is important in many fields. This paper presents a new method for hierarchical data embedding and distance. Our method relies on combining diffusion g…

Graph EmbeddingRepresentation Learning