Paper
2026
TerraDiT: Point-Conditioned Diffusion Transformer for Satellite Image Synthesis
TerraBytes II @ ECCV 2026 Spotlight
Text-to-satellite image generation controlled by sparse point prompts instead of dense pixel-level layout maps.
Dense layout maps are an expensive way to control a generative model: every pixel needs a label before you can ask for anything. TerraDiT replaces them with sparse point queries, each pairing a 2D image coordinate with a free-form OpenStreetMap text tag, which makes spatial control both semantically richer and far cheaper to annotate.
I contributed to the Adaptive Local Attention block, whose MetaRBF module predicts per-concept spatial extents that parameterise 2D radial basis kernels, modulating cross-attention between latent image tokens and point prompts. That change alone improved FID from 31.15 to 28.34 over vanilla cross-attention.
The full system was trained across a three-stage, 1M-step pipeline over a 2M-image OSM-augmented corpus on four NVIDIA H100s, with DINOv3 representation alignment and RANGE geolocation conditioning, reaching 12.01 FID against 25.93 for the prior state of the art while keeping the lowest single-image generation latency among the models evaluated.