How Viga ET Is Rewriting the Rules of Satellite Intelligence
- Jan 13
- 3 min read
How VigaET turned satellite object detection from weeks of labeling into real-time visual search - and earned a Top 6 finish out of 900+ teams in the NCIIPC AI Grand Challenge.

In geospatial intelligence, collecting data stopped being the hard part a long time ago. Satellites flood us with imagery every single day. The real bottleneck is making sense of it fast enough to matter - and for most teams, that still means slow, expensive, manual labeling.
We decided to attack that bottleneck head-on. Out of 900+ teams nationwide, that work has now been recognized: VigaET is a Top 6 finalist in the NCIIPC AI Grand Challenge - validation not just of a solution, but of a fundamentally different way of thinking about satellite intelligence.
The problem we chose
We took on Problem Statement 3 (PS-3): visual search, retrieval, and detection in satellite imagery. On paper it sounds simple - build a system that automatically finds and labels objects in satellite images. In practice, it's a needle-in-a-haystack problem with three hard challenges stacked on top of each other:
Visual search at planetary scale
Object detection with no prior assumptions
Automated annotation with no human bottleneck
Solving one is an incremental improvement. Solving all three together is a breakthrough.
The question that changed everything
The conventional way to teach a model a new object is brutal: collect thousands of images, draw bounding boxes by hand, train, wait weeks, then repeat for every new object or threat. It's slow, costly, and fundamentally reactive.
So we asked a different question:
What if finding an object didn't require thousands of labels? What if one example was enough?
That single question changed everything.
From labeling to instant search in Satellite Intelligence
Instead of building yet another object detector, we engineered a generic visual search engine.

Upload one to five reference images - "chips" - of whatever you're looking for. The system searches across massive satellite archives and returns matches in real time, complete with bounding boxes and confidence scores. No retraining. No waiting. No giant labeled dataset.
The leap that makes this possible is moving away from classification and toward similarity - combining few-shot learning with deep metric learning.
How it works: meaning, not labels
A conventional detector asks, "Is this a tank?" Ours asks, "How similar is this to the example you just showed me?"

Every object becomes a mathematical signature - an embedding. Objects that look alike (in shape, texture, scale, and semantics) land close together in this space; different ones are pushed far apart. The model never memorizes object names. It learns visual relationships.
Detection then becomes a nearest-neighbour search: your chip is encoded, compared against the pre-encoded objects in the archive, and the closest matches come back ranked by score. Think of a library where books are arranged by meaning instead of title - mysteries cluster together, cookbooks live elsewhere. Our AI does the same with what it sees from orbit.
Why similarity beats "more data"
The common fix for data scarcity is to manufacture more of it - augmentation, synthetic images, simulation. It helps, but it's heavy and slow: more data, more retraining, more compute.

We took the opposite path. No synthetic generation. No retraining cycles. Just smarter comparison and instant adaptability to objects the system has never seen before. Instead of expanding the dataset, we compress the intelligence into similarity itself.
What this changes

Speed - months of preparation collapse into seconds of search.
Agility - new or unknown objects can be found the moment you have a single example.
Scale - the same engine works across object types and domains.
Efficiency - the biggest cost in the pipeline, manual labeling, is removed entirely.
And perhaps the most important point: deep-tech for national security no longer belongs only to traditional defense giants. VigaET's roots are in media, VFX, simulation, and digital twins - technologies built for cinema and interactive worlds. Today, those same tools are solving some of the hardest problems in satellite intelligence.
We're just getting started
Being named a Top 6 finalist validated a belief we keep proving in practice: reimagine the problem, and the solution changes entirely. The future of satellite intelligence won't be slower and heavier. It will be faster, adaptive, and fundamentally smarter - and we're building it.
If your team works on geospatial intelligence, surveillance, or detection at scale - and you're tired of waiting weeks for every new object - we should talk.
→ Get in touch with VigaET · vigaet.com




Comments