VocaDet: Sample-Driven Open-Vocabulary Object Detection and Segmentation via Visual Tokenization and Vector Database Retrieval

· Source: cs.AI updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Robotics & Autonomous Systems, Computer Vision · Depth: Expert, long

Summary

VocaDet is a novel sample-driven framework for open-vocabulary object detection and segmentation, designed to recognize arbitrary objects without model retraining. It leverages DINOv3 for visual feature extraction and applies agglomerative clustering with adaptive sensitivity to generate multi-granularity visual tokens. These tokens, along with position-debiased representations and spatial topology, are stored as expandable object memories in a vector database, such as Milvus. During inference, query images are converted into visual tokens and efficiently matched against stored memories for localization and segmentation. A background filtering mechanism further enhances efficiency in fixed-camera setups by removing redundant background queries. Experiments on the UA-DETRAC dataset demonstrate VocaDet's effective detection performance and its ability to continuously improve as positive and negative samples are accumulated. The framework addresses scalability issues found in text-prompt or feature-matching based approaches.

Key takeaway

For Computer Vision Engineers developing open-vocabulary detection systems, VocaDet offers a training-free, sample-driven alternative. You can rapidly deploy and continuously improve object recognition by curating positive and negative visual samples, storing them in a vector database. This approach eliminates model retraining for new categories and significantly boosts efficiency in fixed-camera environments through background filtering. Consider implementing this retrieval-based framework to scale your detection capabilities without extensive model updates.

Key insights

VocaDet enables scalable open-vocabulary object detection by learning from samples via visual tokenization and vector database retrieval, eliminating retraining.

Principles

Method

VocaDet extracts DINOv3 features, applies agglomerative clustering for visual tokens, stores them with position-debiased representations and spatial topology in a vector database, then retrieves and matches tokens for detection.

In practice

Topics

Code references

Best for: Research Scientist, AI Scientist, Computer Vision Engineer, Machine Learning Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.AI updates on arXiv.org.