paper-with-me

Papers

Generalizable and Stable Finetuning of Pretrained Language Models on Low-Resource Texts

2024-03-19 · Sai Ashish Somayajula, Youwei Liang, Abhishek Singh, Li Zhang, Pengtao Xie

Pretrained Language Models (PLMs) have advanced Natural Language Processing (NLP) tasks significantly, but finetuning PLMs on low-resource datasets poses significant challenges such as instability and overfitting. Previous methods tackle these issues by finetuning a strategically chosen subnetwork on a downstream task, while keeping the remaining weights fixed to the pretrained weights. However, they rely on a suboptimal criteria for sub-network selection, leading to suboptimal solutions. To address these limitations, we propose a regularization method based on attention-guided weight mixup for finetuning PLMs. Our approach represents each network weight as a mixup of task-specific weight and pretrained weight, controlled by a learnable attention parameter, providing finer control over sub-network selection. Furthermore, we employ a bi-level optimization (BLO) based framework on two separate splits of the training dataset, improving generalization and combating overfitting. We validate the efficacy of our proposed method through extensive experiments, demonstrating its superiority over previous methods, particularly in the context of finetuning PLMs on low-resource datasets.

📄 PDF Abstract BibTeX arXiv:2403.12918

Code (1)

sai-ashish/attention_guided_weight_mixup_blo 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Mixup Mixup is a data augmentation technique that generates a weighted combination of random image pairs from the training data. Given two images and their ground truth labels:…

Similar Papers 제목 키워드 기반

Keeping Representation Similarity in Finetuning for Medical Image Analysis

2025-03-10 · Wenqiang Zu, Shenghao Xie, Hao Chen, Yiming Liang 외

Foundation models pretrained on large-scale natural images have been widely used to adapt to medical image analysis through finetuning. This is largely attributed to pretrained representations capturing universal, robust…

image-classificationImage ClassificationMedical Image AnalysisMedical Image Classification

Multilingual Translation with Extensible Multilingual Pretraining and Finetuning

2020-08-02 · Yuqing Tang, Chau Tran, Xi-An Li, Peng-Jen Chen 외

Recent work demonstrates the potential of multilingual pretraining of creating one model that can be used for various tasks in different languages. Previous work in multilingual pretraining has demonstrated that machine …

Machine TranslationTranslation

Pretraining Induces a Reusable Spectral Basis for Downstream Task Adaptation

2026-05-08 · Junjie Yu, Yue Wang, Zihan Deng, Yan Zhu 외 arxiv

Finetuning pretrained models occurs in a low-dimensional subspace of the full parameter space. Prior work has focused on characterizing this optimization subspace, but largely ignored the complementary question: why do c…

LLM Pretraining Shapes a Generalizable Manifold: Insights into Cross-Modal Transfer to Time Series

2026-05-19 · Alexis Roger, Prateek Humane, Zhenghan Tai, Gwen Legate 외 arxiv

Can language-pretrained transformers become effective time-series forecasters, and why? In this paper, we show that cross-modal transfer arises because language pretraining preconditions time series training with a reusa…

Generalizable VLA Finetuning via Representation Anchoring and Language-Action Alignment

2026-07-15 · Dwip Dalal, Shivansh Patel, Chahit Jain, Jeonghwan Kim 외 hf

Finetuning a pretrained vision-language model (VLM) on robot demonstrations via behavior cloning (BC) has become the standard recipe for vision-language-action (VLA) policies. However, BC finetuning progressively overwri…