CVMar 19, 2024

Few-shot Object Localization

arXiv:2403.12466v31 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses the challenge of data scarcity in object localization for real-world applications, though it appears incremental as it builds on existing localization methods.

The paper tackles the problem of object localization with limited labeled data by introducing the Few-Shot Object Localization (FSOL) task, achieving significant performance improvement with a novel baseline model.

Existing object localization methods are tailored to locate specific classes of objects, relying heavily on abundant labeled data for model optimization. However, acquiring large amounts of labeled data is challenging in many real-world scenarios, significantly limiting the broader application of localization models. To bridge this research gap, this paper defines a novel task named Few-Shot Object Localization (FSOL), which aims to achieve precise localization with limited samples. This task achieves generalized object localization by leveraging a small number of labeled support samples to query the positional information of objects within corresponding images. To advance this field, we design an innovative high-performance baseline model. This model integrates a dual-path feature augmentation module to enhance shape association and gradient differences between supports and query images, alongside a self query module to explore the association between feature maps and query images. Experimental results demonstrate a significant performance improvement of our approach in the FSOL task, establishing an efficient benchmark for further research. All codes and data are available at https://github.com/Ryh1218/FSOL.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes