paper-with-me

홈 › Papers

Domain-Adaptive Few-Shot Learning

2020-03-19 · An Zhao, Mingyu Ding, Zhiwu Lu, Tao Xiang, Yulei Niu, Jiechao Guan, Ji-Rong Wen, Ping Luo

Existing few-shot learning (FSL) methods make the implicit assumption that the few target class samples are from the same domain as the source class samples. However, in practice this assumption is often invalid -- the target classes could come from a different domain. This poses an additional challenge of domain adaptation (DA) with few training samples. In this paper, the problem of domain-adaptive few-shot learning (DA-FSL) is tackled, which requires solving FSL and DA in a unified framework. To this end, we propose a novel domain-adversarial prototypical network (DAPN) model. It is designed to address a specific challenge in DA-FSL: the DA objective means that the source and target data distributions need to be aligned, typically through a shared domain-adaptive feature embedding space; but the FSL objective dictates that the target domain per class distribution must be different from that of any source domain class, meaning aligning the distributions across domains may harm the FSL performance. How to achieve global domain distribution alignment whilst maintaining source/target per-class discriminativeness thus becomes the key. Our solution is to explicitly enhance the source/target per-class separation before domain-adaptive feature embedding learning in the DAPN, in order to alleviate the negative effect of domain alignment on FSL. Extensive experiments show that our DAPN outperforms the state-of-the-art FSL and DA models, as well as their na\"ive combinations. The code is available at https://github.com/dingmyu/DAPN.

📄 PDF Abstract BibTeX arXiv:2003.08626

Code (1)

dingmyu/DAPN 공식 구현 pytorch

Tasks

Domain AdaptationFew-Shot Learning

Similar Papers 제목 키워드 기반

UOD: Universal One-shot Detection of Anatomical Landmarks

2023-06-13 · Heqin Zhu, Quan Quan, Qingsong Yao, Zaiyi Liu 외

One-shot medical landmark detection gains much attention and achieves great success for its label-efficient training process. However, existing one-shot learning methods are highly specialized in a single domain and suff…

One-Shot Learning

Few-Shot Domain Adaptive Object Detection for Microscopic Images

2024-07-10 · Sumayya Inayat, Nimra Dilawar, Waqas Sultani, Mohsen Ali

In recent years, numerous domain adaptive strategies have been proposed to help deep learning models overcome the challenges posed by domain shift. However, even unsupervised domain adaptive strategies still require a la…

object-detectionObject Detection

MIAdapt: Source-free Few-shot Domain Adaptive Object Detection for Microscopic Images

2025-03-05 · Nimra Dilawar, Sara Nadeem, Javed Iqbal, Waqas Sultani 외

Existing generic unsupervised domain adaptation approaches require access to both a large labeled source dataset and a sufficient unlabeled target dataset during adaptation. However, collecting a large dataset, even if u…

Domain Adaptationobject-detectionObject DetectionUnsupervised Domain Adaptation

Fine-tuning Large Language Models for Adaptive Machine Translation

2023-12-20 · Yasmin Moslem, Rejwanul Haque, Andy Way

This paper presents the outcomes of fine-tuning Mistral 7B, a general-purpose large language model (LLM), for adaptive machine translation (MT). The fine-tuning process involves utilising a combination of zero-shot and o…

In-Context LearningLanguage ModellingLarge Language ModelMachine Translation+1

Adaptive Hebbian Memory Routing in Vision Transformers for Few-Shot Learning

2026-06-23 · Mohammed Yusuf Mujawar, Noorbakhsh Amiri Golilarz arxiv

Few-shot image recognition requires models to adapt to new classes from a small labeled support set. Hebbian fast-weight memory can provide temporary associative information during an episode, but fixed memory behavior m…

Few-Shot Learning