paper-with-me

Papers

ProAPO: Progressively Automatic Prompt Optimization for Visual Classification

2025-02-27 · CVPR 2025 1 · Xiangyan Qu, Gaopeng Gou, Jiamin Zhuang, Jing Yu, Kun Song, Qihao Wang, Yili Li, Gang Xiong

Vision-language models (VLMs) have made significant progress in image classification by training with large-scale paired image-text data. Their performances largely depend on the prompt quality. While recent methods show that visual descriptions generated by large language models (LLMs) enhance the generalization of VLMs, class-specific prompts may be inaccurate or lack discrimination due to the hallucination in LLMs. In this paper, we aim to find visually discriminative prompts for fine-grained categories with minimal supervision and no human-in-the-loop. An evolution-based algorithm is proposed to progressively optimize language prompts from task-specific templates to class-specific descriptions. Unlike optimizing templates, the search space shows an explosion in class-specific candidate prompts. This increases prompt generation costs, iterative times, and the overfitting problem. To this end, we first introduce several simple yet effective edit-based and evolution-based operations to generate diverse candidate prompts by one-time query of LLMs. Then, two sampling strategies are proposed to find a better initial search point and reduce traversed categories, saving iteration costs. Moreover, we apply a novel fitness score with entropy constraints to mitigate overfitting. In a challenging one-shot image classification setting, our method outperforms existing textual prompt-based methods and improves LLM-generated description methods across 13 datasets. Meanwhile, we demonstrate that our optimal prompts improve adapter-based methods and transfer effectively across different backbones.

📄 PDF Abstract BibTeX arXiv:2502.19844

Code (1)

MorningStarOvO/ProAPO 공식 구현 pytorch

Tasks

ClassificationHallucinationimage-classificationImage Classification

Similar Papers 제목 키워드 기반

GreenTEA: Gradient Descent with Topic-modeling and Evolutionary Auto-prompting

2025-08-12 · Zheng Dong, Luming Shang, Gabriela Olinto arxiv

High-quality prompts are crucial for Large Language Models (LLMs) to achieve exceptional performance. However, manually crafting effective prompts is labor-intensive and demands significant domain expertise, limiting its…

Adversarial Prompt Injection Attack on Multimodal Large Language Models

2026-03-31 · Meiwen Ding, Song Xia, Chenqi Kong, Xudong Jiang arxiv

Although multimodal large language models (MLLMs) are increasingly deployed in real-world applications, their instruction-following behavior leaves them vulnerable to prompt injection attacks. Existing prompt injection m…

PhyPrompt: RL-based Prompt Refinement for Physically Plausible Text-to-Video Generation

2026-03-03 · Shang Wu, Chenwei Xu, Zhuofan Xia, Weijian Li 외 arxiv

State-of-the-art text-to-video (T2V) generators frequently violate physical laws despite high visual quality. We show this stems from insufficient physical constraints in prompts rather than model limitations: manually a…

Text-to-Video GenerationReinforcement Learning

Progressive Prompt Detailing for Improved Alignment in Text-to-Image Generative Models

2025-03-22 · Ketan Suhaas Saichandran, Xavier Thomas, Prakhar Kaushik, Deepti Ghadiyaram

Text-to-image generative models often struggle with long prompts detailing complex scenes, diverse objects with distinct visual characteristics and spatial relationships. In this work, we propose SCoPE (Scheduled interpo…

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Align to Misalign: Automatic LLM Jailbreak with Meta-Optimized LLM Judges

2025-11-03 · Hamin Koo, Minseon Kim, Jaehyung Kim arxiv

Identifying the vulnerabilities of large language models (LLMs) is crucial for improving their safety by addressing inherent weaknesses. Jailbreaks, in which adversaries bypass safeguards with crafted input prompts, play…