paper-with-me

홈 › Papers

GLOV: Guided Large Language Models as Implicit Optimizers for Vision Language Models

2024-10-08 · M. Jehanzeb Mirza, Mengjie Zhao, Zhuoyuan Mao, Sivan Doveh, Wei Lin, Paul Gavrikov, Michael Dorkenwald, Shiqi Yang, Saurav Jha, Hiromi Wakaki, Yuki Mitsufuji, Horst Possegger, Rogerio Feris, Leonid Karlinsky, James Glass

In this work, we propose a novel method (GLOV) enabling Large Language Models (LLMs) to act as implicit Optimizers for Vision-Langugage Models (VLMs) to enhance downstream vision tasks. Our GLOV meta-prompts an LLM with the downstream task description, querying it for suitable VLM prompts (e.g., for zero-shot classification with CLIP). These prompts are ranked according to a purity measure obtained through a fitness function. In each respective optimization step, the ranked prompts are fed as in-context examples (with their accuracies) to equip the LLM with the knowledge of the type of text prompts preferred by the downstream VLM. Furthermore, we also explicitly steer the LLM generation process in each optimization step by specifically adding an offset difference vector of the embeddings from the positive and negative solutions found by the LLM, in previous optimization steps, to the intermediate layer of the network for the next generation step. This offset vector steers the LLM generation toward the type of language preferred by the downstream VLM, resulting in enhanced performance on the downstream vision tasks. We comprehensively evaluate our GLOV on 16 diverse datasets using two families of VLMs, i.e., dual-encoder (e.g., CLIP) and encoder-decoder (e.g., LLaVa) models -- showing that the discovered solutions can enhance the recognition performance by up to 15.0% and 57.5% (3.8% and 21.6% on average) for these models.

📄 PDF Abstract BibTeX arXiv:2410.06154

Code (1)

jmiemirza/glov 공식 구현 jax

Tasks

zero-shot-classificationZero-Shot Learning

Similar Papers 제목 키워드 기반

GLOVE: Global Verifier for LLM Memory-Environment Realignment

2026-01-27 · Xingkun Yin, Hongyang Du arxiv

Most existing memory-enhanced Large Language Model (LLM) approaches implicitly assume that memory validity can be established either through external evaluators that provide task-specific success signals or through inter…

ReGlove: A Soft Pneumatic Glove for Activities of Daily Living Assistance via Wrist-Mounted Vision

2025-12-01 · Rosh Ho, Jian Zhang arxiv

This paper presents ReGlove, a system that converts low-cost commercial pneumatic rehabilitation gloves into vision-guided assistive orthoses. Chronic upper-limb impairment affects millions worldwide, yet existing assist…

AirGlove: Exploring Egocentric 3D Hand Tracking and Appearance Generalization for Sensing Gloves

2026-02-05 · Wenhui Cui, Ziyi Kou, Chuan Qin, Ergys Ristani 외 arxiv

Sensing gloves have become important tools for teleoperation and robotic policy learning as they are able to provide rich signals like speed, acceleration and tactile feedback. A common approach to track gloved hands is …

CAME: Confidence-guided Adaptive Memory Efficient Optimization

2023-07-05 · Yang Luo, Xiaozhe Ren, Zangwei Zheng, Zhuo Jiang 외

Adaptive gradient methods, such as Adam and LAMB, have demonstrated excellent performance in the training of large language models. Nevertheless, the need for adaptivity requires maintaining second-moment estimates of th…

SemGloVe: Semantic Co-occurrences for GloVe from BERT

2020-12-30 · Leilei Gan, Zhiyang Teng, Yue Zhang, Linchao Zhu 외

GloVe learns word embeddings by leveraging statistical information from word co-occurrence matrices. However, word pairs in the matrices are extracted from a predefined local context window, which might lead to limited w…

Language ModelingLanguage ModellingWord EmbeddingsWord Similarity