paper-with-me

홈 › Papers

Prompt Recovery for Image Generation Models: A Comparative Study of Discrete Optimizers

2024-08-12 · Joshua Nathaniel Williams, Avi Schwarzschild, J. Zico Kolter

Recovering natural language prompts for image generation models, solely based on the generated images is a difficult discrete optimization problem. In this work, we present the first head-to-head comparison of recent discrete optimization techniques for the problem of prompt inversion. We evaluate Greedy Coordinate Gradients (GCG), PEZ , Random Search, AutoDAN and BLIP2's image captioner across various evaluation metrics related to the quality of inverted prompts and the quality of the images generated by the inverted prompts. We find that focusing on the CLIP similarity between the inverted prompts and the ground truth image acts as a poor proxy for the similarity between ground truth image and the image generated by the inverted prompts. While the discrete optimizers effectively minimize their objectives, simply using responses from a well-trained captioner often leads to generated images that more closely resemble those produced by the original prompts.

📄 PDF Abstract BibTeX arXiv:2408.06502

Code (0)

등록된 구현이 없습니다.

Tasks

Image Generation

Methods 이 논문이 사용한 방법론

Random Search Random Search replaces the exhaustive enumeration of all combinations by selecting them randomly. This can be simply applied to the discrete setting described above, but also…
CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

Advancing Prompt Recovery in NLP: A Deep Dive into the Integration of Gemma-2b-it and Phi2 Models

2024-07-07 · Jianlong Chen, Wei Xu, Zhicheng Ding, Jinxin Xu 외

Prompt recovery, a crucial task in natural language processing, entails the reconstruction of prompts or instructions that language models use to convert input text into a specific output. Although pivotal, the design an…

A Comparative Study of Compressive Sensing Algorithms for Hyperspectral Imaging Reconstruction

2024-01-26 · Jon Alvarez Justo, Daniela Lupu, Milica Orlandic, Ion Necoara 외

Hyperspectral Imaging comprises excessive data consequently leading to significant challenges for data processing, storage and transmission. Compressive Sensing has been used in the field of Hyperspectral Imaging as a te…

Compressive Sensing

PQPP: A Joint Benchmark for Text-to-Image Prompt and Query Performance Prediction

2024-06-07 · CVPR 2025 1 · Eduard Poesina, Adriana Valentina Costache, Adrian-Gabriel Chifu, Josiane Mothe 외

Text-to-image generation has recently emerged as a viable alternative to text-to-image retrieval, due to the visually impressive results of generative diffusion models. Although query performance prediction is an active …

Image GenerationImage RetrievalInformation RetrievalRetrieval+2

Active Learning for Conditional Generative Compressed Sensing

2026-05-06 · Alexander DeLise, Nick Dexter arxiv

Generative compressed sensing uses the range of a pretrained generator as a nonlinear model for recovering structured signals from limited measurements. We study a conditional version of this problem for image recovery f…

Active Learning

Simplify-This: A Comparative Analysis of Prompt-Based and Fine-Tuned LLMs

2026-01-09 · Eilam Cohen, Itamar Bul, Danielle Inbar, Omri Loewenbach arxiv

Large language models (LLMs) enable strong text generation, and in general there is a practical tradeoff between fine-tuning and prompt engineering. We introduce Simplify-This, a comparative study evaluating both paradig…

Text SimplificationSemantic SimilarityPrompt EngineeringText Generation