cross-domain few-shot learning

31 papers with code • 1 benchmarks • 1 datasets

Its essence is transfer learning. The model needs to be trained in the source domain and then migrated to the target domain. Compliant with (1) the category in the target domain has never appeared in the source domain (2) the data distribution of the target domain is inconsistent with the source domain (3) each class in the target domain has very few labels

Datasets


Discriminative Sample-Guided and Parameter-Efficient Feature Space Adaptation for Cross-Domain Few-Shot Learning

rashindrie/dipa 7 Mar 2024

In this paper, we look at cross-domain few-shot classification which presents the challenging task of learning new classes in previously unseen domains with few labelled examples.

2
07 Mar 2024

Enhancing Information Maximization with Distance-Aware Contrastive Learning for Source-Free Cross-Domain Few-Shot Learning

xuhuali-mxj/im-dcl 4 Mar 2024

For this reason, this paper explores a Source-Free CDFSL (SF-CDFSL) problem, in which CDFSL is addressed through the use of existing pretrained models instead of training a model with source data, avoiding accessing source data.

1
04 Mar 2024

Cross-Domain Few-Shot Learning via Adaptive Transformer Networks

naeem-paeedeh/adapter 25 Jan 2024

Most few-shot learning works rely on the same domain assumption between the base and the target tasks, hindering their practical applications.

2
25 Jan 2024

Leveraging Normalization Layer in Adapters With Progressive Learning and Adaptive Distillation for Cross-Domain Few-Shot Learning

YangYongJin/APEX 18 Dec 2023

Second, to address the pitfalls of noisy statistics, we deploy two strategies: a progressive training of the two adapters and an adaptive distillation technique derived from features determined by the model solely with the adapter devoid of a normalization layer.

5
18 Dec 2023

Multi-level Relation Learning for Cross-domain Few-shot Hyperspectral Image Classification

henulwy/stbdip 2 Nov 2023

In addition, it adopts a transformer based cross-attention learning module to learn the set-level sample relations and acquire the attention from query samples to support samples.

2
02 Nov 2023

Domain Adaptive Few-Shot Open-Set Learning

debabratapal7/dafosnet ICCV 2023

Few-shot learning has made impressive strides in addressing the crucial challenges of recognizing unknown samples from novel classes in target query sets and managing visual shifts between domains.

7
22 Sep 2023

CDFSL-V: Cross-Domain Few-Shot Learning for Videos

sarinda251/cdfsl-v ICCV 2023

To address this issue, in this work, we propose a novel cross-domain few-shot video action recognition method that leverages self-supervised learning and curriculum learning to balance the information from the source and target domains.

11
07 Sep 2023

Dual Adaptive Representation Alignment for Cross-domain Few-shot Learning

icvteam/dara 18 Jun 2023

Recent progress in this setting assumes that the base knowledge and novel query samples are distributed in the same domains, which are usually infeasible for realistic applications.

17
18 Jun 2023

StyleAdv: Meta Style Adversarial Training for Cross-Domain Few-Shot Learning

lovelyqian/styleadv-cdfsl CVPR 2023

Thus, inspired by vanilla adversarial learning, a novel model-agnostic meta Style Adversarial training (StyleAdv) method together with a novel style adversarial attack method is proposed for CD-FSL.

36
18 Feb 2023

Revisiting Prototypical Network for Cross Domain Few-Shot Learning

nwpuzhoufei/ldp-net CVPR 2023

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.

22
01 Jan 2023