paper-with-me

홈 › Papers

ExPLoRA: Parameter-Efficient Extended Pre-Training to Adapt Vision Transformers under Domain Shifts

2024-06-16 · Samar Khanna, Medhanie Irgau, David B. Lobell, Stefano Ermon

Parameter-efficient fine-tuning (PEFT) techniques such as low-rank adaptation (LoRA) can effectively adapt large pre-trained foundation models to downstream tasks using only a small fraction (0.1%-10%) of the original trainable weights. An under-explored question of PEFT is in extending the pre-training phase without supervised labels; that is, can we adapt a pre-trained foundation model to a new domain via efficient self-supervised pre-training on this new domain? In this work, we introduce ExPLoRA, a highly effective technique to improve transfer learning of pre-trained vision transformers (ViTs) under domain shifts. Initializing a ViT with pre-trained weights on large, natural-image datasets such as from DinoV2 or MAE, ExPLoRA continues the unsupervised pre-training objective on a new domain, unfreezing 1-2 pre-trained ViT blocks and tuning all other layers with LoRA. We then fine-tune the resulting model only with LoRA on this new domain for supervised learning. Our experiments demonstrate state-of-the-art results on satellite imagery, even outperforming fully pre-training and fine-tuning ViTs. Using the DinoV2 training objective, we demonstrate up to 7.5% improvement in linear probing top-1 accuracy on downstream tasks while using <10% of the number of parameters that are used in prior fully-tuned state-of-the art approaches. Our ablation studies confirm the efficacy of our approach over other baselines, including PEFT and unfreezing more ViT blocks. Code is available on the project website: https://samar-khanna.github.io/ExPLoRA/

📄 PDF Abstract BibTeX arXiv:2406.10973

Code (0)

등록된 구현이 없습니다.

Tasks

parameter-efficient fine-tuningTransfer LearningUnsupervised Pre-training

Methods 이 논문이 사용한 방법론

MAE 설명 없음

Similar Papers 제목 키워드 기반

Chasing Sparsity in Vision Transformers: An End-to-End Exploration

2021-06-08 · NeurIPS 2021 12 · Tianlong Chen, Yu Cheng, Zhe Gan, Lu Yuan 외

Vision transformers (ViTs) have recently received explosive popularity, but their enormous model sizes and training costs remain daunting. Conventional post-training pruning often incurs higher training budgets. In contr…

Efficient ViTs

FLARE-BO: Fused Luminance and Adaptive Retinex Enhancement via Bayesian Optimisation for Low-Light Robotic Vision

2026-04-23 · Nathan Shankar, Pawel Ladosz, Hujun Yin arxiv

Reliable visual perception under low illumination remains a core challenge for autonomous robotic systems, where degraded image quality directly compromises navigation, inspection, and various operations. A recent traini…

Gaussian Processes

Low-Rank Continual Pyramid Vision Transformer: Incrementally Segment Whole-Body Organs in CT with Light-Weighted Adaptation

2024-10-07 · Vince Zhu, Zhanghexuan Ji, Dazhou Guo, Puyang Wang 외

Deep segmentation networks achieve high performance when trained on specific datasets. However, in clinical practice, it is often desirable that pretrained segmentation models can be dynamically extended to enable segmen…

Continual Semantic SegmentationOrgan SegmentationSegmentationSemantic Segmentation

Leveraging Temporally Extended Behavior Sharing for Multi-task Reinforcement Learning

2025-09-25 · Gawon Lee, Daesol Cho, H. Jin Kim arxiv

Multi-task reinforcement learning (MTRL) offers a promising approach to improve sample efficiency and generalization by training agents across multiple tasks, enabling knowledge sharing between them. However, applying MT…

Reinforcement Learning

SkillS: Adaptive Skill Sequencing for Efficient Temporally-Extended Exploration

2022-11-24 · Giulia Vezzani, Dhruva Tirumala, Markus Wulfmeier, Dushyant Rao 외

The ability to effectively reuse prior knowledge is a key requirement when building general and flexible Reinforcement Learning (RL) agents. Skill reuse is one of the most common approaches, but current methods have cons…

Reinforcement Learning (RL)