paper-with-me

홈 › Papers

Identifying the Limits of Cross-Domain Knowledge Transfer for Pretrained Models

2021-04-17 · RepL4NLP (ACL) 2022 5 · Zhengxuan Wu, Nelson F. Liu, Christopher Potts

There is growing evidence that pretrained language models improve task-specific fine-tuning not just for the languages seen in pretraining, but also for new languages and even non-linguistic data. What is the nature of this surprising cross-domain transfer? We offer a partial answer via a systematic exploration of how much transfer occurs when models are denied any information about word identity via random scrambling. In four classification tasks and two sequence labeling tasks, we evaluate baseline models, LSTMs using GloVe embeddings, and BERT. We find that only BERT shows high rates of transfer into our scrambled domains, and for classification but not sequence labeling tasks. Our analyses seek to explain why transfer succeeds for some tasks but not others, to isolate the separate contributions of pretraining versus fine-tuning, and to quantify the role of word frequency. These findings help explain where and why cross-domain transfer occurs, which can guide future studies and practical fine-tuning efforts.

📄 PDF Abstract BibTeX arXiv:2104.08410

Code (1)

frankaging/limits-cross-domain-transfer 공식 구현 pytorch

Tasks

Transfer Learning

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Adam 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
GloVe GloVe Embeddings are a type of word embedding that encode the co-occurrence probability ratio between two words as vector differences. GloVe uses a weighted least squares…

Similar Papers 제목 키워드 기반

Knowledge Transfer for Cross-Domain Reinforcement Learning: A Systematic Review

2024-04-26 · Sergio A. Serrano, Jose Martinez-Carranza, L. Enrique Sucar

Reinforcement Learning (RL) provides a framework in which agents can be trained, via trial and error, to solve complex decision-making problems. Learning with little supervision causes RL methods to require large amounts…

Decision Makingreinforcement-learningReinforcement LearningReinforcement Learning (RL)+1

MHTN: Modal-adversarial Hybrid Transfer Network for Cross-modal Retrieval

2017-08-08 · Xin Huang, Yuxin Peng, Mingkuan Yuan

Cross-modal retrieval has drawn wide interest for retrieval across different modalities of data. However, existing methods based on DNN face the challenge of insufficient cross-modal training data, which limits the train…

Cross-Modal RetrievalRepresentation LearningRetrievalTransfer Learning

Smoothing Adversarial Domain Attack and P-Memory Reconsolidation for Cross-Domain Person Re-Identification

2020-06-01 · CVPR 2020 6 · Guangcong Wang, Jian-Huang Lai, Wenqi Liang, Guangrun Wang

Most of the existing person re-identification (re-ID) methods achieve promising accuracy in a supervised manner, but they assume the identity labels of the target domain is available. This greatly limits the scalability …

Person Re-IdentificationTransfer Learning

From Limited Labels to Open Domains: An Efficient Learning Paradigm for UAV-view Geo-Localization

2025-03-10 · Zhongwei Chen, Zhao-Xu Yang, Hai-Jun Rong, Jiawei Lang

Traditional UAV-view Geo-Localization (UVGL) supervised paradigms are constrained by the strict reliance on paired data for positive sample selection, which limits their ability to learn cross-view domain-invariant repre…

geo-localizationTransfer Learning

LEKA:LLM-Enhanced Knowledge Augmentation

2025-01-29 · Xinhao Zhang, Jinghan Zhang, Fengran Mo, Dongjie Wang 외

Humans excel in analogical learning and knowledge transfer and, more importantly, possess a unique understanding of identifying appropriate sources of knowledge. From a model's perspective, this presents an interesting c…

Decision MakingTransfer Learning