Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

FSOD-VFM: Few-Shot Object Detection with Vision Foundation Models and Graph Diffusion

About

In this paper, we present FSOD-VFM: Few-Shot Object Detectors with Vision Foundation Models, a framework that leverages vision foundation models to tackle the challenge of few-shot object detection. FSOD-VFM integrates three key components: a universal proposal network (UPN) for category-agnostic bounding box generation, SAM2 for accurate mask extraction, and DINOv2 features for efficient adaptation to new object categories. Despite the strong generalization capabilities of foundation models, the bounding boxes generated by UPN often suffer from overfragmentation, covering only partial object regions and leading to numerous small, false-positive proposals rather than accurate, complete object detections. To address this issue, we introduce a novel graph-based confidence reweighting method. In our approach, predicted bounding boxes are modeled as nodes in a directed graph, with graph diffusion operations applied to propagate confidence scores across the network. This reweighting process refines the scores of proposals, assigning higher confidence to whole objects and lower confidence to local, fragmented parts. This strategy improves detection granularity and effectively reduces the occurrence of false-positive bounding box proposals. Through extensive experiments on Pascal-5$^i$, COCO-20$^i$, and CD-FSOD datasets, we demonstrate that our method substantially outperforms existing approaches, achieving superior performance without requiring additional training. Notably, on the challenging CD-FSOD dataset, which spans multiple datasets and domains, our FSOD-VFM achieves 31.6 AP in the 10-shot setting, substantially outperforming previous training-free methods that reach only 21.4 AP. Code is available at: https://intellindust-ai-lab.github.io/projects/FSOD-VFM.

Chen-Bin Feng, Youyang Sha, Longfei Liu, Yongjun Yu, Chi Man Vong, Xuanlong Yu, Xi Shen• 2026

Related benchmarks

TaskDatasetResultRank
Few-shot Object DetectionCD-FSOD--
152
Object DetectionPascal-5i 2010 (Novel Split 1)
nAP5085.8
54
Object DetectionCOCO-FSOD 30-shot COCO-20
nAP45.8
47
Few-shot Object DetectionMS-COCO 10-shot (novel classes)
nAP44
34
Few-shot Object DetectionMS-COCO 30-shot (novel classes)
nAP (Novel)45.8
34
Object DetectionPascal-5i 2010 (Novel Split 2)
nAP5081.6
21
Object DetectionPascal-5i 2010 (Novel Split 3)
nAP5079.3
19
Object DetectionCOCO-20i 10-shot
nAP44
16
Object DetectionUODD one-shot 14 (test)
nAP (1-shot)11.8
14
Object DetectionArTaxOr
nAP (1-shot)51.4
14
Showing 10 of 14 rows

Other info

Follow for update