paper-with-me

Papers

VLA-Forget: Vision-Language-Action Unlearning for Embodied Foundation Models

2026-04-05 · Ravi Ranjan, Agoritsa Polyzou arxiv

Vision-language-action (VLA) models are emerging as embodied foundation models for robotic manipulation, but their deployment introduces a new unlearning challenge: removing unsafe, spurious, or privacy-sensitive behaviors without degrading perception, language grounding, and action control. In OpenVLA-style policies, behavior is produced through a fused visual encoder, a cross-modal projector, and a language backbone that predicts tokenized robot actions, so undesirable knowledge can be distributed across perception, alignment, and reasoning/action layers rather than confined to a single module. Consequently, partial unlearning applied only to the vision stack or only to the language backbone is often insufficient, while conventional unlearning baselines designed for standalone vision or language models may leave residual forgetting or incur unnecessary utility loss in embodied settings. We propose VLA-Forget, a hybrid unlearning framework that combines ratio-aware selective editing for perception and cross-modal specificity with layer-selective reasoning/action unlearning for utility-preserving forgetting. VLA-Forget jointly optimizes three objectives: targeted forgetting, perceptual preservation, and reasoning retention, through staged updates over the visual encoder, projector, and upper action-generating transformer blocks. Across forget-set behavior probes and retain-task evaluations, VLA-Forget improves forgetting efficacy by 10%, preserves perceptual specificity by 22%, retains reasoning and task success by 9%, and reduces post-quantization recovery by 55% relative to strong unlearning baselines.

📄 PDF Abstract BibTeX arXiv:2604.03956

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

SineProject: Machine Unlearning for Stable Vision Language Alignment

2025-11-23 · Arpit Garg, Hemanth Saratchandran, Simon Lucey arxiv

Multimodal Large Language Models (MLLMs) increasingly need to forget specific knowledge such as unsafe or private information without requiring full retraining. However, existing unlearning methods often disrupt vision l…

Object Hallucination-Free Reinforcement Unlearning for Vision-Language Models

2026-05-08 · Kaidi Jia, Yujie Lin, Chengyi Yang, Jiayao Ma 외 arxiv

Vision-language models (VLMs) raise growing concerns about privacy, copyright, and bias, motivating machine unlearning to remove sensitive knowledge. However, existing methods primarily fine-tune the language decoder, le…

Object Recognition

From Anchors to Supervision: Memory-Graph Guided Corpus-Free Unlearning for Large Language Models

2026-04-15 · Wenxuan Li, Zhenfei Zhang, Mi Zhang, Geng Hong 외 arxiv

Large language models (LLMs) may memorize sensitive or copyrighted content, raising significant privacy and legal concerns. While machine unlearning has emerged as a potential remedy, prevailing paradigms rely on user-pr…

PreUnlearn: Auditing Collateral Knowledge Damage Before Large Language Model Unlearning

2026-06-16 · Bo Su, Ankit Shah, Thai Le arxiv

Machine unlearning for large language models (LLMs) aims to remove specified knowledge while preserving the rest of the model's capabilities. However, the boundary between knowledge to forget and knowledge to retain is o…

Learning What to Forget: Improving LLM Unlearning via Learned Token-Level Importance

2026-06-04 · Gizem Yüce, Giorgos Nikolaou, Nicolas Flammarion arxiv

Machine unlearning aims to remove targeted knowledge from a trained model while preserving its general capabilities. For autoregressive language models, not all tokens in a forget sample are equally relevant to forgettin…