Few-shot Object Counting with Similarity-Aware Feature Enhancement
Zhiyuan You, Kai Yang, Wenhan Luo, Xin Lu, Lei Cui, Xinyi Le

TL;DR
This paper introduces a novel similarity-aware feature enhancement method for few-shot object counting, significantly improving accuracy by focusing on regions similar to support images, especially in densely packed scenes.
Contribution
The work proposes a new learning block with similarity comparison and feature enhancement modules, leading to state-of-the-art results in few-shot object counting tasks.
Findings
Surpasses state-of-the-art on FSC-147 dataset with MAE reduced from 22.08 to 14.32.
Effective in densely packed scenes with clearer object boundaries.
Demonstrates large margin improvements across various benchmarks.
Abstract
This work studies the problem of few-shot object counting, which counts the number of exemplar objects (i.e., described by one or several support images) occurring in the query image. The major challenge lies in that the target objects can be densely packed in the query image, making it hard to recognize every single one. To tackle the obstacle, we propose a novel learning block, equipped with a similarity comparison module and a feature enhancement module. Concretely, given a support image and a query image, we first derive a score map by comparing their projected features at every spatial position. The score maps regarding all support images are collected together and normalized across both the exemplar dimension and the spatial dimensions, producing a reliable similarity map. We then enhance the query feature with the support features by employing the developed point-wise…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Few-shot Object Counting with Similarity-Aware Feature Enhancement· youtube
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Advanced Neural Network Applications · Advanced Image and Video Retrieval Techniques
