paper-with-me

Papers

Revisiting Prototypical Network for Cross Domain Few-Shot Learning

2023-01-01 · CVPR 2023 1 · Fei Zhou, Peng Wang, Lei Zhang, Wei Wei, Yanning Zhang

Prototypical Network is a popular few-shot solver that aims at establishing a feature metric generalizable to novel few-shot classification (FSC) tasks using deep neural networks. However, its performance drops dramatically when generalizing to the FSC tasks in new domains. In this study, we revisit this problem and argue that the devil lies in the simplicity bias pitfall in neural networks. In specific, the network tends to focus on some biased shortcut features (e.g., color, shape, etc.) that are exclusively sufficient to distinguish very few classes in the meta-training tasks within a pre-defined domain, but fail to generalize across domains as some desirable semantic features. To mitigate this problem, we propose a Local-global Distillation Prototypical Network (LDP-net). Different from the standard Prototypical Network, we establish a two-branch network to classify the query image and its random local crops, respectively. Then, knowledge distillation is conducted among these two branches to enforce their class affiliation consistency. The rationale behind is that since such global-local semantic relationship is expected to hold regardless of data domains, the local-global distillation is beneficial to exploit some cross-domain transferable semantic features for feature metric establishment. Moreover, such local-global semantic consistency is further enforced among different images of the same class to reduce the intra-class semantic variation of the resultant feature. In addition, we propose to update the local branch as Exponential Moving Average (EMA) over training episodes, which makes it possible to better distill cross-episode knowledge and further enhance the generalization performance. Experiments on eight cross-domain FSC benchmarks empirically clarify our argument and show the state-of-the-art results of LDP-net. Code is available in https://github.com/NWPUZhoufei/LDP-Net

📄 PDF Abstract BibTeX

Code (1)

nwpuzhoufei/ldp-net 공식 구현 pytorch

Tasks

Cross-Domain Few-Shotcross-domain few-shot learningFew-Shot LearningKnowledge Distillation

Methods 이 논문이 사용한 방법론

fail 설명 없음
Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Prototypical Cross-domain Self-supervised Learning for Few-shot Unsupervised Domain Adaptation

2021-03-31 · CVPR 2021 1 · Xiangyu Yue, Zangwei Zheng, Shanghang Zhang, Yang Gao 외

Unsupervised Domain Adaptation (UDA) transfers predictive models from a fully-labeled source domain to an unlabeled target domain. In some applications, however, it is expensive even to collect labels in the source domai…

Contrastive LearningDomain AdaptationSelf-Supervised LearningSemantic Segmentation+1

Bridge to Target Domain by Prototypical Contrastive Learning and Label Confusion: Re-explore Zero-Shot Learning for Slot Filling

2021-10-07 · EMNLP 2021 11 · LiWen Wang, Xuefeng Li, Jiachi Liu, Keqing He 외

Zero-shot cross-domain slot filling alleviates the data dependence in the case of data scarcity in the target domain, which has aroused extensive research. However, as most of the existing methods do not achieve effectiv…

Contrastive Learningslot-fillingSlot FillingTransfer Learning+2

Doodle Your Keypoints: Sketch-Based Few-Shot Keypoint Detection

2025-07-10 · Subhajit Maity, Ayan Kumar Bhunia, Subhadeep Koley, Pinaki Nath Chowdhury 외

Keypoint detection, integral to modern machine perception, faces challenges in few-shot learning, particularly when source data from the same distribution as the query is unavailable. This gap is addressed by leveraging …

Domain AdaptationFew-Shot LearningKeypoint Detection

Semi-supervised Meta-learning for Cross-domain Few-shot Intent Classification

2021-08-01 · ACL (MetaNLP) 2021 8 · Yue Li, Jiong Zhang

Meta learning aims to optimize the model’s capability to generalize to new tasks and domains. Lacking a data-efficient way to create meta training tasks has prevented the application of meta-learning to the real-world fe…

Cross-Domain Few-ShotFew-Shot Learningintent-classificationIntent Classification+3

Self-Supervised Prototypical Transfer Learning for Few-Shot Classification

2020-06-19 · Carlos Medina, Arnout Devos, Matthias Grossglauser

Most approaches in few-shot learning rely on costly annotated data related to the goal task domain during (pre-)training. Recently, unsupervised meta-learning methods have exchanged the annotation requirement for a reduc…

ClassificationFew-Shot LearningGeneral ClassificationMeta-Learning+4