paper-with-me

Papers

Leveraging Data to Say No: Memory Augmented Plug-and-Play Selective Prediction

2026-01-30 · Aditya Sarkar, Yi Li, Jiacheng Cheng, Shlok Mishra, Nuno Vasconcelos arxiv

Selective prediction aims to endow predictors with a reject option, to avoid low confidence predictions. However, existing literature has primarily focused on closed-set tasks, such as visual question answering with predefined options or fixed-category classification. This paper considers selective prediction for visual language foundation models, addressing a taxonomy of tasks ranging from closed to open set and from finite to unbounded vocabularies, as in image captioning. We seek training-free approaches of low-complexity, applicable to any foundation model and consider methods based on external vision-language model embeddings, like CLIP. This is denoted as Plug-and-Play Selective Prediction (PaPSP). We identify two key challenges: (1) instability of the visual-language representations, leading to high variance in image-text embeddings, and (2) poor calibration of similarity scores. To address these issues, we propose a memory augmented PaPSP (MA-PaPSP) model, which augments PaPSP with a retrieval dataset of image-text pairs. This is leveraged to reduce embedding variance by averaging retrieved nearest-neighbor pairs and is complemented by the use of contrastive normalization to improve score calibration. Through extensive experiments on multiple datasets, we show that MA-PaPSP outperforms PaPSP and other selective prediction baselines for selective captioning, image-text matching, and fine-grained classification. Code is publicly available at https://github.com/kingston-aditya/MA-PaPSP.

📄 PDF Abstract BibTeX arXiv:2601.22570

Code (0)

등록된 구현이 없습니다.

Tasks

Visual Question AnsweringImage-text matchingImage Captioning

Similar Papers 제목 키워드 기반

Memory Decoder: A Pretrained, Plug-and-Play Memory for Large Language Models

2025-08-13 · Jiaqi Cao, Jiarui Wang, Rubin Wei, Qipeng Guo 외 arxiv

Large Language Models (LLMs) have shown strong abilities in general language tasks, yet adapting them to specific domains remains a challenge. Current method like Domain Adaptive Pretraining (DAPT) requires costly full-p…

Domain Adaptation

Rethinking Translation Memory Augmented Neural Machine Translation

2023-06-12 · Hongkun Hao, Guoping Huang, Lemao Liu, Zhirui Zhang 외

This paper rethinks translation memory augmented neural machine translation (TM-augmented NMT) from two perspectives, i.e., a probabilistic view of retrieval and the variance-bias decomposition principle. The finding dem…

Machine TranslationNMTRetrievalTranslation

KARMA: Augmenting Embodied AI Agents with Long-and-short Term Memory Systems

2024-09-23 · Zixuan Wang, Bo Yu, Junzhe Zhao, Wenhao Sun 외

Embodied AI agents responsible for executing interconnected, long-sequence household tasks often face difficulties with in-context memory, leading to inefficiencies and errors in task execution. To address this issue, we…

AI AgentTask Planning

MemMA: Coordinating the Memory Cycle through Multi-Agent Reasoning and In-Situ Self-Evolution

2026-03-19 · Minhua Lin, Zhiwei Zhang, Hanqing Lu, Hui Liu 외 arxiv

Memory-augmented LLM agents maintain external memory banks to support long-horizon interaction, yet most existing systems treat construction, retrieval, and utilization as isolated subroutines. This creates two coupled c…

Pluggable Neural Machine Translation Models via Memory-augmented Adapters

2023-07-12 · Yuzhuang Xu, Shuo Wang, Peng Li, Xuebo Liu 외

Although neural machine translation (NMT) models perform well in the general domain, it remains rather challenging to control their generation behavior to satisfy the requirement of different users. Given the expensive t…

Machine TranslationNMTTranslation