paper-with-me

Papers

Fine-Tuning Transformers: Vocabulary Transfer

2021-12-29 · Vladislav Mosin, Igor Samenko, Alexey Tikhonov, Borislav Kozlovskii, Ivan P. Yamshchikov

Transformers are responsible for the vast majority of recent advances in natural language processing. The majority of practical natural language processing applications of these models are typically enabled through transfer learning. This paper studies if corpus-specific tokenization used for fine-tuning improves the resulting performance of the model. Through a series of experiments, we demonstrate that such tokenization combined with the initialization and fine-tuning strategy for the vocabulary tokens speeds up the transfer and boosts the performance of the fine-tuned model. We call this aspect of transfer facilitation vocabulary transfer.

📄 PDF Abstract BibTeX arXiv:2112.14569

Code (1)

leyadev/vocabulary-transfer 공식 구현 pytorch

Tasks

Transfer Learning

Similar Papers 제목 키워드 기반

Region-Aware Pretraining for Open-Vocabulary Object Detection with Vision Transformers

2023-05-11 · CVPR 2023 1 · Dahun Kim, Anelia Angelova, Weicheng Kuo

We present Region-aware Open-vocabulary Vision Transformers (RO-ViT) - a contrastive image-text pretraining recipe to bridge the gap between image-level pretraining and open-vocabulary object detection. At the pretrainin…

Contrastive LearningImage-text Retrievalobject-detectionObject Detection+5

Simple Open-Vocabulary Object Detection with Vision Transformers

2022-05-12 · Matthias Minderer, Alexey Gritsenko, Austin Stone, Maxim Neumann 외

Combining simple architectures with large-scale pre-training has led to massive improvements in image classification. For object detection, pre-training and scaling approaches are less well established, especially in the…

Described Object Detectionimage-classificationImage ClassificationObject+4

InfoCLIP: Bridging Vision-Language Pretraining and Open-Vocabulary Semantic Segmentation via Information-Theoretic Alignment Transfer

2025-11-20 · Muyao Yuan, Yuanhong Zhang, Weizhan Zhang, Lan Ma 외 arxiv

Recently, the strong generalization ability of CLIP has facilitated open-vocabulary semantic segmentation, which labels pixels using arbitrary text. However, existing methods that fine-tune CLIP for segmentation on limit…

Semantic Segmentation

Don't Sweep your Learning Rate under the Rug: A Closer Look at Cross-modal Transfer of Pretrained Transformers

2021-07-26 · Danielle Rothermel, Margaret Li, Tim Rocktäschel, Jakob Foerster

Self-supervised pre-training of large-scale transformer models on text corpora followed by finetuning has achieved state-of-the-art on a number of natural language processing tasks. Recently, Lu et al. (2021, arXiv:2103.…

Extreme Multi-Domain, Multi-Task Learning With Unified Text-to-Text Transfer Transformers

2022-09-21 · Adebayo Oshingbesan, Courage Ekoh, Germann Atakpa, Yonah Byaruagaba

Text-to-text transformers have shown remarkable success in the task of multi-task transfer learning, especially in natural language processing (NLP). However, while there have been several attempts to train transformers …

Code SummarizationMulti-Task LearningTransfer Learning