NOAH
[TPAMI] Searching prompt modules for parameter-efficient transfer learning.
Install / Use
/learn @ZhangYuanhan-AI/NOAHREADME
The idea is simple: we view existing parameter-efficient tuning modules, including Adapter, LoRA and VPT, as prompt modules and propose to search the optimal configuration via neural architecture search. Our approach is named NOAH (Neural prOmpt seArcH).
<p align="center"> <a href="https://arxiv.org/abs/2206.04673" target='_blank'>[arXiv]</a> • <a href="https://zhangyuanhan-ai.github.io/NOAH" target='_blank'>[project page]</a> </p> </div>
Updatas
[05/2022] arXiv paper has been released.
Environment Setup
conda create -n NOAH python=3.8
conda activate NOAH
pip install -r requirements.txt
Data Preparation
1. Visual Task Adaptation Benchmark (VTAB)
cd data/vtab-source
python get_vtab1k.py
2. Few-Shot and Domain Generation
-
Images
Please refer to DATASETS.md to download the datasets.
-
Train/Val/Test splits
Please refer to files under
data/XXX/XXX/annotationsfor the detail information.
Quick Start For NOAH
We use the VTAB experiments as examples.
1. Downloading the Pre-trained Model
| Model | Link | |-------|------| |ViT B/16 | link|
2. Supernet Training
sh configs/NOAH/VTAB/supernet/slurm_train_vtab.sh PATH-TO-YOUR-PRETRAINED-MODEL
3. Subnet Search
sh configs/NOAH/VTAB/search/slurm_search_vtab.sh PARAMETERS-LIMITES
4. Subnet Retraining
sh configs/NOAH/VTAB/subnet/slurm_retrain_vtab.sh PATH-TO-YOUR-PRETRAINED-MODEL
We add the optimal subnet architecture of each dataset in the experiments/NOAH/subnet/VTAB.
5. Performance

Citation
If you use this code in your research, please kindly cite this work.
@misc{zhang2022neural,
title={Neural Prompt Search},
author={Yuanhan Zhang and Kaiyang Zhou and Ziwei Liu},
year={2022},
eprint={2206.04673},
archivePrefix={arXiv},
primaryClass={cs.CV}
}
Acknoledgments
Part of the code is borrowed from CoOp, AutoFormer, timm and mmcv.
Thanks to Chong Zhou (https://chongzhou96.github.io/) for the code of downloading the VTAB-1k.
<div align="center"> </div>Related Skills
proje
Interactive vocabulary learning platform with smart flashcards and spaced repetition for effective language acquisition.
YC-Killer
2.7kA library of enterprise-grade AI agents designed to democratize artificial intelligence and provide free, open-source alternatives to overvalued Y Combinator startups. If you are excited about democratizing AI access & AI agents, please star ⭐️ this repository and use the link in the readme to join our open source AI research team.
best-practices-researcher
The most comprehensive Claude Code skills registry | Web Search: https://skills-registry-web.vercel.app
research_rules
Research & Verification Rules Quote Verification Protocol Primary Task "Make sure that the quote is relevant to the chapter and so you we want to make sure that we want to have it identifie
