paper-with-me

Papers

Zero-Shot Task Transfer

2019-03-04 · CVPR 2019 6 · Arghya Pal, Vineeth N. Balasubramanian

In this work, we present a novel meta-learning algorithm, i.e. TTNet, that regresses model parameters for novel tasks for which no ground truth is available (zero-shot tasks). In order to adapt to novel zero-shot tasks, our meta-learner learns from the model parameters of known tasks (with ground truth) and the correlation of known tasks to zero-shot tasks. Such intuition finds its foothold in cognitive science, where a subject (human baby) can adapt to a novel-concept (depth understanding) by correlating it with old concepts (hand movement or self-motion), without receiving explicit supervision. We evaluated our model on the Taskonomy dataset, with four tasks as zero-shot: surface-normal, room layout, depth, and camera pose estimation. These tasks were chosen based on the data acquisition complexity and the complexity associated with the learning process using a deep network. Our proposed methodology out-performs state-of-the-art models (which use ground truth)on each of our zero-shot tasks, showing promise on zero-shot task transfer. We also conducted extensive experiments to study the various choices of our methodology, as well as showed how the proposed method can also be used in transfer learning. To the best of our knowledge, this is the firstsuch effort on zero-shot learning in the task space.

📄 PDF Abstract BibTeX arXiv:1903.01092

Code (1)

ArghyaPal/Zero-shot-task-transfer 공식 구현

Tasks

Camera Pose EstimationMeta-LearningPose EstimationTransfer LearningZero-Shot Learning

Similar Papers 제목 키워드 기반

Zero-Shot Dialogue State Tracking via Cross-Task Transfer

2021-09-10 · EMNLP 2021 11 · Zhaojiang Lin, Bing Liu, Andrea Madotto, Seungwhan Moon 외

Zero-shot transfer learning for dialogue state tracking (DST) enables us to handle a variety of task-oriented dialogue domains without the expense of collecting in-domain data. In this work, we propose to transfer the \t…

Dialogue State TrackingQuestion AnsweringTransfer Learning

Soft Layer Selection with Meta-Learning for Zero-Shot Cross-Lingual Transfer

2021-07-21 · ACL (MetaNLP) 2021 8 · Weijia Xu, Batool Haider, Jason Krone, Saab Mansour

Multilingual pre-trained contextual embedding models (Devlin et al., 2019) have achieved impressive performance on zero-shot cross-lingual transfer tasks. Finding the most effective fine-tuning strategy to fine-tune thes…

Cross-Lingual Natural Language InferenceCross-Lingual TransferMeta-LearningNatural Language Inference+1

A Recipe For Arbitrary Text Style Transfer with Large Language Models

2021-09-08 · ACL 2022 5 · Emily Reif, Daphne Ippolito, Ann Yuan, Andy Coenen 외

In this paper, we leverage large language models (LMs) to perform zero-shot text style transfer. We present a prompting method that we call augmented zero-shot learning, which frames style transfer as a sentence rewritin…

SentenceSentence ReWritingStyle TransferText Style Transfer+1

A Recipe For Arbitrary Text Style Transfer with Large Language Models

2021-06-16 · ACL ARR October 2021 10 · Anonymous

In this paper, we leverage large language models (LLMs) to perform zero-shot text style transfer. We present a prompting method that we call augmented zero-shot learning, which frames style transfer as a sentence rewriti…

SentenceSentence ReWritingStyle TransferText Style Transfer+1

Self-Augmentation Improves Zero-Shot Cross-Lingual Transfer

2023-09-19 · Fei Wang, Kuan-Hao Huang, Kai-Wei Chang, Muhao Chen

Zero-shot cross-lingual transfer is a central task in multilingual NLP, allowing models trained in languages with more sufficient training resources to generalize to other low-resource languages. Earlier efforts on this …

Cross-Lingual TransferMultilingual NLPZero-Shot Cross-Lingual Transfer