paper-with-me

Papers

Transferring Knowledge from Large Foundation Models to Small Downstream Models

2024-06-11 · Shikai Qiu, Boran Han, Danielle C. Maddix, Shuai Zhang, Yuyang Wang, Andrew Gordon Wilson

How do we transfer the relevant knowledge from ever larger foundation models into small, task-specific downstream models that can run at much lower costs? Standard transfer learning using pre-trained weights as the initialization transfers limited information and commits us to often massive pre-trained architectures. This procedure also precludes combining multiple pre-trained models that learn complementary information. To address these shortcomings, we introduce Adaptive Feature Transfer (AFT). Instead of transferring weights, AFT operates purely on features, thereby decoupling the choice of the pre-trained model from the smaller downstream model. Rather than indiscriminately compressing all pre-trained features, AFT adaptively transfers pre-trained features that are most useful for performing the downstream task, using a simple regularization that adds minimal overhead. Across multiple vision, language, and multi-modal datasets, AFT achieves significantly better downstream performance compared to alternatives with a similar computational cost. Furthermore, AFT reliably translates improvement in pre-trained models into improvement in downstream performance, even if the downstream model is over $50\times$ smaller, and can effectively transfer complementary information learned by multiple pre-trained models.

📄 PDF Abstract BibTeX arXiv:2406.07337

Code (0)

등록된 구현이 없습니다.

Tasks

Transfer Learning

Similar Papers 제목 키워드 기반

One to Transfer All: A Universal Transfer Framework for Vision Foundation Model with Few Data

2021-11-24 · Yujie Wang, Junqin Huang, Mengya Gao, Yichao Wu 외

The foundation model is not the last chapter of the model production pipeline. Transferring with few data in a general way to thousands of downstream tasks is becoming a trend of the foundation model's application. In th…

All

SLAD : Shared LoRA Adapters for Task Specific Distillation

2026-05-28 · Reda Bensaid, Yassir Bendou, Vincent Gripon, François Leduc-Primeau arxiv

In the context of resource-constrained environments such as embedded systems, adapting reduced-size foundation models to downstream tasks has become increasingly popular. This has recently motivated the emerging setting …

Knowledge Distillation

ViM: Vision Middleware for Unified Downstream Transferring

2023-03-13 · ICCV 2023 1 · Yutong Feng, Biao Gong, Jianwen Jiang, Yiliang Lv 외

Foundation models are pre-trained on massive data and transferred to downstream tasks via fine-tuning. This work presents Vision Middleware (ViM), a new learning paradigm that targets unified transferring from a single f…

Knowledge Transfer from Vision Foundation Models for Efficient Training of Small Task-specific Models

2023-11-30 · Raviteja Vemulapalli, Hadi Pouransari, Fartash Faghri, Sachin Mehta 외

Vision Foundation Models (VFMs) pretrained on massive datasets exhibit impressive performance on various downstream tasks, especially with limited labeled target data. However, due to their high inference compute cost, t…

Image RetrievalRetrievalTransfer Learning

Task-Specific Knowledge Distillation from the Vision Foundation Model for Enhanced Medical Image Segmentation

2025-03-10 · Pengchen Liang, Haishan Huang, Bin Pu, Jianguo Chen 외

Large-scale pre-trained models, such as Vision Foundation Models (VFMs), have demonstrated impressive performance across various downstream tasks by transferring generalized knowledge, especially when target data is limi…

Image SegmentationKnowledge DistillationMedical Image SegmentationSegmentation+1