Search papers, labs, and topics across Lattice.
This paper introduces CANVAS, a novel inference framework that enhances Text-to-SVG generation by addressing the global consistency challenges inherent in autoregressive models. By employing a render-aware approach that leverages visual feedback and a stroke-wise navigation rule, CANVAS adaptively samples candidate strokes based on their future value and uncertainty. Experimental results show significant improvements in geometric relationships, spatial layouts, occlusion ordering, and overall composition across various autoregressive SVG models, all without requiring additional training.
Global consistency in Text-to-SVG generation can be achieved without additional training, thanks to a novel adaptive sampling strategy that intelligently navigates stroke decisions.
Autoregressive large models have recently advanced Text-to-SVG generation from simple icons to complex, long-context graphics, yet standard autoregressive decoding often fails to maintain global consistency across geometry, layout, occlusion, and composition. We introduce CANVAS (Consistency-Aware Navigation via Visual Adaptive Sampling), a training-free, render-aware inference framework that combines power-sharpened trajectory likelihood with visual feedback from rendered futures and derives a stroke-wise navigation rule. It effectively estimates each candidate stroke's future value under a limited generation and rendering budget and adaptively allocates samples according to candidate uncertainty, decision influence, and rollout cost. Experiments across multiple autoregressive SVG backbones and complementary benchmarks demonstrate improvements in global consistency, which includes sound geometric relationships, spatial layouts, occlusion ordering, and overall composition, without additional training, demonstrating the effectiveness and generalization ability of our framework.