paper-with-me

Papers

Missing Target-Relevant Information Prediction with World Model for Accurate Zero-Shot Composed Image Retrieval

2025-03-21 · CVPR 2025 1 · Yuanmin Tang, Jing Yu, Keke Gai, Jiamin Zhuang, Gang Xiong, Gaopeng Gou, Qi Wu

Zero-Shot Composed Image Retrieval (ZS-CIR) involves diverse tasks with a broad range of visual content manipulation intent across domain, scene, object, and attribute. The key challenge for ZS-CIR tasks is to modify a reference image according to manipulation text to accurately retrieve a target image, especially when the reference image is missing essential target content. In this paper, we propose a novel prediction-based mapping network, named PrediCIR, to adaptively predict the missing target visual content in reference images in the latent space before mapping for accurate ZS-CIR. Specifically, a world view generation module first constructs a source view by omitting certain visual content of a target view, coupled with an action that includes the manipulation intent derived from existing image-caption pairs. Then, a target content prediction module trains a world model as a predictor to adaptively predict the missing visual information guided by user intention in manipulating text at the latent space. The two modules map an image with the predicted relevant information to a pseudo-word token without extra supervision. Our model shows strong generalization ability on six ZS-CIR tasks. It obtains consistent and significant performance boosts ranging from 1.73% to 4.45% over the best methods and achieves new state-of-the-art results on ZS-CIR. Our code is available at https://github.com/Pter61/predicir.

📄 PDF Abstract BibTeX arXiv:2503.17109

Code (1)

pter61/predicir 공식 구현

Tasks

AttributeImage RetrievalZero-Shot Composed Image Retrieval (ZS-CIR)

Similar Papers 제목 키워드 기반

JoLT: Joint Probabilistic Predictions on Tabular Data Using LLMs

2025-02-17 · Aliaksandra Shysheya, John Bronskill, James Requeima, Shoaib Ahmed Siddiqui 외

We introduce a simple method for probabilistic predictions on tabular data based on Large Language Models (LLMs) called JoLT (Joint LLM Process for Tabular data). JoLT uses the in-context learning capabilities of LLMs to…

ImputationIn-Context Learningtabular-classification

LLMs Know What They Need: Leveraging a Missing Information Guided Framework to Empower Retrieval-Augmented Generation

2024-04-22 · Keheng Wang, Feiyu Duan, Peiguang Li, Sirui Wang 외

Retrieval-Augmented Generation (RAG) demonstrates great value in alleviating outdated knowledge or hallucination by supplying LLMs with updated and relevant knowledge. However, there are still several difficulties for RA…

HallucinationRAGRe-RankingRetrieval+2

LIFE: Learning Individual Features for Multivariate Time Series Prediction with Missing Values

2021-09-30 · Zhao-Yu Zhang, Shao-Qun Zhang, Yuan Jiang, Zhi-Hua Zhou

Multivariate time series (MTS) prediction is ubiquitous in real-world fields, but MTS data often contains missing values. In recent years, there has been an increasing interest in using end-to-end models to handle MTS wi…

Missing ValuesPredictionTime SeriesTime Series Analysis+1

Sharing pattern submodels for prediction with missing values

2022-06-22 · Lena Stempfle, Ashkan Panahi, Fredrik D. Johansson

Missing values are unavoidable in many applications of machine learning and present challenges both during training and at test time. When variables are missing in recurring patterns, fitting separate pattern submodels h…

ImputationMissing ValuesPrediction

Robust prediction under missingness shifts

2024-06-24 · Patrick Rockenschaub, Zhicong Xian, Alireza Zamanian, Marta Piperno 외

Prediction becomes more challenging with missing covariates. What method is chosen to handle missingness can greatly affect how models perform. In many real-world problems, the best prediction performance is achieved by …

Prediction