Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Prime Once, then Reprogram Locally: An Efficient Alternative to Black-Box Service Model Adaptation

About

Adapting closed-box service models (i.e., APIs) for target tasks typically relies on reprogramming via Zeroth-Order Optimization (ZOO). However, this standard strategy is known for extensive, costly API calls and often suffers from slow, unstable optimization. Furthermore, we observe that this paradigm faces new challenges with modern APIs (e.g., GPT-4o). These models can be less sensitive to the input perturbations ZOO relies on, thereby hindering performance gains. To address these limitations, we propose an Alternative efficient Reprogramming approach for Service models (AReS). Instead of direct, continuous closed-box optimization, AReS initiates a single-pass interaction with the service API to prime an amenable local pre-trained encoder. This priming stage trains only a lightweight layer on top of the local encoder, making it highly receptive to the subsequent glass-box (white-box) reprogramming stage performed directly on the local model. Consequently, all subsequent adaptation and inference rely solely on this local proxy, eliminating all further API costs. Experiments demonstrate AReS's effectiveness where prior ZOO-based methods struggle: on GPT-4o, AReS achieves a +27.8% gain over the zero-shot baseline, a task where ZOO-based methods provide little to no improvement. Broadly, across ten diverse datasets, AReS outperforms state-of-the-art methods (+2.5% for VLMs, +15.6% for standard VMs) while reducing API calls by over 99.99%. AReS thus provides a robust and practical solution for adapting modern closed-box models.

Yunbei Zhang, Chengyi Cai, Feng Liu, Jihun Hamm• 2026

Related benchmarks

TaskDatasetResultRank
Image ClassificationAverage across 10 datasets
Average Accuracy69.3
21
Image ClassificationEuroSAT 16-shot
Accuracy87.2
19
Image ClassificationDTD 16-shot--
15
Image ClassificationSVHN 16-shot
Accuracy63.2
7
Image ClassificationFlowers102 16-shot
Accuracy86.6
7
Image ClassificationGTSRB 16-shot
Accuracy39.4
7
Image ClassificationUCF101 16-shot
Accuracy67.1
7
Image ClassificationFood101 16-shot
Accuracy85.9
7
Image ClassificationSUN397 16-shot
Accuracy62.8
7
Image ClassificationOxfordPets 16-shot
Accuracy88.9
7
Showing 10 of 15 rows

Other info

Follow for update