PICASSO: A Feed-Forward Framework for Parametric Inference of CAD Sketches via Rendering Self-Supervision
Ahmet Serdar Karadeniz, Dimitrios Mallis, Nesryne Mejri, Kseniya Cherenkova, Anis Kacem, Djamila Aouada
TL;DR
PICASSO tackles the challenge of parameterizing CAD sketches from raster images when parameter-level annotations are scarce. It combines a feed-forward SPN with a differentiable SRN to enable rendering-based, image-level self-supervision for pretraining, enabling zero-shot and few-shot CAD sketch parameterization. The approach achieves strong performance against autoregressive baselines and other non-autoregressive methods, while offering faster inference and robust cross-dataset generalization; it also enables test-time refinement via SRN. Overall, PICASSO reduces reliance on annotated CAD sketches, accelerates parameterization, and opens pathways for integrating hand-drawn sketches into CAD workflows and even 3D modeling.
Abstract
This work introduces PICASSO, a framework for the parameterization of 2D CAD sketches from hand-drawn and precise sketch images. PICASSO converts a given CAD sketch image into parametric primitives that can be seamlessly integrated into CAD software. Our framework leverages rendering self-supervision to enable the pre-training of a CAD sketch parameterization network using sketch renderings only, thereby eliminating the need for corresponding CAD parameterization. Thus, we significantly reduce reliance on parameter-level annotations, which are often unavailable, particularly for hand-drawn sketches. The two primary components of PICASSO are (1) a Sketch Parameterization Network (SPN) that predicts a series of parametric primitives from CAD sketch images, and (2) a Sketch Rendering Network (SRN) that renders parametric CAD sketches in a differentiable manner and facilitates the computation of a rendering (image-level) loss for self-supervision. We demonstrate that the proposed PICASSO can achieve reasonable performance even when finetuned with only a small number of parametric CAD sketches. Extensive evaluation on the widely used SketchGraphs and CAD as Language datasets validates the effectiveness of the proposed approach on zero- and few-shot learning scenarios.
