Research & Papers

VideoDB visual search infra beats commercial engines with 73% Recall@1

New VDB format turns continuous visual streams into searchable, source-grounded memory — tested on 9,800+ queries.

Deep Dive

Most video-retrieval systems assume a bounded corpus and simply return file rankings or timestamps. But real-world agents watching cameras, streams, and archives face continuous, never-ending observations. In a new arXiv paper (2608.08075), Sankalp Nagaonkar and four co-authors argue this is an infrastructure problem, not a ranking problem. They introduce VideoDB (VDB), a production-ready data format that treats visual memory as coexisting scene spaces over shared source time, with three distinct layers: memory (everything retained), context (what is selected for a task), and evidence (the source intervals that ground results). VDB supports planned retrieval, stateful investigation, direct access, and grounded synthesis through a typed search surface.

The team benchmarked a general-purpose component pipeline against a commercial video-native foundation model across 9,800+ queries on four public datasets. The infrastructure approach won decisively at recall: 73.09 vs 65.75 at Recall@1, 83.39 vs 77.13 at Recall@3, and 91.20 vs 89.10 at Recall@10. The commercial engine only edged ahead at Recall@50 (96.42 vs 96.07). The key insight: retrieval quality over visual data is now governed more by system design—segmentation, sampling, embeddings, index layering—than by video-specific pretraining. VDB also makes live streams first-class sources and keeps every result linked to inspectable, playable evidence, a major advantage for auditability in real deployments.

Key Points
  • VDB separates memory, context, and evidence while treating live streams as first-class sources.
  • General-purpose pipeline beats commercial video-native engine: Recall@1 73.09 vs 65.75 and Recall@10 91.20 vs 89.10 across 9,800+ queries.
  • Every retrieval stays connected to inspectable, playable source intervals instead of opaque file rankings.

Why It Matters

Visual-memory infrastructure outperforms video-specific pretraining—a shift that could reshape how agents search live and archival video at scale.

📬 Get the top 10 AI stories daily