Summary
This paper proposes a (training-only) data poisoning attack against vision language models (VLM). The proposed method works similarly to a clean-label targeted data poisoning attack for image classification tasks, so it is designed to be stealthy in the generated poisoned image-text pairs. In addition to the traditional setting of label attack, the paper proposes a new threat model of “Persuasion Attack”, targeting a specific concept (e.g., junk food vs. healthy food) instead of a specific text phrase. Experiments show the proposed poisoning attack is highly effective with small poisoning rates.
Strengths
1. The proposed “Persuasion Attack” threat model is interesting, which is new.
2. The paper is well-written with a nice structure for readers to follow.
3. The proposed attack strategy is well-explained.
4. The experiments are very comprehensive and demonstrate the effectiveness of the proposed poisoning scheme against VLMs.
Questions
Overall, I enjoyed reading this paper. In particular, I found the proposed “Persuasion Attack” scenario interesting, which enables the impact of data poisoning to be more general. To my knowledge, most of the existing literature focused on targeted data poisoning (which naturally corresponds to the “Label Attack” setting for text space) or backdoor attacks, so the realization of the adversarial goal of persuasion attacks with low poisoning rates is a good contribution to the field. Nevertheless, I had the following questions related to this new threat model and the proposed attack:
1. A major difference between “Label Attack” and “Persuasion Attack” is that the targeted concepts in the persuasion scenario are much broader than the targeted phrases in the label attack. In other words, within the concepts selected by the adversary, there are many more variations of image-test pairs associated with the concepts. However, looking at Figure 10, the task images corresponding to the persuasion attack setting are not that different, which makes me wonder about the generalizability of your attack. Specifically, all the visualized images in the “JunkFood” category are hamburgers and fries, whereas the images in the “HealthyFood” category are mostly salads. Task images visualized in “VideoGame-to-PhysicalHealth” have a similar pattern. So, my questions are: (a) Will the poisoned VLM be also effective against other types of “JunkFood” (e.g., fried chickens), or the scope is essentially limited to “Hamburg and Fries”? (b) If the set of task images associated with target concepts has a larger variety in nature, how will the performance of your proposed poisoning attack change?
2. You mentioned in Section 3.3 that an LLM is employed to paraphrase the generated caption to more explicitly emphasize the concept. I do not fully understand why such a paraphrase step is necessary for your attack, especially given that you are not evaluating whether the specific “concept word” appears in the response, but instead employing another LLM as a judge to evaluate the attack success rate. The authors are highly recommended to clarify why this step is important, perhaps supported with empirical evidence on how much performance drop will be if removing this paraphrase step.
3. It would be better if the paper could present more discussions regarding the countermeasures against their attack. Looking at Figures 7-9, it seems that the attack success rates for “JunkFood-to-HealthyFood” are significantly lower than the other settings. Moreover, it seems counter-intuitive that the attack success rates further drop when the number of poisoned training samples is increased under the “JunkFood-to-HealthyFood” task. Can the authors further explain why the results are so different for this task?
4. For JPEG compression, I do not see “improved attack success rates across all tasks” when comparing the two figures in Figure 9. So, I think the authors should rewrite this sentence to avoid overclaim.
Limitations
As mentioned in the last section of this work, one limitation of this work is not studying defenses against VLM poisoning attacks. It would be better if the authors could add discussions on potential defense strategies that might be effective against your attacks.