StructuredEdit: Constraint-Aware Graphic Design Editing via Differentiable Parameter Propagation

2026-07-06Graphics

GraphicsComputer Vision and Pattern Recognition
AI summary

The authors created StructuredEdit, a new method to edit graphic designs by changing design settings directly instead of tweaking pixels. They used a training technique called Differentiable Parameter Propagation to teach the model strict design rules, making edits more accurate. This approach significantly improved how well the system follows design constraints compared to previous models like GPT-4V. In tests, it also helped designers work faster and make fewer corrections. Overall, the authors show a better way to handle complex design edits with AI.

graphic design editingvision-language modelsdifferentiable rasterizerparameter manipulationdesign constraintsfine-tuningIntersection over Union (IoU)font accuracyGPT-4V
Authors
Veeramanohar Avudaiappan, Ritwik Murali
Abstract
Graphic design editing requires precise manipulation of typography, layout, and visual hierarchy under strict design constraints. Following the introduction of large language models, organizations have increasingly promoted vision-language models to enhance productivity. However, current models operate on pixels and achieve only 52% constraint satisfaction on structured design edits, thereby limiting their reliability for professional workflows. We present StructuredEdit, a pipeline that reframes design editing as parameter manipulation rather than pixel generation. Our core technical contribution is Differentiable Parameter Propagation (DPP), a training method that embeds hard design constraints into vision-language model fine-tuning by backpropagating pixel-level constraint violations through a lightweight differentiable rasterizer. A hybrid candidate-and-filter pipeline produces 125k validated edit triplets. The resulting system reaches 89% constraint satisfaction versus 52% for GPT-4V, 0.82 matched-element Intersection over Union, and 76% top-1 font accuracy over the 100 most-frequent design typefaces. In a user study (N=35), editing time drops 33% and correction iterations drop 44% relative to a GPT-4V baseline.