NaiboWang / model-search-papers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Model Search Paper Repository

This is a repository contains papers about model search for future transfer learning/fine tune, the problem aims to filter and search pre-trained models before stepping into the real fine-tuning process on the downstream/target task/dataset.

Latest Papers

Benchmarks and preliminary research

This section contains some benchmarks/datasets settings which are commonly used in model search/transfer learning papers.

Existing works

This section contains papers in the past years about model search or transferability measurement methods.

Task Agnostic Search

These strategies rank models without looking at the data of the downstream task.

Task Aware Search

Task-aware methods use the downstream data to select models, thus requiring additional computation.

Meta-Learned Task Aware Search

Meta-Learned Task-aware methods’ goal is to favor models that perform well on benchmark datasets similar to the downstream one.

About