paper-with-me

Papers

Vulnerability-Aware Alignment: Mitigating Uneven Forgetting in Harmful Fine-Tuning

2025-06-04 · Liang Chen, Xueting Han, Li Shen, Jing Bai, Kam-Fai Wong

Harmful fine-tuning (HFT), performed directly on open-source LLMs or through Fine-tuning-as-a-Service, breaks safety alignment and poses significant threats. Existing methods aim to mitigate HFT risks by learning robust representation on alignment data or making harmful data unlearnable, but they treat each data sample equally, leaving data vulnerability patterns understudied. In this work, we reveal that certain subsets of alignment data are consistently more prone to forgetting during HFT across different fine-tuning tasks. Inspired by these findings, we propose Vulnerability-Aware Alignment (VAA), which estimates data vulnerability, partitions data into "vulnerable" and "invulnerable" groups, and encourages balanced learning using a group distributionally robust optimization (Group DRO) framework. Specifically, VAA learns an adversarial sampler that samples examples from the currently underperforming group and then applies group-dependent adversarial perturbations to the data during training, aiming to encourage a balanced learning process across groups. Experiments across four fine-tuning tasks demonstrate that VAA significantly reduces harmful scores while preserving downstream task performance, outperforming state-of-the-art baselines.

📄 PDF Abstract BibTeX arXiv:2506.03850

Code (0)

등록된 구현이 없습니다.

Tasks

Safety Alignment

Similar Papers 제목 키워드 기반

Popularity-Aware Alignment and Contrast for Mitigating Popularity Bias

2024-05-31 · Miaomiao Cai, Lei Chen, Yifan Wang, Haoyue Bai 외

Collaborative Filtering (CF) typically suffers from the significant challenge of popularity bias due to the uneven distribution of items in real-world datasets. This bias leads to a significant accuracy gap between popul…

Collaborative FilteringContrastive LearningRecommendation Systems

Mitigating the Alignment Tax of RLHF

2023-09-12 · Yong Lin, Hangyu Lin, Wei Xiong, Shizhe Diao 외

LLMs acquire a wide range of abilities during pre-training, but aligning LLMs under Reinforcement Learning with Human Feedback (RLHF) can lead to forgetting pretrained abilities, which is also known as the alignment tax.…

Common Sense ReasoningContinual Learning

Learning Task-Aware Language-Image Representation for Class-Incremental Object Detection

2024-03-24 · AAAI 2024 2024 3 · Bin-Bin Gao

Class-incremental object detection (CIOD) is a real-world desired capability, requiring an object detector to continuously adapt to new tasks without forgetting learned ones, with the main challenge being catastrophic fo…

Class-Incremental Object Detectionobject-detectionObject Detection

Cross-Domain Attribute Alignment with CLIP: A Rehearsal-Free Approach for Class-Incremental Unsupervised Domain Adaptation

2025-09-14 · Kerun Mi, Guoliang Kang, Guangyu Li, Lin Zhao 외 arxiv

Class-Incremental Unsupervised Domain Adaptation (CI-UDA) aims to adapt a model from a labeled source domain to an unlabeled target domain, where the sets of potential target classes appearing at different time steps are…

Unsupervised Domain Adaptation

On the Implicit Adversariality of Catastrophic Forgetting in Deep Continual Learning

2025-10-10 · Ze Peng, Jian Zhang, Jintao Guo, Lei Qi 외 arxiv

Continual learning seeks the human-like ability to accumulate new skills in machine intelligence. Its central challenge is catastrophic forgetting, whose underlying cause has not been fully understood for deep networks. …

Continual LearningAdversarial Attack