VectorSynth: Fine-Grained Satellite Image Synthesis with Structured Semantics
Daniel Cher, Brian Wei, Srikumar Sastry, Nathan Jacobs
TL;DR
VectorSynth tackles the limitation of coarse-region conditioning in satellite image synthesis by learning dense polygon-level alignment between OpenStreetMap tags and imagery through the COSA vision-language model. It then couples this grounding with a ControlNet-based diffusion generator to produce region-specific imagery conditioned on both global text prompts and per-pixel semantic maps, enabling fine-grained edits and interactive what-if scenarios. The approach is validated on a new OSM-Satellite dataset across multiple cities, showing improved semantic fidelity, spatial realism, and open-vocabulary grounding compared with baselines. The work offers practical gains for urban planning, data generation for remote sensing tasks, and semantically-aware map-informed content creation, with a dataset and code released for reproducibility.
Abstract
We introduce VectorSynth, a diffusion-based framework for pixel-accurate satellite image synthesis conditioned on polygonal geographic annotations with semantic attributes. Unlike prior text- or layout-conditioned models, VectorSynth learns dense cross-modal correspondences that align imagery and semantic vector geometry, enabling fine-grained, spatially grounded edits. A vision language alignment module produces pixel-level embeddings from polygon semantics; these embeddings guide a conditional image generation framework to respect both spatial extents and semantic cues. VectorSynth supports interactive workflows that mix language prompts with geometry-aware conditioning, allowing rapid what-if simulations, spatial edits, and map-informed content generation. For training and evaluation, we assemble a collection of satellite scenes paired with pixel-registered polygon annotations spanning diverse urban scenes with both built and natural features. We observe strong improvements over prior methods in semantic fidelity and structural realism, and show that our trained vision language model demonstrates fine-grained spatial grounding. The code and data are available at https://github.com/mvrl/VectorSynth.
