paper-with-me

홈 › Papers

Universal Zero-shot Embedding Inversion

2025-03-31 · Collin Zhang, John X. Morris, Vitaly Shmatikov

Embedding inversion, i.e., reconstructing text given its embedding and black-box access to the embedding encoder, is a fundamental problem in both NLP and security. From the NLP perspective, it helps determine how much semantic information about the input is retained in the embedding. From the security perspective, it measures how much information is leaked by vector databases and embedding-based retrieval systems. State-of-the-art methods for embedding inversion, such as vec2text, have high accuracy but require (a) training a separate model for each embedding, and (b) a large number of queries to the corresponding encoder. We design, implement, and evaluate ZSInvert, a zero-shot inversion method based on the recently proposed adversarial decoding technique. ZSInvert is fast, query-efficient, and can be used for any text embedding without training an embedding-specific inversion model. We measure the effectiveness of ZSInvert on several embeddings and demonstrate that it recovers key semantic information about the corresponding texts.

📄 PDF Abstract BibTeX arXiv:2504.00147

Code (1)

collinzrj/adversarial_decoding 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Transductive Universal Transport for Zero-Shot Action Recognition

2021-09-29 · Pascal Mettes

This work addresses the problem of recognizing action categories in videos for which no training examples are available. The current state-of-the-art enables such a zero-shot recognition by learning universal mappings fr…

Action RecognitionObjectPositionTemporal Localization+3

Zero-Shot Composed Image Retrieval with Textual Inversion

2023-03-27 · ICCV 2023 1 · Alberto Baldrati, Lorenzo Agnolucci, Marco Bertini, Alberto del Bimbo

Composed Image Retrieval (CIR) aims to retrieve a target image based on a query composed of a reference image and a relative caption that describes the difference between the two images. The high effort and cost required…

Composed Image Retrieval (CoIR)Image RetrievalRetrievalZero-Shot Composed Image Retrieval (ZS-CIR)

DiffUMI: Training-Free Universal Model Inversion via Unconditional Diffusion for Face Recognition

2025-04-25 · Hanrui Wang, Shuo Wang, Chun-Shien Lu, Isao Echizen

Face recognition technology presents serious privacy risks due to its reliance on sensitive and immutable biometric data. To address these concerns, such systems typically convert raw facial images into embeddings, which…

Face GenerationFace RecognitionImage GenerationPrivacy Preserving+1

Zero-Shot Unsupervised and Text-Based Audio Editing Using DDPM Inversion

2024-02-15 · Hila Manor, Tomer Michaeli

Editing signals using large pre-trained models, in a zero-shot manner, has recently seen rapid advancements in the image domain. However, this wave has yet to reach the audio domain. In this paper, we explore two zero-sh…

Zero-shot Composed Image Retrieval Considering Query-target Relationship Leveraging Masked Image-text Pairs

2024-06-27 · Huaying Zhang, rintaro yanagi, Ren Togo, Takahiro Ogawa 외

This paper proposes a novel zero-shot composed image retrieval (CIR) method considering the query-target relationship by masked image-text pairs. The objective of CIR is to retrieve the target image using a query image a…

Image RetrievalLanguage ModelingLanguage ModellingRetrieval