paper-with-me

Papers

Embracing Collaboration Over Competition: Condensing Multiple Prompts for Visual In-Context Learning

2025-04-30 · CVPR 2025 1 · Jinpeng Wang, Tianci Luo, Yaohua Zha, Yan Feng, Ruisheng Luo, Bin Chen, Tao Dai, Long Chen, YaoWei Wang, Shu-Tao Xia

Visual In-Context Learning (VICL) enables adaptively solving vision tasks by leveraging pixel demonstrations, mimicking human-like task completion through analogy. Prompt selection is critical in VICL, but current methods assume the existence of a single "ideal" prompt in a pool of candidates, which in practice may not hold true. Multiple suitable prompts may exist, but individually they often fall short, leading to difficulties in selection and the exclusion of useful context. To address this, we propose a new perspective: prompt condensation. Rather than relying on a single prompt, candidate prompts collaborate to efficiently integrate informative contexts without sacrificing resolution. We devise Condenser, a lightweight external plugin that compresses relevant fine-grained context across multiple prompts. Optimized end-to-end with the backbone, Condenser ensures accurate integration of contextual cues. Experiments demonstrate Condenser outperforms state-of-the-arts across benchmark tasks, showing superior context compression, scalability with more prompts, and enhanced computational efficiency compared to ensemble methods, positioning it as a highly competitive solution for VICL. Code is open-sourced at https://github.com/gimpong/CVPR25-Condenser.

📄 PDF Abstract BibTeX arXiv:2504.21263

Code (1)

gimpong/CVPR25-Condenser 공식 구현 pytorch

Tasks

Computational EfficiencyIn-Context Learning

Similar Papers 제목 키워드 기반

TeamLoRA: Boosting Low-Rank Adaptation with Expert Collaboration and Competition

2024-08-19 · Tianwei Lin, Jiang Liu, Wenqiao Zhang, Zhaocheng Li 외

While Parameter-Efficient Fine-Tuning (PEFT) methods like LoRA have effectively addressed GPU memory constraints during fine-tuning, their performance often falls short, especially in multidimensional task scenarios. To …

GPUMulti-Task Learningparameter-efficient fine-tuningVisual Question Answering

A reinforcement learning algorithm for building collaboration in multi-agent systems

2017-11-28 · Mehmet Emin Aydin, Ryan Fellows

This paper presents a proof-of concept study for demonstrating the viability of building collaboration among multiple agents through standard Q learning algorithm embedded in particle swarm optimisation. Collaboration is…

Q-Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

An adaptive volatility method for probabilistic forecasting and its application to the M6 financial forecasting competition

2023-03-03 · Joseph de Vilmarest, Nicklas Werge

In this paper, we address the problem of probabilistic forecasting using an adaptive volatility method rooted in classical time-varying volatility models and leveraging online stochastic optimization algorithms. These pr…

Decision MakingStochastic Optimization

A condensing approach to multiple shooting neural ordinary differential equation

2025-05-31 · Siddharth Prabhu, Srinivas Rangarajan, Mayuresh Kothare

Multiple-shooting is a parameter estimation approach for ordinary differential equations. In this approach, the trajectory is broken into small intervals, each of which can be integrated independently. Equality constrain…

parameter estimation

Can Competition Outperform Collaboration? The Role of Misbehaving Agents

2022-07-04 · Luca Ballotta, Giacomo Como, Jeff S. Shamma, Luca Schenato

We investigate a novel approach to resilient distributed optimization with quadratic costs in a multi-agent system prone to unexpected events that make some agents misbehave. In contrast to commonly adopted filtering str…

Distributed Optimization