Response to Reviewer yyM3
We appreciate the reviewer's insightful feedback. We provide a detailed response below to address the concerns and questions raised by the reviewer.
>**W1: Novelty**
We fully acknowledge that feature interpolation itself is not novel, as it has been applied in various domains to address distinct challenges, including VLM hallucination[1]. However, the novelty and core contribution of our work lies in identifying and articulating the specific insight that multi-modal representation shifts are a key factor behind safety alignment degradation in VLMs. Feature interpolation emerges as a natural and effective method to act on this insight, enabling us to directly address the representation shift. Our experiments demonstrate that this approach significantly mitigates safety degradation while preserving model utility, validating its efficacy in this context. We believe this targeted application of feature interpolation, guided by our unique insight, contributes meaningfully to the understanding and enhancement of VLM alignment.
[1] Favero, Alessandro, et al. "Multi-modal hallucination control by visual information grounding." *Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition*. 2024.
---
>**W2: Safety Judgement**
Thank you for your valuable suggestion. Due to licensing and accessibility constraints, we were unable to use LLaMA-Guard for evaluation in this study. However, we acknowledge the importance of employing more reliable models for evaluation and plan to integrate GPT-4 into our future assessments.
Regarding human verification, we have not conducted manual evaluation in this study due to resource limitations. That said, we agree that human verification would provide additional assurance of the accuracy and safety of the outputs and is a meaningful addition for future iterations of this work.
---
>**Q1: Broader range of alpha values**
Thank you for the suggestion to analyze a broader range of alpha values, such as alpha ∈ {1, 10, 100}. However, as demonstrated in our experiments, when alpha reaches a value as small as 2.0, the model begins to malfunction due to overcorrection. This overcorrection causes the representations to deviate excessively from the intended distribution, undermining both safety alignment and the model's general utility. We have provided a visualization in Figure 3 that illustrates this phenomenon, showing how higher alpha values push the representations too far, leading to degraded performance. Expanding the range to include alpha values significantly larger than 2 would, therefore, not yield meaningful results, as the model's alignment capabilities are already compromised at these lower thresholds. Instead, we chose a finer interval within a practical range (e.g., 0.1) to provide a more precise analysis of the optimal alpha value for effective calibration without overcorrection.
---
>**Q2: Performance of a pure LLM**
Thank you for the valuable suggestion. We agree that presenting the performance of a pure LLM, such as Vicuna, on the VLSafe and JailbreakLLMs datasets would provide valuable context and further illustrate the issue of safety degradation. Including these results would allow for a clearer comparison between the safety alignment capabilities of the original LLM backbone and the full VLM, helping to highlight the extent of degradation introduced by the integration of the vision modality. We will incorporate these results in future revisions to enhance the clarity and comprehensiveness of our analysis. Thank you again for this constructive feedback.