菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-03-23
📄 Abstract - Which Concepts to Forget and How to Refuse? Decomposing Concepts for Continual Unlearning in Large Vision-Language Models

Continual unlearning poses the challenge of enabling large vision-language models to selectively refuse specific image-instruction pairs in response to sequential deletion requests, while preserving general utility. However, sequential unlearning updates distort shared representations, creating spurious associations between vision-language pairs and refusal behaviors that hinder precise identification of refusal targets, resulting in inappropriate refusals. To address this challenge, we propose a novel continual unlearning framework that grounds refusal behavior in fine-grained descriptions of visual and textual concepts decomposed from deletion targets. We first identify which visual-linguistic concept combinations characterize each forget category through a concept modulator, then determine how to generate appropriate refusal responses via a mixture of refusal experts, termed refusers, each specialized for concept-aligned refusal generation. To generate concept-specific refusal responses across sequential tasks, we introduce a multimodal, concept-driven routing scheme that reuses refusers for tasks sharing similar concepts and adapts underutilized ones for novel concepts. Extensive experiments on vision-language benchmarks demonstrate that the proposed framework outperforms existing methods by generating concept-grounded refusal responses and preserving the general utility across unlearning sequences.

顶级标签: multi-modal model training machine learning
详细标签: continual unlearning vision-language models concept decomposition refusal generation sequential learning 或 搜索:

要忘记哪些概念以及如何拒绝?大视觉语言模型中持续遗忘的概念分解方法 / Which Concepts to Forget and How to Refuse? Decomposing Concepts for Continual Unlearning in Large Vision-Language Models


1️⃣ 一句话总结

这篇论文提出了一种新方法,通过将需要遗忘的图像-指令对分解为细粒度的视觉和文本概念,并让专门的‘拒绝专家’针对这些概念生成恰当的拒绝回答,从而帮助大型视觉语言模型在持续遗忘特定内容时,既能精准拒绝目标,又能保持模型在其他任务上的通用能力。

源自 arXiv: 2603.21484