CATA: Continual Machine Unlearning via Conflict-Averse Task Arithmetic
Summary
The paper introduces CATA (Conflict-Averse Task Arithmetic), a novel method for continual machine unlearning in Vision-Language Models (VLMs). VLMs, despite their multimodal capabilities, face privacy and copyright issues due to large training datasets, necessitating unlearning. Unlike existing single-shot unlearning methods, CATA addresses the practical scenario of sequential removal requests over time. The authors identify three key challenges in this continual setting: effective knowledge removal, preservation of model utility, and prevention of knowledge re-emergence. CATA represents each unlearning request as a task vector and uses sign-aware conflict-averse aggregation of historical task vectors to suppress updates that could weaken prior forgetting effects. Experiments in both single-shot and continual settings demonstrate CATA's superior performance in forgetting effectiveness, model fidelity, and forgetting persistence compared to baseline methods.
Key takeaway
For research scientists developing or deploying Vision-Language Models, CATA offers a robust approach to managing sequential unlearning requests. If your VLM applications require continuous data removal due to privacy or copyright concerns, implementing CATA can ensure effective knowledge removal and model fidelity while preventing re-emergence of forgotten information. Consider integrating CATA's task arithmetic framework to maintain compliance and model integrity over time.
Key insights
CATA enables continual machine unlearning in VLMs by aggregating unlearning task vectors to prevent re-emergence of forgotten knowledge.
Principles
- Unlearning requests can be modeled as task vectors.
- Aggregating task vectors can preserve prior unlearning effects.
Method
CATA represents each forget request as an unlearning task vector, then aggregates historical task vectors using sign-aware conflict-averse aggregation to suppress conflicting update components that might weaken previous forgetting effects.
In practice
- Apply CATA for sequential data removal in VLMs.
- Use task vectors to manage unlearning requests.
Topics
- Continual Machine Unlearning
- Vision-Language Models
- CATA Method
- Task Arithmetic
- Knowledge Forgetting
Best for: Computer Vision Engineer, Research Scientist, AI Scientist, Machine Learning Engineer, AI Ethicist
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Takara TLDR - Daily AI Papers.