Cracking the Aerial Imagery Search Problem with Multimodal AI
AWS and Vexcel's joint research reveals key insights for turning vast geospatial datasets into queryable knowledge bases.

Takeaways
- ›Amazon Nova Multimodal Embeddings outperformed alternatives for aerial imagery understanding
- ›Late fusion and LLM captioning significantly boosted search accuracy
- ›Vector search proved superior to keyword-based methods for geospatial queries
- ›The research has already spawned a commercial product (Vexcel Intelligence)
The geospatial industry has long grappled with a vexing problem: how to efficiently search millions of aerial images without training models for every conceivable query. Traditional approaches, manual inspection or bespoke computer vision models, are painfully slow and resource-intensive. But what if we could index once and query in natural language?
That's the promise of a new approach developed by AWS researchers in partnership with Vexcel, a leading aerial imagery provider. Their system leverages multimodal embeddings, large language model (LLM) captioning, and vector search to create a flexible, scalable solution. The results are compelling, with potential to reshape how industries from insurance to urban planning interact with geospatial data.
The Multi-View Challenge
Aerial imagery search isn't just a matter of scale, it's fundamentally different from consumer photo search. Each 'tile' in Vexcel's dataset comprises seven distinct views of a single location:
- Orthophoto (top-down) 2-5. Oblique angles (north, south, east, west)
- Digital Surface Model (elevation with structures)
- Digital Terrain Model (bare ground height)
This multi-perspective approach captures rich detail, but it also introduces a key challenge: how to effectively combine and search across these complementary images?
The Experiment
The AWS team designed a rigorous evaluation framework to answer four critical questions:
- Which embedding model best understands aerial imagery?
- How should multiple views be fused?
- Does LLM captioning improve search accuracy?
- What's the optimal search method?
Lacking pre-labeled datasets for aerial features at scale, they took an innovative approach: using OpenStreetMap as an automated ground truth source.
Key Findings
-
Model Superiority: Amazon Nova Multimodal Embeddings, available through Amazon Bedrock, consistently outperformed alternatives like Titan and Cohere across benchmark queries. This suggests Nova has a particular aptitude for grasping the nuances of aerial imagery.
-
Fusion Strategy: Late fusion techniques, averaging or max-pooling embeddings from different views, proved effective for combining multi-view data.
-
Captioning Boost: LLM-generated captions, when properly prompted to consider all seven views holistically, measurably improved search accuracy.
-
Vector Advantage: Vector search methods decisively outperformed traditional keyword-based approaches.
From Research to Reality
This isn't just an academic exercise. Vexcel has already evolved the system into a product called Vexcel Intelligence (currently in preview), aiming to transform their vast imagery library into a searchable, AI-queryable solution.
Limitations and Future Work
While promising, these results come with caveats. The evaluation used a single dataset from one provider, and real-world performance may vary across geographies or imagery types. The use of OpenStreetMap as ground truth, while clever, may introduce its own biases.
Future research could explore:
- Performance across diverse geospatial datasets
- Refinement of multi-view fusion techniques
- Integration with other forms of geospatial data (e.g., satellite imagery, LiDAR)
The Big Picture
This work represents a significant leap forward in making aerial imagery more accessible and actionable. As these techniques mature, we could see a paradigm shift in geospatial analysis, enabling faster, more accurate insights for everything from disaster response to precision agriculture.
The ability to ask natural language questions of vast image libraries and get meaningful answers in seconds isn't just a technical achievement. It's a potential major shift for how we understand and interact with the world around us.
Related reads
Amazon Bedrock AI Explained: Document Processing Pipeline, OCR, Context Understanding
4 min read
Amazon Nova: How It Automatically Redacts PII in Images
5 min read
Amazon Bedrock Explained: On-demand and Batch Document Processing
5 min read
Amazon Bedrock MCP Server Explained: Unifying Vision, Thought, and Action
5 min read
SeedVR2 on SageMaker: Scalable Video Upscaling Explained
3 min read
Bedrock AgentCore Explained: Semantic Layer for Enterprise AI
4 min read
Reported and explained by AI·Reporter.