paper-with-me

Papers

Revisiting CAD Model Generation by Learning Raster Sketch

2025-03-02 · Pu Li, WenHao Zhang, Jianwei Guo, Jinglu Chen, Dong-Ming Yan

The integration of deep generative networks into generating Computer-Aided Design (CAD) models has garnered increasing attention over recent years. Traditional methods often rely on discrete sequences of parametric line/curve segments to represent sketches. Differently, we introduce RECAD, a novel framework that generates Raster sketches and 3D Extrusions for CAD models. Representing sketches as raster images offers several advantages over discrete sequences: 1) it breaks the limitations on the types and numbers of lines/curves, providing enhanced geometric representation capabilities; 2) it enables interpolation within a continuous latent space; and 3) it allows for more intuitive user control over the output. Technically, RECAD employs two diffusion networks: the first network generates extrusion boxes conditioned on the number and types of extrusions, while the second network produces sketch images conditioned on these extrusion boxes. By combining these two networks, RECAD effectively generates sketch-and-extrude CAD models, offering a more robust and intuitive approach to CAD model generation. Experimental results indicate that RECAD achieves strong performance in unconditional generation, while also demonstrating effectiveness in conditional generation and output editing.

📄 PDF Abstract BibTeX arXiv:2503.00928

Code (0)

등록된 구현이 없습니다.

Tasks

model

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Cloud2Curve: Generation and Vectorization of Parametric Sketches

2021-03-29 · CVPR 2021 1 · Ayan Das, Yongxin Yang, Timothy Hospedales, Tao Xiang 외

Analysis of human sketches in deep learning has advanced immensely through the use of waypoint-sequences rather than raster-graphic representations. We further aim to model sketches as a sequence of low-dimensional param…

Diff3DS: Generating View-Consistent 3D Sketch via Differentiable Curve Rendering

2024-05-24 · Yibo Zhang, Lihong Wang, Changqing Zou, Tieru Wu 외

3D sketches are widely used for visually representing the 3D shape and structure of objects or scenes. However, the creation of 3D sketch often requires users to possess professional artistic skills. Existing research ef…

Image to 3D

Sketch-R2CNN: An Attentive Network for Vector Sketch Recognition

2018-11-20 · Lei Li, Changqing Zou, Youyi Zheng, Qingkun Su 외

Freehand sketching is a dynamic process where points are sequentially sampled and grouped as strokes for sketch acquisition on electronic devices. To recognize a sketched object, most existing methods discard such import…

Sketch Recognition

StrokeFusion: Vector Sketch Generation via Joint Stroke-UDF Encoding and Latent Sequence Diffusion

2025-03-31 · Jin Zhou, Yi Zhou, Pengfei Xu, Hui Huang

In the field of sketch generation, raster-format trained models often produce non-stroke artifacts, while vector-format trained models typically lack a holistic understanding of sketches, leading to compromised recogniza…

DAVINCI: A Single-Stage Architecture for Constrained CAD Sketch Inference

2024-10-30 · Ahmet Serdar Karadeniz, Dimitrios Mallis, Nesryne Mejri, Kseniya Cherenkova 외

This work presents DAVINCI, a unified architecture for single-stage Computer-Aided Design (CAD) sketch parameterization and constraint inference directly from raster sketch images. By jointly learning both outputs, DAVIN…

Data Augmentation