通过低秩提示交互,实现多模态持续学习中的跨模态与跨任务协同。
Low-rank Prompt Interaction for Continual Vision-Language Retrieval
- 设计低秩提示交互机制,共享通用因子并分离特定因子以降低参数量。
- 在两个检索任务上仅用少量新增参数即实现性能提升。
- 适合关注多模态持续学习、参数效率优化的研究者。
多模态持续学习研究日益受到关注,但现有方法普遍忽略显式的跨模态与跨任务交互。本文提出低秩提示交互(LPI)方法,同时建模跨模态与跨任务关系。针对跨模态交互,引入多模态相关性模块,并采用低秩交互增强分解,避免参数爆炸,通过共享-分离的低秩因子增强模态关联。由于低秩初始化携带多模态语义差异,进一步采用分层低秩对比学习保障训练鲁棒性。针对跨任务交互,通过视觉分析发现不同任务间存在明显语义距离差异,因此在提示学习中引入基于任务语义距离的显式对比约束。在两个检索任务上的实验表明,该方法仅需极少量新增参数即可实现性能提升。代码已开源:https://github.com/Kelvin-ywc/LPI。
原文摘要 · Abstract (English)
Research on continual learning in multi-modal tasks has been receiving increasing attention. However, most existing work overlooks the explicit cross-modal and cross-task interactions. In this paper, we innovatively propose the Low-rank Prompt Interaction (LPI) to address this general problem of multi-modal understanding, which considers both cross-modal and cross-task interactions. Specifically, as for the former, we employ multi-modal correlation modules for corresponding Transformer layers. Considering that the training parameters scale to the number of layers and tasks, we propose low-rank interaction-augmented decomposition to avoid memory explosion while enhancing the cross-modal association through sharing and separating common-specific low-rank factors. In addition, due to the multi-modal semantic differences carried by the low-rank initialization, we adopt hierarchical low-rank contrastive learning to ensure training robustness. As for the latter, we initially employ a visual analysis and identify that different tasks have clear distinctions in proximity. Therefore, we introduce explicit task contrastive constraints in the prompt learning process based on task semantic distances. Experiments on two retrieval tasks show performance improvements with the introduction of a minimal number of parameters, demonstrating the effectiveness of our method. Code is available at https://github.com/Kelvin-ywc/LPI.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。