Search papers, labs, and topics across Lattice.
This paper introduces TerraDiT-Ω, a unified spatial control framework that generates satellite imagery from any native geospatial primitive, addressing the unique challenges posed by the structured nature of satellite scenes. By employing a Geometry-Aware Local Attention mechanism, the model effectively integrates both precise and coarse annotations, enabling controllable layouts that adapt to varying annotation budgets. The results demonstrate significant performance improvements in downstream tasks such as land-cover segmentation and object detection compared to existing dense and sparse control methods.
TerraDiT-Ω transforms satellite image synthesis by seamlessly integrating diverse geospatial primitives, outperforming traditional methods in flexibility and accuracy.
Generative models have achieved remarkable progress, yet applying them to satellite imagery remains challenging. Unlike natural imagery, satellite scenes are structured by spatially complex and semantically distinct geometries. Prior work addresses this complexity by adapting natural image frameworks using dense rasters or sparse prompts, trading off annotation cost and fidelity while breaking compatibility with vector primitives commonly used to represent geographic information. We introduce TerraDiT-Ω, a unified spatial control framework that generates satellite imagery directly from any native geospatial primitive. By jointly leveraging precise annotations (polygons, polylines) and coarser ones (bounding boxes, points), the model supports controllable layouts across varying annotation budgets, broadening applicability to design tasks such as urban planning while remaining naturally compatible with end-to-end GeoAI workflows. To effectively leverage these primitives during generation, we propose Geometry-Aware Local Attention, a conditioning mechanism that injects explicit geometric cues into the attention space. Across all conditioning formats, our approach consistently outperforms both dense-control and sparse-control baselines. Furthermore, this flexibility enables controllable synthetic data augmentation using a single generative model, improving downstream performance on land-cover segmentation, object detection, road graph extraction, and scene classification. Code, data, and weights are available at https://github.com/mvrl/TerraDiT.