paper-with-me

홈 › Papers

SHiFT: An Efficient, Flexible Search Engine for Transfer Learning

2022-04-04 · Cedric Renggli, Xiaozhe Yao, Luka Kolar, Luka Rimanic, Ana Klimovic, Ce Zhang

Transfer learning can be seen as a data- and compute-efficient alternative to training models from scratch. The emergence of rich model repositories, such as TensorFlow Hub, enables practitioners and researchers to unleash the potential of these models across a wide range of downstream tasks. As these repositories keep growing exponentially, efficiently selecting a good model for the task at hand becomes paramount. By carefully comparing various selection and search strategies, we realize that no single method outperforms the others, and hybrid or mixed strategies can be beneficial. Therefore, we propose SHiFT, the first downstream task-aware, flexible, and efficient model search engine for transfer learning. These properties are enabled by a custom query language SHiFT-QL together with a cost-based decision maker, which we empirically validate. Motivated by the iterative nature of machine learning development, we further support efficient incremental executions of our queries, which requires a careful implementation when jointly used with our optimizations.

📄 PDF Abstract BibTeX arXiv:2204.01457

Code (1)

ds3lab/shift 공식 구현 tf

Tasks

Transfer Learning

Similar Papers 제목 키워드 기반

Enhancing Transfer Learning with Flexible Nonparametric Posterior Sampling

2024-03-12 · Hyungi Lee, Giung Nam, Edwin Fong, Juho Lee

Transfer learning has recently shown significant performance across various tasks involving deep neural networks. In these transfer learning scenarios, the prior distribution for downstream data becomes crucial in Bayesi…

Transfer Learning

Flexible Transfer Learning under Support and Model Shift

2014-12-01 · NeurIPS 2014 12 · Xuezhi Wang, Jeff Schneider

Transfer learning algorithms are used when one has sufficient training data for one supervised learning task (the source/training domain) but only very limited training data for a second task (the target/test domain) tha…

Transfer Learning

The First Differentiable Transfer-Based Algorithm for Discrete MicroLED Repair

2025-08-10 · Ning-Yuan Lue arxiv

Laser-enabled selective transfer, a key process in high-throughput microLED fabrication, requires computational models that can plan shift sequences to minimize motion of XY stages and adapt to varying optimization objec…

Reinforcement Learning

Polyimide-Based Flexible Coupled-Coils Design and Load-Shift Keying Analysis

2021-02-02 · Yuan YAO, Wing-Hung Ki, Chi-Ying Tsui

Wireless power transfer using inductive coupling is commonly used for medical implantable devices. The design of the secondary coil on the implantable device is important as it will affect the power transfer efficiency, …

GEO: Generative Engine Optimization

2023-11-16 · Pranjal Aggarwal, Vishvak Murahari, Tanmay Rajpurohit, Ashwin Kalyan 외

The advent of large language models (LLMs) has ushered in a new paradigm of search engines that use generative models to gather and summarize information to answer user queries. This emerging technology, which we formali…