Papers › Language Models as Black-Box Optimizers for Vision-Language Models

Language Models as Black-Box Optimizers for Vision-Language Models

12 Sep 2023CVPR 2024 1arXiv:2309.05950archive 2025-07-28

Shihong Liu, Zhiqiu Lin, Samuel Yu, Ryan Lee, Tiffany Ling, Deepak Pathak, Deva Ramanan

Vision-language models (VLMs) pre-trained on web-scale datasets have demonstrated remarkable capabilities on downstream tasks when fine-tuned with minimal data. However, many VLMs rely on proprietary data and are not open-source, which restricts the use of white-box approaches for fine-tuning. As such, we aim to develop a black-box approach to optimize VLMs through natural language prompts, thereby avoiding the need to access model parameters, feature embeddings, or even output logits. We propose employing chat-based LLMs to search for the best text prompt for VLMs. Specifically, we adopt an automatic hill-climbing procedure that converges to an effective prompt by evaluating the performance of current prompts and asking LLMs to refine them based on textual feedback, all within a conversational process without human-in-the-loop. In a challenging 1-shot image classification setup, our simple approach surpasses the white-box continuous prompting method (CoOp) by an average of 1.5% across 11 datasets including ImageNet. Our approach also outperforms both human-engineered and LLM-generated prompts. We highlight the advantage of conversational feedback that incorporates both positive and negative prompts, suggesting that LLMs can utilize the implicit gradient direction in textual feedback for a more efficient search. In addition, we find that the text prompts generated through our strategy are not only more interpretable but also transfer well across different VLM architectures in a black-box manner. Lastly, we apply our framework to optimize the state-of-the-art black-box VLM (DALL-E 3) for text-to-image generation, prompt inversion, and personalization.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2309.05950")

Code

Syntology Ran 7 of 11 code samples harvested from 1 repository linked to this paper; 4 have no recorded run. Of those that ran: 1 ran · our draft was wrong; 6 ran with no contract checked.

By repository: official repository: 11 samples from 1 repository, 7 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

shihongl1998/llm-as-a-blackbox-optimizer officialmentioned in paperpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

11 samples harvested; 7 ran; 0 honoured the contract we drafted; 4 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · our draft was wrong
6ran
4unverified

Licence: 11 of the 11 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from shihongl1998/llm-as-a-blackbox-optimizer. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

encode_image shihongl1998/llm-as-a-blackbox-optimizer/auto_prompt_image_optimization.py official repository ran · our draft was wrong no licence file found · pointer only · f41cb1a19b154297 · report
get_experiment_name shihongl1998/llm-as-a-blackbox-optimizer/utils.py official repository ran no licence file found · pointer only · 60d87e4e28792d30 · report
get_message shihongl1998/llm-as-a-blackbox-optimizer/prompt_pool.py official repository ran no licence file found · pointer only · 5bc725a3a530c2c4 · report
get_split_transformer shihongl1998/llm-as-a-blackbox-optimizer/engine/clip/partial_model.py official repository ran no licence file found · pointer only · e07e33e12b2f42d7 · report
get_split_vit shihongl1998/llm-as-a-blackbox-optimizer/engine/clip/partial_model.py official repository ran no licence file found · pointer only · 219ed3eef816ba50 · report
get_text_encoder shihongl1998/llm-as-a-blackbox-optimizer/engine/clip/partial_model.py official repository ran no licence file found · pointer only · 0aa8eb7ae30a6420 · report
load_templates_from_txt shihongl1998/llm-as-a-blackbox-optimizer/load_laioncoco_templates.py official repository ran no licence file found · pointer only · e62bfda6e308ebbc · report
ask_chatgpt_for_prompt shihongl1998/llm-as-a-blackbox-optimizer/auto_prompt_prompt_inversion.py official repository unverified no licence file found · pointer only · 31025d8eb991afe7 · report
build_model shihongl1998/llm-as-a-blackbox-optimizer/engine/clip/model.py official repository unverified no licence file found · pointer only · c47aa9e5b049a11d · report
get_init_templates shihongl1998/llm-as-a-blackbox-optimizer/utils.py official repository unverified no licence file found · pointer only · 5ca56bc26635e339 · report
read_classnames shihongl1998/llm-as-a-blackbox-optimizer/engine/datasets/imagenet.py official repository unverified no licence file found · pointer only · 92f525cf6230e44e · report

Tasks

Few-Shot Image ClassificationImage ClassificationImage GenerationText to Image GenerationText-to-Image Generationimage-classification

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

CLIPCoOp

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections