REVIEW 2 major objections 4 minor 22 references
A prompt-and-fine-tune attack can recover most of the private multimodal knowledge that unlearning methods claim to erase from MLLMs.
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · grok-4.5
2026-07-11 00:22 UTC pith:P4NN3W4I
load-bearing objection Solid first closed-loop attack showing current multimodal unlearning is recoverable under gray-box access; the 82% "near-complete" figure is inflated by a compressed multi-choice metric, but the directional vulnerability claim holds. the 2 major comments →
POPS: Recovering Unlearned Multi-Modality Knowledge in MLLMs with Prompt-Optimized Parameter Shaking
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
Current multimodal machine-unlearning methods leave residual cross-modal associations that an adversary with query and light fine-tuning access can systematically reactivate. By coupling OOD-guided prompt-suffix optimization with synthetic-data fine-tuning, POPS recovers a large fraction (reported ~82 percent) of the supposedly erased sensitive information, bringing test-set accuracy nearly back to the pre-unlearning baseline.
What carries the argument
Prompt-Optimized Parameter Shaking (POPS): an extraction-amplification loop that first optimizes a continuous prompt suffix on retain-set-style OOD data, then uses the resulting synthetic image-question-answer triplets to LoRA-fine-tune the unlearned model so residual visual-textual links reappear.
Load-bearing premise
The attacker must be able to compute gradients (or continuous embeddings) for prompt optimization and to run a short LoRA fine-tune on the released model, while also possessing a retain-set-style corpus that shares the same format and attribute space as the forgotten identities.
What would settle it
If, after POPS is applied under the stated gray-box conditions, the accuracy, ROUGE-L and cloze scores on the forget set remain statistically indistinguishable from the unlearned baseline across the three benchmarks, the central recovery claim would be falsified.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes Prompt-Optimized Parameter Shaking (POPS), a closed-loop adversarial attack that recovers multi-modality knowledge supposedly erased by Multi-modality Machine Unlearning (MMU). POPS first optimizes continuous prompt-suffix embeddings on an OOD retain-set corpus (Eq. 1, Algorithm 1) to elicit residual private facts from an unlearned MLLM, then synthesizes image-QA pairs from those outputs and fine-tunes the model with LoRA-based Shake-to-Leak (S2L). Experiments on MLLMU-Bench, CLEAR and UnLoK-VQA across LLaVA-1.5-7B, Qwen-VL-Chat, InternVL3 and Llama-3.2-11B-V, and against both unimodal-adapted (GA, GD, KL-Min, NPO) and multimodal-specific (MANU, MultiDelete) unlearning methods, report recovery rates around 82% (e.g., multi-choice accuracy 40.2%→42.9% approaching the 43.5% pre-unlearning baseline). Ablations isolate PromptSuffix (~70%), S2L (~21%) and the full pipeline, and a text-only control shows the visual pathway is essential.
Significance. If the reported recoveries hold under the stated gray-box threat model, the work supplies the first systematic demonstration that current MMU methods leave exploitable cross-modal residual associations. The multi-architecture, multi-benchmark evaluation, the explicit comparison to GCG and ground-truth fine-tuning upper bounds, the modality-ablation (Table 15), and the privacy-utility dilemma under stronger unlearning (Table 14) are concrete contributions that raise a falsifiable challenge for future unlearning designs. The closed-loop coupling of concept-level OOD suffix optimization with synthetic multimodal fine-tuning is a clear technical advance over open-loop jailbreaks or unimodal S2L.
major comments (2)
- The central claim of "near-complete recovery" (abstract, §1, §4.2) rests on the recovery-rate definition that maps multi-choice accuracy 40.2%→42.9% against a 43.5% baseline into an 82% figure. Appendix A itself notes that multi-choice accuracy is the least sensitive metric (random guessing already yields 25%). Generation metrics improve more (ROUGE-L 0.387→0.461, cloze 14.51%→18.2%, factuality 3.83→4.72) yet remain substantially short of the pre-unlearning baselines (0.516 / 25.73% / 5.2). The quantitative strength of "near-complete" is therefore load-bearing on an optimistic metric; the architectural-vulnerability conclusion still holds directionally, but the paper should either re-center the claim on generation metrics or qualify the recovery-rate language throughout.
- Threat-model realism (§2.2 and §4.1 OOD construction): the attacker is assumed to possess continuous-embedding gradients for suffix optimization and a retain-set-style OOD corpus that shares the exact format and attribute space of the forgotten identities. While this is plausible for open-source releases, the manuscript does not quantify how recovery degrades when the OOD corpus is only distributionally similar (different attribute schema, different image style) or when only black-box API access is available. A short sensitivity experiment would make the claimed practicality more robust.
minor comments (4)
- Table 3 / Table 4: report absolute deltas and 95% CIs alongside the recovery percentages so readers can judge effect size without recomputing.
- Eq. (1) and Algorithm 1: the Clip / Proj_V operations and the precise token-decode step are described only in prose; a short pseudocode line or reference to the embedding-space projection would improve reproducibility.
- Figure 1 caption is dense; a clearer separation of the three stages (suffix optimization, synthetic generation, S2L fine-tuning) would help first-time readers.
- A few typographical inconsistencies appear ("Multimodal Large Language Models(MLLMs)", missing spaces after citations). A light copy-edit pass is sufficient.
Circularity Check
No circularity: recovery claims are empirical attack results measured against independent external baselines, not quantities forced by construction or self-citation.
full rationale
POPS is an empirical adversarial attack (OOD-guided continuous-embedding PromptSuffix + synthetic-data S2L fine-tuning) evaluated on public MMU benchmarks (MLLMU-Bench, CLEAR, UnLoK-VQA) and multiple MLLM architectures. The central quantitative claim—an 82% recovery rate computed from multi-choice accuracy moving 40.2% (GA-unlearned) → 42.9% (POPS) against a 43.52% pre-unlearning baseline—is a post-hoc ratio of observed deltas; it is not the output of any equation that re-uses a fitted free parameter as a “prediction.” The OOD retain-set corpus used for suffix optimization is explicitly disjoint from the forget identities (Section 4.1). Ground-truth fine-tuning is reported only as an independent upper bound, not as an input that forces the attack result. Ablations (Tables 5–7, 15) and cross-architecture/cross-benchmark tables further isolate components against the same external baselines. No self-definitional loop, no fitted-input-called-prediction, and no load-bearing uniqueness theorem imported from the authors appear. Metric-sensitivity concerns (Appendix A) affect the rhetorical strength of “near-complete” but do not constitute circularity under the stated criteria. Score 0 is therefore the correct outcome.
Axiom & Free-Parameter Ledger
free parameters (4)
- perplexity weight γ
- ℓ∞ clip bound ε
- LoRA rank r=8, α=16, KL penalty weight 0.2
- number of random base prompts (30) and top-k suffixes (10)
axioms (3)
- domain assumption An attacker with query, gradient/embedding, and LoRA fine-tuning access to a released unlearned MLLM can mount the described attack without the original forget set.
- domain assumption Retain-set profiles that share format and attribute space but different identities constitute a usable OOD corpus for suffix optimization.
- domain assumption Cross-modal associations that enable useful multimodal reasoning also leave recoverable residual traces after current unlearning procedures.
invented entities (1)
-
POPS (Prompt-Optimized Parameter Shaking) closed-loop pipeline
independent evidence
read the original abstract
Multimodal Large Language Models (MLLMs) have demonstrated impressive performance on cross-modal tasks by jointly training on large-scale textual and visual data, where privacy-sensitive examples could be unintentionally encoded, raising concerns about privacy or copyright violation. To this end, Multi-modality Machine Unlearning (MMU) was proposed as a mitigation that can effectively force MLLMs to forget private information. However, the robustness of such unlearning methods is not fully exploited when the model is published and accessible to malicious users. In this paper, we propose a novel adversarial strategy, namely Prompt-Optimized Parameter Shaking (POPS), aiming to recover the supposedly unlearned multi-modality knowledge from the MLLMs. Our method elicits the victim MLLMs to generate potential private examples via prompt-suffix optimization, and then exploits these synthesized outputs to fine-tune the models so they disclose the true private information. The experiments on the different MMU benchmarks reveal substantial weaknesses in the existing MMU algorithms. Our POPS can even achieve a near-complete recovery of supposedly erased sensitive information on the unlearned MLLMs, exposing fundamental vulnerabilities that challenge the foundational robustness of representative MMU-based privacy protections.
Figures
Reference graph
Works this paper leans on
-
[1]
Soft Prompting for Unlearning in Large Language Models
Karuna Bhaila et al. Soft prompting for unlearning in large language models.arXiv preprint arXiv:2406.12038,
work page internal anchor Pith review Pith/arXiv arXiv
-
[2]
CLEAR: Character Unlearning in Textual and Visual Modalities
Alexey Dontsov, Dmitrii Korzh, Alexey Zhavoronkin, Boris Mikheev, Denis Bobkov, Aibek Alanov, Oleg Y Rogov, Ivan Oseledets, and Elena Tutubalina. Clear: Character unlearning in textual and visual modalities. arXiv preprint arXiv:2410.18057,
work page internal anchor Pith review Pith/arXiv arXiv
-
[3]
Chongyu Fan, Jiancheng Liu, Yihua Zhang, Eric Wong, Dennis Wei, and Sijia Liu. Salun: Empowering machine unlearning via gradient-based weight saliency in both image classification and generation.arXiv preprint arXiv:2310.12508,
work page internal anchor Pith review Pith/arXiv arXiv
-
[4]
Fine-grained pluggable gradient ascent for knowledge unlearning in language models
XiaoHua Feng, Chaochao Chen, Yuyuan Li, and Zibin Lin. Fine-grained pluggable gradient ascent for knowledge unlearning in language models. InProceedings of the 2024 Conference on Empirical Methods in Natural Language Processing, pp. 10141–10155, 2024a. Zijian Feng, Hanzhang Zhou, Zixiao Zhu, and Kezhi Mao. Promptexplainer: Explaining language models throu...
work page 2024
-
[5]
Jiahao Huo, Yibo Yan, Xu Zheng, Yuanhuiyi Lyu, Xin Zou, Zhihua Wei, and Xuming Hu. Mmunlearner: Reformulating multimodal machine unlearning in the era of multimodal large language models.arXiv preprint arXiv:2502.11051,
work page internal anchor Pith review Pith/arXiv arXiv
-
[6]
Aaron Hurst, Adam Lerer, Adam P Goucher, Adam Perelman, Aditya Ramesh, Aidan Clark, AJ Ostrow, Akila Welihinda, Alan Hayes, Alec Radford, et al. Gpt-4o system card.arXiv preprint arXiv:2410.21276,
work page internal anchor Pith review Pith/arXiv arXiv
-
[7]
Survey of Adversarial Robustness in Multimodal Large Language Models
Chengze Jiang, Zhuangzhuang Wang, Minjing Dong, and Jie Gui. Survey of adversarial robustness in multimodal large language models.arXiv preprint arXiv:2503.13962,
work page internal anchor Pith review Pith/arXiv arXiv
-
[8]
Single Image Unlearning: Efficient Machine Unlearning in Multimodal Large Language Models
Jiaqi Li, Qianshan Wei, Chuanyi Zhang, Guilin Qi, Miaozeng Du, Yongrui Chen, Sheng Bi, and Fan Liu. Single image unlearning: Efficient machine unlearning in multimodal large language models.arXiv preprint arXiv:2405.12523, 2024a. Zhangheng Li, Junyuan Hong, Bo Li, and Zhangyang Wang. Shake to leak: Fine-tuning diffusion models can amplify the generative p...
work page internal anchor Pith review Pith/arXiv arXiv
-
[9]
Protecting Privacy in Multimodal Large Language Models with MLLMU-Bench
14 Yunze Liu, Changxi Chen, Zifan Wang, and Li Yi. Crossvideo: Self-supervised cross-modal contrastive learning for point cloud video understanding. In2024 IEEE International Conference on Robotics and Automation (ICRA), pp. 12436–12442. IEEE, 2024a. Zheyuan Liu, Guangyao Dou, Mengzhao Jia, Zhaoxuan Tan, Qingkai Zeng, Yongle Yuan, and Meng Jiang. Protecti...
work page internal anchor Pith review Pith/arXiv arXiv
-
[10]
Situated and Interactive Multimodal Conversations
Seungwhan Moon, Satwik Kottur, Paul A Crook, Ankita De, Shivani Poddar, Theodore Levin, David Whitney, Daniel Difranco, Ahmad Beirami, Eunjoon Cho, et al. Situated and interactive multimodal conversations. arXiv preprint arXiv:2006.01460,
work page internal anchor Pith review Pith/arXiv arXiv 2006
-
[11]
A Survey of Machine Unlearning
Thanh Tam Nguyen, Thanh Trung Huynh, Zhao Ren, Phi Le Nguyen, Alan Wee-Chung Liew, Hongzhi Yin, and Quoc Viet Hung Nguyen. A survey of machine unlearning.arXiv preprint arXiv:2209.02299,
work page internal anchor Pith review Pith/arXiv arXiv
-
[12]
Unlearning Sensitive Information in Multimodal LLMs: Benchmark and Attack-Defense Evaluation
Vaidehi Patil, Yi-Lin Sung, Peter Hase, Jie Peng, Tianlong Chen, and Mohit Bansal. Unlearning sensitive information in multimodal llms: Benchmark and attack-defense evaluation.arXiv preprint arXiv:2505.01456,
work page internal anchor Pith review Pith/arXiv arXiv
-
[13]
Fine-tuning Aligned Language Models Compromises Safety, Even When Users Do Not Intend To!
Xiangyu Qi, Yi Zeng, Tinghao Xie, Pin-Yu Chen, Ruoxi Jia, Prateek Mittal, and Peter Henderson. Fine- tuning aligned language models compromises safety, even when users do not intend to!arXiv preprint arXiv:2310.03693,
work page internal anchor Pith review Pith/arXiv arXiv
-
[14]
Multimodal Conversational AI: A Survey of Datasets and Approaches
Anirudh Sundar and Larry Heck. Multimodal conversational ai: A survey of datasets and approaches.arXiv preprint arXiv:2205.06907,
work page internal anchor Pith review Pith/arXiv arXiv
-
[15]
MultiModalQA: Complex Question Answering over Text, Tables and Images
Alon Talmor, Ori Yoran, Amnon Catav, Dan Lahav, Yizhong Wang, Akari Asai, Gabriel Ilharco, Hannaneh Hajishirzi, and Jonathan Berant. Multimodalqa: Complex question answering over text, tables and images. arXiv preprint arXiv:2104.06039,
work page internal anchor Pith review Pith/arXiv arXiv
-
[16]
Machine Unlearning of Pre-trained Large Language Models
Jin Yao, Eli Chien, Minxin Du, Xinyao Niu, Tianhao Wang, Zezhou Cheng, and Xiang Yue. Machine unlearning of pre-trained large language models.arXiv preprint arXiv:2402.15159,
work page internal anchor Pith review Pith/arXiv arXiv
-
[17]
Hongbang Yuan, Zhuoran Jin, Pengfei Cao, Yubo Chen, Kang Liu, and Jun Zhao. Towards robust knowledge unlearning: An adversarial framework for assessing and improving unlearning robustness in large language models.arXiv preprint arXiv:2408.10682,
work page internal anchor Pith review Pith/arXiv arXiv
-
[18]
AnyGPT: Unified Multimodal LLM with Discrete Sequence Modeling
Jun Zhan, Junqi Dai, Jiasheng Ye, Yunhua Zhou, Dong Zhang, Zhigeng Liu, Xin Zhang, Ruibin Yuan, Ge Zhang, Linyang Li, et al. Anygpt: Unified multimodal llm with discrete sequence modeling.arXiv preprint arXiv:2402.12226,
work page internal anchor Pith review Pith/arXiv arXiv
-
[19]
State-of-the-Art Approaches to Enhancing Privacy Preservation of Machine Learning Datasets: A Survey
Chaoyu Zhang and Shaoyu Li. State-of-the-art approaches to enhancing privacy preservation of machine learning datasets: A survey.arXiv preprint arXiv:2404.16847,
work page internal anchor Pith review Pith/arXiv arXiv
-
[20]
Multi-modal Semantic Understanding with Contrastive Cross-modal Feature Alignment
Ming Zhang, Ke Chang, and Yunfang Wu. Multi-modal semantic understanding with contrastive cross-modal feature alignment.arXiv preprint arXiv:2403.06355, 2024a. Ruiqi Zhang, Licong Lin, Yu Bai, and Song Mei. Negative preference optimization: From catastrophic collapse to effective unlearning.arXiv preprint arXiv:2404.05868, 2024b. Zhanke Zhou, Jianing Zhu,...
work page internal anchor Pith review Pith/arXiv arXiv
-
[21]
Universal and Transferable Adversarial Attacks on Aligned Language Models
Andy Zou, Zifan Wang, Nicholas Carlini, Milad Nasr, J Zico Kolter, and Matt Fredrikson. Universal and transferable adversarial attacks on aligned language models.arXiv preprint arXiv:2307.15043,
work page internal anchor Pith review Pith/arXiv arXiv
-
[22]
Epochs 3 KL penalty weight 0.2 KL penalty scope Retain-set samples F Defense Analysis Potential Defense regarding POPS.We evaluate POPS against two representative defense mechanisms; Table 8 (main text) reports the quantitative results. Head Projection applies orthogonal projection to model representations, attempting to remove directions associated with ...
work page 2025
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.