๐
๐
Old Age
A Task-aware Dual Similarity Network for Fine-grained Few-shot Learning
October 22, 2022 ยท Entered Twilight ยท ๐ Pacific Rim International Conference on Artificial Intelligence
Repo contents: .idea, README.md, __pycache__, backbone.py, configs.py, data, filelists, io_utils.py, methods, params.py, record, save_features.py, test.py, train.py, utils.py
Authors
Yan Qi, Han Sun, Ningzhong Liu, Huiyu Zhou
arXiv ID
2210.12348
Category
cs.CV: Computer Vision
Citations
10
Venue
Pacific Rim International Conference on Artificial Intelligence
Repository
https://github.com/qiyanhero/TDSNet
โญ 5
Last Checked
6 months ago
Abstract
The goal of fine-grained few-shot learning is to recognize sub-categories under the same super-category by learning few labeled samples. Most of the recent approaches adopt a single similarity measure, that is, global or local measure alone. However, for fine-grained images with high intra-class variance and low inter-class variance, exploring global invariant features and discriminative local details is quite essential. In this paper, we propose a Task-aware Dual Similarity Network(TDSNet), which applies global features and local patches to achieve better performance. Specifically, a local feature enhancement module is adopted to activate the features with strong discriminability. Besides, task-aware attention exploits the important patches among the entire task. Finally, both the class prototypes obtained by global features and discriminative local patches are employed for prediction. Extensive experiments on three fine-grained datasets demonstrate that the proposed TDSNet achieves competitive performance by comparing with other state-of-the-art algorithms.
Community Contributions
Found the code? Know the venue? Think something is wrong? Let us know!
๐ Similar Papers
In the same crypt โ Computer Vision
๐
๐
Old Age
Faster R-CNN: Towards Real-Time Object Detection with Region Proposal Networks
๐
๐
Old Age
SSD: Single Shot MultiBox Detector
๐
๐
Old Age
Squeeze-and-Excitation Networks
๐
๐
Old Age
Fast R-CNN
๐
๐
Old Age