paper-with-me

홈 › Papers

A Transductive Multi-Head Model for Cross-Domain Few-Shot Learning

2020-06-08 · Jianan Jiang, Zhenpeng Li, Yuhong Guo, Jieping Ye

In this paper, we present a new method, Transductive Multi-Head Few-Shot learning (TMHFS), to address the Cross-Domain Few-Shot Learning (CD-FSL) challenge. The TMHFS method extends the Meta-Confidence Transduction (MCT) and Dense Feature-Matching Networks (DFMN) method [2] by introducing a new prediction head, i.e, an instance-wise global classification network based on semantic information, after the common feature embedding network. We train the embedding network with the multiple heads, i.e,, the MCT loss, the DFMN loss and the semantic classifier loss, simultaneously in the source domain. For the few-shot learning in the target domain, we first perform fine-tuning on the embedding network with only the semantic global classifier and the support instances, and then use the MCT part to predict labels of the query set with the fine-tuned embedding network. Moreover, we further exploit data augmentation techniques during the fine-tuning and test stages to improve the prediction performance. The experimental results demonstrate that the proposed methods greatly outperform the strong baseline, fine-tuning, on four different target domains.

📄 PDF Abstract BibTeX arXiv:2006.11384

Code (1)

leezhp1994/TMHFS pytorch

Tasks

Cross-Domain Few-Shotcross-domain few-shot learningData AugmentationFew-Shot Learning

Similar Papers 제목 키워드 기반

Few-shot Learning with LSSVM Base Learner and Transductive Modules

2020-09-12 · Haoqing Wang, Zhi-Hong Deng

The performance of meta-learning approaches for few-shot learning generally depends on three aspects: features suitable for comparison, the classifier ( base learner ) suitable for low-data scenarios, and valuable inform…

Few-Shot LearningMeta-Learning

Transductive Information Maximization For Few-Shot Learning

2020-08-25 · Malik Boudiaf, Ziko Imtiaz Masud, Jérôme Rony, José Dolz 외

We introduce Transductive Infomation Maximization (TIM) for few-shot learning. Our method maximizes the mutual information between the query features and their label predictions for a given few-shot task, in conjunction …

Few-Shot Image ClassificationFew-Shot LearningMeta-Learning

Transductive Multi-view Zero-Shot Learning

2015-01-19 · Yanwei Fu, Timothy M. Hospedales, Tao Xiang, Shaogang Gong

Most existing zero-shot learning approaches exploit transfer learning via an intermediate-level semantic representation shared between an annotated auxiliary dataset and a target dataset with different classes and no ann…

Transfer LearningZero-Shot Learning

Information Maximization for Few-Shot Learning

2020-12-01 · NeurIPS 2020 12 · Malik Boudiaf, Imtiaz Ziko, Jérôme Rony, Jose Dolz 외

We introduce Transductive Infomation Maximization (TIM) for few-shot learning. Our method maximizes the mutual information between the query features and their label predictions for a given few-shot task, in conjunction …

Few-Shot LearningMeta-Learning

Cross-domain Few-shot Segmentation with Transductive Fine-tuning

2022-11-27 · Yuhang Lu, Xinyi Wu, Zhenyao Wu, Song Wang

Few-shot segmentation (FSS) expects models trained on base classes to work on novel classes with the help of a few support images. However, when there exists a domain gap between the base and novel classes, the state-of-…

Cross-Domain Few-Shot