SpatialFormer: Semantic and Target Aware Attentions for Few-Shot Learning
Jinxiang Lai, Siqian Yang, Wenlong Wu, Tao Wu, Guannan Jiang, Xi Wang, Jun Liu, Bin-Bin Gao, Wei Zhang, Yuan Xie, Chengjie Wang
TL;DR
This work tackles two core challenges in few-shot learning: inaccurate attention maps from CNN-based cross-attention and distraction from background contexts. It introduces SpatialFormer, a Transformer-based module that emphasizes semantic-level similarity using a reference object, and combines it with Semantic and Target Attentions (STA) comprising SFSA and SFTA within the STANet framework. A Novel Task Attention (NTA) and a multi-task loss are added to boost inter-class separability and task adaptation, yielding state-of-the-art results on miniImageNet, tieredImageNet, and CIFAR-FS. Extensive ablations and visualizations corroborate the effectiveness of focusing attention on target objects and leveraging base-class semantic information for few-shot classification.
Abstract
Recent Few-Shot Learning (FSL) methods put emphasis on generating a discriminative embedding features to precisely measure the similarity between support and query sets. Current CNN-based cross-attention approaches generate discriminative representations via enhancing the mutually semantic similar regions of support and query pairs. However, it suffers from two problems: CNN structure produces inaccurate attention map based on local features, and mutually similar backgrounds cause distraction. To alleviate these problems, we design a novel SpatialFormer structure to generate more accurate attention regions based on global features. Different from the traditional Transformer modeling intrinsic instance-level similarity which causes accuracy degradation in FSL, our SpatialFormer explores the semantic-level similarity between pair inputs to boost the performance. Then we derive two specific attention modules, named SpatialFormer Semantic Attention (SFSA) and SpatialFormer Target Attention (SFTA), to enhance the target object regions while reduce the background distraction. Particularly, SFSA highlights the regions with same semantic information between pair features, and SFTA finds potential foreground object regions of novel feature that are similar to base categories. Extensive experiments show that our methods are effective and achieve new state-of-the-art results on few-shot classification benchmarks.
