HawkI: Homography & Mutual Information Guidance for 3D-free Single Image to Aerial View
Divya Kothandaraman, Tianyi Zhou, Ming Lin, Dinesh Manocha
TL;DR
HawkI addresses the problem of generating realistic aerial-view images from a single image and text without 3D or multi-view training data. It combines test-time optimization of text embeddings and diffusion model LoRA with an IPM-based homography to introduce aerial cues, and introduces mutual information guidance to maintain semantic fidelity to the input despite viewpoint changes. The approach achieves a favorable bias-variance trade-off, outperforming text+exemplar baselines and rivaling 3D-based NVS methods on synthetic and real data while being 3D-free at training and inference. This results in practical benefits for synthetic data generation and downstream UAV tasks, with potential for further gains by integrating 3D priors and expanding controllable viewpoints.
Abstract
We present HawkI, for synthesizing aerial-view images from text and an exemplar image, without any additional multi-view or 3D information for finetuning or at inference. HawkI uses techniques from classical computer vision and information theory. It seamlessly blends the visual features from the input image within a pretrained text-to-2Dimage stable diffusion model with a test-time optimization process for a careful bias-variance trade-off, which uses an Inverse Perspective Mapping (IPM) homography transformation to provide subtle cues for aerialview synthesis. At inference, HawkI employs a unique mutual information guidance formulation to steer the generated image towards faithfully replicating the semantic details of the input-image, while maintaining a realistic aerial perspective. Mutual information guidance maximizes the semantic consistency between the generated image and the input image, without enforcing pixel-level correspondence between vastly different viewpoints. Through extensive qualitative and quantitative comparisons against text + exemplar-image based methods and 3D/ multi-view based novel-view synthesis methods on proposed synthetic and real datasets, we demonstrate that our method achieves a significantly better bias-variance trade-off towards generating high fidelity aerial-view images.Code and data is available at https://github.com/divyakraman/HawkI2024.
