paper-with-me

홈 › Papers

Efficient and Effective In-context Demonstration Selection with Coreset

2025-11-12 · Zihua Wang, Jiarui Wang, Haiyang Xu, Ming Yan, Fei Huang, Xu Yang, Xiu-Shen Wei, Siya Mi, Yu Zhang arxiv

In-context learning (ICL) has emerged as a powerful paradigm for Large Visual Language Models (LVLMs), enabling them to leverage a few examples directly from input contexts. However, the effectiveness of this approach is heavily reliant on the selection of demonstrations, a process that is NP-hard. Traditional strategies, including random, similarity-based sampling and infoscore-based sampling, often lead to inefficiencies or suboptimal performance, struggling to balance both efficiency and effectiveness in demonstration selection. In this paper, we propose a novel demonstration selection framework named Coreset-based Dual Retrieval (CoDR). We show that samples within a diverse subset achieve a higher expected mutual information. To implement this, we introduce a cluster-pruning method to construct a diverse coreset that aligns more effectively with the query while maintaining diversity. Additionally, we develop a dual retrieval mechanism that enhances the selection process by achieving global demonstration selection while preserving efficiency. Experimental results demonstrate that our method significantly improves the ICL performance compared to the existing strategies, providing a robust solution for effective and efficient demonstration selection.

📄 PDF Abstract BibTeX arXiv:2511.08977

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Enhancing Multimodal In-Context Learning for Image Classification through Coreset Optimization

2025-04-19 · Huiyi Chen, Jiawei Peng, Kaihua Tang, Xin Geng 외

In-context learning (ICL) enables Large Vision-Language Models (LVLMs) to adapt to new tasks without parameter updates, using a few demonstrations from a large support set. However, selecting informative demonstrations l…

ClassificationFine-Grained Image Classificationimage-classificationImage Classification+3

Online Coreset Selection for Rehearsal-based Continual Learning

2021-06-02 · ICLR 2022 4 · Jaehong Yoon, Divyam Madaan, Eunho Yang, Sung Ju Hwang

A dataset is a shred of crucial evidence to describe a task. However, each data point in the dataset does not have the same potential, as some of the data points can be more representative or informative than others. Thi…

Continual Learning

Gradient-matching coresets for continual learning

2021-12-09 · Lukas Balles, Giovanni Zappella, Cédric Archambeau

We devise a coreset selection method based on the idea of gradient matching: The gradients induced by the coreset should match, as closely as possible, those induced by the original training dataset. We evaluate the meth…

Continual Learning

Anti-Backdoor Coreset Selection via Cumulative Entropy

2026-07-28 · Qi Zhao, Christian Wressnegger arxiv

Recent training-time defenses against neural backdoors isolate a benign subset from poisoned training data, to learn a backdoor-free model from it. In this paper, we formulate this defense strategy as a coreset selection…

Data-Efficient Training of CNNs and Transformers with Coresets: A Stability Perspective

2023-03-03 · Animesh Gupta, Irtiza Hasan, Dilip K. Prasad, Deepak K. Gupta

Coreset selection is among the most effective ways to reduce the training time of CNNs, however, only limited is known on how the resultant models will behave under variations of the coreset size, and choice of datasets …

BenchmarkingImage ClassificationOpen-Ended Question Answering